[FFmpeg-devel] [PATCH] avcodec/cbrt_tablegen: Avoid static array used only once (PR #20404)

2025-09-02 Thread mkver via ffmpeg-devel
PR #20404 opened by mkver URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20404 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20404.patch Also fix building with hardcoded tables, which has been broken by #20344. From a3e22d2c394202cef52bee077d22132796cba95c Mon Sep 17 00:00:00 2001 Fro

[FFmpeg-devel] Re: [PATCH v3 2/2] avcodec/libaom: Add test for HDR10+ metadata support

2025-09-02 Thread Michael Niedermayer via ffmpeg-devel
On Tue, Sep 02, 2025 at 10:39:12AM -0300, James Almer via ffmpeg-devel wrote: > On 9/2/2025 10:30 AM, Michael Niedermayer via ffmpeg-devel wrote: > > On Wed, Aug 27, 2025 at 01:06:42PM +0200, Maryla Ustarroz via ffmpeg-devel > > wrote: > > > On Mon, Aug 11, 2025 at 2:01 PM Maryla Ustarroz wrote:

[FFmpeg-devel] Re: [PATCH] vf_colorspace: Add an option to clamp trc LUT output

2025-09-02 Thread Drew Dunne via ffmpeg-devel
Sure, I can submit it there. Is there documentation on how to submit a patch there? Do I just submit it as a pull request? On Tue, Aug 26, 2025 at 2:33 PM Ronald S. Bultje wrote: > Hi Drew, > > Thanks for the bug report! > > On Mon, Aug 25, 2025 at 10:50 AM Drew Dunne via ffmpeg-devel < > ffmpeg

[FFmpeg-devel] [PATCH] avcodec/pcm: use stricter conditional expressions for compilation (PR #20394)

2025-09-02 Thread Zhao Zhili via ffmpeg-devel
PR #20394 opened by Zhao Zhili (quink) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20394 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20394.patch >From 90c931e6b05c184473b5a47bd30f5bbca14ca3af Mon Sep 17 00:00:00 2001 From: Zhao Zhili Date: Tue, 2 Sep 2025 10:36:16 +0800 Subject:

[FFmpeg-devel] [PATCH] swscale/ops: fix build with msvc (PR #20395)

2025-09-02 Thread Zhao Zhili via ffmpeg-devel
PR #20395 opened by Zhao Zhili (quink) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20395 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20395.patch x86/ops.c(500): error C2099: initializer is not a constant >From e68a2b5c263f8105fd48e54c6a9e4b0d18c3c81b Mon Sep 17 00:00:00 2001 From

[FFmpeg-devel] Re: [PATCH] doc/examples/vaapi_encode: fix invalid check on fwrite (PR #20396)

2025-09-02 Thread mypopy--- via ffmpeg-devel
On Tue, Sep 2, 2025 at 6:13 PM Zhao Zhili via ffmpeg-devel wrote: > > PR #20396 opened by Zhao Zhili (quink) > URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20396 > Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20396.patch > > Firstly, the order of the parameters to fwrite was incorrec

[FFmpeg-devel] [PATCH] avformat/whip: add PRIORITY and ICE_CONTROLLING for STUN binding request (PR #20405)

2025-09-02 Thread Jack Lau via ffmpeg-devel
PR #20405 opened by Jack Lau (JackLau) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20405 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20405.patch fix issue 20402 See RFC 8445 7.1, The PRIORITY and ICE-CONTROLLED or ICE-CONTROLLING must be included in a Binding request. FFmpeg is a

[FFmpeg-devel] Re: Can a GetByteContext have a "sub" context?

2025-09-02 Thread Peter Ross via ffmpeg-devel
On Tue, Sep 02, 2025 at 08:03:14AM +0200, Manuel Lauss via ffmpeg-devel wrote: > Hello, > > Is it possible to have a "sub" context with a limited byte range for a > super-context? > i.e. I read 4 bytes from context c1, these are a length, c2 = > GetByteContext_from(c1, len) ? Or is "GetByteContex

[FFmpeg-devel] [PATCH] configure: provide vulkan cflags (PR #20399)

2025-09-02 Thread Stephane Cerveau via ffmpeg-devel
PR #20399 opened by Stephane Cerveau (dabrain34) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20399 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20399.patch This patch allows to use pkgconfig cflags for vulkan in check_cpp_condition as the vulkan sdk might be installed in different p

[FFmpeg-devel] [PATCH] ffprobe: add support for printing downmix frame side data (PR #20401)

2025-09-02 Thread ngaullier via ffmpeg-devel
PR #20401 opened by ngaullier URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20401 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20401.patch Also fix honor -byte_binary_prefix as a required preliminary step. >From 2fdd5a62d46d3b761b451d37775c808e551b7659 Mon Sep 17 00:00:00 2001 From:

[FFmpeg-devel] Re: [PATCH] avformat/demux: avoid unconditional ID3v2 tag consumption

2025-09-02 Thread Kyle Swanson via ffmpeg-devel
On Wed, Aug 20, 2025 at 2:09 PM Kyle Swanson wrote: > > Hi, > > On Wed, Jul 23, 2025 at 10:51 AM Nil Fons Miret via ffmpeg-devel > wrote: > > Pinging this patch from a couple weeks ago. To be clear, I am not sure > > how people typically use ffmpeg's ID3v2 support, so please let me know > > if th

[FFmpeg-devel] Re: [PATCH 0/2] libavfilter/vf_minterpolate: Minor speedup

2025-09-02 Thread Michael Niedermayer via ffmpeg-devel
On Fri, Aug 29, 2025 at 08:19:39PM +, Zsolt Vadász via ffmpeg-devel wrote: > > This patch series makes vf_minterpolate approximately 5% faster, > according to my tests, which I performed on a Ryzen 7 PRO 4750U, > compiling with GCC 15.2.1, using -O2. > > Zsolt Vadasz (2): > libavfilter/vf_m

[FFmpeg-devel] Re: [PATCH v3 2/2] avcodec/libaom: Add test for HDR10+ metadata support

2025-09-02 Thread James Almer via ffmpeg-devel
On 9/2/2025 10:30 AM, Michael Niedermayer via ffmpeg-devel wrote: On Wed, Aug 27, 2025 at 01:06:42PM +0200, Maryla Ustarroz via ffmpeg-devel wrote: On Mon, Aug 11, 2025 at 2:01 PM Maryla Ustarroz wrote: On Mon, Aug 11, 2025 at 1:57 PM Maryla Ustarroz-Calonge wrote: Signed-off-by: Maryla U

[FFmpeg-devel] [PATCH] .forgejo/CODEOWNERS: add myself for various files (PR #20400)

2025-09-02 Thread Niklas Haas via ffmpeg-devel
PR #20400 opened by Niklas Haas (haasn) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20400 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20400.patch >From 3c609a99b250e625c6685bf44028dfb6e29becd1 Mon Sep 17 00:00:00 2001 From: Niklas Haas Date: Tue, 2 Sep 2025 14:01:44 +0200 Subject

[FFmpeg-devel] Re: [PATCH] web: Add funding.json

2025-09-02 Thread Michael Niedermayer via ffmpeg-devel
Hi Remi On Sun, Aug 31, 2025 at 11:53:01AM +0300, Rémi Denis-Courmont via ffmpeg-devel wrote: [...] > > And the General Assembly can change the person(s) who control the wallet > > For example the GA could simply choose any people it wants > > these people then could make a transaction. for exam

[FFmpeg-devel] Re: [PATCH] lavfi: protection against premultiplied alpha (was: The patch series about premultiplied alpha)

2025-09-02 Thread Nicolas George via ffmpeg-devel
Sorry, it has been very busy weeks at work. I will have to be terse. Niklas Haas via ffmpeg-devel (HE12025-08-22): > Filters which do not touch the alpha channel, overwhelmingly either do not > even care about the pixel contents, or produce their desired effect > *regardless* of the colorspace. I

[FFmpeg-devel] [PATCH] doc/examples/vaapi_encode: fix invalid check on fwrite (PR #20396)

2025-09-02 Thread Zhao Zhili via ffmpeg-devel
PR #20396 opened by Zhao Zhili (quink) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20396 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20396.patch Firstly, the order of the parameters to fwrite was incorrect, which make fwrite always return 1 or 0. Secondly, enc_pkt->size is 0 after