- 11 Nov, 2015 10 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
The state ERROR can only be entered during decoder initialization, and Seek() may only be called after initialization has been finished.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 06 Nov, 2015 12 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Some optimized implementations of memcmp() may not start from the beginning of the string, and may thus segfault.
-
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 11 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
-
Max Kellermann authored
-
Max Kellermann authored
This new library is integrated in the PcmExport class and (if enabled) converts MPD's channel order (= FLAC channel order) to ALSA channel order. This fixes: http://bugs.musicpd.org/view.php?id=3147 and http://bugs.musicpd.org/view.php?id=3255
-