Re: [FFmpeg-devel] [PATCH] avutil/avstring: add a "ALL" entry and the possibility to negate matches to av_match_name()

2016-02-13 Thread Stefano Sabatini
On date Thursday 2016-02-11 20:49:05 +0100, Michael Niedermayer encoded: > This will extend the whitelist features to allow blacklisting individual > protocols and to > explicitly force everything to be enabled. > > Signed-off-by: Michael Niedermayer > --- >

[FFmpeg-devel] [PATCH] avutil/avstring: add a "ALL" entry and the possibility to negate matches to av_match_name()

2016-02-11 Thread Michael Niedermayer
This will extend the whitelist features to allow blacklisting individual protocols and to explicitly force everything to be enabled. Signed-off-by: Michael Niedermayer --- libavutil/avstring.c | 15 ++- libavutil/avstring.h |5 + 2 files changed,