summaryrefslogtreecommitdiff
path: root/apps/codecs/demac/libdemac/decoder.c (follow)
Commit message (Expand)AuthorAge
* Use MEM_ALIGN_ATTR in libdemac instead of fixed alignment. Speeds up arm11 by...Andree Buschmann2010-11-21
* Move (small) data into DRAM on PP5020, it's ~4.5% faster that way. Closes abo...Jens Arnold2010-03-10
* libdemac: Separate filtering calls per channel in preparation for the dual-co...Jens Arnold2010-03-03
* Improve libdemac SATURATE slightly on ARMv4/5, move filter buffers and code o...Andrew Mahone2010-01-30
* Fix decoding of stereo frames with silence in only one channel. * Make the st...Jens Arnold2008-12-21
* Fix handling of 8 bit mono and stereo APE files, and also optimise 16 and 24 ...Jens Arnold2008-12-21
* Fix APE 16-bit mono output: mono signals need to be scaled for rockbox.Jens Arnold2008-11-30
* Get rid of unused return values, except the one from decode_chunk() which wil...Jens Arnold2008-11-26
* Compile-time choice between 16 bit and 32 bit integers for the filters. 32 bi...Jens Arnold2008-11-19
* Centralise compile-time configuration.Jens Arnold2008-11-16
* Fix comments.Jens Arnold2008-11-12
* Various speedups: (1) Put actual decoding functions into IRAM on PP5002. (2) ...Jens Arnold2008-10-03
* APE codec: Assembler optimised vector math routines for coldfire. -c2000 is n...Jens Arnold2007-10-18
* C optimisations to the predictor decoding - create a single function for deco...Dave Chapman2007-06-10
* Seeking and resume support for Monkey's AudioDave Chapman2007-06-08
* Initial commit of Monkey's Audio (.ape/.mac) support. Note that Monkey's is ...Dave Chapman2007-06-05