- 26 Apr, 2022 2 commits
-
-
Max Kellermann authored
Even if the "wave_encoder" option is disabled (and no other encoder plugins are enabled), forcefully enable the Wave encoder (if Snapcast is enabled). Closes https://github.com/MusicPlayerDaemon/MPD/issues/1500
-
Max Kellermann authored
This version was released 7 years ago, and it's reasonable to require at least this version.
-
- 24 Jun, 2021 1 commit
-
-
Max Kellermann authored
-
- 05 Mar, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Fixes linker failure on test/run_output.exe
-
- 03 Mar, 2021 1 commit
-
-
Max Kellermann authored
Very rough draft. Barely works.
-
- 24 Feb, 2021 1 commit
-
-
Max Kellermann authored
-
- 22 Feb, 2021 1 commit
-
-
Max Kellermann authored
-
- 17 Feb, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
New experimental code, first draft - it works, but there's a lot left to do. Just look at all the TODO comments. Closes https://github.com/MusicPlayerDaemon/MPD/issues/975
-
- 02 Jul, 2020 1 commit
-
-
Max Kellermann authored
Move build rules from src/output/plugins/meson.build
-
- 01 Jul, 2020 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 30 May, 2020 1 commit
-
-
Shen-Ta Hsieh authored
-
- 28 May, 2020 1 commit
-
-
Max Kellermann authored
-
- 05 May, 2020 1 commit
-
-
Max Kellermann authored
This makes ccache more efficient when recompiling with different plugins.
-
- 18 Jan, 2020 1 commit
-
-
Max Kellermann authored
Prevents compiling those sources many times, once for each debug program using it.
-
- 17 Mar, 2019 1 commit
-
-
Jacob Vosmaer authored
-
- 28 Dec, 2018 1 commit
-
-
Max Kellermann authored
libwrap is an obscure artefact from a past long ago, when source IP address meant something. And its API is "interesting"; it requires the application to expose two global variables `allow_severity` and `deny_severity`. This led to bug #437. I don't want to declare those variables; instead, I'd like to remove libwrap support. Closes #437
-
- 31 Oct, 2018 1 commit
-
-
Max Kellermann authored
Bugs in libroar which broke the MPD build have been annoying me for quite some time, and the newest bug has now hit my main build machine: https://github.com/MusicPlayerDaemon/MPD/issues/377 Problem is the usage of the typedef `_IO_off64_t` in libroar's `vio_stdio.h`: int roar_vio_to_stdio_lseek (void *__cookie, _IO_off64_t *__pos, int __w); This `_IO_off64_t` is an internal implementation detail of glibc and was removed in version 2.28. Nobody must ever use it. Why the **** did the RoarAudio developers use it? Not using internal typedefs isn't exactly rocket science. This annoys me enough to finally remove the plugin. Anyway, I've never heard of anybody using RoarAudio, so my best guess is that nobody will notice.
-
- 14 Oct, 2018 1 commit
-
-
Max Kellermann authored
So long, autotools! This is my last MPD related project to migrate away from it. It has its strengths, but also very obvious weaknesses and weirdnesses. Today, many of its quirks are not needed anymore, and are cumbersome and slow. Now welcome our new Meson overlords!
-