summaryrefslogtreecommitdiffstats
path: root/apps/plugins/wavplay.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann1-1/+1
2010-08-28plugins: use lcd_putsf/lcd_putsxyfRafaël Carré1-5/+2
2010-08-24Second try: Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-08-23Revert "Introduce plugin_crt0.c that every plugin links."Thomas Martitz1-1/+1
2010-08-23Introduce plugin_crt0.c that every plugin links.Thomas Martitz1-1/+1
2010-05-07Fix size_t handling in plugin_get_buffer()Frank Gevaerts1-3/+4
2010-05-06Fix last two yellowsFrank Gevaerts1-1/+1
2010-02-07Remove more tabsAndree Buschmann1-3049/+3049
2009-07-17Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré1-2/+0
2009-07-17Storage API : remove undeeded target-specific functionsRafaël Carré1-0/+2
2009-07-11Fix plugins for the changed pitch scale from r21781Jens Arnold1-1/+1
2009-01-16loader-initialized global plugin API:Andrew Mahone1-5/+1
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-1/+1
2008-10-31cleanup storage definesFrank Gevaerts1-2/+2
2008-08-15FS#9281 Rename of splash functions.Nils Wallménius1-4/+4
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Plugin parameters should be const.Steve Bavin1-2/+2
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin1-1/+1
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis1-2/+2
2007-04-21Missed a couple. Hopefully fix all warnings.Michael Sevakis1-1/+1
2007-04-21General housekeeping: Make plugin buffer functions take size_t * instead of i...Michael Sevakis1-2/+2
2007-03-16Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold1-10/+10
2007-01-09Removed executable flagLinus Nielsen Feltzing1-0/+0
2006-03-26WAV playback as a plugin, for archos recorders and Ondios. Plays 16-bit WAV f...Jens Arnold1-0/+3680