summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor (unfollow)
Commit message (Expand)Author
2012-04-25Add codecs to librbcodec.Sean Bartell
2012-03-28tlsf: move to /lib (it's also used by plugins).Thomas Martitz
2011-12-21libtremor: fix memory corruption bug introduced in r30728 that could cause cr...Nils Wallménius
2011-10-08libtremor: hack to work around huge allocations for the comment packet in fil...Nils Wallménius
2011-09-23libtremor: arm asm for ff_vector_fmul_window_c on v4 and v5 cores, speeds up ...Nils Wallménius
2011-09-23libtremor: small whitespace cleanup.Nils Wallménius
2011-09-22libtremor: cf asm for ff_vector_fmul_window_c, gives a speedup of ~0.3MHz.Nils Wallménius
2011-09-22libtremor: rename file that now contains more ffmpeg code.Nils Wallménius
2011-09-22libtremor: port over ffmpeg's windowing codeNils Wallménius
2011-09-21codeclib/libtremor: Clean up duplication of inline funcs, constify the ones i...Nils Wallménius
2011-09-19libtremor: pass the floor1 lookup table pointer as a param to the render_line...Nils Wallménius
2011-09-16libtremor: save a kB or two limiting an array size to the maximum number of c...Nils Wallménius
2011-09-16libtremor: small tweak to cf channel coupling asm, speeding up vorbis decodin...Nils Wallménius
2011-08-28libtremor: comment out some more unused functions, make a function param unsi...Nils Wallménius
2011-08-28libtremor: remove some inline cf asm that is no longer needed with the new to...Nils Wallménius
2011-08-28libtremor: comment out some unused functions and mark some file local functio...Nils Wallménius
2011-08-18FS#12231Nils Wallménius
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