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