]> git.sesse.net Git - ffmpeg/commit
lavf/url: fix relative url parsing when the query string or fragment has a colon
authorruiquan.crq <caihaoning83@gmail.com>
Sat, 17 Oct 2020 15:17:14 +0000 (23:17 +0800)
committerMarton Balint <cus@passwd.hu>
Wed, 28 Oct 2020 20:34:09 +0000 (21:34 +0100)
commitae9a1a96982669926a4ecb92b066814f5f27dc38
treea525e83480275d1dcdca207cdb24f7f3c4d6434c
parent37d742b607d47122d23d548ffd7ad9b09cbc5298
lavf/url: fix relative url parsing when the query string or fragment has a colon

This disallows the usage of ? and # in libavformat specific scheme options
(e.g. subfile,,start,32815239,end,0,,:video.ts) but this change was considered
acceptable.

Signed-off-by: ruiquan.crq <caihaoning83@gmail.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
libavformat/tests/url.c
libavformat/url.c
tests/ref/fate/url