[FFmpeg-devel] Re: Soliciting sponsorship (was: WIP: avfilter: add Bungee audio stretch filter (PR #20697))

2025-10-18 Thread Zhao Zhili via ffmpeg-devel
> On Oct 14, 2025, at 18:53, Kieran Kunhya via ffmpeg-devel > wrote: > > On Tue, Oct 14, 2025 at 11:32 AM Nicolas George via ffmpeg-devel > wrote: >> >> michaelni (HE12025-10-13): >>> Also you would have to convince the community, that we want this. iam >>> not sure how the community would t

[FFmpeg-devel] Re: [PATCH 01/10] libavcodec/cbs_apv_syntax_template: limit tile to 2gb

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi On Thu, Jul 03, 2025 at 10:12:43PM +0200, Michael Niedermayer wrote: > We do not support larger tiles as we use signed int > Alternatively we can check this in apv_decode_tile_component() or > init_get_bits*() > or support bitstreams above 2gb length > > Fixes: init_get_bits() failure later >

[FFmpeg-devel] [PATCH] avcodec/tiff_common: Remove unused ff_tadd_*_metadata() funcs (PR #20592)

2025-10-18 Thread mkver via ffmpeg-devel
PR #20592 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20592 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20592.patch Unused since ad77345a5d14862f4701e5ad422b03b14934a5b9. >From 6bd29f31912942e10c4d03ce180ea34baaaef08f Mon Sep 17 00:00:00 2001 From: Andreas Rheinha

[FFmpeg-devel] [PATCH 0/3] avformat/whip whep: Add basic WHEP support based on the WHIP implementation

2025-10-18 Thread baigao via ffmpeg-devel
*** BLURB HERE *** baigao (3): avformat/whip whep: create rtc for common RTC code shared by whip and whep avformat/whip whep: reanme whip prefix to rtc for common RTC structures avformat/whip whep: add whep support configure|1 + libavformat/Makefile |3

[FFmpeg-devel] Re: [PATCH] libavcodec/g723_1enc: Fix crash

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi On Fri, Oct 03, 2025 at 03:49:36PM +, Kovacs, Zsolt via ffmpeg-devel wrote: > Hi All, > > We had crashes in prod while compressing audio with G.723.1 using ffmpeg as a > library. The callstack was: > > fcb_search, line 1027 > ff_encode_encode_cb, line 253 > encode_simple_internal, line 3

[FFmpeg-devel] [PATCH] RVV: fix and improve lavc/pixblockdsp (PR #20647)

2025-10-18 Thread Rémi Denis-Courmont via ffmpeg-devel
PR #20647 opened by Rémi Denis-Courmont (Courmisch) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20647 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20647.patch From e94bf3d10d5531d115db5745690044b09495ccef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= Date:

[FFmpeg-devel] [PATCH] configure: add intial Windows platform install files for debug with .pdb symbols

2025-10-18 Thread Roger Johnson via ffmpeg-devel
configure: add intial Windows platform install files for debug with .pdb symbols adding symbols installation to Mingw32/64 & Windows x86/x64 windows targets with variable added to config.mak and additional install step for this in library.mak, resulting in shared library symbol files being inst

[FFmpeg-devel] Re: Soliciting sponsorship (was: WIP: avfilter: add Bungee audio stretch filter (PR #20697))

2025-10-18 Thread Kieran Kunhya via ffmpeg-devel
On Tue, Oct 14, 2025 at 12:39 PM Zhao Zhili wrote: > > > > > On Oct 14, 2025, at 18:53, Kieran Kunhya via ffmpeg-devel > > wrote: > > > > On Tue, Oct 14, 2025 at 11:32 AM Nicolas George via ffmpeg-devel > > wrote: > >> > >> michaelni (HE12025-10-13): > >>> Also you would have to convince the co

[FFmpeg-devel] Re: [PATCH] WIP: avfilter: add Bungee audio stretch filter (PR #20697)

2025-10-18 Thread Kieran Kunhya via ffmpeg-devel
On Mon, 13 Oct 2025, 09:27 Nicolas George via ffmpeg-devel, < [email protected]> wrote: > kupix via ffmpeg-devel (HE12025-10-13): > > This adds an audio filter using the > > [Bungee](https://github.com/bungee-audio-stretch/bungee) open source > > audio timescale manipulation library. It also

[FFmpeg-devel] Re: [RFC] FFlabs Sponsor

2025-10-18 Thread Rémi Denis-Courmont via ffmpeg-devel
Le perjantaina 10. lokakuuta 2025, 15.28.58 Itä-Euroopan kesäaika Michael Niedermayer via ffmpeg-devel a écrit : > The FFmpeg community decided, that we should actively look for sponsors. Insofar as "absentees are always wrong" (French proverb), yes, but it should be noted that almost no one par

[FFmpeg-devel] [PATCH] avcodec/Makefile: Remove h263 decoder->mpeg4videodec.o dependency (PR #20665)

2025-10-18 Thread mkver via ffmpeg-devel
PR #20665 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20665 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20665.patch >From 1f02b0baca4e92ed3e432c476b16b9d8e140be88 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Wed, 8 Oct 2025 03:45:20 +0200 Subject: [PATC

[FFmpeg-devel] [PATCH] libavutil/hwcontext_amf: Simplified blocking before frame submission (PR #20660)

2025-10-18 Thread Dmitrii Ovchinnikov via ffmpeg-devel
PR #20660 opened by Dmitrii Ovchinnikov (OvchinnikovDmitrii) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20660 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20660.patch Instead of blocking the entire context, which can cause issues in more complex pipelines, now only frame sending is

[FFmpeg-devel] [PATCH] avformat/whip: Drop invalid group:BUNDLE from SDP in single-stream cases

2025-10-18 Thread baigao via ffmpeg-devel
--- libavformat/whip.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavformat/whip.c b/libavformat/whip.c index 472c6dbf16..6ace9240f9 100644 --- a/libavformat/whip.c +++ b/libavformat/whip.c @@ -617,12 +617,14 @@ static int generate_sdp_offer(AVFormatContext *s)

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Nicolas, Kieran On Wed, Oct 15, 2025 at 10:31:35AM +0200, Nicolas George via ffmpeg-devel wrote: > Kieran Kunhya via ffmpeg-devel (HE12025-10-15): > > FFmpeg should move to an LTS and development version like Ubuntu. > > > > Then companies can pay for older versions to have backports of securi

[FFmpeg-devel] [PATCH] movenc: Check for more options incompatible with hybrid_fragmented (PR #20651)

2025-10-18 Thread Martin Storsjö via ffmpeg-devel
PR #20651 opened by Martin Storsjö (mstorsjo) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20651 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20651.patch This follows up on c79bce92b8407199b6e70205393411650e4342ca with more options that don't work together with hybrid fragmentation.

[FFmpeg-devel] Re: [PATCH] avfilter: add avfilter_forward_command API for recursive command processing. (PR #20621)

2025-10-18 Thread Nicolas George via ffmpeg-devel
cenzhanquan1 via ffmpeg-devel (HE12025-09-28): > PR #20621 opened by cenzhanquan1 > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20621 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20621.patch > > This commit introduces a new API that allows commands to be recursively > forwarded th

[FFmpeg-devel] Soliciting sponsorship (was: WIP: avfilter: add Bungee audio stretch filter (PR #20697))

2025-10-18 Thread Nicolas George via ffmpeg-devel
michaelni (HE12025-10-13): > Also you would have to convince the community, that we want this. iam > not sure how the community would think about it, but for example you > could offer to donate a percentage of your profits from this to > ffmpeg. Hi. I procrastinated replying about soliciting spons

[FFmpeg-devel] Re: [POLL][VOTE] Sponsors & Funding

2025-10-18 Thread Kieran Kunhya via ffmpeg-devel
> The number of people voting was a bit disappointing but > the result is an unanimous "Yes" unanimous - "if a group of people is unanimous, everyone agrees to something: " https://dictionary.cambridge.org/dictionary/english/unanimous Number of votes: 1 Number of days since a deranged email on th

[FFmpeg-devel] Re: [RFC] Issue tracker

2025-10-18 Thread Jacob Lifshay via ffmpeg-devel
On September 28, 2025 2:18:40 AM PDT, Michael Niedermayer via ffmpeg-devel wrote: > On Sun, Sep 28, 2025 at 10:54:14AM +0300, Rémi Denis-Courmont via > ffmpeg-devel wrote: > > Otherwise, I don't really see any benefit to Trac. Forgejo would allow us > > to > > link issues and MRs, and presum

[FFmpeg-devel] Re: [DISCUSSION] Adding ARM64EC support to FFmpeg

2025-10-18 Thread Rémi Denis-Courmont via ffmpeg-devel
Le perjantaina 3. lokakuuta 2025, 23.49.46 Itä-Euroopan kesäaika Stephen Hutchinson via ffmpeg-devel a écrit : > While I haven't gotten through adding the more newly-added external > libraries to the tedious mingw build guide, IIRC most/all of them > already can be built natively for AArch64, so I

[FFmpeg-devel] Re: [GASPP PATCH 1/2] Pass "-machine" options through to armasm

2025-10-18 Thread Martin Storsjö via ffmpeg-devel
On Fri, 10 Oct 2025, Harish Raja Selvan wrote: Hi Martin, Thanks for the patch! I’ve tested it, and it works as expected. The static ARM64EC build of FFmpeg now builds successfully without any additional code changes. I’m now looking into the changes needed in the makedef script for the --enable

[FFmpeg-devel] [RFC] FFlabs Sponsor

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Everyone The FFmpeg community decided, that we should actively look for sponsors. And to do that, i will use my influence as shareholder of FFlabs to: Authorize the use of excess funds (that is funds FFlabs does not need for its own needs, obligations, benefit, growth, strategy, treasury), to

[FFmpeg-devel] [PATCH] movenc: Fix two interactions between delay_moov and hybrid_fragmented (PR #20704)

2025-10-18 Thread Martin Storsjö via ffmpeg-devel
PR #20704 opened by Martin Storsjö (mstorsjo) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20704 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20704.patch From 3a1d1ef1caa1c23a21471c1c985fb12e4b9debc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 14 Oct

[FFmpeg-devel] [PATCH v3 0/3] avformat/whip whep: Add basic WHEP support based on the WHIP implementation

2025-10-18 Thread baigao via ffmpeg-devel
Add basic WHEP support based on the WHIP implementation - Implemented the core WHEP playback logic. (Note: RTX retransmission handling is not yet supported). - Modified a few interfaces in the RTP demux to allow them to be reused for the WHEP implementation. The series is structured as follows:

[FFmpeg-devel] [PATCH 2/3] avformat/whip whep: reanme whip prefix to rtc for common RTC structures

2025-10-18 Thread baigao via ffmpeg-devel
--- libavformat/rtc.c | 564 ++--- libavformat/rtc.h | 60 ++--- libavformat/whip.c | 180 +++ 3 files changed, 402 insertions(+), 402 deletions(-) diff --git a/libavformat/rtc.c b/libavformat/rtc.c index 2dc0383d3e..8c848b6026 100644 --- a/l

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
On Tue, Oct 14, 2025 at 04:40:06AM +0200, Michael Niedermayer via ffmpeg-devel wrote: > Hi Everyone > > As we are now looking for sponsors, we also should look for tasks to fund. > I suggest, we first do some brainstorming and make a list, and then figure > out which > tasks we want to sponsor (

[FFmpeg-devel] Re: New mailing-list archive

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
HI Nicolas On Thu, Oct 16, 2025 at 01:56:59PM +0200, Nicolas George via ffmpeg-devel wrote: > Michael Niedermayer via ffmpeg-devel (HE12025-10-13): > > theres also: > > https://lists.ffmpeg.org/lore/ffmpeg-devel/ > > This is a lot better. I do not find how to get a threaded index like we > used t

[FFmpeg-devel] [PATCH] tests/checkasm: add a test for dcadsp (PR #20646)

2025-10-18 Thread James Almer via ffmpeg-devel
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

[FFmpeg-devel] Re: [DISCUSSION] Adding ARM64EC support to FFmpeg

2025-10-18 Thread Rémi Denis-Courmont via ffmpeg-devel
Le 3 octobre 2025 15:44:56 GMT+03:00, "Martin Storsjö via ffmpeg-devel" a écrit : >First off, calling a C function, which turns out to be in x86_64 mode, will >clobber those registers. Will it? I thought code JITed from x86_64 to AArch64 could *not* access the reserved registers, and that wa

[FFmpeg-devel] [PATCH] avcodec/d3d12va_encode: use macros to set QP range and max frame size (PR #20666)

2025-10-18 Thread Tong Wu via ffmpeg-devel
PR #20666 opened by Tong Wu (tong1wu) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20666 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20666.patch Signed-off-by: Tong Wu >From 11d06cb4927455bdd4478014f8b9b64a8724b44a Mon Sep 17 00:00:00 2001 From: Tong Wu Date: Wed, 8 Oct 2025 11:

[FFmpeg-devel] [PATCH] Don't reset last{pts,dts} on new sequentialized ogg streams. (PR #20637)

2025-10-18 Thread toots via ffmpeg-devel
PR #20637 opened by toots URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20637 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20637.patch This fixes PTS/DTS discontinuity on sequentialized ogg streams. >From 98c89233807a1efae0ebaa1cb9ae4ff6c09b8969 Mon Sep 17 00:00:00 2001 From: Romai

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-18 Thread Kieran Kunhya via ffmpeg-devel
On Wed, 15 Oct 2025, 09:32 Nicolas George via ffmpeg-devel, < [email protected]> wrote: > Kieran Kunhya via ffmpeg-devel (HE12025-10-15): > > FFmpeg should move to an LTS and development version like Ubuntu. > > > > Then companies can pay for older versions to have backports of security > >

[FFmpeg-devel] Re: [POLL][VOTE] Sponsors & Funding

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Ronald On Sat, Oct 11, 2025 at 05:05:44PM -0400, Ronald S. Bultje via ffmpeg-devel wrote: > Hi Michael, > > On Thu, Oct 9, 2025 at 11:01 AM Michael Niedermayer via ffmpeg-devel < > [email protected]> wrote: > > > The number of people voting was a bit disappointing but > > > I can't s

[FFmpeg-devel] Re: [PATCH] WIP: avfilter: add Bungee audio stretch filter (PR #20697)

2025-10-18 Thread john--- via ffmpeg-devel
Thank you for taking a look. Bungee is the result of independent research and optimisation. It was released in Feb 2024 as MPL v2.0. Bungee Pro was released alongside Bungee: although it shares an API, its algorithms are proprietary, its audio quality is industry leading and it is highly optimis

[FFmpeg-devel] Re: [RFC] FFlabs Sponsor

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Devin On Fri, Oct 10, 2025 at 10:07:16AM -0400, Devin Heitmueller via ffmpeg-devel wrote: > On Fri, Oct 10, 2025 at 10:03 AM Kieran Kunhya via ffmpeg-devel > wrote: > > Posts about the business operations of FFlabs, a private company, are > > off-topic on this mailing list. > > > > Kieran >

[FFmpeg-devel] Re: [POLL] [VOTE] code.ffmpeg.org vs. ML

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi On Tue, Sep 16, 2025 at 10:49:00AM +0200, Michael Niedermayer via ffmpeg-devel wrote: > Hi all > > 2 months ago we voted on testing Forgejo vs Gitlab, we picked and tested > Forgejo. And as said in that vote, (and surprisingly, i have not forgotten it) > heres the "after testing" discussion a

[FFmpeg-devel] [PATCH] avfilter/vf_colorspace: Make array smaller (PR #20575)

2025-10-18 Thread mkver via ffmpeg-devel
PR #20575 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20575 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20575.patch >From 5cb58a94a6fc59d96fafbffb10b4a191409e7223 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Mon, 22 Sep 2025 14:40:24 +0200 Subject: [PAT

[FFmpeg-devel] trac ticket statistics Was: Re: Re: [RFC] Issue tracker

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Gyan On Tue, Sep 16, 2025 at 10:09:14AM +0530, Gyan Doshi via ffmpeg-devel wrote: > > > On 2025-09-16 03:16 am, Michael Niedermayer via ffmpeg-devel wrote: [...] > > And what do we gain by avoiding "wholesale migration" ? > > Added bloat of thousands of dormant issues marked as open, many

[FFmpeg-devel] [PATCH] WIP: libavcodec/vulkan_encode_av1: fix non-monotonic DTS (PR #20713)

2025-10-18 Thread my4ng via ffmpeg-devel
PR #20713 opened by my4ng URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20713 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20713.patch This fixes issue #20540 and #20657 with VAAPI's approach. It combines P-frame with following B-frame into a single packet with the latter's order, a

[FFmpeg-devel] Re: [PATCH] avformat/whip: Drop invalid group:BUNDLE from SDP in single-stream cases

2025-10-18 Thread Jack Lau via ffmpeg-devel
> On Oct 6, 2025, at 16:06, baigao via ffmpeg-devel > wrote: > > --- > libavformat/whip.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/libavformat/whip.c b/libavformat/whip.c > index 472c6dbf16..6ace9240f9 100644 > --- a/libavformat/whip.c > +++ b/libavformat/wh

[FFmpeg-devel] Re: [PATCH] WIP: avfilter: add Bungee audio stretch filter (PR #20697)

2025-10-18 Thread Nicolas George via ffmpeg-devel
kupix via ffmpeg-devel (HE12025-10-13): > This adds an audio filter using the > [Bungee](https://github.com/bungee-audio-stretch/bungee) open source > audio timescale manipulation library. It also adds support for the > proprietary "Bungee Pro" variant. Hi. Thanks for the patch. What is the benef

[FFmpeg-devel] Re: [RFC] Issue tracker

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Gyan On Tue, Sep 16, 2025 at 10:09:14AM +0530, Gyan Doshi via ffmpeg-devel wrote: > > > On 2025-09-16 03:16 am, Michael Niedermayer via ffmpeg-devel wrote: > > > What can happen is that if an existing open trac issue is taken up for > > > active resolution, then a new issue at Forgejo can be

[FFmpeg-devel] [PATCH] Nuke a few MMX functions, HpelDSP patches (PR #20582)

2025-10-18 Thread mkver via ffmpeg-devel
PR #20582 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20582 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20582.patch >From 45f89dbd435e83ed76acc410b14a44dce1a72f95 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sun, 21 Sep 2025 22:51:18 +0200 Subject: [PAT

[FFmpeg-devel] [RFC] Funded Task Ideas

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Everyone As we are now looking for sponsors, we also should look for tasks to fund. I suggest, we first do some brainstorming and make a list, and then figure out which tasks we want to sponsor (or maybe someone wants to do one as a volunteer) Heres some random ideas from me /mostly things fo

[FFmpeg-devel] Re: [PATCH] ffv1enc_vulkan: fix empty struct build error on msvc

2025-10-18 Thread Lynne via ffmpeg-devel
On 30/09/2025 03:44, Koushik Dutta via ffmpeg-devel wrote: Signed-off-by: Koushik Dutta --- libavcodec/ffv1enc_vulkan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/ffv1enc_vulkan.c b/libavcodec/ffv1enc_vulkan.c index 259bc75d4c..a54180a98b 100644 --- a/libavcodec/ffv1enc_vu

[FFmpeg-devel] [PATCH] Avoid using MMX in me_cmp (PR #20705)

2025-10-18 Thread mkver via ffmpeg-devel
PR #20705 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20705 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20705.patch One could probably replace the hadamard mmxext functions by SSE2 ones if one just used an unaligned load/store in case one does not have an aligned s

[FFmpeg-devel] [PATCH] libavutil: fix memory leak of drmVersion (PR #20678)

2025-10-18 Thread timblechmann via ffmpeg-devel
PR #20678 opened by timblechmann URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20678 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20678.patch i had submitted this patch before via email, but git-send-email workflow was rather cumbersome. very happy to see i can submit a PR now ---

[FFmpeg-devel] [PATCH] [WIP] libavformat/dashenc: preserve metadata in dashenc (PR #20596)

2025-10-18 Thread damitha via ffmpeg-devel
PR #20596 opened by damitha URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20596 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20596.patch Currently stream level and container level metadata are dropped. This PR will address that. >From 0c852b6a80b4529759994424ca7d31c3c2c2d290 Mon Se

[FFmpeg-devel] [PATCH] libavformat/asfdec_f: add asf video average framerate support

2025-10-18 Thread ZhangXu via ffmpeg-devel
From: zhangxu Refer to Advanced Systems Format (ASF) Specification Parse AverageTimePerFrame from ExtendedStreamPropertiesObject Signed-off-by: ZhangXu --- libavformat/asfdec_f.c | 12 +++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/libavformat/asfdec_f.c b/libavfor

[FFmpeg-devel] [PATCH] Added new celt with opus 1.5.2 (PR #20716)

2025-10-18 Thread Jamaika1 via ffmpeg-devel
PR #20716 opened by Jamaika1 URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20716 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20716.patch >From f1276fe5217d07fda6d7dba77d0740a32d4fdc15 Mon Sep 17 00:00:00 2001 From: Jamaika1 Date: Sat, 18 Oct 2025 17:26:10 + Subject: [PATCH] Add

[FFmpeg-devel] Re: [PATCH] avformat/mpegtsenc: Limit TS invalid messages

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi On Thu, Oct 02, 2025 at 11:36:33PM +0200, David Dominguez via ffmpeg-devel wrote: > mpegts_write_pes() warns when DTS - PCR is negative. This is > done to detect frames that are late for decoding, meaning that > timestamping is wrong or the muxrate value is insufficient. > > But this comparis

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Nicolas On Wed, Oct 15, 2025 at 04:53:28PM +0200, Nicolas George via ffmpeg-devel wrote: > Michael Niedermayer via ffmpeg-devel (HE12025-10-14): > > As we are now looking for sponsors, we also should look for tasks to fund. > > > PS: once we have enough yearly income we can look at hiring / fu

[FFmpeg-devel] [PATCH] avcodec/liblc3: add support for multiple sample formats. (PR #20601)

2025-10-18 Thread cenzhanquan1 via ffmpeg-devel
PR #20601 opened by cenzhanquan1 URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20601 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20601.patch - Decoder: - Respect request_sample_fmt if set, default to S16 instead of FLTP - Add support for S16, S16P, FLT and FLTP sample formats -

[FFmpeg-devel] [PATCH 0/3] avformat/whip whep: Add basic WHEP support based on the WHIP implementation

2025-10-18 Thread baigao via ffmpeg-devel
Add basic WHEP support based on the WHIP implementation - Implemented the core WHEP playback logic. (Note: RTX retransmission handling is not yet supported). - Modified a few interfaces in the RTP demux to allow them to be reused for the WHEP implementation. The series is structured as follows:

[FFmpeg-devel] Re: [POLL][VOTE] Sponsors & Funding

2025-10-18 Thread Ronald S. Bultje via ffmpeg-devel
Hi Michael, On Thu, Oct 9, 2025 at 11:01 AM Michael Niedermayer via ffmpeg-devel < [email protected]> wrote: > The number of people voting was a bit disappointing but I can't speak for others, but I saw the vote request and didn't find it very serious. What I mean with that is: in a regu

[FFmpeg-devel] [PATCH] doc/muxers: correct default pkt_size value of whip (PR #20583)

2025-10-18 Thread Jack Lau via ffmpeg-devel
PR #20583 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20583 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20583.patch Signed-off-by: Jack Lau >From 5ad09ad5afd8ef7370cb05504ebdbca489cdcaf0 Mon Sep 17 00:00:00 2001 From: Jack Lau Date: Mon, 22 Sep 2025

[FFmpeg-devel] [PATCH 3/3] avformat/whip whep: add whep support

2025-10-18 Thread baigao via ffmpeg-devel
--- configure| 1 + libavformat/Makefile | 1 + libavformat/allformats.c | 1 + libavformat/rtc.c| 895 +-- libavformat/rtc.h| 38 +- libavformat/rtpdec.c | 6 +- libavformat/rtpdec.h | 11 + libavformat/whep

[FFmpeg-devel] Re: Soliciting sponsorship (was: WIP: avfilter: add Bungee audio stretch filter (PR #20697))

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Nicolas On Tue, Oct 14, 2025 at 12:32:00PM +0200, Nicolas George via ffmpeg-devel wrote: > michaelni (HE12025-10-13): > > Also you would have to convince the community, that we want this. iam > > not sure how the community would think about it, but for example you > > could offer to donate a pe

[FFmpeg-devel] Re: [PATCH] avfilter: add avfilter_forward_command API for recursive command processing. (PR #20621)

2025-10-18 Thread 岑湛权 via ffmpeg-devel
Hi Nicolas, Thank you for the feedback. I've updated the patch series in response to your comments. The latest version is now available at: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20621 Below is a summary of the changes and clarifications: > "We normally avoid introducing A

[FFmpeg-devel] [PATCH] avcodec/bsf/dts2pts: add hevc support (PR #20702)

2025-10-18 Thread Zhao Zhili via ffmpeg-devel
PR #20702 opened by Zhao Zhili (quink) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20702 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20702.patch >From bbd75ceb2502ede2eb4ebcfd027055432aece710 Mon Sep 17 00:00:00 2001 From: Zhao Zhili Date: Mon, 13 Oct 2025 16:40:36 +0800 Subject:

[FFmpeg-devel] Re: [POLL][VOTE] Sponsors & Funding

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi On Thu, Oct 02, 2025 at 02:55:16PM +0200, Michael Niedermayer via ffmpeg-devel wrote: > Hi all > > As suggested in the thread with similar subject, here is the vote. > Please reply with a "Yes" or "No" to cast your vote. > Vote ends in 7 days. All members of the GA can vote > > > "Yes" > -

[FFmpeg-devel] [PATCH] avcodec/d3d12va_encode: D3D12 H264 encoding support (PR #20707)

2025-10-18 Thread ArazIusubov via ffmpeg-devel
PR #20707 opened by ArazIusubov URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20707 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20707.patch Reopen patch D3D12 H264 encoder support. This patch introduces hardware-accelerated H.264 encoding using Direct3D 12 Video API (D3D12VA). >Fr

[FFmpeg-devel] [PATCH] avformat/mccenc: use Lavf version string instead of FFmpeg (PR #20655)

2025-10-18 Thread James Almer via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] doc: indicate libmpeghdec is non-free (PR #20630)

2025-10-18 Thread Gyan Doshi via ffmpeg-devel
PR #20630 opened by Gyan Doshi (GyanD) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20630 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20630.patch As per configure script. >From 61a2422eeacc6a82eaae0cef5b6d4c6c21157f72 Mon Sep 17 00:00:00 2001 From: Gyan Doshi Date: Tue, 30 Sep 20

[FFmpeg-devel] [PATCH] avfilter/boxblur: add AVX2 horizontal pass (PR #20714)

2025-10-18 Thread MakarDev via ffmpeg-devel
PR #20714 opened by MakarDev URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20714 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20714.patch Signed-off-by: MakarDev Added 1D AVX2 assembly vectorization support for the sliding window accumulator on the avfiler/boxblur filter. Benchmark

[FFmpeg-devel] Re: Soliciting sponsorship (was: WIP: avfilter: add Bungee audio stretch filter (PR #20697))

2025-10-18 Thread Rémi Denis-Courmont via ffmpeg-devel
Hi, Le 14 octobre 2025 13:32:00 GMT+03:00, Nicolas George via ffmpeg-devel a écrit : >michaelni (HE12025-10-13): >> Also you would have to convince the community, that we want this. iam >> not sure how the community would think about it, but for example you >> could offer to donate a percentage

[FFmpeg-devel] [PATCH] avcodec/g723_1enc: Make min_err 64bit (PR #20658)

2025-10-18 Thread michaelni via ffmpeg-devel
PR #20658 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20658 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20658.patch This fixes the case of leaving the struct uninitialized and crashing Untested, as no testcase Signed-off-by: Michael Niedermayer >From 54e775f

[FFmpeg-devel] Re: [RFC] FFlabs Sponsor

2025-10-18 Thread Devin Heitmueller via ffmpeg-devel
On Fri, Oct 10, 2025 at 10:03 AM Kieran Kunhya via ffmpeg-devel wrote: > Posts about the business operations of FFlabs, a private company, are > off-topic on this mailing list. > > Kieran Yeah, this seems like a really weird thing to declare in this forum. If the question is whether the ffmpeg co

[FFmpeg-devel] Re: [POLL][VOTE] Sponsors & Funding

2025-10-18 Thread Kieran Kunhya via ffmpeg-devel
On Sun, 12 Oct 2025, 11:20 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > Hi Ronald > > On Sat, Oct 11, 2025 at 05:05:44PM -0400, Ronald S. Bultje via > ffmpeg-devel wrote: > > Hi Michael, > > > > On Thu, Oct 9, 2025 at 11:01 AM Michael Niedermayer via ffmpeg-devel < > >

[FFmpeg-devel] Re: Soliciting sponsorship (was: WIP: avfilter: add Bungee audio stretch filter (PR #20697))

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi Nicolas On Tue, Oct 14, 2025 at 12:32:00PM +0200, Nicolas George via ffmpeg-devel wrote: [...] > Hi. I procrastinated replying about soliciting sponsorships, but if it > looks like that I cannot anymore. Also, it must not be discussed in the > dark of an obscure pull request, it needs to be see

[FFmpeg-devel] [PATCH] Backport HTTP and RTSP fixes (PR #20635)

2025-10-18 Thread Marvin Scholz via ffmpeg-devel
PR #20635 opened by Marvin Scholz (ePirat) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20635 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20635.patch Backports #20541 and #20542 to 8.0 and I would also ideally like to backport those to 7.1 if there are no objections. >From 09a6b6

[FFmpeg-devel] [RFC] mailing list From mangling and bounces and DMARC

2025-10-18 Thread Michael Niedermayer via ffmpeg-devel
Hi everyone As we all certainly know, this ML since a few months rewrites all "From:" headers to "X Y via ffmpeg-devel " We changed this because neither me nor timo nor rather unhelpfull AI could fix the bounce & dmarc issue 33 @outlook and 19 @hotmail subscribers got deleted on october 8th becau

[FFmpeg-devel] Re: [RFC] FFlabs Sponsor

2025-10-18 Thread Nicolas George via ffmpeg-devel
Kieran Kunhya via ffmpeg-devel (HE12025-10-10): > The only reasonable suggestion is get agreement from your shareholders > before raising this topic in public. Are you their lawyer? Because as far as I can see, this issue is none of your concern and this is just more of you bullying Michael. --

[FFmpeg-devel] [PATCH] improve error messages when strerror_r is not available (PR #20680)

2025-10-18 Thread timblechmann via ffmpeg-devel
PR #20680 opened by timblechmann URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20680 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20680.patch * add more fallbacks with different error codes * add strerror_s codepath for windows/msvc >From 6ea5baadd63ae9ab37855fb3ede56415ff671663 Mon

[FFmpeg-devel] Re: [RFC] dormant tickets

2025-10-18 Thread Pierre-Anthony Lemieux via ffmpeg-devel
On Tue, Sep 23, 2025 at 3:58 PM Michael Niedermayer via ffmpeg-devel wrote: > > Hi > > Should tickets which are inactive be closed with a new resolution:dormant? IMHO tickets should not be closed until resolved with a clear rationale -- a resolution can be "will not fix" or "not germane" of cours

[FFmpeg-devel] Re: [PATCH] libavutil/arm: Rename the HWCAP defines

2025-10-18 Thread Martin Storsjö via ffmpeg-devel
On Mon, 22 Sep 2025, Brad Smith wrote: libavutil/arm: Rename the HWCAP defines Rename the HWCAP defines to use the same naming scheme as AArch64 and PPC. Signed-off-by: Brad Smith --- libavutil/arm/cpu.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) OK

[FFmpeg-devel] [PATCH] avcodec/hevc/refs: don't unconditionally discard non-IRAP frames if no IRAP frame was seen before (PR #20662)

2025-10-18 Thread James Almer via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH v2] ogg/vorbis: implement header packet skip in chained ogg bitstreams.

2025-10-18 Thread Yalda via ffmpeg-devel
Romain, Thank you for the clarity. I approved. Will push in ~48 hours if there is no more concerns here. ___ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]

[FFmpeg-devel] [PATCH] avcodec/vvc/dec: Always clear tab in tl_create() (PR #20670)

2025-10-18 Thread michaelni via ffmpeg-devel
PR #20670 opened by michaelni URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20670 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20670.patch Fixes: use of uninitialized memory Fixes: 449549597/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_VVC_fuzzer-5600497089445888 Found-by: cont

[FFmpeg-devel] [PATCH 2/3] avformat/whip whep: reanme whip prefix to rtc for common RTC structures

2025-10-18 Thread baigao via ffmpeg-devel
--- libavformat/rtc.c | 564 ++--- libavformat/rtc.h | 60 ++--- libavformat/whip.c | 180 +++ 3 files changed, 402 insertions(+), 402 deletions(-) diff --git a/libavformat/rtc.c b/libavformat/rtc.c index 2dc0383d3e..8c848b6026 100644 --- a/l

[FFmpeg-devel] Re: [DISCUSSION] Adding ARM64EC support to FFmpeg

2025-10-18 Thread Harish Raja Selvan via ffmpeg-devel
Hello, Thank you for your feedback and questions about the ARM64EC patch. I’m sharing the build system patch for enabling ARM64EC support in FFmpeg. This patch addresses .def file generation for ARM64EC builds on Windows. In-Lined patch: diff --git a/compat/windows/makedef b/compat/windows/maked

[FFmpeg-devel] Re: [PATCH v2] ogg/vorbis: implement header packet skip in chained ogg bitstreams.

2025-10-18 Thread Yalda via ffmpeg-devel
Hi Romain, My pleasure and thanks for contributing this change. I was just wanting to know on this line (tagged in PR comments), if there are scenarios where we may only get one of these blocks on segment change and if we need to also emit it to extradata. ``` if (priv->header && priv->comment &&

[FFmpeg-devel] Re: [RFC] Funded Task Ideas

2025-10-18 Thread Timo Rothenpieler via ffmpeg-devel
On 14.10.2025 04:40, Michael Niedermayer via ffmpeg-devel wrote: Hi Everyone As we are now looking for sponsors, we also should look for tasks to fund. I suggest, we first do some brainstorming and make a list, and then figure out which tasks we want to sponsor (or maybe someone wants to do one

[FFmpeg-devel] Re: [GASPP PATCH 1/2] Pass "-machine" options through to armasm

2025-10-18 Thread Harish Raja Selvan via ffmpeg-devel
Hi Martin, Thanks for the patch! I’ve tested it, and it works as expected. The static ARM64EC build of FFmpeg now builds successfully without any additional code changes. I’m now looking into the changes needed in the makedef script for the --enable-shared build. Thanks, Harish.

[FFmpeg-devel] [PATCH] avcodec/liblc3enc: Avoid allocating buffer to send a zero frame (PR #20633)

2025-10-18 Thread mkver via ffmpeg-devel
PR #20633 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20633 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20633.patch liblc3 supports arbitrary strides, so one can simply use a stride of zero to make it read the same zero value again and again. >From 3bf38a357067377

[FFmpeg-devel] [PATCH] Various avcodec/mjpegdec improvements (PR #20626)

2025-10-18 Thread Ramiro Polla via ffmpeg-devel
PR #20626 opened by Ramiro Polla (ramiro) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20626 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20626.patch This patchset is in preparation to add error recovery and multi-threaded decoding using restart markers. The most important changes

[FFmpeg-devel] Re: [PATCH v2] Changlog: mention add WHIP muxer (experimental)

2025-10-18 Thread Gyan Doshi via ffmpeg-devel
On 2025-10-14 12:13 pm, Jack Lau via ffmpeg-devel wrote: On Oct 14, 2025, at 14:30, Gyan Doshi via ffmpeg-devel wrote: On 2025-07-25 10:36 am, Jack Lau wrote: On Jul 25, 2025, at 12:18, Gyan Doshi wrote: On 2025-07-25 03:29 am, Jack Lau wrote: Signed-off-by: Jack Lau --- Change

[FFmpeg-devel] Forgejo PR to add libomt OpenMediaTransport support

2025-10-18 Thread ffmpeg--- via ffmpeg-devel
Hi Folks We are part of the group creating a new open source and free to use professional IP Video protocol called OMT (open media transport) It's similar to NDI in many ways, but completely open source and royalty free. We have have already completed implementation of this protocol into FFMPEG

[FFmpeg-devel] [PATCH] Port cavs qpeldsp from MMX to SSE2 (PR #20648)

2025-10-18 Thread mkver via ffmpeg-devel
PR #20648 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20648 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20648.patch Also uncovered a bug in the MMX version that has gone unnoticed since it was added in 2006. Apparently no one uses cavs. >From 099834932c49192a9441

[FFmpeg-devel] Re: [PATCH] Miscellaneous aacdec_usac cleanups (PR #20627)

2025-10-18 Thread Kieran Kunhya via ffmpeg-devel
On Mon, 29 Sept 2025, 16:04 Lynne via ffmpeg-devel, wrote: > PR #20627 opened by Lynne > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20627 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20627.patch > > Nothing major. > > > >From 485939f5ba2051d3091bb130f0879d3b1ed83e6a Mon Sep 17 0

[FFmpeg-devel] [PATCH] fftools: silence coverity race condition warning (PR #20638)

2025-10-18 Thread Niklas Haas via ffmpeg-devel
PR #20638 opened by Niklas Haas (haasn) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20638 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20638.patch Avoids the following Coverity warning: > CID 1666425: Concurrent data access violations (MISSING_LOCK) > Accessing "fg->best_i

[FFmpeg-devel] Re: [REFUND-REQUEST] code.ffmpeg.org hosting cost

2025-10-18 Thread Timo Rothenpieler via ffmpeg-devel
On 23.09.2025 22:44, Stefano Sabatini via ffmpeg-devel wrote: On Tue, Sep 16, 2025 at 12:41 AM Michael Niedermayer via ffmpeg-devel wrote: Hi Timo On Mon, Sep 15, 2025 at 10:20:30PM +0200, Timo Rothenpieler via ffmpeg-devel wrote: These are the hosting costs for code.ffmpeg.org so far: Eac

[FFmpeg-devel] [PATCH] avformat/matroskadec: relax the check for cropped dimensions (PR #20653)

2025-10-18 Thread James Almer via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] fate-recv.sh: count warnings also in test.log

2025-10-18 Thread Kacper Michajłow via ffmpeg-devel
During test run some files are still build, which should have thier warnings counted. Note that if compile only run is done, test.log won't exist. This is fine as grep errors are ignored and only matches are counted with wc. Signed-off-by: Kacper Michajłow --- fate-recv.sh | 2 +- 1 file change

[FFmpeg-devel] Re: [PATCH] avutil/crc: add arm64 crc32 asm (PR #20654)

2025-10-18 Thread Kieran Kunhya via ffmpeg-devel
On Mon, Oct 6, 2025 at 10:31 PM Zhao Zhili via ffmpeg-devel wrote: > > PR #20654 opened by Zhao Zhili (quink) > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20654 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20654.patch > > > >From ab6fd7a273b88080e878c0c6dcf5e956cbff026e Mon Sep 1