summaryrefslogtreecommitdiff
path: root/apps/codecs/libwavpack/unpack.c
AgeCommit message (Expand)Author
2007-08-12Move WavPack metadata parsing to its own file and add handling of non-standar...Dave Bryant
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman
2007-01-08Update libwavpack with latest changes from the tiny_encoder. This allowsDave Bryant
2006-04-22Update libwavpack to the latest stream specification, and cross fingersDave Bryant
2006-04-22Revert the previous commit because it seemed to break the 4G Gray Sim,Dave Bryant
2006-04-22Update libwavpack to the latest stream specificationDave Bryant
2006-03-26Eliminate references to "long" types for 64-bit compiles; return audio dataDave Bryant
2006-02-26More WavPack optimizations. Restored 24-bit file playback.Dave Bryant
2006-02-23Optimization of WavPack decoding in ARM assembler (for iPods). This allows Wa...Dave Bryant
2006-02-06Streamlined WavPack decoder by utilizing dsp functionality where it wasDave Bryant
2005-12-19Explicitly declare char types to be signed when they must beDave Bryant
2005-12-02fix gcc4 (un)signed warningsDaniel Stenberg
2005-07-18oops... should compile without warnings nowChristian Gmeiner
2005-07-18Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner
2005-07-04Added lossless encoding to WavPack library. Also made a few changes toDave Bryant
2005-05-31ASM optimisation by David Bryant.Thom Johansen
2005-05-17Patch #1203309 by David Bryant - WavPack codec fix and performance enhancementLinus Nielsen Feltzing
2005-02-28Get malloc() and friends out of the way for the cygwin linker (and maybe othe...Jens Arnold
2005-02-25no strcpy for codecsChristian Gmeiner
2005-02-25changes to compile without warningsChristian Gmeiner
2005-02-25Initial import of libwavpackChristian Gmeiner