summaryrefslogtreecommitdiff
path: root/apps/codecs/lib/codeclib_misc.h (unfollow)
Commit message (Expand)Author
2012-04-25Add codecs to librbcodec.Sean Bartell
2011-09-21codeclib/libtremor: Clean up duplication of inline funcs, constify the ones i...Nils Wallménius
2011-06-08codeclib: make selective inclusion of macros and inline functions from the co...Nils Wallménius
2011-06-05FS#12146: Fix libcook bugs introduced in r22055 by Sean Bartell.Nils Wallménius
2010-07-29Make codeclib_misc.h include the asm headers to simplify inclusion magic.Nils Wallménius
2010-07-14Check if ROCKBOX_LITTLE_ENDIAN and ROCKBOX_BIG_ENDIAN are defined, no which v...Rafaël Carré
2010-02-21Remove CLIP_TO_15 from codeclib. Remove tabs.Andree Buschmann
2010-02-17Merge from branches/mdctexp - faster ifft+imdct in codec libDave Hooper
2009-11-29These macros have been replaced by (UN)LIKELY macros and were not used anywhere.Nils Wallménius
2009-08-29Removed remaining MB usageDave Hooper
2009-08-13Modify the mdct library to enable using it outside rockbox - No functional ch...Mohamed Tarek
2009-03-10Fix endianness defines in the mdctlib code.Michael Giacomelli
2009-01-12Added missing dependencies for codeclib and pluginlib. This required renaming...Björn Stenberg
2008-09-04More files that were missed in the previous commit.Michael Giacomelli
2007-03-24FS #6848 - optimizations of Huffman decoding in Tremor.Tomasz Malesinski
2007-03-24FS #6848 - fast vector operations for ARM in Tremor.Tomasz Malesinski
2005-10-17iriver: more codec library cleanup: remove codec_alloca and a some extraneous...Magnus Holmgren
2005-06-08Vorbis opts: keep floor1 lookup table in IRAM.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-28Renamed config.h to config-tremor.h to avoid name clash with rockbox' config.hJens Arnold
2005-02-19Cosmetic changes to remove compiler warnings and compile cleanly under RockboxDave Chapman
2005-02-17Initial commit of the the Ogg Vorbis 'Tremor' integer playback codecMarcoen Hirschberg