Age | Commit message (Expand) | Author |
2008-04-14 | A rather big change to how tracks are loaded: there are now two parts to the ... | Nicolas Pennequin |
2008-04-14 | Revert what was left of r17018 until I find a better way. It had quirks in so... | Nicolas Pennequin |
2008-04-14 | FS#8882: Fix the bug where skipping backwards with Ogg files could result in ... | Nicolas Pennequin |
2008-04-12 | Commit FS#8822 by Magnus Holmgren. Fixes resuming previously playing WMA fil... | Michael Giacomelli |
2008-04-07 | Bring the WPS playlist index display into sync with the track being played by... | Nicolas Pennequin |
2008-04-06 | Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w... | Michael Sevakis |
2008-04-03 | Fix FS#8513 (Playback occasionally repeats a track when rebuffering occurs) a... | Nicolas Pennequin |
2008-04-03 | Migrate the buffering code to the new events system. | Nicolas Pennequin |
2008-04-03 | Fix an issue introduced by r16930 where rebuffering would happen one track to... | Nicolas Pennequin |
2008-04-03 | Move audio_set_elapsed to mpa.c, as recommended by the TODO note. Please corr... | Nicolas Pennequin |
2008-04-02 | Fix a possible (though unlikely) deadlock condition spotted by jhMikeS. It wo... | Nicolas Pennequin |
2008-04-02 | Fix for FS#8601 by pondlife: the disk no longer spins up on a track change wh... | Nicolas Pennequin |
2008-03-30 | Fixes FS#8597 (dropouts while crossfading) via keeping CPU boosted while cros... | Andree Buschmann |
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 | Use queue_empty instead of queue_peek again now that we don't care about the ... | Nicolas Pennequin |
2008-03-29 | Move codec_get_file_pos somewhere else like the comment said should be done. ... | Michael Sevakis |
2008-03-28 | Track playback filling state with a state-machine approach. There shouldn't b... | Nicolas Pennequin |
2008-03-28 | Revert my earlier const madness, we'll keep the parameter lists simple. | Steve Bavin |
2008-03-28 | Oops, another pondlife puddle of red. | Steve Bavin |
2008-03-28 | The const police raid playback.c, should be no change to behaviour. | Steve Bavin |
2008-03-25 | Oops, more red. That can't be static yet. | Steve Bavin |
2008-03-25 | A little more consting/staticing, no functional change. | Steve Bavin |
2008-03-25 | Add a complete priority inheritance implementation to the scheduler (all mute... | Michael Sevakis |
2008-03-17 | It makes more sense for the callback registrar to decide if its a "oneshot" t... | Jonathan Gordon |
2008-03-16 | Implement the playback event handling as a system-wide multi-purpose event sy... | Miika Pekkarinen |
2008-03-09 | FS#8707 - Enable "Load to RAM" (HAS_TC_RAMCACHE) compilation without Director... | Miika Pekkarinen |
2008-03-08 | Revert accidental tree commit. Sorry for that. | Jens Arnold |
2008-03-08 | 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-07 | Rewritten playback event handling. Should fix runtime statistics gathering. | Miika Pekkarinen |
2008-03-04 | 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-03 | Slightly simpler mechanism to avoid Q_AUDIO_FILL_BUFFER floods. | Steve Bavin |
2008-02-29 | Fix odd behaviour when rebuffering occurs during playback. This is hopefully... | Steve Bavin |
2008-02-28 | 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-26 | 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-23 | When starting playback, prevent the codec from starting to decode too early, ... | Magnus Holmgren |
2008-01-09 | Fix FS#5797 (Codec failure with directory skip when in file browser, with dir... | Nicolas Pennequin |
2008-01-08 | 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-07 | Make the playlist index be incremented after the PCM track change. This fixes... | Nicolas Pennequin |
2007-11-28 | Fix FS8069, because Nico_P made it easy | Brandon Low |
2007-11-26 | Buffering callbacks rework. There is now one callback for all the events that... | Nicolas Pennequin |