summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor (follow)
Commit message (Expand)AuthorAge
* libtremor: fix memory corruption bug introduced in r30728 that could cause cr...Nils Wallménius2011-12-21
* libtremor: hack to work around huge allocations for the comment packet in fil...Nils Wallménius2011-10-08
* libtremor: arm asm for ff_vector_fmul_window_c on v4 and v5 cores, speeds up ...Nils Wallménius2011-09-23
* libtremor: small whitespace cleanup.Nils Wallménius2011-09-23
* libtremor: cf asm for ff_vector_fmul_window_c, gives a speedup of ~0.3MHz.Nils Wallménius2011-09-22
* libtremor: rename file that now contains more ffmpeg code.Nils Wallménius2011-09-22
* libtremor: port over ffmpeg's windowing codeNils Wallménius2011-09-22
* codeclib/libtremor: Clean up duplication of inline funcs, constify the ones i...Nils Wallménius2011-09-21
* libtremor: pass the floor1 lookup table pointer as a param to the render_line...Nils Wallménius2011-09-19
* libtremor: save a kB or two limiting an array size to the maximum number of c...Nils Wallménius2011-09-16
* libtremor: small tweak to cf channel coupling asm, speeding up vorbis decodin...Nils Wallménius2011-09-16
* libtremor: comment out some more unused functions, make a function param unsi...Nils Wallménius2011-08-28
* libtremor: remove some inline cf asm that is no longer needed with the new to...Nils Wallménius2011-08-28
* libtremor: comment out some unused functions and mark some file local functio...Nils Wallménius2011-08-28
* FS#12231Nils Wallménius2011-08-18
* libtremor: comment out unused struct member.Nils Wallménius2011-06-09
* libtremor: Implement a memory configuration for targets that don't use separa...Nils Wallménius2011-06-06
* Safe part of FS#11268, saving some codec buffer space for targets that don't ...Nils Wallménius2011-06-05
* Delete old unused macro.Nils Wallménius2011-06-05
* FS#12141 by Sean BartellNils Wallménius2011-06-02
* FS#12140 by Sean Bartell, Make various codec stuff static.Nils Wallménius2011-06-01
* Use MEM_ALIGN_ATTR and CACHEALIGN_SIZE in oggmalloc to ensure optimal alignment.Andree Buschmann2011-05-08
* Revert tab police as it makes merging upstream changes more annoying and mess...Nils Wallménius2010-12-12
* Tab police.Andree Buschmann2010-12-12
* libtremor: merge upstream revisions 17541, 17542, 17543, 17544, 17545, 17546,...Nils Wallménius2010-12-08
* libtremor: merge upstream revision 17539 and 17540 'Additional codebook valid...Nils Wallménius2010-12-08
* libtremor: merge upstream revision 17538 'Fix decoder handling of floor0 when...Nils Wallménius2010-12-08
* libtremor: merge upstream revision 17534 and 17536, fixing a possible 64 bit ...Nils Wallménius2010-12-08
* libtremor: merge upstream revision 17528-17530, more error checking and bug f...Nils Wallménius2010-12-08
* libtremor: merge upstream revision 17527, 'Eliminate possibility of booklist ...Nils Wallménius2010-12-08
* libtremor: merge upstream revision 17526 and 17531, adding some more error ch...Nils Wallménius2010-12-08
* libtremor: merge upstream revision 17525 'Commit additional hardening to setu...Nils Wallménius2010-12-07
* libtremor: merge upstream revision 17524 more sanity checking.Nils Wallménius2010-12-07
* libtremor: merge upstream revision 17522 and 17523 adding more sanity checking.Nils Wallménius2010-12-07
* libtremor: merge upstream revision 17520 and 17521 tweaking some of the recen...Nils Wallménius2010-12-07
* libtremor: merge upstream revision 17519 'Correct an accidental dereference-b...Nils Wallménius2010-12-07
* libtremor: merge upstream revision 17518 actually returning failure code from...Nils Wallménius2010-12-06
* libtremor: export a libogg function that is now needed.Nils Wallménius2010-12-06
* libtremor: merge part of upstream revision 17514 adding some limit checking f...Nils Wallménius2010-12-06
* libtremor: merge upstream revision 17513 'Add code to prevent heap attacks by...Nils Wallménius2010-12-06
* libtremor: merge upstream revision 17512 'Correctly handle the nonsensical co...Nils Wallménius2010-12-06
* libtremor: merge upstream revision 17511 'Add checks/rejection for absurdly h...Nils Wallménius2010-12-06
* libtremor: merge upstream revision 17510.Nils Wallménius2010-12-06
* libtremor:Nils Wallménius2010-12-06
* libtremor: merge upstream revision 17374 and some inline/icode tweaks to main...Nils Wallménius2010-12-04
* libtremor: small tweak to coldfire inline asm function MULT31_SHIFT15, saving...Nils Wallménius2010-11-26
* Comment unused function.Andree Buschmann2010-11-21
* Remove unused define.Andree Buschmann2010-11-21
* libtremor: Use larger cachesize for codebook decoding on targets with 1MB cod...Nils Wallménius2010-11-18
* libtremor: correct constraint for coldfire asm, swap can only be used on data...Nils Wallménius2010-11-15