index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libwavpack
Age
Commit message (
Expand
)
Author
2010-06-11
FS#11335 by me: make ARM assembly functions thumb-friendly
Rafaël Carré
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-02-22
Remove all tabs within codec path.
Andree Buschmann
2009-11-08
Reenable -O2 for Wavpack, which appears to have been lost during makefile cle...
Michael Giacomelli
2009-03-01
Silence warning from 'ar' if the archive had to be created.
Jens Arnold
2009-02-23
Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...
Daniel Stenberg
2008-12-29
Make local functions static in codecs, where possible.
Bertrik Sikken
2008-11-25
Added 'keywords' and 'eol-style' properties.
Björn Stenberg
2008-11-20
Remove .a files before running ar, to avoid problems with renamed files remai...
Björn Stenberg
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2007-09-15
Remove some unrequired SIMULATOR checks - the CPU_* family of defines are nev...
Dave Chapman
2007-08-12
Move WavPack metadata parsing to its own file and add handling of non-standar...
Dave Bryant
2007-07-27
fixes bug that prevented playback of WavPack files containing over 1000 bytes...
Dave Bryant
2007-05-10
Code cleaning - remove some unnecessary defined(SIMULATOR) checks
Dave Chapman
2007-01-08
Update libwavpack with latest changes from the tiny_encoder. This allows
Dave Bryant
2006-11-06
Big Patch adds primarily: Samplerate and format selection to recording for SW...
Michael Sevakis
2006-10-30
Update several codec Makefiles so that the codec libs build again on Coldfire...
Magnus Holmgren
2006-10-30
Adapted more Makefiles to the more efficient info printing.
Jens Arnold
2006-10-23
Consistent style of 'make' messages. Always use ranlib after ar.
Jens Arnold
2006-04-22
Update libwavpack to the latest stream specification, and cross fingers
Dave Bryant
2006-04-22
Revert the previous commit because it seemed to break the 4G Gray Sim,
Dave Bryant
2006-04-22
Update libwavpack to the latest stream specification
Dave Bryant
2006-03-26
Eliminate references to "long" types for 64-bit compiles; return audio data
Dave Bryant
2006-02-26
More WavPack optimizations. Restored 24-bit file playback.
Dave Bryant
2006-02-24
prevent rockbox from using the wrong includes
Marcoen Hirschberg
2006-02-23
Optimization of WavPack decoding in ARM assembler (for iPods). This allows Wa...
Dave Bryant
2006-02-06
Streamlined WavPack decoder by utilizing dsp functionality where it was
Dave Bryant
2006-01-18
Profiling support, tools and documentation.
Brandon Low
2005-12-19
Explicitly declare char types to be signed when they must be
Dave Bryant
2005-12-05
Codec makefile cleanup: remove redundant things, don't generate dependency fi...
Magnus Holmgren
2005-12-02
fix gcc4 (un)signed warnings
Daniel Stenberg
2005-11-12
"signed char" police
Dave Chapman
2005-10-27
Support for a colon-separated path in APPEXTRA
Linus Nielsen Feltzing
2005-10-27
Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries.
Thom Johansen
2005-07-18
oops... should compile without warnings now
Christian Gmeiner
2005-07-18
Added CPU_COLDFIRE define - one step closer to iAudio-port
Christian Gmeiner
2005-07-09
Reorganized encoder to allow compressing blocks in smaller chunks and
Dave Bryant
2005-07-04
Added lossless encoding to WavPack library. Also made a few changes to
Dave Bryant
2005-06-09
WavPack optimisation by David Bryant.
Thom Johansen
2005-06-08
We clear our accumulators after we're done with them on Coldfire. No need to ...
Thom Johansen
2005-05-31
ASM optimisation by David Bryant.
Thom Johansen
2005-05-17
Patch #1203309 by David Bryant - WavPack codec fix and performance enhancement
Linus Nielsen Feltzing
2005-05-07
Fixed makefiles for autoconf.g include.
Daniel Stenberg
2005-03-08
kill a warning
Daniel Stenberg
2005-03-06
Use the new generic SRC build "macro" in tools/makesrc.inc to process the
Daniel Stenberg
2005-03-03
Use EXTRA_DEFINES for the SOURCES parsing in the codec makefiles
Linus Nielsen Feltzing
2005-03-02
Handle .S files in the codec Makefiles
Linus Nielsen Feltzing
2005-03-01
Correct dependencies for codec builds
Linus Nielsen Feltzing
2005-02-28
Get malloc() and friends out of the way for the cygwin linker (and maybe othe...
Jens Arnold
[next]