On Tue, Nov 11, 2025 at 6:02 PM Michael Niedermayer via ffmpeg-devel <
[email protected]> wrote:
> Hi James
>
> On Tue, Nov 11, 2025 at 08:19:25PM -0300, James Almer via ffmpeg-devel
> wrote:
>
> > Do they serve applications that only run on the command line? Be
On Thu, 13 Nov 2025, 03:07 Michael Niedermayer via ffmpeg-devel, <
[email protected]> wrote:
> Hi Kieran
>
> On Wed, Nov 12, 2025 at 12:09:00AM -0800, Kieran Kunhya via ffmpeg-devel
> wrote:
> > On Mon, 10 Nov 2025, 19:00 Michael Niedermayer via ffmpeg-devel, <
PR #20902 opened by Sebastian Ramacher (sebastinas)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20902
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20902.patch
Don't unconditionally link to libSPVRemapper which was removed in 16.0 in
3a7f787
[Backport of f1e9032a2000b8b885cffd6fed8
V4l2 drivers may return buffer width & height with aligned values, which
may be different from frame width & height. Bytesperlines and strides
should be check for aligned buffers when copying pixel data. When width
aligned, copy with planar; otherwise, copy line-by-line to dest buffer.
Co-authored
PR #20901 opened by Sean McGovern (sean_mcg)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20901
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20901.patch
It fails sporadically on big- or little-endian POWER/PPC, as well as
triggers the undefined-behaviour & address scanners in GCC.
r
Signed-off-by: Michael Niedermayer
---
src/donations | 17 +
1 file changed, 17 insertions(+)
diff --git a/src/donations b/src/donations
index d6f647b..54c7388 100644
--- a/src/donations
+++ b/src/donations
@@ -62,6 +62,23 @@
+
+
+
+ Michael Niedermayer
+
+
This was suggested to me.
Allowing only donations to a 501(c)(3) restricts both donators as well as
developers
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Signed-off-by: Michael Niedermayer
---
src/donations | 14 ++
1 file changed, 14 insertions(+)
diff --git a/src/donations b/src/donations
index 14cb9e8..d6f647b 100644
--- a/src/donations
+++ b/src/donations
@@ -1,3 +1,5 @@
+Donate to FFmpeg
+
Donations will be used to fund
ls on the side of AI output being tainted, commit messages
*can* be removed automatically, albeit
at a cost of changing the hashes in the git commit history.
Cheers,
Thomas
Am Mi., 12. Nov. 2025 um 09:24 Uhr schrieb Christophe Gisquet via
ffmpeg-devel :
> Hello,
>
> Le mar. 11 nov. 2025 à 04:
Hi Kieran
On Wed, Nov 12, 2025 at 12:09:00AM -0800, Kieran Kunhya via ffmpeg-devel wrote:
> On Mon, 10 Nov 2025, 19:00 Michael Niedermayer via ffmpeg-devel, <
> [email protected]> wrote:
>
> > Hi Remi
> >
> > On Mon, Nov 10, 2025 at 06:03:38PM +0200, R
For ELF targets, the assembler keeps track of which words are
actual instructions, and which are data - and the disassembler
shows them differently depending on this. For other object file
formats, there's no difference. Thus, for armasm for targeting
COFF, we can treat this just like any regular i
PR #20905 opened by Adam Koszek (wkoszek)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20905
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20905.patch
Without running configure, it didn't work for me anymore.
On ffmpeg-devel the feedback was to run configure.
I'm thus compressing the
Hi all,
I’m Andreas Jansson, co-founder and CTO at Replicate. We’re planning to
launch a public GPU-powered FFmpeg endpoint at
https://replicate.com/ffmpeg/ffmpeg, where users will be able to run FFmpeg
on demand and pay per second of compute. We want contribute 20% of list
price directly to the F
> On Nov 13, 2025, at 11:29, Wenjie Yin via ffmpeg-devel
> wrote:
>
> V4l2 drivers may return buffer width & height with aligned values, which
> may be different from frame width & height. Bytesperlines and strides
> should be check for aligned buffers when copy
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?
thx
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Rewriting code that is poorly written but fu
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
---
README | 74 ++---
generate-doc.sh | 4 +--
2 files changed, 42 insertions(+), 36 deletions(-)
diff --git a/README b/README
index 4b1ce67..1707fad 100644
--- a/README
+++ b/README
@@ -1,59 +1,65 @@
ffmpeg.org official website
+PREREQUIS
I'm fixing the build instructions for the web project, because I
couldn't recompile it. The format of it was weird--it'd explain
commands that didn't work first, and then would briefly mention
how to make them work/where to take them from. I followed the normal
quickstart README.
Adam Koszek (1):
PR #20898 opened by Ayose C. (ayosec)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20898
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20898.patch
### Problem
FFmpeg can be used with no inputs. For example, the command
```bash
$ ffmpeg -filter_complex color=blue:d=1 /tmp/blue.mp4
`
On Mon, 10 Nov 2025, 19:00 Michael Niedermayer via ffmpeg-devel, <
[email protected]> wrote:
> Hi Remi
>
> On Mon, Nov 10, 2025 at 06:03:38PM +0200, Rémi Denis-Courmont via
> ffmpeg-devel wrote:
> > Le lauantaina 8. marraskuuta 2025, 10.34.24 Itä-Euroopan normaalia
>From 947e91d855fd876fd3b7f4982d811c0d445f0b9f Mon Sep 17 00:00:00 2001
From: Vladimir Sobolev
Date: Wed, 12 Nov 2025 14:18:49 +0200
Subject: [PATCH v2] avformat/mpjpegdec: add support for X-Timestamp and
X-Framerate headers
Add support for parsing X-Timestamp and X-Framerate headers from
HTTP mu
Add support for parsing X-Timestamp and X-Framerate headers from
HTTP multipart MJPEG streams. These headers allow servers to provide
accurate timestamps and framerate information for each frame.
Changes:
- Parse X-Timestamp header (in seconds) and set packet PTS/DTS
- Parse X-Framerate/X-FrameRat
PR #20899 opened by Zhao Zhili (quink)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20899
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20899.patch
avutil/hwcontext_vaapi: fix use fourcc not supported by devices
1. A AVPixelFormat can map to multiple VA_FOURCCs, while
vaapi_format_fr
Michael Niedermayer via ffmpeg-devel (HE12025-10-16):
> for this https://ffmpeg.org/contact.html#MailingLists
>
> you can add it to [email protected]:ffmpeg-web
> you should have write access
Hi. Thanks for the reminder. It is not easy to add usefully, but I can
propose the attached p
On 2025-11-12 04:45 am, 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?
My builds are already available through their
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 +1,4 @@
-Please report vulnerabilities to mailto:[email protected]
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
Hi
On Mon, Nov 10, 2025 at 10:11:46PM +, Niklas Haas via ffmpeg-devel wrote:
> On Monday, November 10th, 2025 at 10:55 PM, Stefano Sabatini via ffmpeg-devel
> wrote:
> >
> > On Sat, Nov 8, 2025 at 2:31 AM Michael Niedermayer via ffmpeg-devel
> > ffmpeg-devel@ffmpeg.
On Tue, Nov 11, 2025 at 10:41:49PM -0300, James Almer via ffmpeg-devel wrote:
> 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 deleti
Hello,
Le mar. 11 nov. 2025 à 04:01, Michael Niedermayer via ffmpeg-devel
a écrit :
> If you have concrete legal analysis or case law that supports this claim,
> please share it.
I can name at least one Fortune 500 companies, that maybe won't
disclose publicly these facts, that did
Add support for parsing X-Timestamp and X-Framerate headers from
HTTP multipart MJPEG streams. These headers allow servers to provide
accurate timestamps and framerate information for each frame.
Changes:
- Parse X-Timestamp header (in seconds) and set packet PTS/DTS
- Parse X-Framerate/X-FrameRat
PR #20907 opened by Gyan Doshi (GyanD)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20907
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20907.patch
Supersedes #20905
>From 0c47fd58ab7a7eff4f19c6d138efa420b478e682 Mon Sep 17 00:00:00 2001
From: Gyan Doshi
Date: Thu, 13 Nov 2025 13:0
PR #20910 opened by Zhao Zhili (quink)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20910
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20910.patch
>From cc85c6566eb2fb93a71aa4eadc318f14a0a44710 Mon Sep 17 00:00:00 2001
From: Zhao Zhili
Date: Thu, 13 Nov 2025 17:53:29 +0800
Subject:
Hi Kieran
On Thu, Nov 13, 2025 at 03:52:17AM +, Kieran Kunhya via ffmpeg-devel wrote:
> On Thu, 13 Nov 2025, 03:07 Michael Niedermayer via ffmpeg-devel, <
> [email protected]> wrote:
>
> > Hi Kieran
> >
> > On Wed, Nov 12, 2025 at 12:09:00AM -080
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 13/11/2025 17:56, Sidd via ffmpeg-devel wrote:
> Hi Frank,
>
> Thanks for the reply, it seems like there is a lot for me to cover.
>
> Regarding the assembly, since FFmpeg is known for handcrafting it, are
> there any references of help in their docs regarding this? I h
On 13/11/2025 16:46, Sidd via ffmpeg-devel wrote:
> Hi, I was curious on learning more about VVC and wasm within the
> ffmpeg project and would like some guidance on where to find the docs
> and references to go through
>
> I am simply trying to get my hands dirty with a past
PR #20915 opened by Dmitrii Ovchinnikov (OvchinnikovDmitrii)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20915
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20915.patch
>From bfcdc58dee88778c8f48a54d7d7989417bba79c2 Mon Sep 17 00:00:00 2001
From: Dmitrii Ovchinnikov
Date: Thu, 13 N
PR #20917 opened by Zhao Zhili (quink)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20917
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20917.patch
For GET_UTF8(val, GET_BYTE, ERROR), val has type of uint32_t,
GET_BYTE must return an unsigned integer, otherwise signed
extension happen
PR #20916 opened by dashsantosh-mcw
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20916
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20916.patch
>From e7dcef8d8dee549fd8345c5d08d303e781dfd74b Mon Sep 17 00:00:00 2001
From: Harshitha
Date: Fri, 14 Nov 2025 01:45:44 -0800
Subject: [PA
> On Nov 14, 2025, at 19:30, Rémi Denis-Courmont via ffmpeg-devel
> wrote:
>
>
>
> Le 14 novembre 2025 06:09:25 GMT+02:00, Zhao Zhili via ffmpeg-devel
> a écrit :
>>> For FFmpeg, WASM optimisations are embryonic at best. There is no
>>> documentatio
> On Nov 14, 2025, at 09:52, yunfei_zhou--- via ffmpeg-devel
> wrote:
>
> Hi all,
> I hope this message finds you well.
> My name is Yunfei Zhou, and I am a Software Development Engineer at Alibaba
> DAMO Academy, where I focus on video coding and decoding optimizatio
> On Nov 14, 2025, at 02:19, Rémi Denis-Courmont via ffmpeg-devel
> wrote:
>
> Le torstaina 13. marraskuuta 2025, 19.56.30 Itä-Euroopan normaaliaika Sidd
> via
> ffmpeg-devel a écrit :
>> Regarding the assembly, since FFmpeg is known for handcrafting it, are
>>
On Wed, 12 Nov 2025, Martin Storsjö wrote:
For ELF targets, the assembler keeps track of which words are
actual instructions, and which are data - and the disassembler
shows them differently depending on this. For other object file
formats, there's no difference. Thus, for armasm for targeting
C
James Almer via ffmpeg-devel (HE12025-11-13):
> 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
I intended to review that. I see no review on the web monster either.
On 13/11/2025 15:50, Timo Rothenpieler via ffmpeg-devel wrote:
On 13/11/2025 04:06, Michael Niedermayer via ffmpeg-devel wrote:
Hi Kieran
On Wed, Nov 12, 2025 at 12:09:00AM -0800, Kieran Kunhya via
ffmpeg-devel wrote:
On Mon, 10 Nov 2025, 19:00 Michael Niedermayer via ffmpeg-devel, <
ffm
On 13/11/2025 04:06, Michael Niedermayer via ffmpeg-devel wrote:
Hi Kieran
On Wed, Nov 12, 2025 at 12:09:00AM -0800, Kieran Kunhya via ffmpeg-devel wrote:
On Mon, 10 Nov 2025, 19:00 Michael Niedermayer via ffmpeg-devel, <
[email protected]> wrote:
Hi Remi
On Mon, Nov 10, 2025 at
On 13/11/2025 04:00, Andreas Jansson via ffmpeg-devel wrote:
Hi all,
I’m Andreas Jansson, co-founder and CTO at Replicate. We’re planning to
launch a public GPU-powered FFmpeg endpoint at
https://replicate.com/ffmpeg/ffmpeg, where users will be able to run FFmpeg
on demand and pay per second of
PR #20926 opened by Zhao Zhili (quink)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20926
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20926.patch
Move scale_vt and transpose_vt to this section.
>From d0460c7238c10d636465c37f05a048eeb46a852c Mon Sep 17 00:00:00 2001
From: Zhao Zhil
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
___
f
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 #20968 opened by Martin Storsjö (mstorsjo)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20968
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20968.patch
This function uses ff_sws_pixel_type_size to switch on the
size of the provided type. However, ff_sws_pixel_type_size returns
a si
PR #20962 opened by Cosmin Stejerean (cosmin)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20962
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20962.patch
The handling of L11 dolby vision metadata was based on an old version of
`dovi_tool`
however the structure does not match the sp
PR #20953 opened by Martin Storsjö (mstorsjo)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20953
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20953.patch
Following up on previous concerns:
- Adding new unconditionally built source files in libraries. Yes, that's
indeed a bit bad, bu
PR #20921 opened by Zhao Zhili (quink)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20921
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20921.patch
h->context_initialized is zero after flush, which triggers call to
ff_get_format unconditionally. ff_get_format can be heavy with
ff_hwac
On Thu, Nov 13, 2025 at 01:04:17AM +0100, Michael Niedermayer via ffmpeg-devel
wrote:
> This was suggested to me.
>
> Allowing only donations to a 501(c)(3) restricts both donators as well as
> developers
patchset applied
@everyone, dont hesitate to add yourself too,
On 2025-11-14 11:30 pm, Michael Niedermayer via ffmpeg-devel wrote:
On Thu, Nov 13, 2025 at 01:04:17AM +0100, Michael Niedermayer via ffmpeg-devel
wrote:
This was suggested to me.
Allowing only donations to a 501(c)(3) restricts both donators as well as
developers
patchset applied
Is
On Fri, Nov 14, 2025 at 04:08:40PM -0800, Jacob Lifshay via ffmpeg-devel wrote:
> On Fri, Nov 14, 2025 at 1:45 PM Michael Niedermayer via ffmpeg-devel
> wrote:
> > +
> > + > src="https://ethereum.org/images/assets/svgs/eth-diamond-black.svg"
Hi
On Wed, Nov 12, 2025 at 07:26:25PM +0100, Nicolas George via ffmpeg-devel wrote:
> Michael Niedermayer via ffmpeg-devel (HE12025-10-16):
> > for this https://ffmpeg.org/contact.html#MailingLists
> >
> > you can add it to [email protected]:ffmpeg-web
> > you shoul
On Fri, Nov 14, 2025 at 1:45 PM Michael Niedermayer via ffmpeg-devel
wrote:
> +
> + src="https://ethereum.org/images/assets/svgs/eth-diamond-black.svg";
> alt="Ethereum" width="32" height="32">
> + s
Only showing small logos, that show and copy the address when clicked
Signed-off-by: Michael Niedermayer
---
src/donations | 22 --
1 file changed, 20 insertions(+), 2 deletions(-)
diff --git a/src/donations b/src/donations
index 54c7388..c92c438 100644
--- a/src/donations
+
Hi Gyan
On Fri, Nov 14, 2025 at 11:49:23PM +0530, Gyan Doshi via ffmpeg-devel wrote:
>
>
> On 2025-11-14 11:30 pm, Michael Niedermayer via ffmpeg-devel wrote:
> > On Thu, Nov 13, 2025 at 01:04:17AM +0100, Michael Niedermayer via
> > ffmpeg-devel wrote:
> >
PR #20969 opened by Jack Lau (JackLau)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20969
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20969.patch
Fix #20712
When print_sdp() fails during rtp streaming, sch_start()
returns error code without calling wirte_trailer, causing
a memory l
Hi Zhao
On Wed, Nov 19, 2025 at 01:25:30PM +0800, Zhao Zhili via ffmpeg-devel wrote:
>
> > 在 2025年11月19日,下午12:29,Michael Niedermayer via ffmpeg-devel
> > 写道:
> >
> > On Sat, Nov 15, 2025 at 11:29:26PM +0800, Zhao Zhili via ffmpeg-devel
> > wrote:
> >&g
On Wed, Nov 19, 2025 at 05:21:13AM +0100, Michael Niedermayer via ffmpeg-devel
wrote:
> On Sat, Nov 15, 2025 at 04:15:14PM +0100, Michael Niedermayer via
> ffmpeg-devel wrote:
> > Hi all
> >
> > due to accumulated bug fixes, i think we should make a new release fr
Hi FFmpeg team,
My name is Shashwat, and I wanted to reach out to express my appreciation
for the work you’ve built over the years. I’m currently building an
AI-driven video editing system where a large part of the architecture
relies on FFmpeg for composing timelines, applying transformations, an
- Correctly scale bitrate by bits_per_coded_sample instead of assuming 8
bits per byte.
- Prevents wrong bitrate reports for 16-bit PCM WAV files.
Signed-off-by: Erdinc Kaya
---
libavformat/riffdec.c | 4
1 file changed, 4 insertions(+)
diff --git a/libavformat/riffdec.c b/libavformat/ri
PR #20972 opened by Kacper Michajłow (kasper93)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20972
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20972.patch
Forgotten in c607aae2b95b05bdc7066e3572737cb00a596e9f.
Signed-off-by: Kacper Michajłow
From c34528ac43db0bf772cb1c836b7aba87
PR #20973 opened by Steven Xiao (younengxiao)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20973
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20973.patch
This code submission is purposed to support the **motion estimation precision
mode** for the D3D12 video encoder.
By default, t
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
PR #20978 opened by Zhao Zhili (quink)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20978
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20978.patch
(cherry picked from commit 36e5576a44b36698614e95956c5cb6b213c29ef3)
>From 4c21924924eaa0bc718d953b5ad0ee062e4d74f7 Mon Sep 17 00:00:00
PR #20980 opened by Martin Storsjö (mstorsjo)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20980
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20980.patch
This allows using the tool for one-off reindentations without needing
the check_arm_indent.sh script (e.g. for use outside of ffmp
PR #20987 opened by Zhao Zhili (quink)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20987
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20987.patch
Supress lint failure.
>From f87f355e3611e66b91b7b9e45156446b1bf8455c Mon Sep 17 00:00:00 2001
From: Zhao Zhili
Date: Fri, 21 Nov 2025
PR #20989 opened by Neal Gompa (Conan_Kudo)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20989
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20989.patch
Red Hat Enterprise Linux 9 is one patch version lower than what
FFmpeg currently requests. The slightly older versions still result
PR #20938 opened by Jack Lau (JackLau)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20938
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20938.patch
>From 175d0fc3cbb1f9ae8954317985e41555d828771b Mon Sep 17 00:00:00 2001
From: Desmond Liu
Date: Thu, 30 Oct 2025 17:22:12 -0700
Subject
PR #20937 opened by Jack Lau (JackLau)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20937
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20937.patch
Fix #20571
Avoid build errors with openssl forks (like libressl)
that lack some APIs.
Fail early during configure instead of hitting co
PR #20939 opened by Niklas Haas (haasn)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20939
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20939.patch
The approach of this ASM routine is to process two channels at a time using
AVX instructions. Obviously, there is no point in doing this
PR #20950 opened by Kacper Michajłow (kasper93)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20950
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20950.patch
This is useful if one wants to inspect build artifacts after running
fate.sh script.
From b1132d722d2e681b87f48946461cb61b0540
Won't this busy-loop in filter.c if it keeps returning EAGAIN for longer
periods of time/forever?
The whole API really isn't prepared for non-blocking operations, so I'm
not sure this is a good idea.
OpenPGP_0xD85AAA6874B7507E.asc
Description: OpenPGP public key
OpenPGP_signature.asc
Descript
PR #20947 opened by Kacper Michajłow (kasper93)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20947
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20947.patch
From 3616b152ce8899437442b290d1a74bfbb4836961 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?=
Date: Mon, 17
From: tolgakaan12 <[email protected]>
The set_encoder_id function in fftools/ffmpeg_mux_init was writing a shortened
encoder tag even when -bitexact flag was set, instead of omitting it entirely
like other formats (flac, mp3, wav) do. This patch makes the function ret
PR #20931 opened by Jack Lau (JackLau)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20931
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20931.patch
WHIP force the use of Annex B by enabling h264_mp4toannexb
BSF in whip_check_bitstream. However, this BSF runs during
packet writing and
Hi everyone
It seems neither Thilo nor Pierre have time to look into this.
Does someone else have time ? (id like to work on the 8.0.1 release
and backports and many other things)
thx
On Tue, Nov 04, 2025 at 11:45:40AM +0530, FLOSS Fund via ffmpeg-devel wrote:
> Dear *FFmpeg*
>
&g
PR #20948 opened by Kacper Michajłow (kasper93)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20948
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20948.patch
While cl.exe supports -guard:signret, armasm64 complains about
unknown flag. Note that -guard:ehcont is accepted by armasm64.
F
PR #20949 opened by anders-mjoll
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20949
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20949.patch
During migration to the activation filter API the aselect filter was
accidentally turned into a no-op filter.
>From dd7f99e5b17acde5de9275872
From: Disclosure
Reviewed-by: Zhong Li
Reviewed-by: Haihao Xiang
Cc: Michael Niedermayer
Signed-off-by: Disclosure
---
libavcodec/qsv.c | 2 ++
libavfilter/qsvvpp.c | 2 ++
libavutil/hwcontext_qsv.c | 20 ++--
3 files changed, 18 insertions(+), 6 deletions(-)
On Sun, Nov 16, 2025 at 04:00:38PM +, Kieran Kunhya via ffmpeg-devel wrote:
> On Sun, 16 Nov 2025, 15:12 Michael Niedermayer,
> wrote:
>
> >
> > But theres a lot more. We need some sort of wiki page, call for people
> > sending project proposals, I mean we wan
On 2025-11-16 04:02 am, Tolga Celebi via ffmpeg-devel wrote:
From: tolgakaan12 <[email protected]>
The set_encoder_id function in fftools/ffmpeg_mux_init was writing a shortened
encoder tag even when -bitexact flag was set, instead of omitting it entirely
> On Nov 10, 2025, at 08:24, Michael Niedermayer via ffmpeg-devel
> wrote:
>
> Hi Kieran
>
> On Sat, Nov 01, 2025 at 02:37:45AM +0000, Kieran Kunhya via ffmpeg-devel
> wrote:
>> On Fri, 31 Oct 2025, 17:06 michaelni via ffmpeg-devel, <
>> ffmpeg-devel@
Hi everyone
On Sun, Nov 16, 2025 at 04:12:00PM +0100, Michael Niedermayer via ffmpeg-devel
wrote:
> Hi Kieran
>
> On Sun, Nov 16, 2025 at 01:56:49PM +, Kieran Kunhya via ffmpeg-devel
> wrote:
> > On Sun, 16 Nov 2025, 05:04 Michael Niedermayer via ffmpeg-devel, <
> &
On Sun, 16 Nov 2025, 15:12 Michael Niedermayer,
wrote:
>
> But theres a lot more. We need some sort of wiki page, call for people
> sending project proposals, I mean we want that money to be used for
> something.
> Or at least i assume we will try to handle this somewhat similar to STF.
> I need
Hi Kieran
On Sun, Nov 16, 2025 at 01:56:49PM +, Kieran Kunhya via ffmpeg-devel wrote:
> On Sun, 16 Nov 2025, 05:04 Michael Niedermayer via ffmpeg-devel, <
> [email protected]> wrote:
>
> > Hi everyone
> >
> > It seems neither Thilo nor Pierre have
On Monday, November 17th, 2025 at 3:48 PM, Tobias Rapp via ffmpeg-devel
wrote:
>
>
> On 11/11/2025 03:33, Michael Niedermayer via ffmpeg-devel wrote:
>
> > Hi
> >
> > adding niklas to the CC so its not missed
> > but i agree the patch LGTM
> >
&g
Hi
On Sun, Nov 16, 2025 at 09:16:03PM -0800, ff--- via ffmpeg-devel wrote:
> On 2025-11-16 07:59, Michael Niedermayer via ffmpeg-devel wrote:
> > On Sun, Nov 16, 2025 at 04:12:00PM +0100, Michael Niedermayer via
> > ffmpeg-devel wrote:
> > > On Sun, Nov 16, 2025 at 01:56:4
On 11/11/2025 03:33, Michael Niedermayer via ffmpeg-devel wrote:
Hi
adding niklas to the CC so its not missed
but i agree the patch LGTM
On Tue, Nov 04, 2025 at 08:52:36PM +0100, Nicolas George via ffmpeg-devel wrote:
Carl Hetherington via ffmpeg-devel (HE12025-11-03):
Since
Hi everyone
Iam working on setting up ffmpeg github sponsors support (this will be
connected to SPI)
thx
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I am the wisest man alive, for I know one thing, and that is that I know
nothing. -- Socrates
signature.asc
Des
PR #20944 opened by Jack Lau (JackLau)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20944
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20944.patch
Fix #20940
This reverts commit 4440e499ba
It breaks some filters like feedback, and make
li->frame_blocked_in check invaild.
Signed-of
PR #20943 opened by Marvin Scholz (ePirat)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20943
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20943.patch
Backports #20541 and #20542 to 7.1.
>From 2730ec798357856ba996ac856b14f8325168ebcd Mon Sep 17 00:00:00 2001
From: Marvin Scholz
Da
Hi all
due to accumulated bug fixes, i think we should make a new release from
release/8.0 soon
if tehres something you want backported, please backport it. (ill of course try
to get my fixes
backported before the release as well)
thx
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF13
> On Nov 15, 2025, at 23:15, Michael Niedermayer via ffmpeg-devel
> wrote:
>
> Hi all
>
> due to accumulated bug fixes, i think we should make a new release from
> release/8.0 soon
>
> if tehres something you want backported, please backport it. (ill of co
3101 - 3200 of 3431 matches
Mail list logo