- 04 Nov, 2020 26 commits
-
-
Max Kellermann authored
No need to copy it to a buffer.
-
Max Kellermann authored
-
Max Kellermann authored
-
git://github.com/neheb/MPDMax Kellermann authored
-
Max Kellermann authored
This adds support for input samples other than 16 bit to the FFmpeg filter plugin.
-
Max Kellermann authored
-
Max Kellermann authored
If no conversion is necessary, return the child Filter as-is. This allows removing all nullptr checks from AutoConvertFilter.
-
Max Kellermann authored
If the FFmpeg filter outputs planar data, interleave it, just like the FFmpeg decoder plugin does.
-
Max Kellermann authored
To be reused by the FFmpeg filter plugin.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This compatibility macro has been removed from FFmpeg long ago.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
filter_chain_parse() passes a temporary string pointer which results in a use-after-free in the PreparedChainFilter::Child::Open() error message.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This allows users to disable the "CUE files as directories" feature without having to disable the CUE playlist plugin completely. This feature has been annoying some users.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
It's been 9 years already, and there's no point in insisting on the 21 year old C standard. MPD doesn't have a lot of C code left, but why not compile it with the latest language revision.
-
Max Kellermann authored
Since MPD is a long-running daemon, it doesn't make sense to use dynamic binding. That allows the relocations to be read-only ("relro"), which a hardening feature.
-
Max Kellermann authored
-
- 30 Oct, 2020 12 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The latter creates a new object, but we know that the key already exists.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
The latter creates a new object, but we know that the key already exists.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This allow using erase() with iterator, without a key lookup.
-
Max Kellermann authored
-
- 28 Oct, 2020 2 commits
-
-
Rosen Penev authored
Found with readability-use-anyofallof Signed-off-by: Rosen Penev <rosenp@gmail.com>
-
Max Kellermann authored
release v0.22.2
-