summaryrefslogtreecommitdiff
path: root/apps/codecs/libmusepack (follow)
Commit message (Expand)AuthorAge
* 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
* 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
* Commit FS#8670 by Andree Buschmann. Fixes potiential overflow issue in musep...Michael Giacomelli2008-03-08
* FS #8179. Small Musepack speedup for ARM.Thom Johansen2007-11-19
* FS #7166. Musepack optimizations and cleanups. Huge speedup on ARM. Note that...Thom Johansen2007-08-30
* Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman2007-05-10
* Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski2006-11-09
* Update several codec Makefiles so that the codec libs build again on Coldfire...Magnus Holmgren2006-10-30
* Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold2006-10-27
* Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold2006-10-23
* Put Musepack output data array back in IRAM for faster DSP processing. Patch ...Thom Johansen2006-09-01
* Support for Musepack SV4-6 stream files. Patch by Andrew Cupper.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
* Use the Rockbox endian swap routine instead of the default one.Thom Johansen2006-04-25
* prevent rockbox from using the wrong includesMarcoen Hirschberg2006-02-24
* Add ASM optimised subband filtering loop for ARM targets. RestructureThom Johansen2006-02-20
* Start converting codecs to use internal sample format (28 bits + sign,Thom Johansen2006-02-13
* Fix warning.Thom Johansen2006-01-30
* Synced libmpcdec to musepack.net SVN.Thom Johansen2006-01-30
* Make Musepack work on little endian devices.Thom Johansen2006-01-29
* Profiling support, tools and documentation.Brandon Low2006-01-18
* I figured out what was *really* causing the MPC track-change noise, so IDave Bryant2006-01-08
* Fix generic filtering routine to support non-interleaved audio as well.Thom Johansen2006-01-07
* Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren2005-12-05
* Changed output format of libmpcdec to non-interleaved stereo for a slight spe...Thom Johansen2005-11-06
* Squeezed two very frequently used arrays in IRAM for a very nice performance ...Thom Johansen2005-10-28
* Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing2005-10-27
* Didn't mean to commit that...Thom Johansen2005-10-27
* Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.Thom Johansen2005-10-27
* Musepack: emacified multiplication routines, gives a nice speed boost.Jens Arnold2005-10-12
* Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman2005-10-06
* Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen2005-09-07
* oops... should compile without warnings nowChristian Gmeiner2005-07-18
* Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2005-07-18
* Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...Jens Arnold2005-07-03
* See my message on the mailinglist. This should kill all warnings left in the ...Tomas Salfischberger2005-06-14
* Another warning fixed (idtag.c:59: warning: implicit declaration of function ...Tomas Salfischberger2005-06-14
* Small Musepack optimisation.Thom Johansen2005-06-12
* Replaced critical loop with assembler. A bit closer to realtime now. This cod...Thom Johansen2005-06-11
* fix warningsDaniel Stenberg2005-05-07
* fix a couple of warnings, still have numerous for signed <=> unsigned mixedDaniel Stenberg2005-05-07