[FFmpeg-devel] [PATCH 5/6] avcodec/huffyuvenc: Avoid duplicate variables

2024-04-03 Thread Andreas Rheinhardt
Also simplify assigningfake strides. Signed-off-by: Andreas Rheinhardt --- libavcodec/huffyuvenc.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/libavcodec/huffyuvenc.c b/libavcodec/huffyuvenc.c index 152f94cefb..fd6b01de81 100644 --- a/libavcodec/huffyuvenc.c +++

[FFmpeg-devel] [PATCH 2/6] avcodec/huffyuv: Inline common alloc/free functions in their callers

2024-04-03 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavcodec/huffyuv.c| 28 ++-- libavcodec/huffyuv.h| 2 -- libavcodec/huffyuvdec.c | 14 +++--- libavcodec/huffyuvenc.c | 18 -- 4 files changed, 25 insertions(+), 37 deletions(-) diff --git

Re: [FFmpeg-devel] 7.0 release

2024-04-03 Thread Jean-Baptiste Kempf
Hello, On Thu, 4 Apr 2024, at 00:57, Michael Niedermayer wrote: > I will try to make the 7.0 release from the release branch in the next 48h > (with some luck but easy possible it will get delayed) Please consider pulling in the Changelog modifications I suggested on the mailing list and on

Re: [FFmpeg-devel] [PATCH] Update the Changelog for 7.0

2024-04-03 Thread Jean-Baptiste Kempf
On Wed, 3 Apr 2024, at 23:18, Jean-Baptiste Kempf wrote: > As attached. Updated version attached (v2). -- Jean-Baptiste Kempf - President +33 672 704 734 https://jbkempf.com/From 96f2b0ee578901ebcf00795950dd78d8e924643c Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Wed, 3 Apr 2024

Re: [FFmpeg-devel] [PATCH v2 00/16] avcodec/vvcdec: support subpicture

2024-04-03 Thread Nuo Mi
On Tue, Apr 2, 2024 at 11:24 PM James Almer wrote: > On 4/2/2024 10:01 AM, Nuo Mi wrote: > > On Wed, Mar 27, 2024 at 9:01 PM Nuo Mi wrote: > > > >> Changes since v1: > >> add v2-0004-avcodec-vvcdec-fix-uninitialized-last-element-of-.patch to > >> address > >> the clang-usan and clang-asan

<    1   2