summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libmusepack/mpc_decoder.c (unfollow)
Commit message (Expand)Author
2012-04-25Add codecs to librbcodec.Sean Bartell
2011-09-10Fully remove floating point code from libmusepack. Introduce two small const ...Andree Buschmann
2011-08-02Sync rockbox to r475 of musepack's svn.Andree Buschmann
2011-06-01FS#12140 by Sean Bartell, Make various codec stuff static.Nils Wallménius
2011-05-16Use more IRAM for mpc on S5L870x. Speed up decoding by ~2%.Andree Buschmann
2010-11-21Use MEM_ALIGN_ATTR in mpc codec. Speed up by 22-24% was measured on ARM11.Andree Buschmann
2010-11-12Minor speed up of mpc requantization.Andree Buschmann
2010-11-12Set alignment for major data arrays in the mpc codec. This avoids performance...Andree Buschmann
2010-10-02Fix FS#11650. Correct sliencing of subband in mpc decoder. Thanks to Leo Witt...Andree Buschmann
2010-06-24Housekeeping. Comment musepack code seqments unused in rockbox.Andree Buschmann
2010-05-14Restor setting of EMAC mode on coldfire lost in r25056 fixes whitenoise when ...Nils Wallménius
2010-05-07Unroll mpc's requantization loops for some (minor) speed up.Andree Buschmann
2010-05-07Refactor mpc's requantization to use identical macros for each subframe.Andree Buschmann
2010-04-18Clean up libmusepack: move declarations to internal.h and set svn properties.Bertrik Sikken
2010-03-11Minor optimization for musepack codec through moving functions to IRAM on PP ...Andree Buschmann
2010-03-07Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ...Andree Buschmann
2008-06-28Solve possible glitch after seeking in mpc files. Documented the special trea...Andree Buschmann
2008-06-04Further changes in mpc buffered seek. Remove magical number and replace it wi...Andree Buschmann
2008-05-31Fix for FS#9054. MPC-playback stopped after 3:34min caused by out-of-bounds a...Andree Buschmann
2008-05-22Fixes backward seeking on resumed files and backward seeking to positions to ...Andree Buschmann
2008-05-22Commit FS#9015. Rework of musepack buffered seek. Now a static seek buffer of...Andree Buschmann
2008-05-19Musepack seek hotfix. Do not dynamically allocate seek buffer but use a buffe...Andree Buschmann
2008-05-14Musepack performance optimization for PP5022/PP5024/MCF5250 targets. Use IRAM...Andree Buschmann
2008-05-10Removed non-active seek mechanism from musepack library, small other cleanups.Andree Buschmann
2008-05-10Some changes for musepack: Disable SV4-SV6 support (I guess I am the only one...Andree Buschmann
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman
2006-09-01Put Musepack output data array back in IRAM for faster DSP processing. Patch ...Thom Johansen
2006-08-31FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should als...Thom Johansen
2006-04-29Fix the first-frame memmove from pretending the data is interleaved, which it...Thom Johansen
2006-04-27Make libmusepack output the last frame in two passes. Reclaim the IRAM taken ...Thom Johansen
2006-01-30Fix warning.Thom Johansen
2006-01-30Synced libmpcdec to musepack.net SVN.Thom Johansen
2006-01-08I figured out what was *really* causing the MPC track-change noise, so IDave Bryant
2005-10-28Squeezed two very frequently used arrays in IRAM for a very nice performance ...Thom Johansen
2005-10-12Musepack: emacified multiplication routines, gives a nice speed boost.Jens Arnold
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen
2005-06-14See my message on the mailinglist. This should kill all warnings left in the ...Tomas Salfischberger
2005-05-07fix a couple of warnings, still have numerous for signed <=> unsigned mixedDaniel Stenberg
2005-04-12Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for i...Thom Johansen