summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor
AgeCommit message (Expand)Author
2011-06-09libtremor: comment out unused struct member.Nils Wallménius
2011-06-06libtremor: Implement a memory configuration for targets that don't use separa...Nils Wallménius
2011-06-05Safe part of FS#11268, saving some codec buffer space for targets that don't ...Nils Wallménius
2011-06-05Delete old unused macro.Nils Wallménius
2011-06-02FS#12141 by Sean BartellNils Wallménius
2011-06-01FS#12140 by Sean Bartell, Make various codec stuff static.Nils Wallménius
2011-05-08Use MEM_ALIGN_ATTR and CACHEALIGN_SIZE in oggmalloc to ensure optimal alignment.Andree Buschmann
2010-12-12Revert tab police as it makes merging upstream changes more annoying and mess...Nils Wallménius
2010-12-12Tab police.Andree Buschmann
2010-12-08libtremor: merge upstream revisions 17541, 17542, 17543, 17544, 17545, 17546,...Nils Wallménius
2010-12-08libtremor: merge upstream revision 17539 and 17540 'Additional codebook valid...Nils Wallménius
2010-12-08libtremor: merge upstream revision 17538 'Fix decoder handling of floor0 when...Nils Wallménius
2010-12-08libtremor: merge upstream revision 17534 and 17536, fixing a possible 64 bit ...Nils Wallménius
2010-12-08libtremor: merge upstream revision 17528-17530, more error checking and bug f...Nils Wallménius
2010-12-08libtremor: merge upstream revision 17527, 'Eliminate possibility of booklist ...Nils Wallménius
2010-12-08libtremor: merge upstream revision 17526 and 17531, adding some more error ch...Nils Wallménius
2010-12-07libtremor: merge upstream revision 17525 'Commit additional hardening to setu...Nils Wallménius
2010-12-07libtremor: merge upstream revision 17524 more sanity checking.Nils Wallménius
2010-12-07libtremor: merge upstream revision 17522 and 17523 adding more sanity checking.Nils Wallménius
2010-12-07libtremor: merge upstream revision 17520 and 17521 tweaking some of the recen...Nils Wallménius
2010-12-07libtremor: merge upstream revision 17519 'Correct an accidental dereference-b...Nils Wallménius
2010-12-06libtremor: merge upstream revision 17518 actually returning failure code from...Nils Wallménius
2010-12-06libtremor: export a libogg function that is now needed.Nils Wallménius
2010-12-06libtremor: merge part of upstream revision 17514 adding some limit checking f...Nils Wallménius
2010-12-06libtremor: merge upstream revision 17513 'Add code to prevent heap attacks by...Nils Wallménius
2010-12-06libtremor: merge upstream revision 17512 'Correctly handle the nonsensical co...Nils Wallménius
2010-12-06libtremor: merge upstream revision 17511 'Add checks/rejection for absurdly h...Nils Wallménius
2010-12-06libtremor: merge upstream revision 17510.Nils Wallménius
2010-12-06libtremor:Nils Wallménius
2010-12-04libtremor: merge upstream revision 17374 and some inline/icode tweaks to main...Nils Wallménius
2010-11-26libtremor: small tweak to coldfire inline asm function MULT31_SHIFT15, saving...Nils Wallménius
2010-11-21Comment unused function.Andree Buschmann
2010-11-21Remove unused define.Andree Buschmann
2010-11-18libtremor: Use larger cachesize for codebook decoding on targets with 1MB cod...Nils Wallménius
2010-11-15libtremor: correct constraint for coldfire asm, swap can only be used on data...Nils Wallménius
2010-10-31libtremor: tweak a hot function for codebook decoding, mostly moving pointer ...Nils Wallménius
2010-10-31libtremor: introduce asm optimized version of the channel_couple function for...Nils Wallménius
2010-10-16libtremor: tiny optimization 0.5%-1.5% on coldfire and PPNils Wallménius
2010-08-22Move ffmpeg functions to their own file to avoid mixing code under different ...Nils Wallménius
2010-08-22forgot commentNils Wallménius
2010-08-22libtremor: use render_line from ffmpeg (libavcodec/vorbis.c), speedup ~1% on ...Nils Wallménius
2010-08-12libtremor: fix possible memoryleak when playing several ogg vorbis files in s...Nils Wallménius
2010-07-01Factor out sane code list bisection code and use instead of insane code, clea...Nils Wallménius
2010-06-29Clean up a leftover preprocessor symbol and improve the workaround for the 'a...Nils Wallménius
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz
2010-06-17ARMv6 vector mutiplication asm, speeds up vorbis decoding about 0.1MHz on gig...Nils Wallménius
2010-06-17Delete some duplicate inline asm macros since they now live in the codeclib.Nils Wallménius
2010-05-29Correction to clobber lists of several codec's inline assembly.Andree Buschmann
2010-05-13Two tiny tweaks to some arm asmNils Wallménius
2010-05-12Simplify special case function, speedup of about 0.2MHz on both coldfire and ...Nils Wallménius