[FFmpeg-devel] [PATCH] avformat/avio: use av_match_name to match protocol lists
Michael Niedermayer
michael at niedermayer.cc
Thu Apr 28 23:28:15 EEST 2022
On Thu, Apr 28, 2022 at 08:43:21AM -0400, Leo Izen wrote:
> On 4/20/22 16:33, Leo Izen wrote:
> > This swaps av_match_list to av_match_name inside ffurl_connect,
> > which allows ALL to be treated as a valid value on the whitelist
> > or blacklist in accordance with the behavior described in the
> > documentation.
> > ---
> > libavformat/avio.c | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> This has been on the ML for a week, can someone take a look at it? Thanks in
> advance.
protocol whitelist documents ALL
protocol blacklist is undocumented
codec whitelist does not document ALL
format whitelist does not document ALL
There may be a very valid reason but i cannot remember it
also adding entries with - to the blacklist disables them. Iam not sure
if this is great. One could assume that adding an entry to the backlist
would increase but never decrease what is blocked
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Never trust a computer, one day, it may think you are the virus. -- Compn
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 195 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20220428/d9487a8f/attachment.sig>
More information about the ffmpeg-devel
mailing list