- 17 Jun, 2019 14 commits
-
-
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
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 16 Jun, 2019 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Instead of passing tag and group, pass an array of tags. To support a nested return value, return a nested std::map of std::maps. Each key specifies the tag value, and each value may be another nesting level. Closes https://github.com/MusicPlayerDaemon/MPD/issues/408
-
Max Kellermann authored
-
Max Kellermann authored
-
- 15 Jun, 2019 7 commits
-
-
Max Kellermann authored
Add a `constexpr` constructor and several `constexpr` methods to construct a DecoderPlugin at compile time, in a way which allows adding new methods later without having to edit each plugin.
-
Max Kellermann authored
-
Max Kellermann authored
This can be used for other purposes as well.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 11 Jun, 2019 8 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
-
- 08 Jun, 2019 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Yue Wang authored
bad_alloc depends on <new>
-
- 06 Jun, 2019 1 commit
-
-
Max Kellermann authored
-