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