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
/
predictor.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Add codecs to librbcodec.
Sean Bartell
2012-04-25
*
Assembler optimised mono predictor for ARM. Speedup for -c1000 mono is ~5% on...
Jens Arnold
2008-12-09
*
Implement mono predictor in assembler for coldfire, yielding a ~6% speedup fo...
Jens Arnold
2008-12-02
*
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
*
Various speedups: (1) Put actual decoding functions into IRAM on PP5002. (2) ...
Jens Arnold
2008-10-03
*
APE codec: Assembler optimised predictor for coldfire. Heavily based on the a...
Jens Arnold
2007-10-19
*
Remove some unused code
Dave Chapman
2007-06-14
*
ARM assembler predictor decoding function. This increases my -c1000 test tra...
Dave Chapman
2007-06-13
*
C optimisations to the predictor decoding - create a single function for deco...
Dave Chapman
2007-06-10
*
Seeking and resume support for Monkey's Audio
Dave Chapman
2007-06-08
*
Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...
Dave Chapman
2007-06-05