| Commit message (Expand) | Author | Age |
| * | Tune compiler optimizations for libtta, gives a speedup of 1.1MHz on h300 and... | Nils Wallménius | 2010-07-12 |
| * | Coldfire assembler implementation of hybrid_filter for libtta. Speeds up deco... | Nils Wallménius | 2010-07-12 |
| * | Use more iram in the tta lib, speeds up decoding by 47MHz on h300 (mcf5249) a... | Nils Wallménius | 2010-07-12 |
| * | Complete the conversion of WMA Pro to fixed point. Floating point code is sti... | Mohamed Tarek | 2010-07-12 |
| * | Clean up libfaad's sbr-qmf code. Move array to correct #ifdef-path, introduce... | Andree Buschmann | 2010-07-11 |
| * | Minor correction to macros, beautification of loop. | Andree Buschmann | 2010-07-11 |
| * | Further changes to aac-he decoding. Refactor and rearrange dct tabs to be abl... | Andree Buschmann | 2010-07-11 |
| * | Revert accidental change. | Jens Arnold | 2010-07-11 |
| * | EMACify HE-AAC QMF on coldfire: 5% speedup on MCF5249. | Jens Arnold | 2010-07-11 |
| * | Refacture parts of libfaad filterbank. Faster windowing for 8-short-window se... | Andree Buschmann | 2010-07-11 |
| * | Rename/change SIMVER to APP_TYPE in the Makefiles. | Thomas Martitz | 2010-07-10 |
| * | Just another MHz saved on ARM for aac he decoding. | Andree Buschmann | 2010-07-10 |
| * | More work on libfaad's aac he decoder. Resort table to allow more efficient l... | Andree Buschmann | 2010-07-09 |
| * | Revert r27359 | Rafaël Carré | 2010-07-09 |
| * | Fix red. Remove a small array from IRAM that is not critical to performance. | Andree Buschmann | 2010-07-09 |
| * | Submit FS#11461. Major speedup for aac he profile (PP5002 +20%, PP5020 +15%, ... | Andree Buschmann | 2010-07-09 |
| * | wmapro codec sim build needs to link with libm | Rafaël Carré | 2010-07-07 |
| * | Remove unneeded libfaad files from SOURCE. | Andree Buschmann | 2010-07-06 |
| * | Integrate FS#11445 to raac. In addition remove faad specific pcm conversion a... | Andree Buschmann | 2010-07-06 |
| * | Partial conversion of the wmapro decoder to fixed point arithmetic. Currently... | Mohamed Tarek | 2010-07-05 |
| * | Submit FS#11450. Change compile option for libfaad to -O2 for ARM target and ... | Andree Buschmann | 2010-07-05 |
| * | Simulator: build recording code | Rafaël Carré | 2010-07-04 |
| * | Move -Wl,-z,defs to GLOBAL_LDOPTS (instead of GCCOPTS), to avoid noise in old... | Frank Gevaerts | 2010-07-03 |
| * | We already build with -fomit-frame-pointer so there's no need to specify that... | Nils Wallménius | 2010-07-03 |
| * | Fix red. | Andree Buschmann | 2010-07-02 |
| * | r27225 broke AAC HE profile decoding due to missing check for buffersize. Int... | Andree Buschmann | 2010-07-02 |
| * | Remove false comment. | Andree Buschmann | 2010-07-01 |
| * | Fix red and yellow. Needed to remove one codebook from IRAM due to full IRAM ... | Andree Buschmann | 2010-07-01 |
| * | Submit FS#11445. Speed up of faad (aac) decoder via several optimizations lik... | Andree Buschmann | 2010-07-01 |
| * | Factor out sane code list bisection code and use instead of insane code, clea... | Nils Wallménius | 2010-07-01 |
| * | mp3 encoder (codec): left and right channels were inverted in mono | Rafaël Carré | 2010-07-01 |
| * | encoders are not built in sim builds | Rafaël Carré | 2010-07-01 |
| * | Clean up a leftover preprocessor symbol and improve the workaround for the 'a... | Nils Wallménius | 2010-06-29 |
| * | Remove unneeded libmad files from build. | Andree Buschmann | 2010-06-28 |
| * | Comment further unused code in libmad. | Andree Buschmann | 2010-06-27 |
| * | Comment unused code in libmad. Clean up initialization and memset'ing of deco... | Andree Buschmann | 2010-06-27 |
| * | Fix inline asm argument. Shouldn't have much impact in practice but might sav... | Nils Wallménius | 2010-06-27 |
| * | Refacture libmad's synthesis filter via macro usage. Comment unused special s... | Andree Buschmann | 2010-06-27 |
| * | Housekeeping. Comment musepack code seqments unused in rockbox. | Andree Buschmann | 2010-06-24 |
| * | Clean up comments. | Andree Buschmann | 2010-06-23 |
| * | Disable unneeded parts of mpc's file-I/O interface. | Andree Buschmann | 2010-06-21 |
| * | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz | 2010-06-21 |
| * | Add a patch file in libwmapro to make it easier to add the library and the de... | Mohamed Tarek | 2010-06-21 |
| * | Remove the stubbed main() from wmaprodec.c since it's useless now and remove ... | Mohamed Tarek | 2010-06-21 |
| * | Fix reds. (Actually removed wmapro from main build, which was added in a prev... | Mohamed Tarek | 2010-06-21 |
| * | Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in t... | Mohamed Tarek | 2010-06-21 |
| * | Fix FS#11416. Resuming mpc was broken since r26032 due to false assumption of... | Andree Buschmann | 2010-06-20 |
| * | libmad: Optimize away 2 instructions from coldfire III_imdct, no measurable s... | Nils Wallménius | 2010-06-18 |
| * | Make sure files which aren't windows-specific use \n line endings only | Rafaël Carré | 2010-06-17 |
| * | ARMv6 vector mutiplication asm, speeds up vorbis decoding about 0.1MHz on gig... | Nils Wallménius | 2010-06-17 |