summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack (follow)
Commit message (Expand)AuthorAge
* Minor optimization of mpc codec via moving dewindowing asm to icode section f...Andree Buschmann2010-11-02
* Using icode attribute for S5L870x is faster on some codecs. Speed up for mpc ...Andree Buschmann2010-11-02
* Optimize mpc's synthesis filter by reducing stalls for arm9 and above. Speed ...Andree Buschmann2010-11-02
* Fix FS#11710. On Coldfire CPU's mpc uses a speed optimization which was not c...Andree Buschmann2010-11-01
* Fix FS#11650. Correct sliencing of subband in mpc decoder. Thanks to Leo Witt...Andree Buschmann2010-10-02
* Optimization of mpc's buffering routines through using the maximum possible b...Andree Buschmann2010-10-02
* Finally fix FS#11476 (data abort when playing some sv8 mpc files on lowmem ta...Andree Buschmann2010-10-02
* Move memset6() declaration to string-extra.h, kills a warning compiling for a...Thomas Martitz2010-08-12
* Convert inline coldfire assembler to a 'real' assembler function, with tweaks...Nils Wallménius2010-07-20
* Housekeeping. Comment musepack code seqments unused in rockbox.Andree Buschmann2010-06-24
* Disable unneeded parts of mpc's file-I/O interface.Andree Buschmann2010-06-21
* Fix FS#11416. Resuming mpc was broken since r26032 due to false assumption of...Andree Buschmann2010-06-20
* FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré2010-06-11
* Some asm code beautification in the mpc decoder.Andree Buschmann2010-06-05
* Small changes to asm for better readability.Andree Buschmann2010-05-29
* Fix FS#11261 (slow seek forward in mpc files). Since the introduction of the ...Andree Buschmann2010-05-14
* 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
* Restore musepack's IRAM configuration to pre r25127 for non PP5022/24.Andree Buschmann2010-03-12
* Minor optimization for musepack codec through moving functions to IRAM on PP ...Andree Buschmann2010-03-11
* Refacturate IRAM configuration for musepack codec. No functional change.Andree Buschmann2010-03-11
* Use more IRAM for musepack on S5L870X CPUs.Andree Buschmann2010-03-07
* Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) ...Andree Buschmann2010-03-07
* Submit FS#10974: Speed up mpc-codec through changing the dct32-algorithm. +5%...Andree Buschmann2010-02-07
* 1st part of fix for FS#10637. Correction of mpc header parsing.Andree Buschmann2010-01-31
* Set svn:keywords property on .c and .h files that didn't already have it. Cor...Bertrik Sikken2010-01-03
* * ARM asm DSP and codec/plugin functions: Use r12 scratch register properlyJens Arnold2009-07-12
* Cosmetic fix: remove duplicate semicolonsBertrik Sikken2009-03-04
* Silence warning from 'ar' if the archive had to be created.Jens Arnold2009-03-01
* Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg2009-02-23
* Added 'keywords' and 'eol-style' properties.Björn Stenberg2008-11-25
* Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg2008-11-20
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Solve possible glitch after seeking in mpc files. Documented the special trea...Andree Buschmann2008-06-28
* Small correction to avoid overflow within calculate_V()-function. Re-enable f...Andree Buschmann2008-06-22
* Musepack speed optimization. Speep up 64 bit precision synthesizer by another...Andree Buschmann2008-06-15
* Minor code beautification.Andree Buschmann2008-06-14
* Resort operands in mul/smull/mla/smlal to use D[] as second multiplication op...Andree Buschmann2008-06-14
* Correct DSP_SET_SAMPLE_DEPTH to 29 for mpc (18.14 fixed point samples). Highe...Andree Buschmann2008-06-10
* Small mpc quality improvement. Guarantee symmetric synthesis window for pre-s...Andree Buschmann2008-06-08
* 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
* Move ARM assembler of musepack synthesis filter to own file. Additionally add...Andree Buschmann2008-05-17
* Commit FS#9000. Speed up Musepack decoder by 3% on PP5022/24 via using ICODE_...Andree Buschmann2008-05-17