- 22 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 21 Jan, 2021 5 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Replaces the static Duplicate() method.
-
Max Kellermann authored
-
Max Kellermann authored
To make things simpler, AllocatedString is now a non-template class.
-
- 19 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 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 6 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
-