> On Dec 4, 2025, at 12:02, Xia Tao via ffmpeg-devel
> wrote:
>
>> From 3ae4384673a1a2d4482d959ce3a95167bc2da056 Mon Sep 17 00:00:00 2001
> From: Xia Tao
> Date: Thu, 4 Dec 2025 11:49:50 +0800
> Subject: [PATCH] avcodec/wasm/hevc: fix typo in butterfly macro
Coul
>From 3ae4384673a1a2d4482d959ce3a95167bc2da056 Mon Sep 17 00:00:00 2001
From: Xia Tao
Date: Thu, 4 Dec 2025 11:49:50 +0800
Subject: [PATCH] avcodec/wasm/hevc: fix typo in butterfly macro
Signed-off-by: Xia Tao
---
libavcodec/wasm/hevc/idct.c | 10 +-
1 file changed, 5 insertions(+), 5 d
I am running
$ ffmpeg -version
ffmpeg version n8.0.1 Copyright (c) 2000-2025 the FFmpeg developers
built with gcc 15.2.1 (GCC) 20251112
configuration: --prefix=/usr --disable-debug --disable-static
--disable-stripping --enable-amf --enable-avisynth --enable-cuda-llvm
--enable-lto --enable-fontco
Hi,
this patch adds runtime command support for the CUDA overlay filter
overlay_cuda, so that the x/y overlay position can be changed at
runtime without recreating the filter graph.
In particular:
- mark the "x" and "y" options as AV_OPT_FLAG_RUNTIME_PARAM, so they
can be updated via proces
Hi,
this patch makes the CUDA-based scaler scale_npp react to runtime
commands for width and height, so that the output size can be changed
without recreating the filter graph.
In particular:
- mark the "w" and "h" options as AV_OPT_FLAG_RUNTIME_PARAM;
- implement process_command() to re-pars
This is a known issue apparently and been fixed in other places in the code in
a similar way - however, there is a check for isnan() in the same file, so
perhaps this won't work as well as the other cases.
Thanks,
John
0001-remove-NAN-from-const-initializer-that-s-causing-com.patch
Description
Hi all,
Submitting a sample file here. I'm just a user of ffmpeg who has been
dealing with some audio files recorded using Microsoft OneNote recently.
ffmpeg (build from source 2025-11-27) can read these files, but it emits
the following message:
[wmavoice @ 0295a119d180] WMAPro-in-WMAVo
PR #21095 opened by oliverchang
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21095
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21095.patch
A heap-use-after-free vulnerability was identified in
`libavcodec/aac/aacdec.c`. When `che_configure` frees a
`ChannelElement` (`ac->che[type][
PR #21094 opened by michaelni
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21094
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21094.patch
Breaks single image videos
this works and creates our single image video
./ffmpeg -i lena.pnm /tmp/file.m2v
this fails after the patch:
./ffmpeg
Hello everyone
our CVS log, no not gitlog, CVS log, the mailing list is called cvslog ;)
was using git post receive email "(c) 2007"
is now using multimail, a jump in 15 years of innovation, enjoy all the new
features and bugs
If you want something configured differently, chances are much higher
PR #21093 opened by Jan Ekström (jeeb)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21093
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21093.patch
After the full ffmpeg CLI multithreading changes went in, this
test started depending on how far the input side read and decoded
the inpu
On 12/2/2025 12:36 AM, Michael Niedermayer via ffmpeg-devel wrote:
Hi Gavin
this patch breaks decoding a video with a single image:
this works and creates our single image video
./ffmpeg -i lena.pnm /tmp/file.m2v
this fails after the patch:
./ffmpeg -i /tmp/file.m2v /tmp/file.jpg -y
[image2
Hi Nicolas
On Tue, Dec 02, 2025 at 01:07:08PM +0100, Nicolas George via ffmpeg-devel wrote:
> Michael Niedermayer via ffmpeg-devel (HE12025-12-02):
> > > +assert((total_size + tile_group_extra_size) * 8 == bit_len);
> > this possibly should be av_assert*
>
> Witho
PR #21092 opened by Valerii Zapodovnikov (Balling)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21092
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21092.patch
Fixes ticket #9468.
Easy to see of you
ffplay
https://trac.ffmpeg.org/raw-attachment/ticket/9468/dg2img-3f096fe9d00296bc
PR #21091 opened by mkver
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21091
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21091.patch
6c7a344b65cb7476d1575cb1504e3a53bcbc83e7 made the VLCs shared between
threads and did so in a way that was designed to support stream
reconfigurations
PR #21089 opened by mkver
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21089
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21089.patch
6c7a344b65cb7476d1575cb1504e3a53bcbc83e7 made the VLCs shared between
threads and did so in a way that was designed to support stream
reconfigurations
PR #21088 opened by Jack Lau (JackLau)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21088
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21088.patch
Fix #20970
In previous code, it generates IV for first segment
by its sequence number when the IV don't be provided.
But it's wrong that
PR #21087 opened by mkver
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21087
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21087.patch
Fixes this test under UBSan:
runtime error: call to function dct_unquantize_mpeg1_intra_c through pointer to
incorrect function type 'void (*)(struct
PR #21086 opened by Martin Storsjö (mstorsjo)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21086
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21086.patch
This was accidentally removed in
357fc5243c32300bba91c096488e86558beed4c8.
This fixes test failures when built with Clang and MSV
Michael Niedermayer via ffmpeg-devel (HE12025-11-15):
> LGTM
Thanks, pushed.
Regards,
--
Nicolas George
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
compn via ffmpeg-devel (HE12025-11-12):
> mailman 3 is open source. send them some patches to make it better :)
Proposing patches to any kind of Libre or open source software related
to mail is a study in frustration, these guys are incredibly dogmatic
for some reason.
Regards,
--
Nico
PR #21085 opened by oliverchang
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21085
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21085.patch
Fixes a heap-buffer-overflow in `decode_frame` where `header_len` read
from the bitstream was not validated against the remaining bytes in the
i
PR #21084 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21084
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21084.patch
Starting with a native parser (simple header parsing to get dimensions and
pixel format), a decoder and encoder using an external lib
PR #21083 opened by mkver
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21083
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21083.patch
Possible since 222127418bbdee3247eb9c02bb8cf31991e32241.
>From b2c09609e48e5cb650a0e3c96614717c88673a1e Mon Sep 17 00:00:00 2001
From: Andreas Rhein
PR #21081 opened by mkver
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21081
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21081.patch
Also remove some unused functions. For the RISCV stuff (the penultimate commit)
only compilation was tested.
>From e495162f74195c6ef6060a2d8034f0a7
PR #21080 opened by mkver
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21080
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21080.patch
Still plenty left.
>From b6e358dc25c13205af759f1c5b63e5f5ce288d3b Mon Sep 17 00:00:00 2001
From: Andreas Rheinhardt
Date: Sun, 30 Nov 2025 18:08:38
PR #21079 opened by toots
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21079
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21079.patch
>From e87ebff53376354ffc5902c9404e65df534a3041 Mon Sep 17 00:00:00 2001
From: Romain Beauxis
Date: Tue, 2 Dec 2025 10:43:46 -0600
Subject: [PATCH] A
PR #21078 opened by caifan
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21078
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21078.patch
Add a "pkt_size" AVOption to the Unix domain socket protocol. This option
allows the user to specify the maximum packet size for packet-oriented
sock
PR #21077 opened by Martin Storsjö (mstorsjo)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21077
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21077.patch
From 2efa855e8a753353f289341b5ec40a2ce24cb762 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?=
Date: Tue, 2 Dec
Michael Niedermayer via ffmpeg-devel (HE12025-12-02):
> > +assert((total_size + tile_group_extra_size) * 8 == bit_len);
> this possibly should be av_assert*
Without a doubt.
Michael Niedermayer via ffmpeg-devel (HE12025-12-02):
> this patch breaks decoding a video with a
Hi Gavin
this patch breaks decoding a video with a single image:
this works and creates our single image video
./ffmpeg -i lena.pnm /tmp/file.m2v
this fails after the patch:
./ffmpeg -i /tmp/file.m2v /tmp/file.jpg -y
[image2 @ 0x60dca024f140] Cannot write more than one file with the same name.
Hi
On Wed, Nov 26, 2025 at 11:59:09AM +0200, ffmpeg-git--- via ffmpeg-cvslog wrote:
> The branch, master has been updated
>via 92f2f9ea5c49e94814693861a7e9e47c993fca2e (commit)
> from 81362b319ea7244d8d17110adfa59f10c7e78268 (commit)
>
>
> - Log --
PR #21075 opened by tangsha
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21075
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21075.patch
The this patch is based on the latest master branch (not a release branch) –
I’ve synced with the mainline before submitting the changes.
Attached
On Mon, Dec 01, 2025 at 01:57:50PM +0100, Lynne via ffmpeg-devel wrote:
> On 01/12/2025 13:42, Michael Niedermayer via ffmpeg-devel wrote:
> > Hi Lynne
> >
> > On Fri, Nov 28, 2025 at 08:58:02AM +0100, Lynne via ffmpeg-devel wrote:
> > > On 28/11/2025 02:19, Michae
Anton,
On Wed, Nov 26, 2025 at 10:29 AM Dariusz Marcinkiewicz via ffmpeg-devel <
[email protected]> wrote:
> vp8 encoder can be configured to drop frames, when e.g. bitrate
> overshoot is detected. At present the code responsible for
> managing an internal fifo assumes that
PR #21074 opened by Kacper Michajłow (kasper93)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21074
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21074.patch
From ac05f5aa3f94d7fbcfd0008abe2165c9b6314c14 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?=
Date: Mon, 1
Involves adding JPEG XS to MPEGTS support:
https://github.com/OpenVisualCloud/SVT-JPEG-XS/issues/3
Only interested in demuxing at this time.
Decoding already works, but only has mov demuxer support.
I have example MPEGTS files with JPEG XS.
Thanks
___
f
PR #21073 opened by averne
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21073
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21073.patch
memoryRowLength is is texels, not bytes
>From 1e90047fe6dae4abf19351d678819bd29b41be0e Mon Sep 17 00:00:00 2001
From: averne
Date: Mon, 1 Dec 2025
PR #21072 opened by James Almer (jamrial)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21072
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21072.patch
Should fix issue ffmpeg/ffmpeg#21071
>From e977f97b75681984fbd8e93e37687ad6d989131c Mon Sep 17 00:00:00 2001
From: James Almer
Date
PR #21070 opened by Leo Izen (Traneptora)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21070
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21070.patch
>From 924a4592ade1ec883396956d89e0d0702ddfa42d Mon Sep 17 00:00:00 2001
From: Leo Izen
Date: Mon, 1 Dec 2025 06:11:58 -0500
Subject:
On 01/12/2025 13:42, Michael Niedermayer via ffmpeg-devel wrote:
Hi Lynne
On Fri, Nov 28, 2025 at 08:58:02AM +0100, Lynne via ffmpeg-devel wrote:
On 28/11/2025 02:19, Michael Niedermayer via ffmpeg-devel wrote:
Hi Lynne
On Thu, Nov 27, 2025 at 01:28:10PM +0100, Lynne via ffmpeg-devel wrote
Hi Lynne
On Fri, Nov 28, 2025 at 08:58:02AM +0100, Lynne via ffmpeg-devel wrote:
> On 28/11/2025 02:19, Michael Niedermayer via ffmpeg-devel wrote:
> > Hi Lynne
> >
> > On Thu, Nov 27, 2025 at 01:28:10PM +0100, Lynne via ffmpeg-devel wrote:
> > > On 27/11/2025
Hi
On Wed, Nov 26, 2025 at 05:10:48PM +0100, Lynne via ffmpeg-devel wrote:
> I'd like to request a travel refund for my recent attendance of VDD 2025,
> where I met up with developers and discussed the project.
>
> ===
> Eurostar ticket: 208.50 GBP
> Train ti
From 3a21c9f12121f3e8bcaa704422750a8f45c7e50e Mon Sep 17 00:00:00 2001
From: tangsha
Date: Thu, 28 Aug 2025 17:45:19 +0800
Subject: [PATCH] avcodec/adpcm: Fix the decoding error caused by incorrect
retrieval of step_index in ADPCM module
---
libavcodec/adpcm.c | 3 ++-
1 file changed, 2 inser
Hi Wenjie Yin
On Tue, Nov 25, 2025 at 09:59:00AM +, 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 w
"0001-avcodec-adpcm-Fix-the-decoding-error-caused-by-incor.patch
Description: Binary data
___
ffmpeg-devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
> On Aug 8, 2025, at 19:07, Nicolas George wrote:
>
> Jiasheng Jiang (HE12025-08-08):
>> I found that after the success of avio_alloc_context(), buffer is
>> assigned to rtp_ctx->pb->buffer and will be freed in whip_deinit().
>> Therefore, I think moving av_freep() after end would cause a doub
PR #21069 opened by Jack Lau (JackLau)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21069
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21069.patch
The buffer is prepared for avio, so we need to free
the buffer at the end when avio_alloc_context() fails,
otherwise, it will cause memle
PR #21068 opened by Marton Balint (cus)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21068
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21068.patch
Fix a crash with custom layouts, add a new layout_mode option to add more
control for output layout handling and channel reorder.
>Fr
PR #21067 opened by averne
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21067
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21067.patch
This introduces a small per-invocation buffer in shared memory, to store
bitstream data and decrease the number of global memory reads. The bitstrea
PR #21066 opened by Timo Rothenpieler (BtbN)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21066
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21066.patch
>From 92c8e0c201b06ef17ca19b08e2383514577f4d1a Mon Sep 17 00:00:00 2001
From: Timo Rothenpieler
Date: Sun, 30 Nov 2025 16:42:51 +
PR #21065 opened by Timo Rothenpieler (BtbN)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21065
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21065.patch
>From 8782e4f08669ab2038158cf9b7e03fb782ba263b Mon Sep 17 00:00:00 2001
From: Timo Rothenpieler
Date: Sun, 30 Nov 2025 16:25:19 +
PR #21064 opened by Timo Rothenpieler (BtbN)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21064
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21064.patch
>From 43c5a46fec9a3935fc42a2cc1259b9f3b0a40be4 Mon Sep 17 00:00:00 2001
From: Timo Rothenpieler
Date: Sun, 30 Nov 2025 16:25:19 +
PR #21063 opened by Timo Rothenpieler (BtbN)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21063
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21063.patch
>From 37f559d7844914b30d683f4016c7a001dd2ef305 Mon Sep 17 00:00:00 2001
From: Timo Rothenpieler
Date: Sun, 30 Nov 2025 16:25:19 +
PR #21062 opened by Timo Rothenpieler (BtbN)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21062
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21062.patch
>From 02f3d02734f4f1aa942eac47c4015a303edad8bf Mon Sep 17 00:00:00 2001
From: Timo Rothenpieler
Date: Sun, 30 Nov 2025 16:25:19 +
PR #21061 opened by Timo Rothenpieler (BtbN)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21061
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21061.patch
>From 28fb3be2b62d60337b6da33b085762c4570c9121 Mon Sep 17 00:00:00 2001
From: Timo Rothenpieler
Date: Sun, 30 Nov 2025 16:25:19 +
PR #21060 opened by Timo Rothenpieler (BtbN)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21060
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21060.patch
>From b5f3c9ef34e3a29712e5605fa46548cf07ac3c6c Mon Sep 17 00:00:00 2001
From: Timo Rothenpieler
Date: Sun, 30 Nov 2025 16:25:19 +
PR #21059 opened by Timo Rothenpieler (BtbN)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21059
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21059.patch
>From 9205963cb3ddc6c020c0ca34c2d5b8dadc7f9a15 Mon Sep 17 00:00:00 2001
From: Timo Rothenpieler
Date: Sun, 30 Nov 2025 16:25:19 +
PR #21058 opened by Rémi Denis-Courmont (Courmisch)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21058
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21058.patch
From b4e5ae52354bfdb5f09e61a35c41beee0eb16314 Mon Sep 17 00:00:00 2001
From: Andreas Rheinhardt
Date: Fri, 14 Nov 2025 11:
PR #21057 opened by Leo Izen (Traneptora)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21057
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21057.patch
Most EXIF metadata is in IFD0 and most EXIF payloads only contain
one IFD, but it is possible for there to be more IFDs after the
exis
PR #21055 opened by Sebastian Ramacher (sebastinas)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21055
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21055.patch
Same as #20902 but for release/7.1
>From 1291bd52318ad29235d792530340b08bfab1fc5b Mon Sep 17 00:00:00 2001
From: Gyan Dosh
PR #21053 opened by Kacper Michajłow (kasper93)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21053
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21053.patch
With --disable-asm, ARCH_X86_32 is set to 0, but we still build the
checkasm binary. Update the check so it is config.h agnostic
PR #21052 opened by Kacper Michajłow (kasper93)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21052
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21052.patch
_cflags_noopt was previously set to optimize for size as a workaround
for issues in MSVC builds without any optimizations. Speci
PR #21051 opened by Leo Izen (Traneptora)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21051
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21051.patch
This PR adds several new AVOptions to libavcodec's libjxlenc wrapper which are
exposed by libjxl and cjxl.
>From 3ad6faa95dd0891e5
PR #21050 opened by Kacper Michajłow (kasper93)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21050
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21050.patch
It's not guaranteed that the conversion filter name string will be
deduplicated to the same memory location. While this is commo
PR #21049 opened by mkver
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21049
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21049.patch
Also add a checkasm test and fix some bugs in the aarch64/arm unquantize
functions.
>From 9b23d53119d9291c83d07f085e257183026ec938 Mon Sep 17 00:00
PR #21048 opened by Rémi Denis-Courmont (Courmisch)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21048
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21048.patch
From d81b88782e181bdee9599e0fac1ca62915dfb723 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?=
Date:
PR #21047 opened by russelltg
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21047
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21047.patch
Reading the spec for what this flag means, it copies the data verbatim,
including any swizzling/tiling, this has two issues
1. the format may no
PR #21045 opened by averne
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21045
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21045.patch
Also fix dequant for 4:2:2 subsample.
>From 1982add48595db4891b16131928b9eb25fb85e2f Mon Sep 17 00:00:00 2001
From: averne
Date: Sat, 29 Nov 2025
Please see updated v2:
https://patchwork.ffmpeg.org/project/ffmpeg/patch/[email protected]/
I've addressed all comments. Thank you.
> On 9. Nov 2025, at 02:38, Vladimir Sobolev wrote:
>
>> From 31d73c6774c1ea6d621db57f26439e297cc23c3d Mon Sep 17 00:00:00 2001
> From
PR #21044 opened by llyyr
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21044
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21044.patch
This fixes warning about av_log being called with NULL AVClass.
>From 63fd8b6c7daf554a3fcf7de5cedf097873bf8537 Mon Sep 17 00:00:00 2001
From: llyyr
PR #21043 opened by Kacper Michajłow (kasper93)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21043
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21043.patch
From c4a24b682befa70dfd23f84bd8c6276def67b563 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?=
Date: Sat, 29
PR #21042 opened by russelltg
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21042
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21042.patch
When a frame is exported to DRM, it may be written to to read to in an
asyncronous fashion. Make sure, on unmap of a Vulkan frame that was mapped
PR #21041 opened by derrod
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21041
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21041.patch
The range of `cpu-used` has been increased to `[0, 12]` a while ago, see aom
help text for example:
https://aomedia.googlesource.com/aom/+/refs/hea
PR #21040 opened by Zhao Zhili (quink)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21040
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21040.patch
For example:
./ffmpeg -hwaccel videotoolbox \
-i input.mp4 -c:a copy \
-vf scdet=threshold=10 \
-c:v h264_videot
PR #21038 opened by Niklas Haas (haasn)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21038
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21038.patch
The current logic assumes `s->reset_sar` always resets the SAR, but this
is only true if `force_oar` is actually true as well, meaning t
On 28/11/2025 02:19, Michael Niedermayer via ffmpeg-devel wrote:
Hi Lynne
On Thu, Nov 27, 2025 at 01:28:10PM +0100, Lynne via ffmpeg-devel wrote:
On 27/11/2025 04:01, Michael Niedermayer via ffmpeg-devel wrote:
Hi Lynne
On Thu, Nov 27, 2025 at 03:17:34AM +0100, Lynne via ffmpeg-devel wrote
When analysing PAT, if sid 0 and pmt_pid 0 (current_pid 0 as pat_pid),
it will break out of the loop, so it can't retrieve the next pmt_pid.
Signed-off-by: ganqiuye
---
libavformat/mpegts.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/libavformat/mpegts.c b/libavforma
PR #21037 opened by SuperFashi
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21037
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21037.patch
This patch adds an MPEG Media Transport Protocol (MMTP) parser, as defined in
ISO/IEC 23008-1, and an MMT protocol over TLV packets (MMT/TLV) de
Hi Lynne
On Thu, Nov 27, 2025 at 01:28:10PM +0100, Lynne via ffmpeg-devel wrote:
> On 27/11/2025 04:01, Michael Niedermayer via ffmpeg-devel wrote:
> > Hi Lynne
> >
> > On Thu, Nov 27, 2025 at 03:17:34AM +0100, Lynne via ffmpeg-devel wrote:
> > > On 26/11/2025
PR #21036 opened by mkver
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21036
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21036.patch
This PR implements the approach outlined in [a comment of
mine](https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20793#issuecomment-13791) in
#20793: The
PR #21034 opened by Amyspark (amyspark)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21034
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21034.patch
Hi all,
This is a MR following up on
https://code.ffmpeg.org/FFmpeg/ffmpeg/commit/40b56c6536dc6e181da4025b99a1d6d3c047da3c,
which add
On Wed, Nov 26, 2025 at 4:29 PM Dariusz Marcinkiewicz
wrote:
...
> libavcodec/libvpxenc.c | 31 ---
>
> ...
Also as a PR: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21033
___
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg
On Thu, 27 Nov 2025, 10:53 ganqiuye via ffmpeg-devel, <
[email protected]> wrote:
> When analysing PAT, if network PID is 0, it won't get the PMT PID.
>
> Signed-off-by: ganqiuye
> ---
> libavformat/mpegts.c | 5 ++---
> 1 file changed, 2 insertions(+), 3
PR #21033 opened by darekm
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21033
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21033.patch
vp8 encoder can be configured to drop frames, when e.g. bitrate
overshoot is detected. At present the code responsible for
managing an internal fifo
On 27/11/2025 04:01, Michael Niedermayer via ffmpeg-devel wrote:
Hi Lynne
On Thu, Nov 27, 2025 at 03:17:34AM +0100, Lynne via ffmpeg-devel wrote:
On 26/11/2025 23:44, Michael Niedermayer via ffmpeg-devel wrote:
Hi all
I plan to branch and make 8.1 in February
and 9.0 in May
I'd like 8
When analysing PAT, if network PID is 0, it won't get the PMT PID.
Signed-off-by: ganqiuye
---
libavformat/mpegts.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c
index 33f2914104..f6d860007f 100644
--- a/libavformat/mpegts.c
PR #21031 opened by Gyan Doshi (GyanD)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21031
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21031.patch
>From e6cad6bf9c7fffae132375c45e9917788c2ee415 Mon Sep 17 00:00:00 2001
From: Gyan Doshi
Date: Thu, 27 Nov 2025 12:02:40 +0530
Subject:
Hi Lynne
On Thu, Nov 27, 2025 at 03:17:34AM +0100, Lynne via ffmpeg-devel wrote:
> On 26/11/2025 23:44, Michael Niedermayer via ffmpeg-devel wrote:
> > Hi all
> >
> > I plan to branch and make 8.1 in February
> > and 9.0 in May
>
> I'd like 8.1 in late De
PR #21030 opened by Ayose C. (ayosec)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21030
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21030.patch
This pull-request is an alternative to #21008.
The test `fate-filter-drawvg-video` is failing on Windows when `SRC_PATH`
contains the ch
On 26/11/2025 23:44, Michael Niedermayer via ffmpeg-devel wrote:
Hi all
I plan to branch and make 8.1 in February
and 9.0 in May
I'd like 8.1 in late December, and an 8.2 in late March.
There's been a lot of Vulkan work, and I'd like people to start using
it/testing it soo
On 11/26/2025 10:57 PM, Michael Niedermayer via ffmpeg-devel wrote:
Hi James
On Wed, Nov 26, 2025 at 08:01:11PM -0300, James Almer via ffmpeg-devel wrote:
On 11/26/2025 7:44 PM, Michael Niedermayer via ffmpeg-devel wrote:
Hi all
I plan to branch and make 8.1 in February
and 9.0 in May
Is
Hi James
On Wed, Nov 26, 2025 at 08:01:11PM -0300, James Almer via ffmpeg-devel wrote:
> On 11/26/2025 7:44 PM, Michael Niedermayer via ffmpeg-devel wrote:
> > Hi all
> >
> > I plan to branch and make 8.1 in February
> > and 9.0 in May
>
> Is 8.1 meant to be
Hi Shashwat,
thanks a lot for your mail and sorry for the very late reply.
messages like yours are really appreciated, even if they sometimes end up
buried in busy inboxes for a while.
Best regards,
Michael
On Tue, Nov 18, 2025 at 06:08:53AM +, Shashwat Verma via ffmpeg-devel wrote:
>
PR #21029 opened by Thomas Gritzan (Phygon)
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21029
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21029.patch
This patch adds support for DeckLink SDK 14.3 and newer by using
the legacy interfaces in the header .
The missing QueryInterface i
Dear FFmpeg team,
I hope all is well!
I would like to request to be added to the FFmpeg mailing list. We are
currently looking to post a job opportunity for an FFmpeg professional, and
I want to ensure I follow the appropriate process and list guidelines.
Please let me know if you need any addit
On 11/26/2025 7:44 PM, Michael Niedermayer via ffmpeg-devel wrote:
Hi all
I plan to branch and make 8.1 in February
and 9.0 in May
Is 8.1 meant to be LTS? I forgot how the plan was in regards to that. I
recall 5.1 and 7.1 are considered LTS (Probably because of Debian).
Ubuntu will probably
Hi all
I plan to branch and make 8.1 in February
and 9.0 in May
thx
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Many things microsoft did are stupid, but not doing something just because
microsoft did it is even more stupid. If everything ms did were stupid they
PR #21027 opened by mkver
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21027
Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/21027.patch
The last patch addresses #20835.
>From a78016a3dd55654baef6ecdd51192a78843e9a6d Mon Sep 17 00:00:00 2001
From: Andreas Rheinhardt
Date: Wed, 26 Nov
On 26/11/2025 17:10, Lynne via ffmpeg-devel wrote:
I'd like to request a travel refund for my recent attendance of VDD
2025, where I met up with developers and discussed the project.
===
Eurostar ticket: 208.50 GBP
Train ticket: 5.00 EUR
UK ETA application fee: 19.59 EUR
===
1 - 100 of 2698 matches
Mail list logo