summaryrefslogtreecommitdiff
path: root/apps/buffering.c
AgeCommit message (Expand)Author
2009-11-22buffering.c: cosmeticsRafaël Carré
2009-11-21Commit FS#10605 - stable playback on low memory swcodec targets by Matthias S...Michael Giacomelli
2009-11-09Removed unneeded includesJeffrey Goode
2009-10-25buffering: leave a comment to explain what is broken in the code and link to ...Rafaël Carré
2009-10-16Rework albumart buffering internally to allow for mutliple albumart sizes.Thomas Martitz
2009-07-14FS#10080Nils Wallménius
2009-05-26Fix yellow when building with HAVE_ALBUMART, without HAVE_JPEG/HAVE_BMP_SCALING.Andrew Mahone
2009-05-15Fix the lock contention stall during cover art load, by adding a separate mod...Andrew Mahone
2009-05-04Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...Andrew Mahone
2009-05-01Search for, and load, JPEG album art files.Andrew Mahone
2009-03-08Clean up some #includesBertrik Sikken
2009-02-23Show the watermark in the "Show buffering thread" screen (in bytes).Thomas Martitz
2009-02-22This should fix the occasional data aborts mainly in conjunction with AlbumAr...Antonius Hellmann
2009-01-10Calculate watermark from bitrate and harddisk spinup time.Björn Stenberg
2008-12-26Make scaler output truly pluggable, add an 8-bit greyscale output toAndrew Mahone
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis
2008-12-09resize-on-load for bitmap files on 2bpp and color targetsAndrew Mahone
2008-12-02Fix FS#9319 and its (probably) duplicate, FS#9576. They both describe the boo...Nicolas Pennequin
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts
2008-10-16Accept FS#9480 - centralise and organise the events in the apps/ layer. Jonathan Gordon
2008-10-05Fix a possible deadlock if the album art loading failsJonathan Gordon
2008-07-18Add handle values to the buffering LOGFQUEUE messages for easier debugging.Nicolas Pennequin
2008-07-18Fix FS#9137 and FS#8194 (the end of a track is cut off after rebuffering): th...Nicolas Pennequin
2008-07-11Hopefully fix FS #9153, as well as another bug (in fill_buffer) that could ca...Magnus Holmgren
2008-07-02Fix FS#8964 (CPU remains boosted after buffering). 'filling' needs to be set ...Nicolas Pennequin
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-13Lock the linked list mutex when accessing the memory handles. This should fix...Nicolas Pennequin
2008-04-30Remove unused #define.Steve Bavin
2008-04-28Cleaned up playblack.h header file and usage of it.Bertrik Sikken
2008-04-16Fix FS#8902 (NSF files get skipped). The cause was too strict metadata checki...Nicolas Pennequin
2008-04-14A rather big change to how tracks are loaded: there are now two parts to the ...Nicolas Pennequin
2008-04-13Make mpegplayer sleep the disk after buffering to save battery. * Add a simul...Jens Arnold
2008-04-03Migrate the buffering code to the new events system.Nicolas Pennequin
2008-03-29Just change PRIORITY_BUFFERING to 15. Seems a teeny tiny bit helpful to mpegp...Michael Sevakis
2008-03-29Change the default buffer filechunk back to 32KB and bump the buffering threa...Michael Sevakis
2008-03-29Fix sim warnings.Nicolas Pennequin
2008-03-29Boost the audio thread while it's filling the buffer. In the audio and the bu...Nicolas Pennequin
2008-03-29Correct some windows line endings back to unix.Nicolas Pennequin
2008-03-28Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin
2008-03-28The const police raid playback.c, should be no change to behaviour.Steve Bavin
2008-03-26More consts that require no functional change.Steve Bavin
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis
2008-02-12Notify the buffering thread when a handle is added, so it can go into filling...Nicolas Pennequin
2008-01-08Fix FS#6215 (player crashes after trying to resume deleted music file). As me...Nicolas Pennequin
2007-12-16Check that the pointer isn't NULL before dereferencing it, just to be safe an...Nicolas Pennequin
2007-11-28Possibly save a few bytes when stripping the tags of the last allocated handleBrandon Low
2007-11-28Fix FS8069, because Nico_P made it easyBrandon Low
2007-11-26Checking for total free buffer space isn't correct. What we need to check is ...Nicolas Pennequin
2007-11-26Buffering callbacks rework. There is now one callback for all the events that...Nicolas Pennequin
2007-11-20Hopefully the last word on getting rid of yield_codecs loops (cut read chunk ...Michael Sevakis