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
/
wavplay.c
Age
Commit message (
Expand
)
Author
2010-05-07
Fix size_t handling in plugin_get_buffer()
Frank Gevaerts
2010-05-06
Fix last two yellows
Frank Gevaerts
2010-02-07
Remove more tabs
Andree Buschmann
2009-07-17
Revert r21912 : "Storage API : remove undeeded target-specific functions"
Rafaël Carré
2009-07-17
Storage API : remove undeeded target-specific functions
Rafaël Carré
2009-07-11
Fix plugins for the changed pitch scale from r21781
Jens Arnold
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
2008-10-31
cleanup storage defines
Frank Gevaerts
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
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-05-05
Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...
Nicolas Pennequin
2008-03-26
Do core interrupt masking in a less general fashion and save some instruction...
Michael Sevakis
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