Merge tag 'v0.22.3' into master
release v0.22.3
This commit is contained in:
4
NEWS
4
NEWS
@@ -2,9 +2,11 @@ ver 0.23 (not yet released)
|
|||||||
* protocol
|
* protocol
|
||||||
- new command "getvol"
|
- new command "getvol"
|
||||||
|
|
||||||
ver 0.22.3 (not yet released)
|
ver 0.22.3 (2020/11/06)
|
||||||
* playlist
|
* playlist
|
||||||
- add option "as_directory", making CUE file expansion optional
|
- add option "as_directory", making CUE file expansion optional
|
||||||
|
* storage
|
||||||
|
- curl: fix crash bug
|
||||||
* filter
|
* filter
|
||||||
- fix garbage after "Audio format not supported by filter" message
|
- fix garbage after "Audio format not supported by filter" message
|
||||||
- ffmpeg: support planar output
|
- ffmpeg: support planar output
|
||||||
|
@@ -80,7 +80,7 @@ std::string_view
|
|||||||
CurlStorage::MapToRelativeUTF8(std::string_view uri_utf8) const noexcept
|
CurlStorage::MapToRelativeUTF8(std::string_view uri_utf8) const noexcept
|
||||||
{
|
{
|
||||||
return PathTraitsUTF8::Relative(base,
|
return PathTraitsUTF8::Relative(base,
|
||||||
CurlUnescape(uri_utf8).c_str());
|
CurlUnescape(uri_utf8));
|
||||||
}
|
}
|
||||||
|
|
||||||
class BlockingHttpRequest : protected CurlResponseHandler {
|
class BlockingHttpRequest : protected CurlResponseHandler {
|
||||||
|
Reference in New Issue
Block a user