index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
wav2wv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
[4/4] Remove HAVE_LCD_BITMAP, as it's now the only choice.
Solomon Peachy
1
-4
/
+0
2010-10-23
fix leak-file-handles.
Teruaki Kawashima
1
-2
/
+4
2010-08-28
plugins: use lcd_putsf/lcd_putsxyf
Rafaël Carré
1
-12
/
+4
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
1
-1
/
+1
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
1
-1
/
+1
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
1
-4
/
+4
2010-05-06
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...
Thomas Martitz
1
-1
/
+1
2010-02-07
Remove more tabs
Andree Buschmann
1
-4
/
+4
2009-01-24
remove MEM_FUNCTION_WRAPPERS, and private mem* implementations from plugins, ...
Andrew Mahone
1
-8
/
+0
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
1
-14
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-05-13
Plugin parameters should be const.
Steve Bavin
1
-22
/
+16
2007-04-21
Missed a couple. Hopefully fix all warnings.
Michael Sevakis
1
-1
/
+1
2007-04-21
General housekeeping: Make plugin buffer functions take size_t * instead of i...
Michael Sevakis
1
-1
/
+1
2007-03-17
Cast some more to keep both 32 bit and 64 bit simulator platforms happy.
Jens Arnold
1
-1
/
+2
2007-03-17
Let GCC check arguments of some more printf-style functions, also for plugins...
Jens Arnold
1
-1
/
+1
2007-03-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
1
-12
/
+12
2007-02-01
Removed 'mode' parameter from creat(). It wasn't pure posix anyway, it was ig...
Jens Arnold
1
-1
/
+1
2006-03-26
Eliminate references to "long" types for 64-bit compiles; return audio data
Dave Bryant
1
-24
/
+24
2006-03-03
Code Police raid. Mostly changed // comments and indented to Rockbox style.
Daniel Stenberg
1
-1
/
+1
2006-01-18
Profiling support, tools and documentation.
Brandon Low
1
-0
/
+12
2006-01-15
New plugin loader. Solves the crashes introduced with the .bss changes while ...
Jens Arnold
1
-2
/
+2
2005-12-19
Explicitly declare char types to be signed when they must be
Dave Bryant
1
-2
/
+2
2005-12-02
numerous gcc4 (un)signed warnings killed
Daniel Stenberg
1
-6
/
+6
2005-08-31
Fake an USB connections to force reload of the file-tree after running these ...
Jonas Häggqvist
1
-1
/
+2
2005-07-09
Reorganized encoder to allow compressing blocks in smaller chunks and
Dave Bryant
1
-27
/
+47
2005-07-04
Created new viewer application to test WavPack encoding. Accepts .wav file
Dave Bryant
1
-0
/
+294