From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id B3C074BB85 for ; Wed, 23 Jul 2025 13:45:08 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id B04C468D886; Wed, 23 Jul 2025 16:45:05 +0300 (EEST) Received: from btbn.de (btbn.de [144.76.60.213]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTPS id 5EE6D68D546 for ; Wed, 23 Jul 2025 16:44:58 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id C9AB427FD3362 for ; Wed, 23 Jul 2025 15:44:57 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1753278297; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ecv8Z1THnbvoLB8fb6gZSH8tpenkW03pxY43x4j1kqE=; b=jsfEgxFPCQT3QPkVVZjWRZV8svp3k44OpIToh3QHI6PG+QRwQAefJkbZ3XOYlk27P1f6kv wkriIdqUoECIC3VwZ0j5YquII2t6flrUfSTVu1VDynT72Yv4jTwEz4hGCZMaaRDlA61s+f RkIH+Q5WWQEZPk4wCOMMrL+eSTEc7Ug815mYjR3TjwHr8D9ynctf88ryxPQAJziEwoI2ea igmEwj8TuZ8nJjM6lIFDvcGY3wZVO7428RY8s+e0pVFf7yt6BSX2R8nqB8cdjE3xILV+CS F1zCtumSAK6IIogQqbBp2zQlqX9kpOy0qtDsqldn7nAld77VOitiS08IAQWEGw== Message-ID: Date: Wed, 23 Jul 2025 15:45:28 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ffmpeg-devel@ffmpeg.org References: <20250723114343.GK29660@pb2> Content-Language: en-US, de-DE From: Timo Rothenpieler In-Reply-To: <20250723114343.GK29660@pb2> Subject: Re: [FFmpeg-devel] FFmpeg 8.0 Release 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 23/07/2025 13:43, Michael Niedermayer wrote: > Hi everyone > > I intend to create the release/8.0 branch in the next 1-2 weeks > after that i intend to make teh 8.0 release in the following 1-2 weeks > > If theres something you want in it make sure its pushed before the branch > is made. Would it be sensible to enable tls verify by default with 8.0? Or would that have to go through a longer "deprecation" period? We've just added proper verification support to openssl, schannel and other backends already had it. It's just default-disabled for some reason. IMO it'd make sense to turn it on by default, it has surprised me and other people in the past that FFmpeg does not verify TLS certificates in any way by default. _______________________________________________ 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".