- 21 Apr, 2016 1 commit
-
-
Max Kellermann authored
Fixes assertion failure in MultipleOutputs::Open() after seeking to a failing song during playback.
-
- 28 Feb, 2016 1 commit
-
-
Max Kellermann authored
-
- 26 Feb, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Fix regression by commit 45f6129a See http://bugs.musicpd.org/view.php?id=4477
-
- 29 Dec, 2015 1 commit
-
-
Max Kellermann authored
Instead of stopping playback completely, only CANCEL the queued song if necessary, and use the SEEK command to play the selected song. SEEK will take care for current playback state.
-
- 13 Nov, 2015 1 commit
-
-
Max Kellermann authored
-
- 11 Nov, 2015 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 04 Nov, 2015 5 commits
-
-
Max Kellermann authored
If the decoder was just started, it already seeks to the desired position.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
If this gets called while seeking, do the right thing. This moves the elapsed_time setter from method Run(), which is now redundant.
-
Max Kellermann authored
Allows removing a few special cases in the player thread.
-
- 28 Oct, 2015 2 commits
-
-
Max Kellermann authored
It is futile to check for decoder errors before the decoder has finished startup. At this time, it's unlikely that the decoder has already failed.
-
Max Kellermann authored
.. and fix its API documentation.
-
- 27 Oct, 2015 9 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Assigning nullptr to next_song may disrupt the player thread and render undefined behavior.
-
Max Kellermann authored
-
Max Kellermann authored
Move ResetCrossFade() to where cross-fading would actually break, to make the cross-fading state more reliable.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 15 Aug, 2015 1 commit
-
-
Max Kellermann authored
-