- 23 Sep, 2020 11 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Ugly workaround for https://github.com/mesonbuild/meson/issues/1550
-
Max Kellermann authored
"DEFAULT" is a bad name - all it says is that it's the default value, but it doesn't say what it means. The name NOTICE mimics the syslog level.
-
Max Kellermann authored
-
Max Kellermann authored
Calling this "secure" never made sense. Messages about client connects are just a small part of what gets logged as "secure", a.k.a. "info".
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/892
-
Max Kellermann authored
My concept with `class CancellableOperation` doesn't work properly, because the kernel may continue to write to the given buffer as soon as the read finishes. To fix this, this commit adds `class ReadOperation` which owns the buffer and the `struct iovec`. Instances of this class persist until the read really finishes, even if the operation is canceled.
-
- 22 Sep, 2020 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
And un-deprecate "pause" without parameter (toggles pause). I have no idea why it was deprecated long ago; the deprecation notice was copied from the ancient MPD wiki. Closes https://github.com/MusicPlayerDaemon/MPD/issues/944
-
- 21 Sep, 2020 17 commits
-
-
Max Kellermann authored
release v0.21.26
-
Max Kellermann authored
-
Max Kellermann authored
Skip the beginning of a sector if the last seek was odd, and clear the buffer on seek.
-
Max Kellermann authored
-
Max Kellermann authored
This implements the feature that was missing/broken in this bug report: https://github.com/MusicPlayerDaemon/MPD/issues/930
-
Max Kellermann authored
Prepare for an implementation without InputStream.
-
Max Kellermann authored
Similar to commit 4e2a551f but for decoder plugins. This is tailored for the FFmpeg decoder plugin which implements some protocols (e.g. RTSP) as demuxer plugin.
-
Max Kellermann authored
-
Max Kellermann authored
Skip the beginning of a sector if the last seek was odd, and clear the buffer on seek.
-
Max Kellermann authored
Same as e10b867f but it got lost in the merge, because the v0.22 branch uses a different way to detect supported protocols at runtime.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Desuwa authored
Support opus header gain tags and match opus playback volume to other tracks when ReplayGain is enabled.
-
Rosen Penev authored
Found with -Wdouble-promotion Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
git://github.com/neheb/MPDMax Kellermann authored
-
- 17 Sep, 2020 4 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/846
-
Rosen Penev authored
GCC5 cannot build mpd. Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
- 16 Sep, 2020 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-