- 01 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 15 Dec, 2020 3 commits
-
-
Max Kellermann authored
This eliminates some complexity from class CurlRequest.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 14 Dec, 2020 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 02 Dec, 2020 1 commit
-
-
Max Kellermann authored
-
- 30 Nov, 2020 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Hooray C++17!
-
Max Kellermann authored
This template was never instantiated, so the problem never occurred.
-
Max Kellermann authored
-
Max Kellermann authored
-
Danilo Spinella authored
-
- 16 Nov, 2020 1 commit
-
-
Max Kellermann authored
Some FFmpeg filters change the sample format, and since MPD assumes this never happens, this results in loud noise instead of music. This commit finally implements the TODO comment by sending one frame of silence to the filter and checking the output frame's format. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1009
-
- 06 Nov, 2020 1 commit
-
-
Rosen Penev authored
Found with modernize-avoid-bind Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 04 Nov, 2020 5 commits
-
-
Max Kellermann authored
To be reused by the FFmpeg filter plugin.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This compatibility macro has been removed from FFmpeg long ago.
-
- 28 Oct, 2020 2 commits
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/981
-
Max Kellermann authored
Reduces header dependencies.
-
- 17 Oct, 2020 1 commit
-
-
Max Kellermann authored
snprintf() is available on mingw, and the libnfs kludge broke the build with mingw, because sprintf_s() was now both an inline function and a "dllimport" function (because the macro renamed the inline function snprintf() to sprintf_s() in mingw's stdio.h).
-
- 15 Oct, 2020 7 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Keep the logging library out of this low-level libcurl wrapper.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
We need at least GCC 8 anyway.
-
Max Kellermann authored
-
Max Kellermann authored
-
- 14 Oct, 2020 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Similar to commits 1686f4e8 and 30a5dd26
-
Max Kellermann authored
Instead of using this as a base class implementing a virtual method, the new class IdleEvent can be used as a variable, decoupling IdleMonitor's internal state from the derived class. This is similar to commit 30a5dd26 which refactored TimeoutMonitor to TimerEvent.
-
- 08 Oct, 2020 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 17 Sep, 2020 1 commit
-
-
Rosen Penev authored
GCC5 cannot build mpd. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-