summaryrefslogtreecommitdiff
path: root/apps/buffering.c (follow)
Commit message (Expand)AuthorAge
* Remove unused #define.Steve Bavin2008-04-30
* Cleaned up playblack.h header file and usage of it.Bertrik Sikken2008-04-28
* Fix FS#8902 (NSF files get skipped). The cause was too strict metadata checki...Nicolas Pennequin2008-04-16
* A rather big change to how tracks are loaded: there are now two parts to the ...Nicolas Pennequin2008-04-14
* Make mpegplayer sleep the disk after buffering to save battery. * Add a simul...Jens Arnold2008-04-13
* Migrate the buffering code to the new events system.Nicolas Pennequin2008-04-03
* Just change PRIORITY_BUFFERING to 15. Seems a teeny tiny bit helpful to mpegp...Michael Sevakis2008-03-29
* Change the default buffer filechunk back to 32KB and bump the buffering threa...Michael Sevakis2008-03-29
* Fix sim warnings.Nicolas Pennequin2008-03-29
* Boost the audio thread while it's filling the buffer. In the audio and the bu...Nicolas Pennequin2008-03-29
* Correct some windows line endings back to unix.Nicolas Pennequin2008-03-29
* Revert my earlier const madness, we'll keep the parameter lists simple.Steve Bavin2008-03-28
* The const police raid playback.c, should be no change to behaviour.Steve Bavin2008-03-28
* More consts that require no functional change.Steve Bavin2008-03-26
* Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis2008-03-25
* Notify the buffering thread when a handle is added, so it can go into filling...Nicolas Pennequin2008-02-12
* Fix FS#6215 (player crashes after trying to resume deleted music file). As me...Nicolas Pennequin2008-01-08
* Check that the pointer isn't NULL before dereferencing it, just to be safe an...Nicolas Pennequin2007-12-16
* Possibly save a few bytes when stripping the tags of the last allocated handleBrandon Low2007-11-28
* Fix FS8069, because Nico_P made it easyBrandon Low2007-11-28
* Checking for total free buffer space isn't correct. What we need to check is ...Nicolas Pennequin2007-11-26
* Buffering callbacks rework. There is now one callback for all the events that...Nicolas Pennequin2007-11-26
* Hopefully the last word on getting rid of yield_codecs loops (cut read chunk ...Michael Sevakis2007-11-20
* Make threads responsible for explicit cancellation of their own boosted statu...Michael Sevakis2007-11-20
* Make the sim sleep between each file chunk, so that its buffering behaves mor...Nicolas Pennequin2007-11-19
* The error checking for bitmap handling in bufopen was serioulsy broken, as lo...Nicolas Pennequin2007-11-12
* Really fix red this time.Nicolas Pennequin2007-11-11
* Fix red on the iFP.Nicolas Pennequin2007-11-11
* Album art support. Based on FS#3045, but heavily modified to adapt to MoB and...Nicolas Pennequin2007-11-11
* No functional changeBrandon Low2007-11-08
* Fix a bug introduced by r15533 where end-of-file wouldn't be detected correctly.Nicolas Pennequin2007-11-08
* Thanks to the changes in prep_bufdata, bufgetdata can be simplified a bit.Nicolas Pennequin2007-11-08
* Clean up a (nearly impossible) null check. Add a comment.Brandon Low2007-11-08
* Change in function should be nearly zero, but change to proper naming and def...Brandon Low2007-11-08
* Fix some bad where a handle is held across a sleep. We should probably audit...Brandon Low2007-11-08
* Fix the bug where MPC files would be skipped by disabling the check of the re...Nicolas Pennequin2007-11-08
* Fix a flaw in prep_bufdata() that would lead to all kinds of problems with co...Nicolas Pennequin2007-11-07
* Fix thinko in last patch, shouldn't effect current buffering clients.Brandon Low2007-11-06
* Pull the size range checking and disk request into a separate function that b...Brandon Low2007-11-06
* This was (probably) committed by accident, remove it.Nicolas Pennequin2007-11-05
* Don't yield twice in a rowBrandon Low2007-11-05
* Types other than packet audio still need to yield while buffering.Nicolas Pennequin2007-11-05
* Readd yield_codec, making it check for useful data through buffer_is_low. Fix...Nicolas Pennequin2007-11-05
* This was a bad change on my part earlier. Do not immediately start buffering...Brandon Low2007-11-05
* Fix some logf warnings.Nicolas Pennequin2007-11-05
* Create two separate ways for a handle buffer request to be sent. One is when...Brandon Low2007-11-05
* When seeking foward off of the buffer, if it is a short seek don't rebuffer t...Brandon Low2007-11-05
* Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low2007-11-05
* Remove unused conf_preseek from buffering.c and all of its accountraments. T...Brandon Low2007-11-05
* Minor improvement in responsiveness to buffer_handle callsBrandon Low2007-11-05