summaryrefslogtreecommitdiff
path: root/apps/playback.c (follow)
Commit message (Expand)AuthorAge
* Fix FS#8201 and correct fix for FS#8040 by making the track unbuffer callback...Nicolas Pennequin2007-11-22
* 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
* Fix FS#8040 (Gather Runtime Data not working) the right way. Also a few cosme...Nicolas Pennequin2007-11-19
* Second part of FS#8104 by Bertrik Sikken: Simplification of audio_track_count...Nicolas Pennequin2007-11-19
* First part of FS#8104 by Bertrik Sikken: Simplification and consistency impro...Nicolas Pennequin2007-11-19
* Do the wait for the audio thread init in such a way to avoid an unlikely but ...Michael Sevakis2007-11-19
* Make sure initial menu item is voiced at startup. Voice thread must wait for ...Michael Sevakis2007-11-19
* Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis2007-11-18
* Erase lasttrack_id3 when end-of-playlist is reached. Fixes FS#8148.Nicolas Pennequin2007-11-18
* I'm a retard, this is definitely more correctBrandon Low2007-11-14
* Might fix FS#8158, I was unable to reproduce so no guarantee.Brandon Low2007-11-14
* Fix another NULL pointer dereference crash.Nicolas Pennequin2007-11-12
* Fix an issue that appeared in r15577, where skipping back to a track that has...Nicolas Pennequin2007-11-11
* Load the album art before the codec because find_albumart would yield to the ...Nicolas Pennequin2007-11-11
* * Make the album art be updated on PCM track change, not codec track change (...Nicolas Pennequin2007-11-11
* Fix red.Nicolas Pennequin2007-11-11
* Album art support. Based on FS#3045, but heavily modified to adapt to MoB and...Nicolas Pennequin2007-11-11
* Fix a possible NULL pointer dereference I introduced in r15503 by making an u...Nicolas Pennequin2007-11-10
* Remove nexttrack_id3 and instead use the metadata present on the buffer.Nicolas Pennequin2007-11-08
* Store the metadata of the first unbuffered track in a static struct so that i...Nicolas Pennequin2007-11-08
* Fix warning.Nicolas Pennequin2007-11-07
* Fix tracks always being cleared on skip (reported by dionoea). The problem wa...Nicolas Pennequin2007-11-07
* Don't keep resetting to default watermark during buffering, only do it once a...Brandon Low2007-11-05
* Set all track handles to -1 on audio init to avoid calling bufclose(0) on all...Nicolas Pennequin2007-11-05
* Fix some logf warnings.Nicolas Pennequin2007-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
* Don't keep useless id3v2 or other leading tag data on the buffer, it could be...Brandon Low2007-11-05
* make handle_id of zero valid, stop using memsets to clear tracks, should be n...Brandon Low2007-11-04
* OTher part of previousBrandon Low2007-11-04
* More attempt to fix 8077Brandon Low2007-11-04
* This part was good, bring it backBrandon Low2007-11-03
* Revert recent changes that are brokenBrandon Low2007-11-03
* Make handle id semantics more like file id. This may need to be revisited if...Brandon Low2007-11-03
* Misc. buffering related playback tweaksBrandon Low2007-11-03
* Make atomic type work for even first track. Rework low buffer handling... us...Brandon Low2007-11-03
* Use the correct event state constants.Michael Sevakis2007-11-03
* Logf when a file is loaded atomic not packetBrandon Low2007-11-03
* Comments and a fix to possibly get more out of backward skipping without rebu...Brandon Low2007-11-03
* Make bufread and bufgetdata blocking. They now return when enough data is ava...Nicolas Pennequin2007-11-02
* Improve upon my hackity hack from before by separating audio into two types: ...Brandon Low2007-11-02
* Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by rem...Nicolas Pennequin2007-10-31
* Fix a file descriptor leak that happened with large directories of small file...Nicolas Pennequin2007-10-30
* Fix a logf warningBrandon Low2007-10-30
* Revert r15360: It didn't completely fix the problem and it's a bit dirty. A b...Nicolas Pennequin2007-10-30
* Invalidate prevtrack_id3 on all track skips to prevent next track info from b...Nicolas Pennequin2007-10-29
* Update "elapsed" and "offset" in the mp3entries on the main buffer in the cor...Nicolas Pennequin2007-10-29
* Prefix the error constants with ERR_Nicolas Pennequin2007-10-29
* Oops, sucky workaround wasn't meant to be committed.Steve Bavin2007-10-29