Re: [FFmpeg-devel] [PATCH] lavc/mfenc: set output packet duration

2025-08-14 Thread James Almer via ffmpeg-devel
On 8/13/2025 8:39 PM, Pavel Koshevoy wrote: On Tue, Aug 12, 2025 at 7:59 AM James Almer wrote: On 8/4/2025 4:50 PM, Pavel Koshevoy wrote: --- libavcodec/mfenc.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/libavcodec/mfenc.c b/libavcodec/mfenc.c index 30531fe3e8..942c7

[FFmpeg-devel] [PATCH] avformat/mov: don't use an allocated array for sample_size with HEIF images (PR #20258)

2025-08-16 Thread James Almer via ffmpeg-devel
PR #20258 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20258 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20258.patch The array is only ever needed for streams where each sample entry may have a different value. Given that for non animated HEIF there'

[FFmpeg-devel] [PATCH] fftools/ffmpeg_demux: ensure the display_rotation option is honored (PR #20276)

2025-08-18 Thread James Almer via ffmpeg-devel
PR #20276 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20276 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20276.patch If requested, it should have priotity over any coded value Fixes trac ticket #11649. >From e90c889ee2cefbe173a2f61e1433b18c33436a0c

[FFmpeg-devel] [PATCH] avcodec/exif: make the get and remove helpers take a flag argument (PR #20324)

2025-08-23 Thread James Almer via ffmpeg-devel
PR #20324 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20324 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20324.patch This makes the functions extensible, as future behavior change flags can be introduced. This is strictly speaking not an API break.

[FFmpeg-devel] [PATCH] avformat: add container level Exif metadata support (PR #20321)

2025-08-23 Thread James Almer via ffmpeg-devel
PR #20321 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20321 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20321.patch Includes Exif packet side data, and starting with support in Heif. >From 962fea2d2cb56450d5325969cb655543895d4885 Mon Sep 17 00:00:0

[FFmpeg-devel] [PATCH] configure: support linking to base profile libxev{d,e} (PR #20329)

2025-08-24 Thread James Almer via ffmpeg-devel
PR #20329 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20329 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20329.patch Addresses issue #20328. >From 5a95e5db18341c23584a8c13bdc134d5dcc9b05a Mon Sep 17 00:00:00 2001 From: James Almer Date: Sun, 24 Aug

[FFmpeg-devel] [PATCH] configure: bump LCEVCdec minimum required version to 4.0.0 (PR #20331)

2025-08-24 Thread James Almer via ffmpeg-devel
PR #20331 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20331 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20331.patch The project introduced API breaking changes to some of their public functions, and given the library is relatively new, just bump the

Re: [FFmpeg-devel] Mailman3 Upgrade

2025-08-18 Thread James Almer via ffmpeg-devel
On 8/18/2025 7:08 PM, Timo Rothenpieler via ffmpeg-devel wrote: Hi! As you might have noticed, a bunch of big Mail-Hosters have introduced new, even stricter, requirements. Primarily it's Microsoft, but others seem to already have followed suit. So we had to configure the list to send all mail

[FFmpeg-devel] [PATCH] Assorted Exif changes (PR #20297)

2025-08-20 Thread James Almer via ffmpeg-devel
PR #20297 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20297 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20297.patch >From 7fe00d8941072a62da0f21440bed8eda288d4db3 Mon Sep 17 00:00:00 2001 From: James Almer Date: Tue, 19 Aug 2025 13:18:18 -0300 Subj

[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] avcodec/codec_par: remove alpha_mode (PR #20414)

2025-09-03 Thread James Almer via ffmpeg-devel
PR #20414 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20414 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20414.patch It's not a value signaled at the container level, so it doesn't belong in this struct. As this field is barely a day old, it can safe

[FFmpeg-devel] [PATCH] avutil/samplefmt: add a sample format descriptor API (PR #20461)

2025-09-07 Thread James Almer via ffmpeg-devel
PR #20461 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20461 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20461.patch Including some basic helpers. This will be useful among other things to ensure API users don't use AV_SAMPLE_FMT_NB. >From 064806c6

[FFmpeg-devel] [PATCH] avfilter/buffersink: add missing checks for alphamodes (PR #20469)

2025-09-08 Thread James Almer via ffmpeg-devel
PR #20469 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20469 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20469.patch >From b186d5443afc5eda3c478c61eb8a29fc3821a898 Mon Sep 17 00:00:00 2001 From: James Almer Date: Mon, 8 Sep 2025 15:07:20 -0300 Subje

[FFmpeg-devel] [PATCH] avutil/aes_ctr: reintroduce the block offset state (PR #20479)

2025-09-09 Thread James Almer via ffmpeg-devel
PR #20479 opened by James Almer (jamrial) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20479 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20479.patch Wrongly removed in fe73b84879a560d69affca88ce21e61108e7c38d, it's required for calls with a payload smaller than a full block. Fixes