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 3046B4C75D for ; Tue, 5 Aug 2025 08:51:31 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 8471568C1C3; Tue, 5 Aug 2025 11:51:27 +0300 (EEST) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 07163687D15 for ; Tue, 5 Aug 2025 11:51:21 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=haasn.xyz; s=mail; t=1754383880; bh=IswoXz83J4nQZ1kIbQoxDSpW8yhpWYUnW/RVcGyQGB0=; h=Date:From:To:Subject:In-Reply-To:References:From; b=Ac42WS4SgNMlW8muhWelgHQNhTZW9QUyHywQU4B1Yio0sfItpNx5Bgie8fiW4i2LX P86YWbzXSKgrLmMKPuWeg6P2Z1/k84MLvU/gTRZNPozGphyKQqOH9PDgG7QTlFZjvC VIuZsghXPUUq/Mh42kGITPIPQZqQmUsiJLIyhjrU= Received: from localhost (unknown [IPv6:2a02:778:160:8f00:b4d8:4db5:901c:254]) by haasn.dev (Postfix) with UTF8SMTPSA id 074CC402F2 for ; Tue, 5 Aug 2025 10:51:20 +0200 (CEST) Date: Tue, 5 Aug 2025 10:51:19 +0200 Message-ID: <20250805105119.GD219179@haasn.xyz> From: Niklas Haas To: FFmpeg development discussions and patches In-Reply-To: References: <20250803125028.GD4581@haasn.xyz> <20250803124237.GB4581@haasn.xyz> MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH] lavfi: protection against premultiplied alpha (was: The patch series about premultiplied alpha) 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: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Sun, 03 Aug 2025 20:15:09 +0200 Nicolas George wrote: > Nicolas George (HE12025-08-03): > > I will send the series here in a few hours. > > Here is a series of patch. I am absolutely not sure I found all the > filters that could be flagged, but the rest can be done as the need > arises. > > Not tested every filter, but it is pretty straightforward. > > I could not find how to download your patch series in a format suitable > for git am from the monster, I used the v2 series, but it should not > change anything. I will repeat myself briefly here that such a flag should be an opt-out, not an opt-in. Supporting premultiplied alpha should be the default assumption unless provable otherwise. On a side note, I don't think it's necessary to add a new "default" struct just for one particular combination of flags; especially not if your intention is (as you state) to have such flags for every other AVFrame property. _______________________________________________ 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".