- 05 Aug, 2021 1 commit
-
-
Max Kellermann authored
This plugin has been defunct for several years. Tidal has not ever replied to any of my emails, so they're apparently not interested in MPD support.
-
- 26 May, 2021 1 commit
-
-
GrimReaperFloof authored
-
- 26 Mar, 2021 1 commit
-
-
Jean-Francois Dockes authored
libnpupnp is a C++ modification of libupnp. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 03 Mar, 2021 1 commit
-
-
Max Kellermann authored
Very rough draft. Barely works.
-
- 17 Feb, 2021 1 commit
-
-
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
-
- 28 Oct, 2020 1 commit
-
-
Max Kellermann authored
The bug https://bugzilla.samba.org/show_bug.cgi?id=11413 makes MPD crash after at most a minute of using the plugin. Since this bug is five years old already and it doesn't look like it will ever be fixed, all libsmbclient code in MPD is scheduled for removal. For now, the plugin is disabled by default so people are less likely to hit the crash bug. Closes https://github.com/MusicPlayerDaemon/MPD/issues/991
-
- 05 Oct, 2020 2 commits
-
-
Max Kellermann authored
This commit adds some basic infrastructure for fuzzers, and adds a fuzzer for the CUE sheet parser.
-
Max Kellermann authored
-
- 14 Aug, 2020 3 commits
-
-
kaliko authored
Build with `rst2man mpd.1.rst mpd.1`
-
Max Kellermann authored
-
Max Kellermann authored
This allows automatic optional detection of Sphinx. This will be useful when we start building the manpages with Sphinx, which many users may want to have.
-
- 05 May, 2020 1 commit
-
-
Max Kellermann authored
-
- 21 Jan, 2019 1 commit
-
-
Jörg Krause authored
Re-add build support for the fixed-point Vorbis (Tremor) decoder, which was dropped when switching from Autotools to Meson. Note, that it is not possible to build both, the Vorbis and the Tremor decoder. Closes: #405
-
- 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
-
- 11 Nov, 2018 1 commit
-
-
Max Kellermann authored
This feature requires `libpcre`.
-
- 01 Nov, 2018 1 commit
-
-
Jörg Krause authored
-
- 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.
-
- 24 Oct, 2018 1 commit
-
-
Max Kellermann authored
-
- 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!
-