- 04 Jan, 2021 2 commits
-
-
Vincent Petry authored
There can be more than one propstat block each with their own status code. We're only interested in the one with the 200 status, the found properties. This fixes parsing to make sure we process all propstat blocks instead of just the last one, which might have a 404 status for not-found properties. Signed-off-by:
Vincent Petry <PVince81@yahoo.fr>
-
Vincent Petry authored
Remove additional "a:prop" in PROPFIND request to match RFC 4918 section 9.1.3. Added Content-Type header as the body is not a true multipart POST. Signed-off-by:
Vincent Petry <PVince81@yahoo.fr>
-
- 01 Jan, 2021 1 commit
-
-
Max Kellermann authored
-
- 18 Dec, 2020 1 commit
-
-
Max Kellermann authored
-
- 16 Dec, 2020 2 commits
-
-
Itai Y. Efrat authored
-
Itai Y. Efrat authored
-
- 15 Dec, 2020 1 commit
-
-
EdJoPaTo authored
-
- 14 Dec, 2020 1 commit
-
-
kaliko authored
-
- 01 Dec, 2020 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
- 30 Nov, 2020 1 commit
-
-
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
-
- 15 Nov, 2020 2 commits
-
-
Max Kellermann authored
-
Stapper authored
Fixes #994 - moveoutput: new AudioOutputControl created from copyMoving an output to a partition is now done via MultipleOutputs::AddCopy(),using a new AudioOutputControl constructor. Tags and always_on settings willpersist when moving outputs between partitions.
-
- 11 Nov, 2020 1 commit
-
-
Max Kellermann authored
-
- 10 Nov, 2020 7 commits
-
-
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 3 commits
-
-
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
-
- 04 Nov, 2020 15 commits
-
-
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
-