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