| Commit message (Expand) | Author | Age |
| * | 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 |
| * | libtremor: merge upstream revision 17374 and some inline/icode tweaks to main... | Nils Wallménius | 2010-12-04 |
| * | libtremor: small tweak to coldfire inline asm function MULT31_SHIFT15, saving... | Nils Wallménius | 2010-11-26 |
| * | Comment unused function. | Andree Buschmann | 2010-11-21 |
| * | Remove unused define. | Andree Buschmann | 2010-11-21 |
| * | libtremor: Use larger cachesize for codebook decoding on targets with 1MB cod... | Nils Wallménius | 2010-11-18 |
| * | libtremor: correct constraint for coldfire asm, swap can only be used on data... | Nils Wallménius | 2010-11-15 |
| * | libtremor: tweak a hot function for codebook decoding, mostly moving pointer ... | Nils Wallménius | 2010-10-31 |
| * | libtremor: introduce asm optimized version of the channel_couple function for... | Nils Wallménius | 2010-10-31 |
| * | libtremor: tiny optimization 0.5%-1.5% on coldfire and PP | Nils Wallménius | 2010-10-16 |
| * | Move ffmpeg functions to their own file to avoid mixing code under different ... | Nils Wallménius | 2010-08-22 |
| * | forgot comment | Nils Wallménius | 2010-08-22 |
| * | libtremor: use render_line from ffmpeg (libavcodec/vorbis.c), speedup ~1% on ... | Nils Wallménius | 2010-08-22 |
| * | libtremor: fix possible memoryleak when playing several ogg vorbis files in s... | Nils Wallménius | 2010-08-12 |
| * | Factor out sane code list bisection code and use instead of insane code, clea... | Nils Wallménius | 2010-07-01 |
| * | Clean up a leftover preprocessor symbol and improve the workaround for the 'a... | Nils Wallménius | 2010-06-29 |
| * | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz | 2010-06-21 |
| * | ARMv6 vector mutiplication asm, speeds up vorbis decoding about 0.1MHz on gig... | Nils Wallménius | 2010-06-17 |
| * | Delete some duplicate inline asm macros since they now live in the codeclib. | Nils Wallménius | 2010-06-17 |
| * | Correction to clobber lists of several codec's inline assembly. | Andree Buschmann | 2010-05-29 |
| * | Two tiny tweaks to some arm asm | Nils Wallménius | 2010-05-13 |
| * | Simplify special case function, speedup of about 0.2MHz on both coldfire and ... | Nils Wallménius | 2010-05-12 |
| * | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz | 2010-05-06 |
| * | Change various CPU_ARM defines to _ARM_ASSEM_ to be more consistent with the ... | Michael Giacomelli | 2010-03-16 |
| * | Simplify makefile | Nils Wallménius | 2010-03-09 |
| * | Use larger IRAM for M5/X5 in vorbis. | Andree Buschmann | 2010-03-07 |
| * | Fix broken whitespace after r24862 | Nils Wallménius | 2010-03-05 |
| * | Remove leftover unused buffer from the mdctexp branch | Nils Wallménius | 2010-03-04 |
| * | Remove all tabs within codec path. | Andree Buschmann | 2010-02-22 |