Age | Commit message (Expand) | Author |
2009-03-08 | Clean up some #includes | Bertrik Sikken |
2009-02-23 | Show the watermark in the "Show buffering thread" screen (in bytes). | Thomas Martitz |
2009-02-22 | This should fix the occasional data aborts mainly in conjunction with AlbumAr... | Antonius Hellmann |
2009-01-10 | Calculate watermark from bitrate and harddisk spinup time. | Björn Stenberg |
2008-12-26 | Make scaler output truly pluggable, add an 8-bit greyscale output to | Andrew Mahone |
2008-12-10 | Use cookies for thread identification instead of pointers directly which give... | Michael Sevakis |
2008-12-09 | resize-on-load for bitmap files on 2bpp and color targets | Andrew Mahone |
2008-12-02 | Fix FS#9319 and its (probably) duplicate, FS#9576. They both describe the boo... | Nicolas Pennequin |
2008-11-01 | Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ... | Frank Gevaerts |
2008-10-16 | Accept FS#9480 - centralise and organise the events in the apps/ layer. | Jonathan Gordon |
2008-10-05 | Fix a possible deadlock if the album art loading fails | Jonathan Gordon |
2008-07-18 | Add handle values to the buffering LOGFQUEUE messages for easier debugging. | Nicolas Pennequin |
2008-07-18 | Fix FS#9137 and FS#8194 (the end of a track is cut off after rebuffering): th... | Nicolas Pennequin |
2008-07-11 | Hopefully fix FS #9153, as well as another bug (in fill_buffer) that could ca... | Magnus Holmgren |
2008-07-02 | Fix FS#8964 (CPU remains boosted after buffering). 'filling' needs to be set ... | Nicolas Pennequin |
2008-06-28 | Updated our source code header to explicitly mention that we are GPL v2 or | Daniel Stenberg |
2008-05-13 | Lock the linked list mutex when accessing the memory handles. This should fix... | Nicolas Pennequin |
2008-04-30 | Remove unused #define. | Steve Bavin |
2008-04-28 | Cleaned up playblack.h header file and usage of it. | Bertrik Sikken |
2008-04-16 | Fix FS#8902 (NSF files get skipped). The cause was too strict metadata checki... | Nicolas Pennequin |
2008-04-14 | A rather big change to how tracks are loaded: there are now two parts to the ... | Nicolas Pennequin |
2008-04-13 | Make mpegplayer sleep the disk after buffering to save battery. * Add a simul... | Jens Arnold |
2008-04-03 | Migrate the buffering code to the new events system. | Nicolas Pennequin |
2008-03-29 | Just change PRIORITY_BUFFERING to 15. Seems a teeny tiny bit helpful to mpegp... | Michael Sevakis |
2008-03-29 | Change the default buffer filechunk back to 32KB and bump the buffering threa... | Michael Sevakis |
2008-03-29 | Fix sim warnings. | Nicolas Pennequin |
2008-03-29 | Boost the audio thread while it's filling the buffer. In the audio and the bu... | Nicolas Pennequin |
2008-03-29 | Correct some windows line endings back to unix. | Nicolas Pennequin |
2008-03-28 | Revert my earlier const madness, we'll keep the parameter lists simple. | Steve Bavin |
2008-03-28 | The const police raid playback.c, should be no change to behaviour. | Steve Bavin |
2008-03-26 | More consts that require no functional change. | Steve Bavin |
2008-03-25 | Add a complete priority inheritance implementation to the scheduler (all mute... | Michael Sevakis |
2008-02-12 | Notify the buffering thread when a handle is added, so it can go into filling... | Nicolas Pennequin |
2008-01-08 | Fix FS#6215 (player crashes after trying to resume deleted music file). As me... | Nicolas Pennequin |
2007-12-16 | Check that the pointer isn't NULL before dereferencing it, just to be safe an... | Nicolas Pennequin |
2007-11-28 | Possibly save a few bytes when stripping the tags of the last allocated handle | Brandon Low |
2007-11-28 | Fix FS8069, because Nico_P made it easy | Brandon Low |
2007-11-26 | Checking for total free buffer space isn't correct. What we need to check is ... | Nicolas Pennequin |
2007-11-26 | Buffering callbacks rework. There is now one callback for all the events that... | Nicolas Pennequin |
2007-11-20 | Hopefully the last word on getting rid of yield_codecs loops (cut read chunk ... | Michael Sevakis |
2007-11-20 | Make threads responsible for explicit cancellation of their own boosted statu... | Michael Sevakis |
2007-11-19 | Make the sim sleep between each file chunk, so that its buffering behaves mor... | Nicolas Pennequin |
2007-11-12 | The error checking for bitmap handling in bufopen was serioulsy broken, as lo... | Nicolas Pennequin |
2007-11-11 | Really fix red this time. | Nicolas Pennequin |
2007-11-11 | Fix red on the iFP. | Nicolas Pennequin |
2007-11-11 | Album art support. Based on FS#3045, but heavily modified to adapt to MoB and... | Nicolas Pennequin |
2007-11-08 | No functional change | Brandon Low |
2007-11-08 | Fix a bug introduced by r15533 where end-of-file wouldn't be detected correctly. | Nicolas Pennequin |
2007-11-08 | Thanks to the changes in prep_bufdata, bufgetdata can be simplified a bit. | Nicolas Pennequin |
2007-11-08 | Clean up a (nearly impossible) null check. Add a comment. | Brandon Low |