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
/
demac
/
libdemac
/
entropy.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Add codecs to librbcodec.
Sean Bartell
2012-04-25
*
Fix #11897 - Multiple 'divide by zero' while playing particular APE on Clip+....
Michael Sevakis
2011-02-05
*
Move (small) data into DRAM on PP5020, it's ~4.5% faster that way. Closes abo...
Jens Arnold
2010-03-10
*
Fix decoding of stereo frames with silence in only one channel. * Make the st...
Jens Arnold
2008-12-21
*
Get rid of unused return values, except the one from decode_chunk() which wil...
Jens Arnold
2008-11-26
*
Branch optimisation in both C (giving hints to gcc - verified using -fprofile...
Jens Arnold
2008-11-24
*
Centralise compile-time configuration.
Jens Arnold
2008-11-16
*
Move the contents of rangecoding.h into entropy.c, and remove the former. It ...
Jens Arnold
2008-11-16
*
Some entropy decoder tweaks. Also removed unnecessary 'tmp' variables.
Jens Arnold
2008-11-04
*
Various speedups: (1) Put actual decoding functions into IRAM on PP5002. (2) ...
Jens Arnold
2008-10-03
*
Remove some unused code
Dave Chapman
2007-06-14
*
Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...
Dave Chapman
2007-06-05