- 11 Nov, 2020 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 10 Nov, 2020 8 commits
-
-
git://github.com/neheb/MPDMax Kellermann authored
-
kaliko authored
Have similar information about config file in both mpd.1 ans mpd.conf.5
-
kaliko authored
Update description with content from user manual [0]. Remove obsolete information regarding "required parameters" and log_level [0] https://www.musicpd.org/doc/html/user.html#the-configuration-file
-
kaliko authored
-
kaliko authored
-
kaliko authored
-
Max Kellermann authored
Closes https://github.com/MusicPlayerDaemon/MPD/issues/1001
-
Max Kellermann authored
-
- 06 Nov, 2020 5 commits
-
-
Max Kellermann authored
release v0.22.3
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Pass a std::string to PathTraitsUTF8::Relative(), implicitly casting it to std::string_view. This selects the right overload which returns std::string_view instead of `const char *`; the latter could return `nullptr` which would cause the implicit conversion of the return value to std::string_view to crash. Regression caused by commits ead20898 and a98d627c. Closes https://github.com/MusicPlayerDaemon/MPD/issues/995
-
Rosen Penev authored
Found with modernize-avoid-bind Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
- 04 Nov, 2020 25 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This is the same as GetMimeTypeBase(), which has already been applied.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
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
-