- 27 Jun, 2019 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 26 Jun, 2019 16 commits
-
-
-
Max Kellermann authored
Fix build breakage from commit ea639269
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/589
-
Max Kellermann authored
This makes the configuration error more visible, possibly addressing one part of https://github.com/MusicPlayerDaemon/MPD/issues/589
-
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
-
Max Kellermann authored
-
- 18 Jun, 2019 7 commits
-
-
Max Kellermann authored
Commit 1eae9339 added support for multiple "groups" in the "list" command, and this change allows clients to detect that this behavior, which had been documented for several years, is now implemented properly.
-
Max Kellermann authored
Combining these two in one single value saves some memory, but is complicated and we may need the src_sample_format for new features later.
-
Max Kellermann authored
-
Max Kellermann authored
This reverts commit 2c3eeb71. This workaround has been obsoleted by commits bf26adf5 and 32380d1d
-
Max Kellermann authored
Similar to commit 32380d1d, these are the final parts for really fixing https://github.com/MusicPlayerDaemon/MPD/issues/469
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Jun, 2019 15 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/577
-
Max Kellermann authored
These options are exclusive.
-
Max Kellermann authored
-
Max Kellermann authored
First part of the "real" fix for https://github.com/MusicPlayerDaemon/MPD/issues/469
-
Max Kellermann authored
-
Max Kellermann authored
Preparing to add more state.
-
Max Kellermann authored
The dop_buffer will be moved out soon.
-
Max Kellermann authored
Reduce header dependencies.
-
Max Kellermann authored
-
Max Kellermann authored
Returning an empty buffer is a normal result now (since commit 79839db3), and doesn't deserve such a big comment.
-
Max Kellermann authored
-
Max Kellermann authored
Workaround for a regression caused by commit a06bf388, revealing a problem with discarding odd numer of frames in the DSD_U32 and DoP converters, causing distortions with DSD_U32 and DoP on 32 bit CPUs. Closes https://github.com/MusicPlayerDaemon/MPD/issues/469
-
Max Kellermann authored
This can happen if the DoP converter doesn't get enough source samples for one destination quad. This isn't a critical bug, because the OSS plugin doesn't support DoP yet, but it's good to be prepared.
-
Max Kellermann authored
-