On 8/13/2025 8:39 PM, Pavel Koshevoy wrote:
On Tue, Aug 12, 2025 at 7:59 AM James Almer wrote:
On 8/4/2025 4:50 PM, Pavel Koshevoy wrote:
---
libavcodec/mfenc.c | 10 ++
1 file changed, 10 insertions(+)
diff --git a/libavcodec/mfenc.c b/libavcodec/mfenc.c
index 30531fe3e8..942c7
PR #20258 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20258
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20258.patch
The array is only ever needed for streams where each sample entry may have a
different value. Given that for non animated HEIF there'
PR #20276 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20276
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20276.patch
If requested, it should have priotity over any coded value
Fixes trac ticket #11649.
>From e90c889ee2cefbe173a2f61e1433b18c33436a0c
PR #20522 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20522
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20522.patch
>From f0e1180c15e63711ad9a8a0237cf8918af906a40 Mon Sep 17 00:00:00 2001
From: James Almer
Date: Mon, 15 Sep 2025 00:21:39 -0300
Subj
PR #20538 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20538
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20538.patch
Don't keep around information from a previous traf atom.
Fixes issue #20492.
>From 9c18a8d1802726c7d59c5d067890b7f2f8c728f4 Mon Sep
PR #20662 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20662
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20662.patch
Should fix issue #20661
>From 8d259f3c31cd8cf0a1035d7ea85a2ececece95fa Mon Sep 17 00:00:00 2001
From: James Almer
Date: Tue, 7 Oct
PR #20655 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20655
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20655.patch
The muxed subtitle is created by libavformat, and as such that's what should be
reported. This is in line with the string we write fo
PR #20646 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20646
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20646.patch
>From 99034b581f5608c1bb4edd52864b1bc973ad2dfb Mon Sep 17 00:00:00 2001
From: James Almer
Date: Sat, 4 Oct 2025 14:18:16 -0300
Subje
PR #20603 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20603
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20603.patch
Should fix issue #20589.
>From 37df42b97f8c6a0fb05c208276a46feb5512a493 Mon Sep 17 00:00:00 2001
From: James Almer
Date: Wed, 24 Se
PR #20628 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20628
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20628.patch
>From 45b30fa2363d77b0741f9d334ef659299bb420b9 Mon Sep 17 00:00:00 2001
From: James Almer
Date: Mon, 29 Sep 2025 22:33:27 -0300
Subj
PR #20625 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20625
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20625.patch
This allows us to remove old deprecated options.
>From d975dbd7b70e0b2f3f3b2950e5513c299b838810 Mon Sep 17 00:00:00 2001
From: James
PR #20727 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20727
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20727.patch
>From a7d280cec74796ebd6581ad263202e4526b32e3c Mon Sep 17 00:00:00 2001
From: James Almer
Date: Sat, 18 Oct 2025 20:07:15 -0300
Subj
PR #20324 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20324
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20324.patch
This makes the functions extensible, as future behavior change flags can be
introduced.
This is strictly speaking not an API break.
PR #20321 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20321
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20321.patch
Includes Exif packet side data, and starting with support in Heif.
>From 962fea2d2cb56450d5325969cb655543895d4885 Mon Sep 17 00:00:0
PR #20329 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20329
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20329.patch
Addresses issue #20328.
>From 5a95e5db18341c23584a8c13bdc134d5dcc9b05a Mon Sep 17 00:00:00 2001
From: James Almer
Date: Sun, 24 Aug
PR #20331 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20331
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20331.patch
The project introduced API breaking changes to some of their public functions,
and given the library is relatively new, just bump the
On 8/18/2025 7:08 PM, Timo Rothenpieler via ffmpeg-devel wrote:
Hi!
As you might have noticed, a bunch of big Mail-Hosters have introduced
new, even stricter, requirements. Primarily it's Microsoft, but others
seem to already have followed suit.
So we had to configure the list to send all mail
PR #20461 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20461
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20461.patch
Including some basic helpers. This will be useful among other things to ensure
API users don't use AV_SAMPLE_FMT_NB.
>From 064806c6
PR #20469 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20469
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20469.patch
>From b186d5443afc5eda3c478c61eb8a29fc3821a898 Mon Sep 17 00:00:00 2001
From: James Almer
Date: Mon, 8 Sep 2025 15:07:20 -0300
Subje
PR #20479 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20479
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20479.patch
Wrongly removed in fe73b84879a560d69affca88ce21e61108e7c38d, it's required for
calls with a payload smaller than a full block.
Fixes
On 9/2/2025 10:30 AM, Michael Niedermayer via ffmpeg-devel wrote:
On Wed, Aug 27, 2025 at 01:06:42PM +0200, Maryla Ustarroz via ffmpeg-devel
wrote:
On Mon, Aug 11, 2025 at 2:01 PM Maryla Ustarroz wrote:
On Mon, Aug 11, 2025 at 1:57 PM Maryla Ustarroz-Calonge
wrote:
Signed-off-by: Maryla U
PR #20414 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20414
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20414.patch
It's not a value signaled at the container level, so it doesn't belong in this
struct.
As this field is barely a day old, it can safe
PR #20701 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20701
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20701.patch
>From 577d31c8f221d246b14f5d1536994143030f1310 Mon Sep 17 00:00:00 2001
From: James Almer
Date: Mon, 13 Oct 2025 23:39:52 -0300
Subj
PR #20653 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20653
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20653.patch
There seem to be samples with no Video element on video tracks in the wild,
which even if not spec compliant, can be demuxed fine aft
PR #20297 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20297
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20297.patch
>From 7fe00d8941072a62da0f21440bed8eda288d4db3 Mon Sep 17 00:00:00 2001
From: James Almer
Date: Tue, 19 Aug 2025 13:18:18 -0300
Subj
On 9/9/2025 9:38 AM, Jerome Martinez via ffmpeg-devel wrote:
diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c
index 8142d9125e..5339b6fd33 100644
--- a/libavformat/matroskaenc.c
+++ b/libavformat/matroskaenc.c
@@ -1706,16 +1706,16 @@ static void
mkv_write_blockadditionmapping(A
PR #20535 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20535
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20535.patch
Regression since 5acbdd2264d3b90dc11369f9e031e762f260882e, which removed
setting both values from PerThreadContext.
Given the pthread
PR #20676 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20676
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20676.patch
Supersedes PR #20675
>From 47473414c5a3329308ce6f0f31947b891ff58156 Mon Sep 17 00:00:00 2001
From: James Almer
Date: Thu, 9 Oct 202
PR #20777 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20777
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20777.patch
>From 1b4ed99f564ecbe238aecb5947acee726179964e Mon Sep 17 00:00:00 2001
From: James Almer
Date: Tue, 28 Oct 2025 13:59:57 -0300
Subj
PR #20766 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20766
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20766.patch
If avctx->ch_layout is unset (as it's allowed and even expeced by the
AV_CODEC_CAP_CHANNEL_CONF flag), the code setting substream mas
PR #20745 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20745
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20745.patch
Fixes parsing errors in files like the sample provided here, which while
technically harmless for decoding scenarios, should still no
On 10/26/2025 2:51 PM, Rémi Denis-Courmont via ffmpeg-devel wrote:
Tomas' CoC violation has been recorded.
You had been warned.
I'm sorry, what? This makes no sense, so please elaborate.
OpenPGP_signature.asc
Description: OpenPGP digital signature
___
On 10/26/2025 12:26 PM, Michael Niedermayer wrote:
Hi Everyone
As requested, reposting this, as a new thread
For context please see:
https://www.youtube.com/watch?v=3VkcAvqV24c
https://lists.ffmpeg.org/archives/list/[email protected]/thread/PZL3NMBYJJ7RHEJ2NEGE26R2HHXKRQ2S/
Subject: Twitt
On 10/26/2025 10:39 PM, Michael Niedermayer wrote:
Hi James
On Sun, Oct 26, 2025 at 07:38:39PM -0300, James Almer wrote:
On 10/26/2025 12:26 PM, Michael Niedermayer wrote:
Hi Everyone
As requested, reposting this, as a new thread
For context please see:
https://www.youtube.com/watch?v=3VkcAv
PR #20787 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20787
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20787.patch
Supersedes #20781
>From fd3d41c721b50962cb29c9c409904981c82bd2cd Mon Sep 17 00:00:00 2001
From: James Almer
Date: Wed, 29 Oct 2025
PR #20807 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20807
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20807.patch
>From fc67642ae6ad13b9bebff3f354cc249be70c917a Mon Sep 17 00:00:00 2001
From: James Almer
Date: Fri, 31 Oct 2025 15:54:27 -0300
Subj
PR #20820 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20820
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20820.patch
>From f5eb11a71d64660543809cbe2aa6c4d6f4aff96c Mon Sep 17 00:00:00 2001
From: James Almer
Date: Sun, 2 Nov 2025 18:14:17 -0300
Subje
PR #20826 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20826
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20826.patch
>From 4bdc932ec9ab9b8ece10492a96dec8b679413498 Mon Sep 17 00:00:00 2001
From: James Almer
Date: Mon, 3 Nov 2025 00:15:34 -0300
Subje
PR #20888 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20888
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20888.patch
This is an extension to WAVEFORMATEX used for some AAC streams, defined in the
Windows SDK.
Fixes issue #20887.
>From 05a6c683e9a3
On 11/11/2025 8:15 PM, Michael Niedermayer via ffmpeg-devel wrote:
Hello everyone
We have been contacted by Microsoft.
Whats your oppinion about putting one or both the current community builds,
that we link
to, on the Microsoft store?
Do they serve applications that only run on the command
On 11/11/2025 10:40 PM, Michael Niedermayer via ffmpeg-devel wrote:
Signed-off-by: Michael Niedermayer
---
src/security | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/security b/src/security
index 0d5f8dd..65b25bc 100644
--- a/src/security
+++ b/src/security
@@ -1,4 +
PR #20913 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20913
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20913.patch
>From 66244bab100270f689a07237f09f55a1245fdc26 Mon Sep 17 00:00:00 2001
From: James Almer
Date: Thu, 13 Nov 2025 14:55:23 -0300
Subj
On 11/15/2025 3:14 PM, Kieran Kunhya via ffmpeg-devel wrote:
Hello,
I was asked to add a Paul B Mahol donation entry.
By him?
I'm not against this patch, but will it help convincing him to
contribute again to the project?
Kieran
___
ffmpeg-de
PR #20929 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20929
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20929.patch
Demuxers should not generate this error code when they encounter truncated or
otherwise invalid files. It's an error code the underly
PR #20960 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20960
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20960.patch
>From 8030577241e9439a1ee94c7b9bf1d3d205878d1f Mon Sep 17 00:00:00 2001
From: James Almer
Date: Tue, 18 Nov 2025 00:41:12 -0300
Subj
PR #20984 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20984
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20984.patch
>From 1c311c52834b125a9af4637b04df33194565450c Mon Sep 17 00:00:00 2001
From: James Almer
Date: Thu, 20 Nov 2025 18:15:23 -0300
Subj
46 matches
Mail list logo