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
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