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
/
apps
/
plugins
/
mpegplayer
/
disk_buf.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
mpegplayer fix warnings
William Wilgus
2018-11-26
*
Revert accidental commit of "%z" support in r26071 (the implementation assume...
Frank Gevaerts
2010-07-18
*
Simplify mpegplayer a bit and use array-based lists rather than linked lists ...
Michael Sevakis
2010-05-17
*
How punny. Just one more whack-a-mole to get.
Michael Sevakis
2010-05-16
*
MPEGPlayer: reconceal the point puns
Michael Sevakis
2010-05-16
*
MPEGPlayer: Add a second layer of caching to help speed up byte-wise scanning...
Michael Sevakis
2010-05-16
*
Eliminate %zd tag in printf format strings, replace them with %ld. The %z for...
Jeffrey Goode
2010-05-15
*
Fix various size_t related warnings and errors
Frank Gevaerts
2010-05-14
*
Fix some size_t related warnings (hopefully, they seem system dependant).
Thomas Martitz
2010-05-06
*
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
*
fix red
Rafaël Carré
2010-03-25
*
Revert r21912 : "Storage API : remove undeeded target-specific functions"
Rafaël Carré
2009-07-17
*
Storage API : remove undeeded target-specific functions
Rafaël Carré
2009-07-17
*
remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro...
Andrew Mahone
2009-01-13
*
Use cookies for thread identification instead of pointers directly which give...
Michael Sevakis
2008-12-10
*
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
2008-11-01
*
FS#9281 Rename of splash functions.
Nils Wallménius
2008-08-15
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Make mpegplayer sleep the disk after buffering to save battery. * Add a simul...
Jens Arnold
2008-04-13
*
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
2008-04-06
*
Add a complete priority inheritance implementation to the scheduler (all mute...
Michael Sevakis
2008-03-25
*
mpegplayer: Make playback engine fully seekable and frame-accurate and split ...
Michael Sevakis
2007-12-29