summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libwavpack
AgeCommit message (Expand)AuthorFilesLines
2006-03-26Eliminate references to "long" types for 64-bit compiles; return audio dataDave Bryant8-161/+160
2006-02-26More WavPack optimizations. Restored 24-bit file playback.Dave Bryant4-8/+513
2006-02-24prevent rockbox from using the wrong includesMarcoen Hirschberg1-1/+1
2006-02-23Optimization of WavPack decoding in ARM assembler (for iPods). This allows Wa...Dave Bryant3-1/+482
2006-02-06Streamlined WavPack decoder by utilizing dsp functionality where it wasDave Bryant1-37/+13
2006-01-18Profiling support, tools and documentation.Brandon Low1-1/+1
2005-12-19Explicitly declare char types to be signed when they must beDave Bryant4-7/+7
2005-12-05Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren1-8/+5
2005-12-02fix gcc4 (un)signed warningsDaniel Stenberg1-1/+1
2005-11-12"signed char" policeDave Chapman1-4/+4
2005-10-27Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing1-1/+1
2005-10-27Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.Thom Johansen1-1/+1
2005-07-18oops... should compile without warnings nowChristian Gmeiner2-4/+4
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2-4/+4
2005-07-09Reorganized encoder to allow compressing blocks in smaller chunks andDave Bryant4-322/+322
2005-07-04Added lossless encoding to WavPack library. Also made a few changes toDave Bryant9-1099/+2156
2005-06-09WavPack optimisation by David Bryant.Thom Johansen2-53/+59
2005-06-08We clear our accumulators after we're done with them on Coldfire. No need to ...Thom Johansen1-3/+3
2005-05-31ASM optimisation by David Bryant.Thom Johansen5-22/+565
2005-05-17Patch #1203309 by David Bryant - WavPack codec fix and performance enhancementLinus Nielsen Feltzing5-251/+491
2005-05-07Fixed makefiles for autoconf.g include.Daniel Stenberg1-3/+3
2005-03-08kill a warningDaniel Stenberg1-0/+1
2005-03-06Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg1-1/+3
2005-03-03Use EXTRA_DEFINES for the SOURCES parsing in the codec makefilesLinus Nielsen Feltzing1-1/+1
2005-03-02Handle .S files in the codec MakefilesLinus Nielsen Feltzing1-1/+2
2005-03-01Correct dependencies for codec buildsLinus Nielsen Feltzing1-1/+1
2005-02-28Get malloc() and friends out of the way for the cygwin linker (and maybe othe...Jens Arnold2-1/+2
2005-02-26Show compiled source filesJens Arnold1-0/+1
2005-02-26Killed warningsJens Arnold1-1/+2
2005-02-25no strcpy for codecsChristian Gmeiner1-1/+1
2005-02-25no strcpy for codecsChristian Gmeiner2-6/+6
2005-02-25dirty ctype fixChristian Gmeiner1-0/+21
2005-02-25include libwavpack into build systemChristian Gmeiner1-0/+43
2005-02-25changes to compile without warningsChristian Gmeiner3-8/+8
2005-02-25Initial import of libwavpackChristian Gmeiner12-0/+2190