index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
demac
/
libdemac
/
decoder.c
Age
Commit message (
Expand
)
Author
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2010-11-21
Use MEM_ALIGN_ATTR in libdemac instead of fixed alignment. Speeds up arm11 by...
Andree Buschmann
2010-03-10
Move (small) data into DRAM on PP5020, it's ~4.5% faster that way. Closes abo...
Jens Arnold
2010-03-03
libdemac: Separate filtering calls per channel in preparation for the dual-co...
Jens Arnold
2010-01-30
Improve libdemac SATURATE slightly on ARMv4/5, move filter buffers and code o...
Andrew Mahone
2008-12-21
Fix decoding of stereo frames with silence in only one channel. * Make the st...
Jens Arnold
2008-12-21
Fix handling of 8 bit mono and stereo APE files, and also optimise 16 and 24 ...
Jens Arnold
2008-11-30
Fix APE 16-bit mono output: mono signals need to be scaled for rockbox.
Jens Arnold
2008-11-26
Get rid of unused return values, except the one from decode_chunk() which wil...
Jens Arnold
2008-11-19
Compile-time choice between 16 bit and 32 bit integers for the filters. 32 bi...
Jens Arnold
2008-11-16
Centralise compile-time configuration.
Jens Arnold
2008-11-12
Fix comments.
Jens Arnold
2008-10-03
Various speedups: (1) Put actual decoding functions into IRAM on PP5002. (2) ...
Jens Arnold
2007-10-18
APE codec: Assembler optimised vector math routines for coldfire. -c2000 is n...
Jens Arnold
2007-06-10
C optimisations to the predictor decoding - create a single function for deco...
Dave Chapman
2007-06-08
Seeking and resume support for Monkey's Audio
Dave Chapman
2007-06-05
Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...
Dave Chapman