summaryrefslogtreecommitdiff
path: root/apps/codecs/libwavpack (follow)
Commit message (Expand)AuthorAge
* Add codecs to librbcodec.Sean Bartell2012-04-25
* FS#12231Nils Wallménius2011-08-18
* Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1Nils Wallménius2011-01-12
* libwavpack: put some lookup tables in iram, speedup of 8-10% on coldfire (h300).Nils Wallménius2010-12-21
* make WavPack library check the extent of the block that it is parsing so that...Dave Bryant2010-12-05
* Rockbox as an application: Commit current Android port progress.Thomas Martitz2010-08-02
* FS#11454 Tuning of codec compiler optionsNils Wallménius2010-07-18
* FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré2010-06-11
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Remove all tabs within codec path.Andree Buschmann2010-02-22
* Reenable -O2 for Wavpack, which appears to have been lost during makefile cle...Michael Giacomelli2009-11-08
* Silence warning from 'ar' if the archive had to be created.Jens Arnold2009-03-01
* Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg2009-02-23
* Make local functions static in codecs, where possible.Bertrik Sikken2008-12-29
* Added 'keywords' and 'eol-style' properties.Björn Stenberg2008-11-25
* Remove .a files before running ar, to avoid problems with renamed files remai...Björn Stenberg2008-11-20
* New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg2008-11-20
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Remove some unrequired SIMULATOR checks - the CPU_* family of defines are nev...Dave Chapman2007-09-15
* Move WavPack metadata parsing to its own file and add handling of non-standar...Dave Bryant2007-08-12
* fixes bug that prevented playback of WavPack files containing over 1000 bytes...Dave Bryant2007-07-27
* Code cleaning - remove some unnecessary defined(SIMULATOR) checksDave Chapman2007-05-10
* Update libwavpack with latest changes from the tiny_encoder. This allowsDave Bryant2007-01-08
* Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis2006-11-06
* Update several codec Makefiles so that the codec libs build again on Coldfire...Magnus Holmgren2006-10-30
* Adapted more Makefiles to the more efficient info printing.Jens Arnold2006-10-30
* Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold2006-10-23
* Update libwavpack to the latest stream specification, and cross fingersDave Bryant2006-04-22
* Revert the previous commit because it seemed to break the 4G Gray Sim,Dave Bryant2006-04-22
* Update libwavpack to the latest stream specificationDave Bryant2006-04-22
* Eliminate references to "long" types for 64-bit compiles; return audio dataDave Bryant2006-03-26
* More WavPack optimizations. Restored 24-bit file playback.Dave Bryant2006-02-26
* prevent rockbox from using the wrong includesMarcoen Hirschberg2006-02-24
* Optimization of WavPack decoding in ARM assembler (for iPods). This allows Wa...Dave Bryant2006-02-23
* Streamlined WavPack decoder by utilizing dsp functionality where it wasDave Bryant2006-02-06
* Profiling support, tools and documentation.Brandon Low2006-01-18
* Explicitly declare char types to be signed when they must beDave Bryant2005-12-19
* Codec makefile cleanup: remove redundant things, don't generate dependency fi...Magnus Holmgren2005-12-05
* fix gcc4 (un)signed warningsDaniel Stenberg2005-12-02
* "signed char" policeDave Chapman2005-11-12
* Support for a colon-separated path in APPEXTRALinus Nielsen Feltzing2005-10-27
* Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.Thom Johansen2005-10-27
* oops... should compile without warnings nowChristian Gmeiner2005-07-18
* Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2005-07-18
* Reorganized encoder to allow compressing blocks in smaller chunks andDave Bryant2005-07-09
* Added lossless encoding to WavPack library. Also made a few changes toDave Bryant2005-07-04
* WavPack optimisation by David Bryant.Thom Johansen2005-06-09
* We clear our accumulators after we're done with them on Coldfire. No need to ...Thom Johansen2005-06-08
* ASM optimisation by David Bryant.Thom Johansen2005-05-31
* Patch #1203309 by David Bryant - WavPack codec fix and performance enhancementLinus Nielsen Feltzing2005-05-17