summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libmusepack/decoder.h
AgeCommit message (Expand)AuthorFilesLines
2012-04-25Add codecs to librbcodec.Sean Bartell1-101/+0
2011-09-10Fully remove floating point code from libmusepack. Introduce two small const ...Andree Buschmann1-1/+1
2010-11-12Set alignment for major data arrays in the mpc codec. This avoids performance...Andree Buschmann1-2/+2
2010-03-07Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ...Andree Buschmann1-78/+42
2008-06-28Solve possible glitch after seeking in mpc files. Documented the special trea...Andree Buschmann1-0/+8
2008-06-04Further changes in mpc buffered seek. Remove magical number and replace it wi...Andree Buschmann1-1/+2
2008-05-22Commit FS#9015. Rework of musepack buffered seek. Now a static seek buffer of...Andree Buschmann1-6/+5
2008-05-19Musepack seek hotfix. Do not dynamically allocate seek buffer but use a buffe...Andree Buschmann1-1/+2
2008-05-17Commit FS#9000. Speed up Musepack decoder by 3% on PP5022/24 via using ICODE_...Andree Buschmann1-1/+1
2008-05-10Removed non-active seek mechanism from musepack library, small other cleanups.Andree Buschmann1-4/+0
2008-05-10Some changes for musepack: Disable SV4-SV6 support (I guess I am the only one...Andree Buschmann1-3/+1
2006-09-01Put Musepack output data array back in IRAM for faster DSP processing. Patch ...Thom Johansen1-2/+2
2006-08-31FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should als...Thom Johansen1-17/+29
2006-04-27Make libmusepack output the last frame in two passes. Reclaim the IRAM taken ...Thom Johansen1-1/+1
2006-01-30Synced libmpcdec to musepack.net SVN.Thom Johansen1-43/+13
2005-10-28Squeezed two very frequently used arrays in IRAM for a very nice performance ...Thom Johansen1-2/+6
2005-04-12Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for i...Thom Johansen1-0/+148