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