| Commit message (Expand) | Author | Age |
| * | Fix standalone demac tool build. | Jens Arnold | 2011-02-06 |
| * | Use the very large IRAM of S5L870x to speed up AAC-HE by ~1-5%. | Andree Buschmann | 2011-02-05 |
| * | Use MEM_ALIGN_ATTR in libfaad. Remove global array and re-use existing one. | Andree Buschmann | 2011-02-05 |
| * | Speed up AAC-HE SBR by 2% on S5L8701. Use MEM_ALIGN on critical arrays and av... | Andree Buschmann | 2011-02-05 |
| * | Fix #11897 - Multiple 'divide by zero' while playing particular APE on Clip+.... | Michael Sevakis | 2011-02-05 |
| * | Correctly re-initialize wma decoder on next track. This fixes strange observe... | Andree Buschmann | 2011-02-03 |
| * | Submit FS#11918: Add 2 more codec types to be able to differentiate between A... | Andree Buschmann | 2011-02-03 |
| * | Find a more consistent and resilient way to handle SBR upsampled files. The d... | Andree Buschmann | 2011-02-02 |
| * | Recognize AAC-HE SBR with upsampling and correct duration, bitrate, seek and ... | Andree Buschmann | 2011-02-02 |
| * | Add a safety check in the resume seek code, just in case. | Magnus Holmgren | 2011-02-01 |
| * | We seeked one chunk too far when resuming m4a files. | Andree Buschmann | 2011-02-01 |
| * | Rework m4a seek/resume code. Seek/resume does now also work properly with fil... | Andree Buschmann | 2011-01-31 |
| * | Fix resume for m4a files. Solves FS#9306. | Andree Buschmann | 2011-01-31 |
| * | Use __builtin_constant_p() to select the best byteswapping method: constant o... | Michael Sevakis | 2011-01-30 |
| * | SPC Codec: AS3525 targets should be fast enough for realtime BRR decode and e... | Michael Sevakis | 2011-01-19 |
| * | Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1 | Nils Wallménius | 2011-01-12 |
| * | Redo r28026 so that all .S files get the __ASSEMBLER__ define. | Thomas Martitz | 2010-12-27 |
| * | Fix profiling on coldfire with newer Gcc. | Nils Wallménius | 2010-12-27 |
| * | Add stdio.h include for SEEK_SET define to various files. | Thomas Martitz | 2010-12-25 |
| * | SPC Codec: Was broken on ARMv6 since EABI switch and somehow I failed to noti... | Michael Sevakis | 2010-12-23 |
| * | libwavpack: put some lookup tables in iram, speedup of 8-10% on coldfire (h300). | Nils Wallménius | 2010-12-21 |
| * | aac: put two local structs on the stack as they are small and the codec uses ... | Nils Wallménius | 2010-12-21 |
| * | Add a newline to a debugf printing an error. | Nils Wallménius | 2010-12-15 |
| * | Revert tab police as it makes merging upstream changes more annoying and mess... | Nils Wallménius | 2010-12-12 |
| * | Tab police. | Andree Buschmann | 2010-12-12 |
| * | libtremor: merge upstream revisions 17541, 17542, 17543, 17544, 17545, 17546,... | Nils Wallménius | 2010-12-08 |
| * | libtremor: merge upstream revision 17539 and 17540 'Additional codebook valid... | Nils Wallménius | 2010-12-08 |
| * | libtremor: merge upstream revision 17538 'Fix decoder handling of floor0 when... | Nils Wallménius | 2010-12-08 |
| * | libtremor: merge upstream revision 17534 and 17536, fixing a possible 64 bit ... | Nils Wallménius | 2010-12-08 |
| * | libtremor: merge upstream revision 17528-17530, more error checking and bug f... | Nils Wallménius | 2010-12-08 |
| * | libtremor: merge upstream revision 17527, 'Eliminate possibility of booklist ... | Nils Wallménius | 2010-12-08 |
| * | libtremor: merge upstream revision 17526 and 17531, adding some more error ch... | Nils Wallménius | 2010-12-08 |
| * | libtremor: merge upstream revision 17525 'Commit additional hardening to setu... | Nils Wallménius | 2010-12-07 |
| * | libtremor: merge upstream revision 17524 more sanity checking. | Nils Wallménius | 2010-12-07 |
| * | libtremor: merge upstream revision 17522 and 17523 adding more sanity checking. | Nils Wallménius | 2010-12-07 |
| * | libtremor: merge upstream revision 17520 and 17521 tweaking some of the recen... | Nils Wallménius | 2010-12-07 |
| * | libtremor: merge upstream revision 17519 'Correct an accidental dereference-b... | Nils Wallménius | 2010-12-07 |
| * | libtremor: merge upstream revision 17518 actually returning failure code from... | Nils Wallménius | 2010-12-06 |
| * | libtremor: export a libogg function that is now needed. | Nils Wallménius | 2010-12-06 |
| * | libtremor: merge part of upstream revision 17514 adding some limit checking f... | Nils Wallménius | 2010-12-06 |
| * | libtremor: merge upstream revision 17513 'Add code to prevent heap attacks by... | Nils Wallménius | 2010-12-06 |
| * | libtremor: merge upstream revision 17512 'Correctly handle the nonsensical co... | Nils Wallménius | 2010-12-06 |
| * | libtremor: merge upstream revision 17511 'Add checks/rejection for absurdly h... | Nils Wallménius | 2010-12-06 |
| * | libtremor: merge upstream revision 17510. | Nils Wallménius | 2010-12-06 |
| * | libtremor: | Nils Wallménius | 2010-12-06 |
| * | make WavPack library check the extent of the block that it is parsing so that... | Dave Bryant | 2010-12-05 |
| * | libtremor: merge upstream revision 17374 and some inline/icode tweaks to main... | Nils Wallménius | 2010-12-04 |
| * | Remove tabs | Andree Buschmann | 2010-12-01 |
| * | codeclib: inline assembler for fft4 and fft8 on coldfire, small 0.2-0.3MHz sp... | Nils Wallménius | 2010-12-01 |
| * | ARM9 optimized synth_full for libmad. Speeds up mp3 decoding by an even 2 MH... | Michael Giacomelli | 2010-11-29 |