index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
lib
/
codeclib_misc.h
(
unfollow
)
Commit message (
Expand
)
Author
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2011-09-21
codeclib/libtremor: Clean up duplication of inline funcs, constify the ones i...
Nils Wallménius
2011-06-08
codeclib: make selective inclusion of macros and inline functions from the co...
Nils Wallménius
2011-06-05
FS#12146: Fix libcook bugs introduced in r22055 by Sean Bartell.
Nils Wallménius
2010-07-29
Make codeclib_misc.h include the asm headers to simplify inclusion magic.
Nils Wallménius
2010-07-14
Check if ROCKBOX_LITTLE_ENDIAN and ROCKBOX_BIG_ENDIAN are defined, no which v...
Rafaël Carré
2010-02-21
Remove CLIP_TO_15 from codeclib. Remove tabs.
Andree Buschmann
2010-02-17
Merge from branches/mdctexp - faster ifft+imdct in codec lib
Dave Hooper
2009-11-29
These macros have been replaced by (UN)LIKELY macros and were not used anywhere.
Nils Wallménius
2009-08-29
Removed remaining MB usage
Dave Hooper
2009-08-13
Modify the mdct library to enable using it outside rockbox - No functional ch...
Mohamed Tarek
2009-03-10
Fix endianness defines in the mdctlib code.
Michael Giacomelli
2009-01-12
Added missing dependencies for codeclib and pluginlib. This required renaming...
Björn Stenberg
2008-09-04
More files that were missed in the previous commit.
Michael Giacomelli
2007-03-24
FS #6848 - optimizations of Huffman decoding in Tremor.
Tomasz Malesinski
2007-03-24
FS #6848 - fast vector operations for ARM in Tremor.
Tomasz Malesinski
2005-10-17
iriver: more codec library cleanup: remove codec_alloca and a some extraneous...
Magnus Holmgren
2005-06-08
Vorbis opts: keep floor1 lookup table in IRAM.
Pedro Vasconcelos
2005-05-27
Basic optimizations of the Vorbis decoder for the ihp-1x0.
Pedro Vasconcelos
2005-02-28
Get malloc() and friends out of the way for the cygwin linker (and maybe othe...
Jens Arnold
2005-02-28
Renamed config.h to config-tremor.h to avoid name clash with rockbox' config.h
Jens Arnold
2005-02-19
Cosmetic changes to remove compiler warnings and compile cleanly under Rockbox
Dave Chapman
2005-02-17
Initial commit of the the Ogg Vorbis 'Tremor' integer playback codec
Marcoen Hirschberg