- 16 Oct, 2021 1 commit
-
-
Thomas Zander authored
Fixes a build problem on platforms where stdio.h is not included transitively. snprintf() is defined in stdio.h.
-
- 15 Oct, 2021 4 commits
-
-
Max Kellermann authored
Fixes https://github.com/MusicPlayerDaemon/MPD/discussions/1281 The problem occurred when there was libfmt-dev installed, but it was too old (e.g. on Debian Buster), and Meson used the wrap fallback. Those internal MPD libraries where the libfmt dependency was not declared were still using the old system libfmt headers, which are not ABI-compatible with MPD's own libfmt build.
-
Max Kellermann authored
Should have been part of commit ef24cfa5 Closes https://github.com/MusicPlayerDaemon/MPD/issues/1279
-
Max Kellermann authored
Fixes part 2 of https://github.com/MusicPlayerDaemon/MPD/issues/1279
-
Max Kellermann authored
Fixes part 1 of https://github.com/MusicPlayerDaemon/MPD/issues/1279
-
- 14 Oct, 2021 20 commits
-
-
Max Kellermann authored
Whoops, I misplaced this one.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Another one from https://github.com/MusicPlayerDaemon/MPD/issues/888
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/888
-
Max Kellermann authored
Forgot that in commit 9a766f4c
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1115
-
Max Kellermann authored
-
Max Kellermann authored
Some users want certain clients to fully control playback, but do not want them to be able to trigger database update. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1124
-
Max Kellermann authored
From the feature request: "I generally like to have crossfade on, but when it happens during such short tracks (e.g. 20 seconds or less) it doesn't really sound good as those tracks are not really meant to be crossfaded and intended to act as a bridge on their own." Sounds reasonable. This commit doesn't add an option, but hard-codes the limit to 20 seconds. If it turns out that users want to have it configurable, we can still add the option. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1184
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This reduces duplicates in the music database by hiding the original song file when it is referenced by a CUE sheet. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1275
-
Max Kellermann authored
-
Max Kellermann authored
-
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.
-
Max Kellermann authored
This reverts commit 9200fa6d. It was wrong because it works only if the target song has already been scanned.
-
Max Kellermann authored
-
- 13 Oct, 2021 15 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
-
Max Kellermann authored
-
Max Kellermann authored
Allows win32_main() to throw exceptions.
-
Max Kellermann authored
These malformed strings must not be transferred over the wire, because the MPD protocol is defined to be UTF-8. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1274
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-