[FFmpeg-devel] [PATCH] avcodec/x86/Makefile: Don't use MMX-OBJS for fdct.o (PR #20833)

2025-11-03 Thread mkver via ffmpeg-devel
PR #20833 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20833 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20833.patch >From 71e4d804ac5c2569f4359ed95288d3601d2b1a72 Mon Sep 17 00:00:00 2001 From: Andreas Rheinhardt Date: Tue, 4 Nov 2025 05:49:51 +0100 Subject: [PATC

[FFmpeg-devel] patch to disable SMUSH codec from autoselect

2025-11-03 Thread Oliver via ffmpeg-devel
This is a simple patch to mark SMUSH experimental so it doesn't autoselect when choosing the codec.  This prevents a malicious file from exploiting CVE-2025-59734 when a user isn't explicitly choosing that codec. I have tested this against Google's reference payload with and without this cha

[FFmpeg-devel] [PATCH] libavfilter: Fix incorrect ebur128 peak calculation.

2025-11-03 Thread Carl Hetherington via ffmpeg-devel
Since 3b26b782eeded9b9ab7fac013cd1a83a30d68206 it would only look at the first channel. Signed-off-by: [email protected] --- libavfilter/f_ebur128.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/f_ebur128.c b/libavfilter/f_ebur128.c index a352f3831f..84d8e44035 1006

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

2025-11-03 Thread Niklas Haas via ffmpeg-devel
On Sun, 02 Nov 2025 03:09:39 +0100 Michael Niedermayer via ffmpeg-devel wrote: > I like the idea > > Note, the SPI Vice President, who helped us with the STF stuff is possibly > on vacation ATM (not 100% sure). And also this is the first sw development > task we do without > STF/GSoC/OPW. So the

[FFmpeg-devel] [PATCH] avfilter/vf_libplacebo: don't override existing rotation attribute (PR #20831)

2025-11-03 Thread Niklas Haas via ffmpeg-devel
PR #20831 opened by Niklas Haas (haasn) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20831 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20831.patch This is a regression introduced by the addition of the rotation option, which overrode the existing rotation attribute that may have bee

[FFmpeg-devel] [PATCH] WIP: avcodec/libmpeghdec: Add FATE test and use correct timescale (PR #20830)

2025-11-03 Thread Daniel Stadelmann via ffmpeg-devel
PR #20830 opened by Daniel Stadelmann (dstadelmann-iis) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20830 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20830.patch Consists of 2 related changes: * Fixes the timestamp calculation for input samples to the decoder, as per @mkver's htt

[FFmpeg-devel] Re: [REFUND-REQUEST] VDD'25 travel expense

2025-11-03 Thread Kieran Kunhya via ffmpeg-devel
On Mon, Nov 3, 2025 at 11:07 AM Niklas Haas via ffmpeg-devel wrote: > > Hi all, > > I travelled to VDD'25 where I held two talks, one of which was directly > related to FFmpeg. I am hereby requesting reimbursement for my travel > expenses, which were: > > - > Pl

[FFmpeg-devel] [REFUND-REQUEST] VDD'25 travel expense

2025-11-03 Thread Niklas Haas via ffmpeg-devel
Hi all, I travelled to VDD'25 where I held two talks, one of which was directly related to FFmpeg. I am hereby requesting reimbursement for my travel expenses, which were: - Plane flight: 270.70 EUR Train ticket: 20.0 GBP = 22.95 EUR UK ETA: 16 GBP = 19.16 EUR

[FFmpeg-devel] [PATCH] avcodec: Avoid relocations for color ranges (PR #20828)

2025-11-03 Thread mkver via ffmpeg-devel
PR #20828 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20828 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20828.patch Also add a few more tests to the lavc/tests/avcodec.c. >From c35dff046e1f7dbcb8f356eba7d39fdfdda29e44 Mon Sep 17 00:00:00 2001 From: Andreas Rheinha