index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
libwavpack
/
wavpack.h
(
unfollow
)
Commit message (
Expand
)
Author
2012-04-25
Add codecs to librbcodec.
Sean Bartell
2010-12-05
make WavPack library check the extent of the block that it is parsing so that...
Dave Bryant
2010-08-02
Rockbox as an application: Commit current Android port progress.
Thomas Martitz
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2007-08-12
Move WavPack metadata parsing to its own file and add handling of non-standar...
Dave Bryant
2007-01-08
Update libwavpack with latest changes from the tiny_encoder. This allows
Dave Bryant
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
2005-12-19
Explicitly declare char types to be signed when they must be
Dave Bryant
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-05-17
Patch #1203309 by David Bryant - WavPack codec fix and performance enhancement
Linus Nielsen Feltzing
2005-02-28
Get malloc() and friends out of the way for the cygwin linker (and maybe othe...
Jens Arnold
2005-02-25
changes to compile without warnings
Christian Gmeiner
2005-02-25
Initial import of libwavpack
Christian Gmeiner