| Commit message (Expand) | Author | Age |
| ... | |
| * | No need to have \n here. panicf() won't output it anyway. | Jens Arnold | 2008-03-08 |
| * | Simplified the playback engine more and removed unnecessary code. | Miika Pekkarinen | 2008-03-08 |
| * | Rewritten playback event handling. Should fix runtime statistics gathering. | Miika Pekkarinen | 2008-03-07 |
| * | Pragmatic fix for FS#8681 (logf breaks scrobbling). The correct fix is a bett... | Nicolas Pennequin | 2008-03-04 |
| * | Fix FS#8675: Last song in playlist ends prematurely. | Magnus Holmgren | 2008-03-04 |
| * | Slightly simpler mechanism to avoid Q_AUDIO_FILL_BUFFER floods. | Steve Bavin | 2008-03-03 |
| * | Fix odd behaviour when rebuffering occurs during playback. This is hopefully... | Steve Bavin | 2008-02-29 |
| * | Use a safe way to get pcm buffer track change notifications to the audio thread. | Michael Sevakis | 2008-02-28 |
| * | Fix bookmark resume when a track is playing. | Magnus Holmgren | 2008-02-28 |
| * | Fix auto dir change happening one track too early (another followup of r16425). | Nicolas Pennequin | 2008-02-26 |
| * | Fix not being able to skip to the last track in a playlist. | Nicolas Pennequin | 2008-02-26 |
| * | Attempt to make manual track skips more responsive and more robust | Nicolas Pennequin | 2008-02-26 |
| * | Factor out duplicate code from audio_prev and audio_next | Nicolas Pennequin | 2008-02-26 |
| * | Make audio_next_track use the wps_offset value. | Nicolas Pennequin | 2008-02-26 |
| * | When starting playback, prevent the codec from starting to decode too early, ... | Magnus Holmgren | 2008-02-23 |
| * | Fix FS#5797 (Codec failure with directory skip when in file browser, with dir... | Nicolas Pennequin | 2008-01-09 |
| * | Fix FS#6215 (player crashes after trying to resume deleted music file). As me... | Nicolas Pennequin | 2008-01-08 |
| * | Take out some no longer needed (and overly complicated) comments, thanks to N... | Brandon Low | 2008-01-08 |
| * | Fix FS#2687 (Rewinding at end of song confuses playback) by making the codec ... | Nicolas Pennequin | 2008-01-08 |
| * | Make the playlist index be incremented after the PCM track change. This fixes... | Nicolas Pennequin | 2008-01-07 |
| * | Fix FS8069, because Nico_P made it easy | Brandon Low | 2007-11-28 |
| * | Buffering callbacks rework. There is now one callback for all the events that... | Nicolas Pennequin | 2007-11-26 |
| * | Commit FS#7440. The iPod Video doesn't actually have a hardware equalizer. It... | Dan Everton | 2007-11-24 |
| * | revise commit r15463 - we still get the immediate display of runtime data in ... | Robert Kukla | 2007-11-23 |
| * | Save runtime info for last track in playlist as well (FS#8040) | Robert Kukla | 2007-11-23 |
| * | Fix FS#8201 and correct fix for FS#8040 by making the track unbuffer callback... | Nicolas Pennequin | 2007-11-22 |
| * | 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-20 |
| * | Fix FS#8040 (Gather Runtime Data not working) the right way. Also a few cosme... | Nicolas Pennequin | 2007-11-19 |
| * | Second part of FS#8104 by Bertrik Sikken: Simplification of audio_track_count... | Nicolas Pennequin | 2007-11-19 |
| * | First part of FS#8104 by Bertrik Sikken: Simplification and consistency impro... | Nicolas Pennequin | 2007-11-19 |
| * | Do the wait for the audio thread init in such a way to avoid an unlikely but ... | Michael Sevakis | 2007-11-19 |
| * | Make sure initial menu item is voiced at startup. Voice thread must wait for ... | Michael Sevakis | 2007-11-19 |
| * | Make speex the new voice format for SWCODEC targets (non-Archos). Remove code... | Michael Sevakis | 2007-11-18 |
| * | Erase lasttrack_id3 when end-of-playlist is reached. Fixes FS#8148. | Nicolas Pennequin | 2007-11-18 |
| * | I'm a retard, this is definitely more correct | Brandon Low | 2007-11-14 |
| * | Might fix FS#8158, I was unable to reproduce so no guarantee. | Brandon Low | 2007-11-14 |
| * | Fix another NULL pointer dereference crash. | Nicolas Pennequin | 2007-11-12 |
| * | Fix an issue that appeared in r15577, where skipping back to a track that has... | Nicolas Pennequin | 2007-11-11 |
| * | Load the album art before the codec because find_albumart would yield to the ... | Nicolas Pennequin | 2007-11-11 |
| * | * Make the album art be updated on PCM track change, not codec track change (... | Nicolas Pennequin | 2007-11-11 |
| * | Fix red. | Nicolas Pennequin | 2007-11-11 |
| * | Album art support. Based on FS#3045, but heavily modified to adapt to MoB and... | Nicolas Pennequin | 2007-11-11 |
| * | Fix a possible NULL pointer dereference I introduced in r15503 by making an u... | Nicolas Pennequin | 2007-11-10 |
| * | Remove nexttrack_id3 and instead use the metadata present on the buffer. | Nicolas Pennequin | 2007-11-08 |
| * | Store the metadata of the first unbuffered track in a static struct so that i... | Nicolas Pennequin | 2007-11-08 |
| * | Fix warning. | Nicolas Pennequin | 2007-11-07 |
| * | Fix tracks always being cleared on skip (reported by dionoea). The problem wa... | Nicolas Pennequin | 2007-11-07 |
| * | Don't keep resetting to default watermark during buffering, only do it once a... | Brandon Low | 2007-11-05 |
| * | Set all track handles to -1 on audio init to avoid calling bufclose(0) on all... | Nicolas Pennequin | 2007-11-05 |