summaryrefslogtreecommitdiff
path: root/apps/codecs/libtremor/codebook.c (unfollow)
Commit message (Expand)Author
2012-04-25Add codecs to librbcodec.Sean Bartell
2011-08-28libtremor: remove some inline cf asm that is no longer needed with the new to...Nils Wallménius
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 17528-17530, more error checking and bug f...Nils Wallménius
2010-12-07libtremor: merge upstream revision 17525 'Commit additional hardening to setu...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: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-16libtremor: tiny optimization 0.5%-1.5% on coldfire and PPNils Wallménius
2010-07-01Factor out sane code list bisection code and use instead of insane code, clea...Nils Wallménius
2010-05-12Simplify special case function, speedup of about 0.2MHz on both coldfire and ...Nils Wallménius
2010-03-16Change various CPU_ARM defines to _ARM_ASSEM_ to be more consistent with the ...Michael Giacomelli
2010-03-05Fix broken whitespace after r24862Nils Wallménius
2010-02-22Remove all tabs within codec path.Andree Buschmann
2009-12-23Assembler optimised bitreverse for ARM, again a little bit faster and smaller...Jens Arnold
2009-12-23Improved bitrev with approach suggested by Jens Arnold, gives 0.5%-1% speedup...Nils Wallménius
2009-12-21Use optimised byteswap function in bitrev for a tiny speedup on coldfire and ...Nils Wallménius
2009-02-17Commit FS#9915 by Sei Aoyumi. Adds hints to help GCC better optimize vorbis ...Michael Giacomelli
2008-11-22Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY()Nils Wallménius
2008-11-20Introduce likely() and unlikely() macros, use to give gcc hints about which b...Nils Wallménius
2008-11-05Codec lib directories renamed, except for demac.Björn Stenberg
2007-09-27FS #7833: Optimizations to the Vorbis codec:Tomasz Malesinski
2007-07-01Vorbis: Apply various bugfixes from upstream Tremor.Magnus Holmgren
2007-03-24FS #6848 - optimizations of Huffman decoding in Tremor.Tomasz Malesinski
2006-09-05Recude iram usage for the Vorbis decoder a little. Makes it possible to build...Magnus Holmgren
2005-07-28Tweaked IRAM usage in the Vorbis codec. Speeds up decoding by about 10% on a ...Magnus Holmgren
2005-06-06Vorbis optimizations: allocation of PCM buffers in IRAM, avoiding copying.Pedro Vasconcelos
2005-05-27Basic optimizations of the Vorbis decoder for the ihp-1x0.Pedro Vasconcelos
2005-02-28Get malloc() and friends out of the way for the cygwin linker (and maybe othe...Jens Arnold
2005-02-17Initial commit of the the Ogg Vorbis 'Tremor' integer playback codecMarcoen Hirschberg