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

2025-11-16 Thread Harish Raja Selvan via ffmpeg-devel
Hi Martin and Rémi, Thank you for the clarification and for summarizing the discussion. I understand the concerns about ABI consistency and the maintenance implications. To clarify the intended use case: many Windows applications such as Jianying Pro,

[FFmpeg-devel] [PATCH] release/8.0: libavformat: backporting bugfix for udp (PR #20938)

2025-11-16 Thread Jack Lau via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] configure: add detailed headers check for openssl (PR #20937)

2025-11-16 Thread Jack Lau via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] WIP: aacdec: implement support for Mps212 decoding (PR #20936)

2025-11-16 Thread Lynne via ffmpeg-devel
PR #20936 opened by Lynne URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20936 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20936.patch This commit implements support for decoding of MPEG Surround data (USAC-flavoured). I'm raising funds and resources to build a rocket capable of str

[FFmpeg-devel] Re: Update on your FLOSS/fund application

2025-11-16 Thread ff--- via ffmpeg-devel
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:49PM +, Kieran Kunhya via ffmpeg-devel wrote: > On Sun, 16 Nov 2025, 05:04 Michael Niedermayer via ffmpeg-deve

[FFmpeg-devel] [PATCH] configure: Only test for SSE2 intrinsics on x86 (PR #20934)

2025-11-16 Thread mkver via ffmpeg-devel
PR #20934 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20934 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20934.patch >From 76eef407bf5fa62e129352d2c460b57e6a5fc759 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Mon, 17 Nov 2025 00:05:16 +0100 Subject: [PAT

[FFmpeg-devel] Re: Update on your FLOSS/fund application

2025-11-16 Thread Michael Niedermayer via ffmpeg-devel
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 want that money to be used for > > s

[FFmpeg-devel] Re: Update on your FLOSS/fund application

2025-11-16 Thread Kieran Kunhya 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

[FFmpeg-devel] Re: Update on your FLOSS/fund application

2025-11-16 Thread Michael Niedermayer via 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, < > > [email protected]>

[FFmpeg-devel] Re: Update on your FLOSS/fund application

2025-11-16 Thread Michael Niedermayer via ffmpeg-devel
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 time to look into this. > > Does someon

[FFmpeg-devel] Re: Update on your FLOSS/fund application

2025-11-16 Thread Kieran Kunhya via ffmpeg-devel
On Sun, 16 Nov 2025, 05:04 Michael Niedermayer via ffmpeg-devel, < [email protected]> wrote: > 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 >

[FFmpeg-devel] Re: [REFUND-REQUEST] GSoC 2025 Mentor Summit Reimbursement Request

2025-11-16 Thread Steven Liu via ffmpeg-devel
Michael Niedermayer 于2025年11月5日周三 05:24写道: > > Hi Steven > > On Thu, Oct 30, 2025 at 03:19:54PM +0800, Steven Liu via ffmpeg-devel wrote: > > Hi Folks, > > > > > > I would like to request reimbursement for the following expenses > > incurred attending the Google Summer of Code mentor summit. > > >

[FFmpeg-devel] Re: [PATCH] avfilter/af_afftfilt: fix the overlap buffer size

2025-11-16 Thread Sidd via ffmpeg-devel
PR: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20933 On Sun, Nov 16, 2025 at 4:19 PM nots1dd wrote: > > From what I understand, we only need to be moving N bytes as window_size > - s->hop_size after inverse fft to the buffer for overlap. Currently the > compiler throws a warning regarding possib

[FFmpeg-devel] [PATCH] avfilter/af_afftfilt: fix the overlap buffer size (PR #20933)

2025-11-16 Thread nots1dd via ffmpeg-devel
PR #20933 opened by nots1dd URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20933 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20933.patch >From what I understand, we only need to be moving N bytes as window_size - s->hop_size after inverse fft to the buffer for overlap. Currently the c

[FFmpeg-devel] [PATCH] avcodec/x86/mpegvideoenc cleanup (PR #20932)

2025-11-16 Thread mkver via ffmpeg-devel
PR #20932 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20932 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20932.patch >From a7102ce7ed9e6c0a8c61a92eb8e66b4260057adb Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Sat, 15 Nov 2025 16:18:16 +0100 Subject: [PAT

[FFmpeg-devel] Re: [PATCH] avfilter/af_afftfilt: fix the overlap buffer size

2025-11-16 Thread Sidd via ffmpeg-devel
Also I am a bit confused what happens after a maintainer accepts or is satisfied with this patch (as I am unable to commit anything to my fork on code.ffmpeg.org) so any help on this would be great (it is my first time if it wasnt obvious enough) On Sun, Nov 16, 2025 at 4:19 PM nots1dd wrote: > >

[FFmpeg-devel] [PATCH] avfilter/af_afftfilt: fix the overlap buffer size

2025-11-16 Thread nots1dd via ffmpeg-devel
>From what I understand, we only need to be moving N bytes as window_size - s->hop_size after inverse fft to the buffer for overlap. Currently the compiler throws a warning regarding possible overflow and this patch fixs it. --- libavfilter/af_afftfilt.c | 3 ++- 1 file changed, 2 insertions(+), 1