Re: [FFmpeg-devel] [PATCH 2/2] avformat: Add format_whitelist

2014-10-18 Thread Michael Niedermayer
On Tue, Sep 30, 2014 at 11:33:51PM +0200, Michael Niedermayer wrote: > This allows restricting demuxers to a list of needed ones for improved > security > Note, some demuxers themselfs open other demuxers, these are only restricted > if > AVOptions are forwarded to them. Please check that your co

Re: [FFmpeg-devel] [PATCH 2/2] avformat: Add format_whitelist

2014-09-30 Thread Michael Niedermayer
On Wed, Oct 01, 2014 at 12:12:43AM +0200, wm4 wrote: > On Tue, 30 Sep 2014 23:33:51 +0200 > Michael Niedermayer wrote: > > > This allows restricting demuxers to a list of needed ones for improved > > security > > Note, some demuxers themselfs open other demuxers, these are only > > restricted i

Re: [FFmpeg-devel] [PATCH 2/2] avformat: Add format_whitelist

2014-09-30 Thread wm4
On Tue, 30 Sep 2014 23:33:51 +0200 Michael Niedermayer wrote: > This allows restricting demuxers to a list of needed ones for improved > security > Note, some demuxers themselfs open other demuxers, these are only restricted > if > AVOptions are forwarded to them. Please check that your code do