Re: [FFmpeg-devel] [PATCH] lavf: forward protocol_whitelist for the remaining cases

2016-08-05 Thread Michael Niedermayer
On Sun, Feb 28, 2016 at 02:42:41AM +0100, Michael Niedermayer wrote: > On Wed, Feb 03, 2016 at 11:20:05PM +0100, Andreas Cadhalpun wrote: > > On 03.02.2016 03:41, Michael Niedermayer wrote: > > > On Wed, Feb 03, 2016 at 01:51:55AM +0100, Andreas Cadhalpun wrote: > > >> @@ -274,4 +282,5 @@ URLProtoc

Re: [FFmpeg-devel] [PATCH] lavf: forward protocol_whitelist for the remaining cases

2016-02-27 Thread Michael Niedermayer
On Wed, Feb 03, 2016 at 11:20:05PM +0100, Andreas Cadhalpun wrote: > On 03.02.2016 03:41, Michael Niedermayer wrote: > > On Wed, Feb 03, 2016 at 01:51:55AM +0100, Andreas Cadhalpun wrote: > >> @@ -274,4 +282,5 @@ URLProtocol ff_ffrtmphttp_protocol = { > >> .priv_data_size = sizeof(RTMP_HTTPCon

Re: [FFmpeg-devel] [PATCH] lavf: forward protocol_whitelist for the remaining cases

2016-02-03 Thread Andreas Cadhalpun
On 03.02.2016 03:41, Michael Niedermayer wrote: > On Wed, Feb 03, 2016 at 01:51:55AM +0100, Andreas Cadhalpun wrote: >> @@ -274,4 +282,5 @@ URLProtocol ff_ffrtmphttp_protocol = { >> .priv_data_size = sizeof(RTMP_HTTPContext), >> .flags = URL_PROTOCOL_FLAG_NETWORK, >> .priv_d

Re: [FFmpeg-devel] [PATCH] lavf: forward protocol_whitelist for the remaining cases

2016-02-02 Thread Michael Niedermayer
On Wed, Feb 03, 2016 at 01:51:55AM +0100, Andreas Cadhalpun wrote: > Also set a default_whitelist for mmsh and ffrtmphttp. > > Signed-off-by: Andreas Cadhalpun > --- > libavformat/mmsh.c | 9 + > libavformat/rtmphttp.c | 9 + > libavformat/rtsp.c | 8 > 3 files c