index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
buffer.c
(
unfollow
)
Commit message (
Expand
)
Author
2011-11-29
FS#12412 : Delete old buffer allocation code which has been replaced by core_...
Boris Gjenero
2011-08-14
Fix errors and warnings.
Thomas Martitz
2011-08-14
GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.
Thomas Martitz
2011-06-21
Workaround/fix (I'm not sure!) for buffer_alloc() returning unaligned address...
Frank Gevaerts
2011-02-02
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...
Andree Buschmann
2010-09-26
If BUFFER_ALLOC_DEBUG is defined, make buffer_alloc() not actually allocate a...
Frank Gevaerts
2010-09-26
Add optional (define BUFFER_ALLOC_DEBUG to enable it) code to check for code ...
Frank Gevaerts
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2006-09-16
New scheduler, with priorities for swcodec platforms. Frequent task
Miika Pekkarinen
2006-08-01
Always align allocated buffers on 32-bit boundaries
Linus Nielsen Feltzing
2005-04-05
mp3buf renamed to audiobuf
Linus Nielsen Feltzing
2005-02-11
Simulators: Made the mp3 buffer size depend on the MEMORYSIZE setting for bet...
Jens Arnold
2004-01-13
Increased the mp3 buffer for the simulator, to avoid crash when running the X...
Linus Nielsen Feltzing
2003-10-14
More linker safe MP3 buffer handling in the simulator
Linus Nielsen Feltzing
2003-05-09
Configurable dir browser file buffer size. No more 400-file limit. No more wh...
Linus Nielsen Feltzing
2003-02-07
Include File Cleanup And Move-Around Party 2003.
Daniel Stenberg
2002-12-09
Corrected ATA_ADDRESS macro
Linus Nielsen Feltzing
2002-10-15
Norm build fix
Linus Nielsen Feltzing
2002-10-15
Sim build fix
Linus Nielsen Feltzing
2002-10-15
The player firmware now autodetects the LCD type. No need for two player vers...
Linus Nielsen Feltzing
2002-10-15
Hardware compatibility functions
Linus Nielsen Feltzing
2002-08-07
Made battery_level() use the power history table to get an average battery le...
Heikki Hannikainen
2002-08-06
Added battery charger code for the recorder and battery voltage statistics ke...
Heikki Hannikainen
2002-07-28
Added battery_level_safe() function
Linus Nielsen Feltzing
2002-07-26
New voltage levels for full and empty battery
Linus Nielsen Feltzing
2002-07-22
Slightly different battery level range
Linus Nielsen Feltzing
2002-07-05
Added power_off() and lowered the FULL limit
Linus Nielsen Feltzing
2002-07-04
First version
Linus Nielsen Feltzing
2002-07-02
debug_ports()
Linus Nielsen Feltzing
2002-06-04
output debugf() nicely for simulator builds too
Daniel Stenberg
2002-05-17
Added gdb stub serial port setup
Björn Stenberg
2002-05-14
Changed from gcc extension to C99 varargs macros
Björn Stenberg
2002-05-06
missing #define for VC++
Stefan Meyer
2002-05-02
Changed debug to DEBUGF and panic to panicf.
Björn Stenberg
2002-04-20
First commit
Linus Nielsen Feltzing
2002-04-15
First check in
Björn Stenberg
2002-04-11
firmware typedefs. only bool so far
Daniel Stenberg
2002-03-26
updates
Daniel Stenberg
2002-03-26
lcd_update() works for X11 now...
Daniel Stenberg
2002-03-26
generic and specific LCD functions
Daniel Stenberg