- 11 Nov, 2021 1 commit
-
-
Rosen Penev authored
C arrays can be used with make_unique in C++17. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 09 Nov, 2021 1 commit
-
-
Max Kellermann authored
For libavcodec 59 support. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1333
-
- 08 Nov, 2021 1 commit
-
-
Max Audron authored
Adds the Interface Name as an argument to the *Init functions to make it possible to select which interface is used by upnp to detect servers. Currently "nullptr" is passed in to let the upnp library select an interface, as before.
-
- 04 Nov, 2021 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 23 Oct, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 20 Oct, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
.. instead of DeferEvent, which is not thread-safe. This caused various playback problems, which was initially caused by the DeferEvent/InjectEvent split in commit 774b4313 Closes https://github.com/MusicPlayerDaemon/MPD/issues/1298
-
- 15 Oct, 2021 1 commit
-
-
Max Kellermann authored
Fixes https://github.com/MusicPlayerDaemon/MPD/discussions/1281 The problem occurred when there was libfmt-dev installed, but it was too old (e.g. on Debian Buster), and Meson used the wrap fallback. Those internal MPD libraries where the libfmt dependency was not declared were still using the old system libfmt headers, which are not ABI-compatible with MPD's own libfmt build.
-
- 13 Oct, 2021 3 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 07 Oct, 2021 1 commit
-
-
Max Kellermann authored
This reverts commit 6ed4aff4. The Meson wrap is broken on non-x86, because it unconditionally includes <cpuid.h> which is an x86 only header.
-
- 21 Sep, 2021 6 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
Fixes the build with libexpat from Meson wrap.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Necessary since commit 6acf81d5
-
Max Kellermann authored
-
- 08 Sep, 2021 1 commit
-
-
Rosen Penev authored
make_pair is an old C++98 function that can be replaced by modern shorter constructs. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 24 Aug, 2021 6 commits
-
-
Max Kellermann authored
Insert an "aformat" filter which converts double-precision to single-precision. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1235
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Merge some duplicate code.
-
Max Kellermann authored
Since AVFilterContext are freed automatically, this wrapper class serves no purpose. Let's remove it.
-
Max Kellermann authored
Fixes potential double-free bugs which currently did not occur because the destructors happened to be called in the right order.
-
- 23 Aug, 2021 1 commit
-
-
Max Kellermann authored
Fixes part 1 of https://github.com/MusicPlayerDaemon/MPD/issues/1235
-
- 21 Aug, 2021 1 commit
-
-
Rosen Penev authored
The type is duplicated otherwise Found with modernize-use-auto Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 30 Jul, 2021 1 commit
-
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1210
-
- 30 Jun, 2021 1 commit
-
-
Khem Raj authored
Fixes ../git/src/Log.hxx:121:42: error: no member named 'forward' in namespace 'std' LogFormat(LogLevel::ERROR, e, fmt, std::forward<Args>(args)...); Signed-off-by:
Khem Raj <raj.khem@gmail.com>
-
- 25 Jun, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 24 Jun, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 31 May, 2021 1 commit
-
-
Rosen Penev authored
Found with cppcoreguidelines-special-member-functions Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 27 May, 2021 1 commit
-
-
Max Kellermann authored
-
- 25 May, 2021 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-