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