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
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
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
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
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
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
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
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
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