From: Michael Niedermayer <michael@niedermayer.cc>
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: Sun, 3 Aug 2025 22:04:14 +0200
Message-ID: <20250803200414.GF29660@pb2> (raw)
In-Reply-To: <aI-nLTg1ejgyCXYy@phare.normalesup.org>
[-- Attachment #1.1: Type: text/plain, Size: 2956 bytes --]
Hi
On Sun, Aug 03, 2025 at 08:15:09PM +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.
the easiest way to get the latest pull req from forgejo is to add
the 3rd line of this to your git config matching your remote name for forgejo
[remote "fforge"]
url = git@code.ffmpeg.org:FFmpeg/FFmpeg.git
fetch = +refs/heads/*:refs/remotes/fforge/*
fetch = +refs/pull/*/head:refs/remotes/fforge/pr/*
than a simple
git fetch fforge
will simply fetch all the new pull requests;
remote: Enumerating objects: 292, done.
remote: Counting objects: 100% (202/202), done.
remote: Compressing objects: 100% (140/140), done.
remote: Total 140 (delta 106), reused 0 (delta 0), pack-reused 0 (from 0)
Receiving objects: 100% (140/140), 26.96 KiB | 1.80 MiB/s, done.
Resolving deltas: 100% (106/106), completed with 43 local objects.
From code.ffmpeg.org:FFmpeg/FFmpeg
16d663d3713..d5f7a428b1e master -> fforge/master
+ 4f5d8d6d83e...e700be74501 refs/pull/20023/head -> fforge/pr/20023 (forced update)
+ 365709cea13...b48b607e18e refs/pull/20026/head -> fforge/pr/20026 (forced update)
+ 7c25b6966e5...999e3e9bf80 refs/pull/20076/head -> fforge/pr/20076 (forced update)
+ 79806960d83...5173c8db79f refs/pull/20080/head -> fforge/pr/20080 (forced update)
+ f80bfa6791f...f63ea15605a refs/pull/20088/head -> fforge/pr/20088 (forced update)
+ 0a38a1aeebf...901036493d5 refs/pull/20091/head -> fforge/pr/20091 (forced update)
+ ca981fb1b03...6b07a40fd67 refs/pull/20092/head -> fforge/pr/20092 (forced update)
+ 65ffc657982...95bd0614f6b refs/pull/20094/head -> fforge/pr/20094 (forced update)
* [new ref] refs/pull/20096/head -> fforge/pr/20096
* [new ref] refs/pull/20097/head -> fforge/pr/20097
* [new ref] refs/pull/20098/head -> fforge/pr/20098
* [new ref] refs/pull/20099/head -> fforge/pr/20099
* [new ref] refs/pull/20101/head -> fforge/pr/20101
* [new ref] refs/pull/20102/head -> fforge/pr/20102
* [new ref] refs/pull/20103/head -> fforge/pr/20103
then simply a
git merge fforge/pr/20031
will merge the specified pull request
thx
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Whats the most studid thing your enemy could do ? Blow himself up
Whats the most studid thing you could do ? Give up your rights and
freedom because your enemy blew himself up.
[-- Attachment #1.2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
[-- Attachment #2: Type: text/plain, Size: 251 bytes --]
_______________________________________________
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".
next prev parent reply other threads:[~2025-08-03 20:04 UTC|newest]
Thread overview: 26+ 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 [this message]
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
2025-08-20 21:43 ` Niklas Haas via ffmpeg-devel
2025-08-20 21:44 ` Niklas Haas via ffmpeg-devel
2025-08-22 13:47 ` Nicolas George via ffmpeg-devel
2025-08-22 15:13 ` Niklas Haas via ffmpeg-devel
2025-09-02 11:31 ` [FFmpeg-devel] " Nicolas George via ffmpeg-devel
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=20250803200414.GF29660@pb2 \
--to=michael@niedermayer.cc \
--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