summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libmusepack/mpc_decoder.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-22Fixes backward seeking on resumed files and backward seeking to positions to ...Andree Buschmann1-7/+13
2008-05-22Commit FS#9015. Rework of musepack buffered seek. Now a static seek buffer of...Andree Buschmann1-111/+70
2008-05-19Musepack seek hotfix. Do not dynamically allocate seek buffer but use a buffe...Andree Buschmann1-10/+4
2008-05-14Musepack performance optimization for PP5022/PP5024/MCF5250 targets. Use IRAM...Andree Buschmann1-17/+17
2008-05-10Removed non-active seek mechanism from musepack library, small other cleanups.Andree Buschmann1-182/+86
2008-05-10Some changes for musepack: Disable SV4-SV6 support (I guess I am the only one...Andree Buschmann1-27/+18
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman1-1/+1
2006-09-01Put Musepack output data array back in IRAM for faster DSP processing. Patch ...Thom Johansen1-6/+10
2006-08-31FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should als...Thom Johansen1-210/+759
2006-04-29Fix the first-frame memmove from pretending the data is interleaved, which it...Thom Johansen1-2/+6
2006-04-27Make libmusepack output the last frame in two passes. Reclaim the IRAM taken ...Thom Johansen1-12/+19
2006-01-30Fix warning.Thom Johansen1-0/+1
2006-01-30Synced libmpcdec to musepack.net SVN.Thom Johansen1-174/+185
2006-01-08I figured out what was *really* causing the MPC track-change noise, so IDave Bryant1-5/+6
2005-10-28Squeezed two very frequently used arrays in IRAM for a very nice performance ...Thom Johansen1-0/+6
2005-10-12Musepack: emacified multiplication routines, gives a nice speed boost.Jens Arnold1-1/+1
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen1-0/+4
2005-06-14See my message on the mailinglist. This should kill all warnings left in the ...Tomas Salfischberger1-18/+18
2005-05-07fix a couple of warnings, still have numerous for signed <=> unsigned mixedDaniel Stenberg1-0/+2
2005-04-12Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for i...Thom Johansen1-0/+1349