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
/
plugins
/
wav2wv.c
Age
Commit message (
Expand
)
Author
2007-04-21
Missed a couple. Hopefully fix all warnings.
Michael Sevakis
2007-04-21
General housekeeping: Make plugin buffer functions take size_t * instead of i...
Michael Sevakis
2007-03-17
Cast some more to keep both 32 bit and 64 bit simulator platforms happy.
Jens Arnold
2007-03-17
Let GCC check arguments of some more printf-style functions, also for plugins...
Jens Arnold
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2007-02-01
Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...
Jens Arnold
2006-03-26
Eliminate references to "long" types for 64-bit compiles; return audio data
Dave Bryant
2006-03-03
Code Police raid. Mostly changed // comments and indented to Rockbox style.
Daniel Stenberg
2006-01-18
Profiling support, tools and documentation.
Brandon Low
2006-01-15
New plugin loader. Solves the crashes introduced with the .bss changes while ...
Jens Arnold
2005-12-19
Explicitly declare char types to be signed when they must be
Dave Bryant
2005-12-02
numerous gcc4 (un)signed warnings killed
Daniel Stenberg
2005-08-31
Fake an USB connections to force reload of the file-tree after running these ...
Jonas Häggqvist
2005-07-09
Reorganized encoder to allow compressing blocks in smaller chunks and
Dave Bryant
2005-07-04
Created new viewer application to test WavPack encoding. Accepts .wav file
Dave Bryant