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
/
plugins
/
wavrecord.c
(
unfollow
)
Commit message (
Expand
)
Author
2014-12-21
wavrecord plugin: Add harmless sanity check
Thomas Jarosch
2011-01-30
Fix r29171 red. Forgot to replace a few.
Michael Sevakis
2010-08-28
fix r27926 : lcd_puts() not changed to lcd_putsf()
Rafaël Carré
2010-08-28
plugins: use lcd_putsf/lcd_putsxyf
Rafaël Carré
2010-08-24
Second try: Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-08-23
Revert "Introduce plugin_crt0.c that every plugin links."
Thomas Martitz
2010-08-23
Introduce plugin_crt0.c that every plugin links.
Thomas Martitz
2010-05-07
Fix size_t handling in plugin_get_buffer()
Frank Gevaerts
2010-05-06
Fix last two yellows
Frank Gevaerts
2010-05-06
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2010-02-07
Remove more tabs
Andree Buschmann
2009-07-11
Fix plugins for the changed pitch scale from r21781
Jens Arnold
2009-01-17
unify pointers to value for configfile, and add TYPE_BOOL type, used by
Andrew Mahone
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-10-31
cleanup storage defines
Frank Gevaerts
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
2008-08-11
Make wavrecord use the same recording directory as the core.
Jens Arnold
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-13
Plugin parameters should be const.
Steve Bavin
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
2008-03-26
Do core interrupt masking in a less general fashion and save some instruction...
Michael Sevakis
2007-05-28
Wavrecord: Let the menu start at the most convenient item.
Jens Arnold
2007-05-20
wavrecord needs its own source count. Source defines also collided with some ...
Michael Sevakis
2007-05-20
Fix the wavrecord errors
Michael Sevakis
2007-05-20
Update some comments in menu.h to be hopefully more helpful.
Jonathan Gordon
2007-05-19
WAV recording plugin: Fix distortion when feeding a full-range digital signal...
Jens Arnold
2007-05-19
Archos Recorders, Ondio FM: WAV recording plugin. This is considered a techni...
Jens Arnold
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-16
Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...
Jens Arnold
2007-01-09
Removed executable flag
Linus Nielsen Feltzing
2006-03-26
WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV f...
Jens Arnold