Age | Commit message (Expand) | Author |
2011-06-09 | libtremor: comment out unused struct member. | Nils Wallménius |
2011-06-06 | libtremor: Implement a memory configuration for targets that don't use separa... | Nils Wallménius |
2011-06-05 | Safe part of FS#11268, saving some codec buffer space for targets that don't ... | Nils Wallménius |
2011-06-05 | Delete old unused macro. | Nils Wallménius |
2011-06-02 | FS#12141 by Sean Bartell | Nils Wallménius |
2011-06-01 | FS#12140 by Sean Bartell, Make various codec stuff static. | Nils Wallménius |
2011-05-08 | Use MEM_ALIGN_ATTR and CACHEALIGN_SIZE in oggmalloc to ensure optimal alignment. | Andree Buschmann |
2010-12-12 | 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-08 | 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-07 | 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-06 | 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-04 | libtremor: merge upstream revision 17374 and some inline/icode tweaks to main... | Nils Wallménius |
2010-11-26 | libtremor: small tweak to coldfire inline asm function MULT31_SHIFT15, saving... | Nils Wallménius |
2010-11-21 | Comment unused function. | Andree Buschmann |
2010-11-21 | Remove unused define. | Andree Buschmann |
2010-11-18 | libtremor: Use larger cachesize for codebook decoding on targets with 1MB cod... | Nils Wallménius |
2010-11-15 | libtremor: correct constraint for coldfire asm, swap can only be used on data... | Nils Wallménius |
2010-10-31 | 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-16 | libtremor: tiny optimization 0.5%-1.5% on coldfire and PP | Nils Wallménius |
2010-08-22 | 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-12 | libtremor: fix possible memoryleak when playing several ogg vorbis files in s... | Nils Wallménius |
2010-07-01 | Factor out sane code list bisection code and use instead of insane code, clea... | Nils Wallménius |
2010-06-29 | Clean up a leftover preprocessor symbol and improve the workaround for the 'a... | Nils Wallménius |
2010-06-21 | Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #... | Thomas Martitz |
2010-06-17 | 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-05-29 | Correction to clobber lists of several codec's inline assembly. | Andree Buschmann |
2010-05-13 | Two tiny tweaks to some arm asm | Nils Wallménius |
2010-05-12 | Simplify special case function, speedup of about 0.2MHz on both coldfire and ... | Nils Wallménius |