- 09 Dec, 2016 17 commits
-
-
Max Kellermann authored
Technically, these samples are signed. There was no practical difference, only the declaration was formally wrong.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Since we don't use OPEN_2CH_MAX, this should be equal to WavpackGetNumChannels() - but who knows, maybe a future libWavPack version breaks this assumption.
-
Max Kellermann authored
Enable OPEN_DSD_AS_PCM if available. No OPEN_DSD_NATIVE yet. https://bugs.musicpd.org/view.php?id=4606
-
Max Kellermann authored
-
Max Kellermann authored
Use MPD's internal APE tag code, which works just as well. This removes some duplicate code for reading tags and ReplayGain.
-
Max Kellermann authored
MPD uses a floating point range from -1 to +1 internally - why ask libwavpack to use -32768..+32768 only to reduce it back to -1..+1 afterwards?
-
Max Kellermann authored
-
Max Kellermann authored
release v0.19.20
-
Max Kellermann authored
-
Max Kellermann authored
This commit changes a minor queue priority design to something which makes a little bit more sense. Previously, a song that had already been played would only be re-enqueued if its priority had just been raised above the current song's. This means that if it was already above, it was not re-enqueued. That is a surprising behavior, because users expect a song to be played when its priority is raised. Now the song is always re-enqueued if its priority is raised (and above the current song's - no matter if it has already been above before). https://bugs.musicpd.org/view.php?id=4592
-
Max Kellermann authored
-
Florian Schlichting authored
-
Clément B authored
e.g. when running 'update-rc.d mpd disable'
-
- 04 Dec, 2016 8 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
It's wrong to use std::system_category() for both GetLastError() and errno on Windows. Apparently, everybody uses std::generic_category() for errno values, which appears to be a safe choice. Some discussion on this confusing topic can be found here: https://stackoverflow.com/questions/28746372/system-error-categories-and-standard-system-error-codes
-
Max Kellermann authored
The Windows standard library emulates part of POSIX, which includes errno.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 03 Dec, 2016 13 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Obsoletes the same variable from AudioConfig.cxx.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Remove dependency on ReplayGain global variables.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 25 Nov, 2016 2 commits
-
-
-
Max Kellermann authored
Don't use the global variables in class DecoderBridge; instead, forward these values to the decoder thread via PlayerControl and DecoderControl.
-