summaryrefslogtreecommitdiff
path: root/firmware/buffer.c (follow)
Commit message (Expand)AuthorAge
* Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann2011-02-02
* If BUFFER_ALLOC_DEBUG is defined, make buffer_alloc() not actually allocate a...Frank Gevaerts2010-09-26
* Add optional (define BUFFER_ALLOC_DEBUG to enable it) code to check for code ...Frank Gevaerts2010-09-26
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen2006-09-16
* Always align allocated buffers on 32-bit boundariesLinus Nielsen Feltzing2006-08-01
* mp3buf renamed to audiobufLinus Nielsen Feltzing2005-04-05
* Simulators: Made the mp3 buffer size depend on the MEMORYSIZE setting for bet...Jens Arnold2005-02-11
* Increased the mp3 buffer for the simulator, to avoid crash when running the X...Linus Nielsen Feltzing2004-01-13
* More linker safe MP3 buffer handling in the simulatorLinus Nielsen Feltzing2003-10-14
* Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing2003-05-09