From: Nicolas George <george@nsup.org> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Subject: Re: [FFmpeg-devel] [PATCH] lavfi: protection against premultiplied alpha (was: The patch series about premultiplied alpha) Date: Thu, 14 Aug 2025 16:00:12 +0200 Message-ID: <aJ3r7KXGa46jJNqx@phare.normalesup.org> (raw) In-Reply-To: <20250813162538.GC676537@haasn.xyz> Niklas Haas (HE12025-08-13): > Updated https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20031 with full negotiation > for the alpha mode. I also went ahead and fixed the drawutils filters to support > premultiplied alpha, since it was low-hanging fruit. Nice. I must confess, I was not paying enough attention when the new fields were added to the negotiation. I will need a little time to re-familiarize myself with the code. The new patch series is not arrived on the mailing-list, apparently the link is random. I tried reviewing on the web thing, it is way too inconvenient, especially for jumping between related parts of the code. Please send it to the mailing-list. > Now all the filters you were concerned about should be protected from receiving > premultiplied alpha, at filter graph configuration time. Uh… no, absolutely not. Filters using drawutils were only an obvious example, with drawbox a very easy test case, but the list I gave was never supposed to be exhaustive, it was only meant to explain the issue to you. There are a few other obvious examples and certainly several less obvious cases. Furthermore, it would not be reasonable to demand that the authors of future filters implement it or even think about it. Which is why the default, i.e. the alpha format list set by the famework if the filter did not set it, must not include premultiplied. Note that it is not a sudden random requirement from me. We did it the same way when we added support for unknown channel layouts while keeping API compatibility with the forks: filters that had not been explicitly vetted for support were assumed to not support them. Now like before, it is the only reasonable way to do things. -- Nicolas George _______________________________________________ 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".
prev parent reply other threads:[~2025-08-14 14:00 UTC|newest] Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top 2025-08-02 15:18 [FFmpeg-devel] The patch series about premultiplied alpha Nicolas George 2025-08-02 18:03 ` Nicolas George 2025-08-03 10:42 ` Niklas Haas 2025-08-03 10:50 ` Niklas Haas 2025-08-03 14:35 ` Nicolas George 2025-08-03 15:49 ` Nicolas George 2025-08-03 18:15 ` [FFmpeg-devel] [PATCH] lavfi: protection against premultiplied alpha (was: The patch series about premultiplied alpha) Nicolas George 2025-08-03 20:04 ` Michael Niedermayer 2025-08-03 20:50 ` Kacper Michajlow 2025-08-05 8:51 ` Niklas Haas 2025-08-05 8:58 ` Robert Nagy 2025-08-05 9:05 ` Nicolas George 2025-08-05 9:16 ` Nicolas George 2025-08-05 9:25 ` Robert Nagy 2025-08-05 9:31 ` Nicolas George 2025-08-05 9:31 ` Robert Nagy 2025-08-11 9:18 ` Niklas Haas 2025-08-11 9:19 ` Niklas Haas 2025-08-11 9:32 ` Nicolas George 2025-08-13 14:25 ` Niklas Haas 2025-08-14 14:00 ` Nicolas George [this message]
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=aJ3r7KXGa46jJNqx@phare.normalesup.org \ --to=george@nsup.org \ --cc=ffmpeg-devel@ffmpeg.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git