[FFmpeg-devel] Re: [PATCH] avcodec/wasm/hevc: fix typo in butterfly macro

2025-12-03 Thread Zhao Zhili via ffmpeg-devel
> 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

[FFmpeg-devel] [PATCH] avcodec/wasm/hevc: fix typo in butterfly macro

2025-12-03 Thread Xia Tao via ffmpeg-devel
>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

[FFmpeg-devel] mpv+ffmpeg: [ffmpeg/video] h264: Late SEI is not implemented on 29.97 fps mp4 videos downloaded from youtube

2025-12-03 Thread Stuart Little via ffmpeg-devel
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

[FFmpeg-devel] [PATCH];avfilter/overlay_cuda:;add;runtime;command;support;for;x/y;

2025-12-03 Thread ACE_code1 via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avfilter/scale_npp: add runtime command support

2025-12-03 Thread ACE_code1 via ffmpeg-devel
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

[FFmpeg-devel] NAN compile error fix patch

2025-12-03 Thread John Nelson via ffmpeg-devel
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

[FFmpeg-devel] wmavoice feature "not implemented" - audio recording from Microsoft OneNote

2025-12-03 Thread mail--- via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avcodec/aacdec: Fix heap-use-after-free in USAC decoding (PR #21095)

2025-12-03 Thread oliverchang via ffmpeg-devel
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][

[FFmpeg-devel] [PATCH] Revert "avformat/rawdec: set framerate in codec parameters" (unbreak single image videos) (PR #21094)

2025-12-03 Thread michaelni via ffmpeg-devel
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

[FFmpeg-devel] cvslog update

2025-12-03 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] fate/ffmpeg: remove test for fix_sub_duration_heartbeat (PR #21093)

2025-12-03 Thread Jan Ekström via ffmpeg-devel
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

[FFmpeg-devel] Re: [FFmpeg-cvslog] [ffmpeg] branch master updated. 3d96d83a0a avformat/rawdec: set framerate in codec parameters

2025-12-03 Thread James Almer via ffmpeg-devel
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

[FFmpeg-devel] Re: [FFmpeg-cvslog] [ffmpeg] branch master updated. 92f2f9ea5c avcodec/d3d12va_encode: D3D12 AV1 encoding support

2025-12-03 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] lavc/j2kdec: Do not ignore colour association for packed formats (PR #21092)

2025-12-03 Thread Valerii Zapodovnikov via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avcodec/vp3: Sync VLCs once during init, fix crash (PR #21091)

2025-12-03 Thread mkver via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avcodec/vp3: Sync VLCs once during init, fix crash (PR #21089)

2025-12-03 Thread mkver via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avformat/hlsenc: fix IVs only be auto generated once (PR #21088)

2025-12-03 Thread Jack Lau via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] tests/checkasm/mpegvideo_unquantize: Add missing const (PR #21087)

2025-12-03 Thread mkver via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avcodec/{arm,neon}/mpegvideo: Readd a missed initialization (PR #21086)

2025-12-03 Thread Martin Storsjö via ffmpeg-devel
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

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

2025-12-03 Thread Nicolas George via ffmpeg-devel
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]

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

2025-12-03 Thread Nicolas George via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] libavcodec/prores_raw: Fix heap-buffer-overflow in decode_frame (PR #21085)

2025-12-02 Thread oliverchang via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avcodec: JPEG-XS support (PR #21084)

2025-12-02 Thread James Almer via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] libavutil/internal: Remove {SIZE,PTRDIFF}_SPECIFIER (PR #21083)

2025-12-02 Thread mkver via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] Avoid MMX in VP8 (PR #21081)

2025-12-02 Thread mkver via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] Avoid MMX in VP9 (PR #21080)

2025-12-02 Thread mkver via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] Add support for COMM frames in id3v2 tags. (PR #21079)

2025-12-02 Thread toots via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avformat/unix: add pkt_size option (PR #21078)

2025-12-02 Thread caifan via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] checkasm: Add a comment about adding new tests to checkasm.mak (PR #21077)

2025-12-02 Thread Martin Storsjö via ffmpeg-devel
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

[FFmpeg-devel] Re: [FFmpeg-cvslog] [ffmpeg] branch master updated. 92f2f9ea5c avcodec/d3d12va_encode: D3D12 AV1 encoding support

2025-12-02 Thread Nicolas George via ffmpeg-devel
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

[FFmpeg-devel] Re: [FFmpeg-cvslog] [ffmpeg] branch master updated. 3d96d83a0a avformat/rawdec: set framerate in codec parameters

2025-12-01 Thread Michael Niedermayer via ffmpeg-devel
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.

[FFmpeg-devel] Re: [FFmpeg-cvslog] [ffmpeg] branch master updated. 92f2f9ea5c avcodec/d3d12va_encode: D3D12 AV1 encoding support

2025-12-01 Thread Michael Niedermayer via ffmpeg-devel
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 --

[FFmpeg-devel] [PATCH] avcodec/adpcm: Fix the decoding error caused by incorrect (PR #21075)

2025-12-01 Thread tangsha via ffmpeg-devel
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

[FFmpeg-devel] Re: FFmpeg 8.1 and 9.0

2025-12-01 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH] libavcodec: support frame dropping in libvpxenc

2025-12-01 Thread James Zern via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] Two warnings fixes and one Vulkan. (PR #21074)

2025-12-01 Thread Kacper Michajłow via ffmpeg-devel
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

[FFmpeg-devel] Looking to hire for feature addition

2025-12-01 Thread Mike Goins via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] vulkan: fix host copy stride (PR #21073)

2025-12-01 Thread averne via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avfilter/f_select: also handle global side data in filter links (PR #21072)

2025-12-01 Thread James Almer via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avcodec/libjxlenc: add EXIF box to output (PR #21070)

2025-12-01 Thread Leo Izen via ffmpeg-devel
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:

[FFmpeg-devel] Re: FFmpeg 8.1 and 9.0

2025-12-01 Thread Lynne via ffmpeg-devel
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

[FFmpeg-devel] Re: FFmpeg 8.1 and 9.0

2025-12-01 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] Re: [REFUND-REQUEST] VDD 2025 travel

2025-11-30 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH] avcodec/adpcm: Fix the decoding error caused by incorrect retrieval of step_index in ADPCM module

2025-11-30 Thread James Almer via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH v2] libavcodec/v4l2_buffers: fixing buffer alignment issue

2025-11-30 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avcodec/adpcm: Fix the decoding error caused by incorrect retrieval of step_index in ADPCM module

2025-11-30 Thread 唐莎 via ffmpeg-devel
"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]

[FFmpeg-devel] Re: [PATCH] libavformat/whip: Add av_freep() to avoid potential memory leak

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

[FFmpeg-devel] [PATCH] avformat/whip: fix memleak when avio_alloc_context() fails (PR #21069)

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

[FFmpeg-devel] [PATCH] Fix and extend amerge filter (PR #21068)

2025-11-30 Thread Marton Balint via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] libavcodec/vulkan: cache bitstream in shared memory (PR #21067)

2025-11-30 Thread averne via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] forgejo: backport CI changes to release/8.0 (PR #21066)

2025-11-30 Thread Timo Rothenpieler via ffmpeg-devel
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 +

[FFmpeg-devel] [PATCH] forgejo: backport CI to release/4.4 (PR #21065)

2025-11-30 Thread Timo Rothenpieler via ffmpeg-devel
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 +

[FFmpeg-devel] [PATCH] forgejo: backport CI to release/5.0 (PR #21064)

2025-11-30 Thread Timo Rothenpieler via ffmpeg-devel
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 +

[FFmpeg-devel] [PATCH] forgejo: backport CI to release/5.1 (PR #21063)

2025-11-30 Thread Timo Rothenpieler via ffmpeg-devel
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 +

[FFmpeg-devel] [PATCH] forgejo: backport CI to release/6.0 (PR #21062)

2025-11-30 Thread Timo Rothenpieler via ffmpeg-devel
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 +

[FFmpeg-devel] [PATCH] forgejo: backport CI to release/6.1 (PR #21061)

2025-11-30 Thread Timo Rothenpieler via ffmpeg-devel
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 +

[FFmpeg-devel] [PATCH] forgejo: backport CI to release/7.0 (PR #21060)

2025-11-30 Thread Timo Rothenpieler via ffmpeg-devel
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 +

[FFmpeg-devel] [PATCH] forgejo: backport CI to release/7.1 (PR #21059)

2025-11-30 Thread Timo Rothenpieler via ffmpeg-devel
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 +

[FFmpeg-devel] [PATCH] RVV: H.263 DCT unquantize (PR #21058)

2025-11-30 Thread Rémi Denis-Courmont via ffmpeg-devel
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:

[FFmpeg-devel] [PATCH] avcodec/exif: parse additional EXIF IFDs (PR #21057)

2025-11-30 Thread Leo Izen via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] configure: unbreak glslang build (PR #21055)

2025-11-30 Thread Sebastian Ramacher via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] tests/checkasm: fix check for 32-bit Windows build (PR #21053)

2025-11-29 Thread Kacper Michajłow via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] configure: make --disable-optimizations work on MSVC/ICC (PR #21052)

2025-11-29 Thread Kacper Michajłow via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avcodec/libjxlenc: Additional AVOptions (PR #21051)

2025-11-29 Thread Leo Izen via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avfilter/avfiltergraph: fix constant string comparision (PR #21050)

2025-11-29 Thread Kacper Michajłow via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] Port mpegvideo unquantize to SSE2/SSSE3 (PR #21049)

2025-11-29 Thread mkver via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] RVV: h264_luma_dc_dequant_idct (PR #21048)

2025-11-29 Thread Rémi Denis-Courmont via ffmpeg-devel
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:

[FFmpeg-devel] [PATCH] hwcontext_vulkan: remove VK_HOST_IMAGE_COPY_MEMCPY flag (PR #21047)

2025-11-29 Thread russelltg via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] vulkan/prores: normalize coefficients during IDCT (PR #21045)

2025-11-29 Thread averne via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH] avformat/mpjpegdec: add support for X-Timestamp and X-Framerate headers

2025-11-29 Thread Vladimir Sobolev via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avutil/hwcontext_d3d12va: use hwdev context for logging (PR #21044)

2025-11-29 Thread llyyr via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] tools/sofa2wavs: fix build on Windows (PR #21043)

2025-11-29 Thread Kacper Michajłow via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] hwcontext_vulkan: add support for implict DRM sync for export (PR #21042)

2025-11-28 Thread russelltg via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avcodec/libaomenc: Update cpu-used range to 0..12 (PR #21041)

2025-11-28 Thread derrod via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] fftools/ffmpeg: add force key frame by scdet metadata support (PR #21040)

2025-11-28 Thread Zhao Zhili via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avfilter/vf_libplacebo: always pass through SAR when stretching (PR #21038)

2025-11-28 Thread Niklas Haas via ffmpeg-devel
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

[FFmpeg-devel] Re: FFmpeg 8.1 and 9.0

2025-11-27 Thread Lynne via ffmpeg-devel
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

[FFmpeg-devel] [PATCH v2] avformat/mpegts: fix the issue where the PMT table can't be retrieved.

2025-11-27 Thread ganqiuye via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avformat: add MMTP parser and MMT/TLV demuxer (PR #21037)

2025-11-27 Thread SuperFashi via ffmpeg-devel
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

[FFmpeg-devel] Re: FFmpeg 8.1 and 9.0

2025-11-27 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] x86/Makefile: Only compile ASM init files when X86ASM is enabled (PR #21036)

2025-11-27 Thread mkver via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] Replace DCE with macros to guard usage of undefined functions and clauses (PR #21034)

2025-11-27 Thread Amyspark via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH] libavcodec: support frame dropping in libvpxenc

2025-11-27 Thread Dariusz Marcinkiewicz via ffmpeg-devel
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

[FFmpeg-devel] Re: [PATCH] libavformat/mpegts: fix network pid is 0 in pat_cb

2025-11-27 Thread Kieran Kunhya via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] libavcodec: support frame dropping in libvpxenc (PR #21033)

2025-11-27 Thread darekm via ffmpeg-devel
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

[FFmpeg-devel] Re: FFmpeg 8.1 and 9.0

2025-11-27 Thread Lynne via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] libavformat/mpegts: fix network pid is 0 in pat_cb

2025-11-27 Thread ganqiuye via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] List SD types in sidedata filter section. (PR #21031)

2025-11-26 Thread Gyan Doshi via ffmpeg-devel
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:

[FFmpeg-devel] Re: FFmpeg 8.1 and 9.0

2025-11-26 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] Fix fate-filter-drawvg-video in MINGW64. (PR #21030)

2025-11-26 Thread Ayose C. via ffmpeg-devel
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

[FFmpeg-devel] Re: FFmpeg 8.1 and 9.0

2025-11-26 Thread Lynne via ffmpeg-devel
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

[FFmpeg-devel] Re: FFmpeg 8.1 and 9.0

2025-11-26 Thread James Almer via ffmpeg-devel
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

[FFmpeg-devel] Re: FFmpeg 8.1 and 9.0

2025-11-26 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] Re: Appreciation + Sharing a Project Built on FFmpeg

2025-11-26 Thread Michael Niedermayer via ffmpeg-devel
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: >

[FFmpeg-devel] [PATCH] libavdevice/decklink: add support for DeckLink SDK 14.3 (PR #21029)

2025-11-26 Thread Thomas Gritzan via ffmpeg-devel
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

[FFmpeg-devel] Request to Join FFmpeg Mailing List

2025-11-26 Thread Iulia Ailincai via ffmpeg-devel
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

[FFmpeg-devel] Re: FFmpeg 8.1 and 9.0

2025-11-26 Thread James Almer via ffmpeg-devel
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

[FFmpeg-devel] FFmpeg 8.1 and 9.0

2025-11-26 Thread Michael Niedermayer via ffmpeg-devel
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

[FFmpeg-devel] [PATCH] avcodec/x86/h264idct patches (PR #21027)

2025-11-26 Thread mkver via ffmpeg-devel
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

[FFmpeg-devel] Re: [REFUND-REQUEST] VDD 2025 travel

2025-11-26 Thread Lynne via ffmpeg-devel
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   2   3   4   5   6   7   8   9   10   >