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