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 86BFB42112 for ; Thu, 28 Apr 2022 12:43:34 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 0D92C68B361; Thu, 28 Apr 2022 15:43:31 +0300 (EEST) Received: from mail-il1-f177.google.com (mail-il1-f177.google.com [209.85.166.177]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 59EF568B361 for ; Thu, 28 Apr 2022 15:43:24 +0300 (EEST) Received: by mail-il1-f177.google.com with SMTP id r17so1876882iln.9 for ; Thu, 28 Apr 2022 05:43:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=9+L9/XLkTZYAstUPAd/yGp6R5Z8dzX5JoJwPft/946M=; b=GiVwGmpcOXSoaTJlKV3jQXVipKeQVzVs4Ogk0hluQGLGWLwOoJ17fTz9Gph5fl9oKt wp7DrQGm2Qpurwseej6WTimURHQDhcCXdcFpckwWa/EgVrrlP3O7y7pu9kvOd8zOYGGr mz4yDxSbHQfd+RZdLTvek6MCJwLON3fWH8SiOiVGNc6Nor6N1Kq95W1uyy3IorQjNifw voCI/vFj7KpMA0jmv1cZZa1h6FFkisGfnbwfkXoj71i9YeKPyex/5ReD6Nt75ADsZ757 l2lO0Da5pJYpJXgBG5UkeTtgSXL5o3qC9J6C4q9kOLQkmLdsd3QLf9sqj8vMve1Rhw5V ibIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=9+L9/XLkTZYAstUPAd/yGp6R5Z8dzX5JoJwPft/946M=; b=64vXNyeY6UqABdouPRccrAuUh9zTZxJsHziVIrS+drZzOJDJMadey8kq9xZIxrVpmC E4RuLZ6q9XyUbjLZ8kdMaLCkuvoHmW5QKA/g7Q56i38ZBerJcY+Y0GfMKjMzv6Q2gW0v ZeFHLdxW/gAzDSQNXA7Q1nTPqmfFBKi8fSIe9D7bqZNiuy9g++n7Lo0aJvatwZvoTS6w dwZskrTAe4KVCEu0I4UtZyO2Cvk2RDZ43DrqKJht/tx3N5DhrEJ0MhOLwfZUz8GV+UjC ZALkfMPXp/UMJtVFfKEz68Iod9IcRbTF55PfR0kHpfgWdMdA4I1vbEz6WeqpvlGgRoKi 74mQ== X-Gm-Message-State: AOAM531aXhl7gAr5i2PdHDvrMCB7+3Dd+zLBTcCCSEJKiZfQeG8dfpcf j2q/GS6ruW2IWVyTFwc25mQ9AxXwx9c= X-Google-Smtp-Source: ABdhPJzPwho9WK7g6dsSE3VwD5ChQOSAw4TJ6xWe34lU9zuO+7+2t9nHHTErlaKLYY6H+2F+uz8tEg== X-Received: by 2002:a05:6e02:1527:b0:2cc:5bcf:d695 with SMTP id i7-20020a056e02152700b002cc5bcfd695mr12852064ilu.191.1651149802806; Thu, 28 Apr 2022 05:43:22 -0700 (PDT) Received: from [192.168.1.35] (c-68-41-54-207.hsd1.mi.comcast.net. [68.41.54.207]) by smtp.gmail.com with ESMTPSA id x2-20020a92d302000000b002c5fdff3087sm11344681ila.29.2022.04.28.05.43.21 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 28 Apr 2022 05:43:22 -0700 (PDT) Message-ID: <03bc8d18-d4f4-5c90-2bd1-821c92716154@gmail.com> Date: Thu, 28 Apr 2022 08:43:21 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Content-Language: en-US-large To: FFmpeg Development References: <20220420203328.67317-1-leo.izen@gmail.com> From: Leo Izen In-Reply-To: <20220420203328.67317-1-leo.izen@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-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: 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. Leo Izen (thebombzen) _______________________________________________ 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".