index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
mpegplayer
/
disk_buf.c
Age
Commit message (
Expand
)
Author
2018-11-26
mpegplayer fix warnings
William Wilgus
2010-07-18
Revert accidental commit of "%z" support in r26071 (the implementation assume...
Frank Gevaerts
2010-05-17
Simplify mpegplayer a bit and use array-based lists rather than linked lists ...
Michael Sevakis
2010-05-16
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-15
Eliminate %zd tag in printf format strings, replace them with %ld. The %z for...
Jeffrey Goode
2010-05-14
Fix various size_t related warnings and errors
Frank Gevaerts
2010-05-06
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-03-25
fix red
Rafaël Carré
2009-07-17
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-01-13
remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro...
Andrew Mahone
2008-12-10
Use cookies for thread identification instead of pointers directly which give...
Michael Sevakis
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-13
Make mpegplayer sleep the disk after buffering to save battery. * Add a simul...
Jens Arnold
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
2008-03-25
Add a complete priority inheritance implementation to the scheduler (all mute...
Michael Sevakis
2007-12-29
mpegplayer: Make playback engine fully seekable and frame-accurate and split ...
Michael Sevakis