summaryrefslogtreecommitdiffstats
path: root/apps/playback.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-09Fix FS#5797 (Codec failure with directory skip when in file browser, with dir...Nicolas Pennequin1-3/+6
2008-01-08Fix FS#6215 (player crashes after trying to resume deleted music file). As me...Nicolas Pennequin1-0/+3
2008-01-08Take out some no longer needed (and overly complicated) comments, thanks to N...Brandon Low1-6/+0
2008-01-08Fix FS#2687 (Rewinding at end of song confuses playback) by making the codec ...Nicolas Pennequin1-8/+14
2008-01-07Make the playlist index be incremented after the PCM track change. This fixes...Nicolas Pennequin1-3/+21
2007-11-28Fix FS8069, because Nico_P made it easyBrandon Low1-0/+4
2007-11-26Buffering callbacks rework. There is now one callback for all the events that...Nicolas Pennequin1-10/+22
2007-11-24Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It...Dan Everton1-7/+0
2007-11-23revise commit r15463 - we still get the immediate display of runtime data in ...Robert Kukla1-2/+3
2007-11-23Save runtime info for last track in playlist as well (FS#8040)Robert Kukla1-7/+4
2007-11-22Fix FS#8201 and correct fix for FS#8040 by making the track unbuffer callback...Nicolas Pennequin1-17/+15
2007-11-20Hopefully the last word on getting rid of yield_codecs loops (cut read chunk ...Michael Sevakis1-1/+1
2007-11-20Make threads responsible for explicit cancellation of their own boosted statu...Michael Sevakis1-0/+3
2007-11-19Fix FS#8040 (Gather Runtime Data not working) the right way. Also a few cosme...Nicolas Pennequin1-4/+16
2007-11-19Second part of FS#8104 by Bertrik Sikken: Simplification of audio_track_count...Nicolas Pennequin1-20/+8
2007-11-19First part of FS#8104 by Bertrik Sikken: Simplification and consistency impro...Nicolas Pennequin1-20/+10
2007-11-19Do the wait for the audio thread init in such a way to avoid an unlikely but ...Michael Sevakis1-4/+10
2007-11-19Make sure initial menu item is voiced at startup. Voice thread must wait for ...Michael Sevakis1-0/+9
2007-11-18Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis1-816/+38
2007-11-18Erase lasttrack_id3 when end-of-playlist is reached. Fixes FS#8148.Nicolas Pennequin1-0/+1
2007-11-14I'm a retard, this is definitely more correctBrandon Low1-2/+1
2007-11-14Might fix FS#8158, I was unable to reproduce so no guarantee.Brandon Low1-2/+2
2007-11-12Fix another NULL pointer dereference crash.Nicolas Pennequin1-2/+3
2007-11-11Fix an issue that appeared in r15577, where skipping back to a track that has...Nicolas Pennequin1-2/+16
2007-11-11Load the album art before the codec because find_albumart would yield to the ...Nicolas Pennequin1-17/+16
2007-11-11* Make the album art be updated on PCM track change, not codec track change (...Nicolas Pennequin1-14/+60
2007-11-11Fix red.Nicolas Pennequin1-1/+1
2007-11-11Album art support. Based on FS#3045, but heavily modified to adapt to MoB and...Nicolas Pennequin1-0/+33
2007-11-10Fix a possible NULL pointer dereference I introduced in r15503 by making an u...Nicolas Pennequin1-3/+4
2007-11-08Remove nexttrack_id3 and instead use the metadata present on the buffer.Nicolas Pennequin1-11/+7
2007-11-08Store the metadata of the first unbuffered track in a static struct so that i...Nicolas Pennequin1-0/+5
2007-11-07Fix warning.Nicolas Pennequin1-1/+1
2007-11-07Fix tracks always being cleared on skip (reported by dionoea). The problem wa...Nicolas Pennequin1-1/+5
2007-11-05Don't keep resetting to default watermark during buffering, only do it once a...Brandon Low1-3/+3
2007-11-05Set all track handles to -1 on audio init to avoid calling bufclose(0) on all...Nicolas Pennequin1-1/+9
2007-11-05Fix some logf warnings.Nicolas Pennequin1-1/+1
2007-11-05Remove conf_filechunk, it should never have been a setting and its implementa...Brandon Low1-9/+2
2007-11-05Remove unused conf_preseek from buffering.c and all of its accountraments. T...Brandon Low1-6/+5
2007-11-05Don't keep useless id3v2 or other leading tag data on the buffer, it could be...Brandon Low1-1/+4
2007-11-04make handle_id of zero valid, stop using memsets to clear tracks, should be n...Brandon Low1-29/+38
2007-11-04OTher part of previousBrandon Low1-1/+1
2007-11-04More attempt to fix 8077Brandon Low1-0/+2
2007-11-03This part was good, bring it backBrandon Low1-18/+1
2007-11-03Revert recent changes that are brokenBrandon Low1-28/+45
2007-11-03Make handle id semantics more like file id. This may need to be revisited if...Brandon Low1-45/+28
2007-11-03Misc. buffering related playback tweaksBrandon Low1-32/+37
2007-11-03Make atomic type work for even first track. Rework low buffer handling... us...Brandon Low1-26/+31
2007-11-03Use the correct event state constants.Michael Sevakis1-4/+4
2007-11-03Logf when a file is loaded atomic not packetBrandon Low1-0/+1
2007-11-03Comments and a fix to possibly get more out of backward skipping without rebu...Brandon Low1-1/+10