summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/codebook.c (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* libtremor: remove some inline cf asm that is no longer needed with the new to...Nils Wallménius2011-08-28
* 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 17528-17530, more error checking and bug f...Nils Wallménius2010-12-08
* libtremor: merge upstream revision 17525 'Commit additional hardening to setu...Nils Wallménius2010-12-07
* 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:Nils Wallménius2010-12-06
* libtremor: correct constraint for coldfire asm, swap can only be used on data...Nils Wallménius2010-11-15
* libtremor: tweak a hot function for codebook decoding, mostly moving pointer ...Nils Wallménius2010-10-31
* libtremor: tiny optimization 0.5%-1.5% on coldfire and PPNils Wallménius2010-10-16
* Factor out sane code list bisection code and use instead of insane code, clea...Nils Wallménius2010-07-01
* Simplify special case function, speedup of about 0.2MHz on both coldfire and ...Nils Wallménius2010-05-12
* Change various CPU_ARM defines to _ARM_ASSEM_ to be more consistent with the ...Michael Giacomelli2010-03-16
* Fix broken whitespace after r24862Nils Wallménius2010-03-05
* Remove all tabs within codec path.Andree Buschmann2010-02-22
* Assembler optimised bitreverse for ARM, again a little bit faster and smaller...Jens Arnold2009-12-23
* Improved bitrev with approach suggested by Jens Arnold, gives 0.5%-1% speedup...Nils Wallménius2009-12-23
* Use optimised byteswap function in bitrev for a tiny speedup on coldfire and ...Nils Wallménius2009-12-21
* Commit FS#9915 by Sei Aoyumi. Adds hints to help GCC better optimize vorbis ...Michael Giacomelli2009-02-17
* Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY()Nils Wallménius2008-11-22
* Introduce likely() and unlikely() macros, use to give gcc hints about which b...Nils Wallménius2008-11-20
* Codec lib directories renamed, except for demac.Björn Stenberg2008-11-05