Re: [FFmpeg-devel] [PATCH 2/2] avformat/avio: Remove url options parsing

2016-01-20 Thread Michael Niedermayer
On Wed, Jan 20, 2016 at 04:59:16PM +0100, Nicolas George wrote: > Le primidi 1er pluviôse, an CCXXIV, Andreas Cadhalpun a écrit : > > I have no idea how widely used this feature is, but it is mentioned in > > doc/protocols.texi: > > It is also necessary for the dvd2concat tool. the later patch i

Re: [FFmpeg-devel] [PATCH 2/2] avformat/avio: Remove url options parsing

2016-01-20 Thread Nicolas George
Le primidi 1er pluviôse, an CCXXIV, Andreas Cadhalpun a écrit : > I have no idea how widely used this feature is, but it is mentioned in > doc/protocols.texi: It is also necessary for the dvd2concat tool. Regards, -- Nicolas George signature.asc Description: Digital signature __

Re: [FFmpeg-devel] [PATCH 2/2] avformat/avio: Remove url options parsing

2016-01-20 Thread Michael Niedermayer
On Wed, Jan 20, 2016 at 12:09:28AM +0100, Andreas Cadhalpun wrote: > On 19.01.2016 22:13, Michael Niedermayer wrote: > > From: Michael Niedermayer > > > > This feature is not know much or used much AFAIK, and it might be helpfull > > in > > exploits. > > No specific case is known where it can be

Re: [FFmpeg-devel] [PATCH 2/2] avformat/avio: Remove url options parsing

2016-01-19 Thread Andreas Cadhalpun
On 19.01.2016 22:13, Michael Niedermayer wrote: > From: Michael Niedermayer > > This feature is not know much or used much AFAIK, and it might be helpfull in > exploits. > No specific case is known where it can be used in an exploit though I have no idea how widely used this feature is, but it i

[FFmpeg-devel] [PATCH 2/2] avformat/avio: Remove url options parsing

2016-01-19 Thread Michael Niedermayer
From: Michael Niedermayer This feature is not know much or used much AFAIK, and it might be helpfull in exploits. No specific case is known where it can be used in an exploit though Signed-off-by: Michael Niedermayer --- libavformat/avio.c | 30 +- 1 file changed,