From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id D5F97406CC for ; Thu, 28 Apr 2022 20:28:27 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id C16F168B425; Thu, 28 Apr 2022 23:28:23 +0300 (EEST) Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 8547F6801A0 for ; Thu, 28 Apr 2022 23:28:17 +0300 (EEST) Received: from localhost (213-47-68-29.cable.dynamic.surfer.at [213.47.68.29]) (Authenticated sender: michael@niedermayer.cc) by mail.gandi.net (Postfix) with ESMTPSA id 89D74FF806 for ; Thu, 28 Apr 2022 20:28:16 +0000 (UTC) Date: Thu, 28 Apr 2022 22:28:15 +0200 From: Michael Niedermayer To: FFmpeg development discussions and patches Message-ID: <20220428202815.GA396728@pb2> References: <20220420203328.67317-1-leo.izen@gmail.com> <03bc8d18-d4f4-5c90-2bd1-821c92716154@gmail.com> MIME-Version: 1.0 In-Reply-To: <03bc8d18-d4f4-5c90-2bd1-821c92716154@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH] avformat/avio: use av_match_name to match protocol lists X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Type: multipart/mixed; boundary="===============7869033747150211525==" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --===============7869033747150211525== Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="opJtzjQTFsWo+cga" Content-Disposition: inline --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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(-) > >=20 > 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 [...] --=20 Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Never trust a computer, one day, it may think you are the virus. -- Compn --opJtzjQTFsWo+cga Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABEIAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCYmr42AAKCRBhHseHBAsP q1uLAJ9dL7NGMe6ZvTRz/NPABpf8o86a4QCfbV3bD0nFcWZ2nH1e3/z6WSNPSo8= =TAET -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga-- --===============7869033747150211525== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". --===============7869033747150211525==--