summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libwavpack
AgeCommit message (Expand)AuthorFilesLines
2011-01-12Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1Nils Wallménius1-1/+1
2010-12-21libwavpack: put some lookup tables in iram, speedup of 8-10% on coldfire (h300).Nils Wallménius1-3/+3
2010-12-05make WavPack library check the extent of the block that it is parsing so that...Dave Bryant3-2/+12
2010-08-02Rockbox as an application: Commit current Android port progress.Thomas Martitz1-0/+2
2010-07-18FS#11454 Tuning of codec compiler optionsNils Wallménius1-2/+8
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré2-2/+7
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-3/+3
2010-02-22Remove all tabs within codec path.Andree Buschmann1-2/+2
2009-11-08Reenable -O2 for Wavpack, which appears to have been lost during makefile cle...Michael Giacomelli1-0/+7
2009-03-01Silence warning from 'ar' if the archive had to be created.Jens Arnold1-1/+1
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg1-1/+1
2008-12-29Make local functions static in codecs, where possible.Bertrik Sikken1-1/+1
2008-11-25Added 'keywords' and 'eol-style' properties.Björn Stenberg1-1/+1
2008-11-20Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg1-0/+1
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg3-46/+20
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg3-6/+12
2007-09-15Remove some unrequired SIMULATOR checks - the CPU_* family of defines are nev...Dave Chapman1-2/+2
2007-08-12Move WavPack metadata parsing to its own file and add handling of non-standar...Dave Bryant3-0/+21
2007-07-27fixes bug that prevented playback of WavPack files containing over 1000 bytes...Dave Bryant1-7/+19
2007-05-10Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman1-5/+5
2007-01-08Update libwavpack with latest changes from the tiny_encoder. This allowsDave Bryant3-76/+39
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-15/+7
2006-10-30Update several codec Makefiles so that the codec libs build again on Coldfire...Magnus Holmgren1-2/+2
2006-10-30Adapted more Makefiles to the more efficient info printing.Jens Arnold1-5/+3
2006-10-23Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold1-1/+2
2006-04-22Update libwavpack to the latest stream specification, and cross fingersDave Bryant4-29/+51
2006-04-22Revert the previous commit because it seemed to break the 4G Gray Sim,Dave Bryant4-51/+29
2006-04-22Update libwavpack to the latest stream specificationDave Bryant4-29/+51
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