summaryrefslogtreecommitdiffstats
path: root/apps/buffering.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Oops, committed before finishing the removal of "#include "memory.h""Thomas Martitz1-1/+1
2010-06-29Remove some redundant #include'sBertrik Sikken1-1/+0
2010-06-23playback.c: don't assume cacheline size is 16 bytesRafaël Carré1-2/+1
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-1/+1
2010-05-24fix: when move_handle() is successful, the return valueYoshihisa Uchida1-6/+6
2010-05-16FS#11263 - Radio Art support! %C and %Cl tags work in the radio screen and Ba...Jonathan Gordon1-1/+0
2010-05-15Eliminate %zd tag in printf format strings, replace them with %ld. The %z for...Jeffrey Goode1-2/+2
2010-05-14Hopefully the last warningFrank Gevaerts1-1/+1
2010-05-14Fix various size_t related warnings and errorsFrank Gevaerts1-2/+2
2010-05-14cast ssize_t to longRafaël Carré1-1/+1
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+0
2010-03-25Make storage alignement use cache alignement macrosRafaël Carré1-7/+5
2010-02-20Use a helpfer function to avoid ugly casting and correct some data types (no ...Thomas Martitz1-14/+16
2010-02-18Hopefully fix yellow now, I don't understand why %ld works for ssize_t but %l...Thomas Martitz1-1/+2
2010-02-18Fix yellow caused by signedness.Thomas Martitz1-1/+1
2010-02-18Fix FS#11004 - Buffering crashes when skipping back from end of song.Thomas Martitz1-19/+23
2010-02-12Convert RINGBUF_* macros to inline functions, saving binsize and improving ty...Thomas Martitz1-44/+68
2010-02-01Align addresses in the buffering code to STORAGE_ALIGN_MASK if the target has...Torne Wuff1-4/+33
2009-11-22buffering.c: cosmeticsRafaël Carré1-16/+16
2009-11-21Commit FS#10605 - stable playback on low memory swcodec targets by Matthias S...Michael Giacomelli1-43/+46
2009-11-09Removed unneeded includesJeffrey Goode1-1/+0
2009-10-25buffering: leave a comment to explain what is broken in the code and link to ...Rafaël Carré1-0/+25
2009-10-16Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz1-5/+15
2009-07-14FS#10080Nils Wallménius1-2/+2
2009-05-26Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING.Andrew Mahone1-1/+3
2009-05-15Fix the lock contention stall during cover art load, by adding a separate mod...Andrew Mahone1-2/+19
2009-05-04Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...Andrew Mahone1-1/+3
2009-05-01Search for, and load, JPEG album art files.Andrew Mahone1-4/+10
2009-03-08Clean up some #includesBertrik Sikken1-1/+0
2009-02-23Show the watermark in the "Show buffering thread" screen (in bytes).Thomas Martitz1-0/+1
2009-02-22This should fix the occasional data aborts mainly in conjunction with AlbumAr...Antonius Hellmann1-9/+3
2009-01-10Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg1-22/+3
2008-12-26Make scaler output truly pluggable, add an 8-bit greyscale output toAndrew Mahone1-1/+1
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis1-4/+4
2008-12-09resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone1-2/+10
2008-12-02Fix FS#9319 and its (probably) duplicate, FS#9576. They both describe the boo...Nicolas Pennequin1-0/+5
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts1-3/+3
2008-10-16Accept FS#9480 - centralise and organise the events in the apps/ layer. Jonathan Gordon1-7/+7
2008-10-05Fix a possible deadlock if the album art loading failsJonathan Gordon1-2/+1
2008-07-18Add handle values to the buffering LOGFQUEUE messages for easier debugging.Nicolas Pennequin1-9/+9
2008-07-18Fix FS#9137 and FS#8194 (the end of a track is cut off after rebuffering): th...Nicolas Pennequin1-1/+1
2008-07-11Hopefully fix FS #9153, as well as another bug (in fill_buffer) that could ca...Magnus Holmgren1-5/+4
2008-07-02Fix FS#8964 (CPU remains boosted after buffering). 'filling' needs to be set ...Nicolas Pennequin1-0/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-13Lock the linked list mutex when accessing the memory handles. This should fix...Nicolas Pennequin1-0/+4
2008-04-30Remove unused #define.Steve Bavin1-4/+0
2008-04-28Cleaned up playblack.h header file and usage of it.Bertrik Sikken1-1/+0
2008-04-16Fix FS#8902 (NSF files get skipped). The cause was too strict metadata checki...Nicolas Pennequin1-1/+5
2008-04-14A rather big change to how tracks are loaded: there are now two parts to the ...Nicolas Pennequin1-1/+39
2008-04-13Make mpegplayer sleep the disk after buffering to save battery. * Add a simul...Jens Arnold1-2/+0