- 25 Apr, 2018 1 commit
-
-
Max Kellermann authored
When switching to another song manually, the player checks if the decoder is already decoding that song; if so, it will attempt to reuse it by seeking it to the new position. That however fails if the decoder is not seekable (e.g. a radio stream) which leaves the user unable to switch to that song with the bogus error message "Not seekable".
-
- 07 Jan, 2018 1 commit
-
-
Max Kellermann authored
-
- 03 Dec, 2017 3 commits
-
-
Max Kellermann authored
This fixes spurious replay gain logs when the player inserts silence chunks, because those silence chunks had no replay gain attached, resetting the ReplayGainFilter state, flipping it forth and back.
-
Max Kellermann authored
-
Max Kellermann authored
This attribute is not particularly important, but it was uninitialized.
-
- 25 Oct, 2017 1 commit
-
-
Max Kellermann authored
-
- 23 Aug, 2017 1 commit
-
-
Max Kellermann authored
This fixes an assertion failure caused by resuming playback before the decoder has finished startup.
-
- 04 Jun, 2017 1 commit
-
-
Max Kellermann authored
-
- 08 May, 2017 1 commit
-
-
Max Kellermann authored
This eliminates some overhead, because the compiler doesn't need to consider these functions throwing.
-
- 03 Jan, 2017 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 14 Dec, 2016 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Eliminate a dependency from MultipleOutputs on PlayerControl.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 03 Dec, 2016 4 commits
-
-
Max Kellermann authored
Obsoletes the same variable from AudioConfig.cxx.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Nov, 2016 1 commit
-
-
Max Kellermann authored
Don't use the global variables in class DecoderBridge; instead, forward these values to the decoder thread via PlayerControl and DecoderControl.
-
- 10 Nov, 2016 1 commit
-
-
Max Kellermann authored
-
- 09 Nov, 2016 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Nov, 2016 1 commit
-
-
Max Kellermann authored
-
- 08 Sep, 2016 4 commits
-
-
Max Kellermann authored
Prepare full C++ exception support in the decoder thread.
-
Max Kellermann authored
Prepare full C++ exception support in the player thread.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Jun, 2016 1 commit
-
-
Max Kellermann authored
-
- 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 1 commit
-
-
Max Kellermann authored
-