Re: [FFmpeg-devel] [PATCH]lavf/utils: Allow url credentials to contain a slash

2019-04-19 Thread Carl Eugen Hoyos
2019-03-28 19:35 GMT+01:00, Carl Eugen Hoyos : > Attached patch fixes ticket #7816 for me. Patch applied. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link abov

Re: [FFmpeg-devel] [PATCH]lavf/utils: Allow url credentials to contain a slash

2019-04-18 Thread Carl Eugen Hoyos
2019-03-28 19:35 GMT+01:00, Carl Eugen Hoyos : > Attached patch fixes ticket #7816 for me. I will push this patch if there are no comments. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-deve

Re: [FFmpeg-devel] [PATCH]lavf/utils: Allow url credentials to contain a slash

2019-04-07 Thread Carl Eugen Hoyos
2019-04-03 1:19 GMT+02:00, Carl Eugen Hoyos : > 2019-03-28 19:35 GMT+01:00, Carl Eugen Hoyos : > >> Attached patch fixes ticket #7816 for me. >> >> Please review, Carl Eugen > > Ping. Please comment. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel

Re: [FFmpeg-devel] [PATCH]lavf/utils: Allow url credentials to contain a slash

2019-04-02 Thread Carl Eugen Hoyos
2019-03-28 19:35 GMT+01:00, Carl Eugen Hoyos : > Attached patch fixes ticket #7816 for me. > > Please review, Carl Eugen Ping. Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubsc

[FFmpeg-devel] [PATCH]lavf/utils: Allow url credentials to contain a slash

2019-03-28 Thread Carl Eugen Hoyos
Hi! Attached patch fixes ticket #7816 for me. Please review, Carl Eugen From 7f5536c76fc873c18b49c1181f34f7585c48dc87 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Thu, 28 Mar 2019 19:33:22 +0100 Subject: [PATCH] lavf/utils: Allow url credentials to contain a slash. Fixes ticket #7816.