Re: [FFmpeg-devel] [PATCH 1/2] avcodec: add codec_whitelist

2014-10-18 Thread Michael Niedermayer
On Tue, Sep 30, 2014 at 11:33:50PM +0200, Michael Niedermayer wrote: > This allows restricting decoders to a list of needed ones for improved > security > > Signed-off-by: Michael Niedermayer > --- > libavcodec/avcodec.h |8 > libavcodec/options_table.h |1 + > libavcodec

[FFmpeg-devel] [PATCH 1/2] avcodec: add codec_whitelist

2014-09-30 Thread Michael Niedermayer
This allows restricting decoders to a list of needed ones for improved security Signed-off-by: Michael Niedermayer --- libavcodec/avcodec.h |8 libavcodec/options_table.h |1 + libavcodec/utils.c |6 ++ 3 files changed, 15 insertions(+) diff --git a/libavc