- 21 Oct, 2021 8 commits
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1297
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
MPD supports only 8 channels, so MAX_CHANNELS is enough, the array doens't need to be SPA_AUDIO_MAX_CHANNELS (which is 64).
-
Max Kellermann authored
-
- 20 Oct, 2021 8 commits
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1297
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 19 Oct, 2021 5 commits
-
-
Max Kellermann authored
-
Nicolai Syvertsen authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 18 Oct, 2021 3 commits
-
-
Nicolai Syvertsen authored
-
Max Kellermann authored
Requires PipeWire 0.3.32. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1283
-
Max Kellermann authored
This bug caused a 9 second offset in all time stamps. Due to that, the Snapcast server thought the chunks are too old and discarded them. Fixes https://github.com/MusicPlayerDaemon/MPD/discussions/1287
-
- 14 Oct, 2021 2 commits
-
-
Max Kellermann authored
Don't allocate any memory until the output is really enabled.
-
Max Kellermann authored
The implementation was removed 12 years ago in commit f6455d5f and nobody missed it.
-
- 13 Oct, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 24 Sep, 2021 2 commits
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1265
-
Max Kellermann authored
This way, we know whether we're explicitly "paused" or "not yet activated because the ring buffer hasn't been filled yet".
-
- 08 Sep, 2021 2 commits
-
-
Rosen Penev authored
emplace already calls std::pair. No need for it again. No need to emplace when calling std::make_shared. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Rosen Penev authored
make_pair is an old C++98 function that can be replaced by modern shorter constructs. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 26 Aug, 2021 2 commits
-
-
Rosen Penev authored
Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Max Kellermann authored
The ChainFilter class is extremely complicated code, and will grow to be even more complicated when the Filter interface gets extended. Let's just remove it; we can easily chain many TwoFilters instead.
-
- 21 Aug, 2021 1 commit
-
-
Rosen Penev authored
Found with readability-use-anyofallof Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 17 Aug, 2021 1 commit
-
-
Rosen Penev authored
Found with modernize-use-default Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 10 Aug, 2021 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-