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
/
libffmpegFLAC
/
shndec.c
(
unfollow
)
Commit message (
Expand
)
Author
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2011-01-30
Use __builtin_constant_p() to select the best byteswapping method: constant o...
Michael Sevakis
2010-07-20
Shorten: tweak some inline asm, use local lables to not cause problems when t...
Nils Wallménius
2010-07-15
Properly fix warning by copying the swap16 and swap32 inline functions from s...
Nils Wallménius
2010-07-15
Hopefully fix 'comparison between signed and unsigned' warning
Nils Wallménius
2010-07-15
Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstrea...
Nils Wallménius
2009-12-06
Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes.
Andrew Mahone
2007-05-10
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
2006-11-09
Added macros controlling what goes to IRAM on different targets.
Tomasz Malesinski
2006-02-07
Patch #1426489 - Shorten codec optimisations from Mark Arigo
Dave Chapman
2005-11-13
Shorten updates from Mark Arigo: calculate average bitrate, skip id3v2 tags a...
Dave Chapman
2005-11-11
Patch #1352575 - Shorten codec from the ffmpeg project. Rockbox implementati...
Dave Chapman