Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Michael Niedermayer <michael@niedermayer.cc>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Subject: Re: [FFmpeg-devel] [RFC] Cherry picks vs merges
Date: Tue, 3 Jun 2025 15:09:48 +0200
Message-ID: <20250603130948.GL29660@pb2> (raw)
In-Reply-To: <7E96DF1A-CD4D-43A0-ADAD-FF1EA6CDF43F@remlab.net>


[-- Attachment #1.1: Type: text/plain, Size: 3124 bytes --]

Hi Remi

On Mon, Jun 02, 2025 at 06:38:54PM +0300, Rémi Denis-Courmont wrote:
[...]
> >And the "explicit license notice" you refer to is this:
> >
> >"All Librempeg modifications, and any new files not available in FFmpeg, are licensed under GPL v2,
> > unless stated otherwise."
> 
> So, which of his "modifications" (commits) have an explicit statement "otherwise"?

I see this:

commit 3ff6d301b27965b23ae5cf5211920ee16d6671c2
Author: Anton Khirnov <anton@khirnov.net>
Date:   Thu Oct 24 08:37:11 2024 +0200

    lavfi: add frame threading infrastructure

    Code under AGPL, use --enable-agpl to enable.

this code also has AGPL headers in source, there is no ambiguity here


[...]
> 
> >And it IS stated otherwise in these files by the license header in these
> >files.
> 
> It is stated that the original files were under the LGPL (or GPL), nothing else.

Many new codecs and filters where added by Paul, and he used standard LGPL license
headers for them.
Thats not a "modified existing file with LGPL" case
its genuinely new files where LGPL headers where used.


[...]

> Fortunately, the record of changes does in fact exists: the Librempeg git repo. But that being the case, we can't argue that you didn't notice that the modifications didn't have a statement "otherwise".

The files do have statements "otherwise", in the form of the LGPL license header


> 
> And sure, that's just my interpretations, but what do you think Paul *intended* here? If it come to that, the court, or more likely, FFmpeg downstreams and reverse dependencies, will probably base their decision on Paul's inferred intent, not mine, but also not yours.

IANAL but according to the principle of contra proferentem, in case of ambiguity
a clause should be interpreted against the party who wrote the clause not in favor.

That said, there is no real ambiguity, its LGPL headers, there is nothing that
REMOVES this license. The statement ADDS a GPL v2 license.
The "unless stated otherwise" excempts the AGPL code from receiving the GPL v2

That said, iam not sure how wise it is to discuss legal interpretations in public.
Generally lawyers recommand against such things.


[...]

> In fact, I believe FFmpeg itself contains some code that was relicensed from liberal licenses and yet we didn't systematically feed the changes back, did we?

If we did not, we should do that.


> 
> >You knew i was working on this and i would have appreciated a private
> >message over a public accusation
> 
> That's not fair.

all members of fflabs where aware of it as i asked about the license situation it in the private
fflabs IRC channel. I asked there because fflabs/jb has a lawyer

[...]

thx

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

If you drop bombs on a foreign country and kill a hundred thousand
innocent people, expect your government to call the consequence
"unprovoked inhuman terrorist attacks" and use it to justify dropping
more bombs and killing more people. The technology changed, the idea is old.

[-- 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".

  reply	other threads:[~2025-06-03 13:10 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-01 15:22 Michael Niedermayer
2025-06-01 17:12 ` Kieran Kunhya via ffmpeg-devel
2025-06-01 17:27 ` James Almer
2025-06-01 19:23   ` Michael Niedermayer
2025-06-01 19:48     ` compn
2025-06-01 20:01     ` James Almer
2025-06-01 21:31       ` Michael Niedermayer
2025-06-02  4:46         ` Vittorio Giovara
2025-06-02 15:05         ` Michael Niedermayer
2025-06-02  7:41       ` Marton Balint
2025-06-02  8:23         ` softworkz .
2025-06-02 15:28           ` Michael Niedermayer
2025-06-02 15:57             ` Kieran Kunhya via ffmpeg-devel
2025-06-04 15:20           ` compn
2025-06-01 21:55     ` Kieran Kunhya via ffmpeg-devel
2025-06-02  4:36       ` Baptiste Coudurier
2025-06-02 15:38     ` Rémi Denis-Courmont
2025-06-03 13:09       ` Michael Niedermayer [this message]
2025-06-03 22:38         ` Kieran Kunhya via ffmpeg-devel
2025-06-04 14:51           ` Michael Niedermayer
2025-06-04 15:00             ` Kieran Kunhya via ffmpeg-devel
2025-06-04 15:35         ` Rémi Denis-Courmont
2025-06-04 18:06     ` Tomas Härdin
2025-06-04 20:42       ` Baptiste Coudurier
2025-06-04 22:41         ` Michael Niedermayer

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=20250603130948.GL29660@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