summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack (unfollow)
Commit message (Expand)Author
2010-05-29Small changes to asm for better readability.Andree Buschmann
2010-05-14Fix FS#11261 (slow seek forward in mpc files). Since the introduction of the ...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-12Restore musepack's IRAM configuration to pre r25127 for non PP5022/24.Andree Buschmann
2010-03-11Minor optimization for musepack codec through moving functions to IRAM on PP ...Andree Buschmann
2010-03-11Refacturate IRAM configuration for musepack codec. No functional change.Andree Buschmann
2010-03-07Use more IRAM for musepack on S5L870X CPUs.Andree Buschmann
2010-03-07Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ...Andree Buschmann
2010-02-07Submit FS#10974: Speed up mpc-codec through changing the dct32-algorithm. +5%...Andree Buschmann
2010-01-311st part of fix for FS#10637. Correction of mpc header parsing.Andree Buschmann
2010-01-03Set svn:keywords property on .c and .h files that didn't already have it. Cor...Bertrik Sikken
2009-07-12* ARM asm DSP and codec/plugin functions: Use r12 scratch register properlyJens Arnold
2009-03-04Cosmetic fix: remove duplicate semicolonsBertrik Sikken
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-06-28Solve possible glitch after seeking in mpc files. Documented the special trea...Andree Buschmann
2008-06-22Small correction to avoid overflow within calculate_V()-function. Re-enable f...Andree Buschmann
2008-06-15Musepack speed optimization. Speep up 64 bit precision synthesizer by another...Andree Buschmann
2008-06-14Minor code beautification.Andree Buschmann
2008-06-14Resort operands in mul/smull/mla/smlal to use D[] as second multiplication op...Andree Buschmann
2008-06-10Correct DSP_SET_SAMPLE_DEPTH to 29 for mpc (18.14 fixed point samples). Highe...Andree Buschmann
2008-06-08Small mpc quality improvement. Guarantee symmetric synthesis window for pre-s...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-17Move ARM assembler of musepack synthesis filter to own file. Additionally add...Andree Buschmann
2008-05-17Commit FS#9000. Speed up Musepack decoder by 3% on PP5022/24 via using ICODE_...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
2008-03-08Commit FS#8670 by Andree Buschmann. Fixes potiential overflow issue in musep...Michael Giacomelli
2007-11-19FS #8179. Small Musepack speedup for ARM.Thom Johansen
2007-08-30FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that...Thom Johansen
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman
2006-11-09Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski
2006-10-30Update several codec Makefiles so that the codec libs build again on Coldfire...Magnus Holmgren
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold
2006-09-01Put Musepack output data array back in IRAM for faster DSP processing. Patch ...Thom Johansen
2006-09-01Support for Musepack SV4-6 stream files. Patch by Andrew Cupper.Thom Johansen
2006-08-31FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should als...Thom Johansen