- 30 Nov, 2020 18 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
Hooray C++17!
-
Max Kellermann authored
This is obsolete since C++17.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
This template was never instantiated, so the problem never occurred.
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
Max Kellermann authored
-
- 18 Nov, 2020 1 commit
-
-
Max Kellermann authored
-
- 16 Nov, 2020 2 commits
-
-
Max Kellermann authored
-
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 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 2 commits
-
-
Max Kellermann authored
-
Max Kellermann authored
This is the same as GetMimeTypeBase(), which has already been applied.
-