summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libmusepack
AgeCommit message (Expand)AuthorFilesLines
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman3-5/+5
2006-11-09Added macros controlling what goes to IRAM on different targets.Tomasz Malesinski1-0/+4
2006-10-30Update several codec Makefiles so that the codec libs build again on Coldfire...Magnus Holmgren1-2/+2
2006-10-27Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold1-5/+3
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-1/+2
2006-09-01Put Musepack output data array back in IRAM for faster DSP processing. Patch ...Thom Johansen2-8/+12
2006-09-01Support for Musepack SV4-6 stream files. Patch by Andrew Cupper.Thom Johansen1-0/+7
2006-08-31FS patch #5172 by Andrew Cupper. Musepack seeking support. Decoder should als...Thom Johansen8-241/+815
2006-04-29Fix the first-frame memmove from pretending the data is interleaved, which it...Thom Johansen1-2/+6
2006-04-27Make libmusepack output the last frame in two passes. Reclaim the IRAM taken ...Thom Johansen3-14/+21
2006-04-25Use the Rockbox endian swap routine instead of the default one.Thom Johansen1-0/+4
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg1-1/+1
2006-02-20Add ASM optimised subband filtering loop for ARM targets. RestructureThom Johansen1-11/+60
2006-02-13Start converting codecs to use internal sample format (28 bits + sign,Thom Johansen1-2/+1
2006-01-30Fix warning.Thom Johansen1-0/+1
2006-01-30Synced libmpcdec to musepack.net SVN.Thom Johansen16-1033/+361
2006-01-29Make Musepack work on little endian devices.Thom Johansen1-0/+4
2006-01-18Profiling support, tools and documentation.Brandon Low1-1/+1
2006-01-08I figured out what was *really* causing the MPC track-change noise, so IDave Bryant1-5/+6
2006-01-07Fix generic filtering routine to support non-interleaved audio as well.Thom Johansen1-1/+1
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren1-8/+4
2005-11-06Changed output format of libmpcdec to non-interleaved stereo for a slight spe...Thom Johansen1-4/+3
2005-10-28Squeezed two very frequently used arrays in IRAM for a very nice performance ...Thom Johansen2-2/+12
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing1-1/+1
2005-10-27Didn't mean to commit that...Thom Johansen1-1/+1
2005-10-27Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.Thom Johansen1-2/+2
2005-10-12Musepack: emacified multiplication routines, gives a nice speed boost.Jens Arnold2-3/+62
2005-10-06Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman1-9/+0
2005-09-07Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen2-3/+4
2005-07-18oops... should compile without warnings nowChristian Gmeiner2-3/+3
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2-3/+3
2005-07-03Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and...Jens Arnold2-1/+1
2005-06-14See my message on the mailinglist. This should kill all warnings left in the ...Tomas Salfischberger1-18/+18
2005-06-14Another warning fixed (idtag.c:59: warning: implicit declaration of function ...Tomas Salfischberger1-0/+1
2005-06-12Small Musepack optimisation.Thom Johansen2-1/+18
2005-06-11Replaced critical loop with assembler. A bit closer to realtime now. This cod...Thom Johansen2-1/+38
2005-05-07fix warningsDaniel Stenberg2-0/+4
2005-05-07fix a couple of warnings, still have numerous for signed <=> unsigned mixedDaniel Stenberg1-0/+2
2005-04-12Musepack support, complete with mpc2wav plugin. Thanks go out to rasher for i...Thom Johansen25-0/+4177