Re: [FFmpeg-devel] [PATCH] avcodec/av1_vaapi: Enable AV1Profile2 VAAPI support.

2024-08-05 Thread Andreas Rheinhardt
David (Ming Qiang) Wu via ffmpeg-devel: > AV1Profile2 VAAPI is supported and tested on AMD VCN5. > > Signed-off-by: David (Ming Qiang) Wu > --- > libavcodec/av1dec.c | 3 +++ > libavcodec/vaapi_decode.c | 3 +++ > 2 files changed, 6 insertions(+) > > diff --git a/libavcodec/av1dec.c b/lib

[FFmpeg-devel] [PATCH] Add enhanced rtmp codec vp8 to flv format

2024-08-05 Thread Mondain
Fixes: Reading and writing of VP8 media in FLV files, to match existing enhanced codecs Signed-off-by: Paul Gregoire --- libavformat/flvdec.c | 12 +-- libavformat/flvenc.c | 51 +--- 2 files changed, 44 insertions(+), 19 deletions(-) diff --git a

Re: [FFmpeg-devel] [PATCH v7 1/3] avcodec/jpeg2000dec: Add support for CAP and CPF markers

2024-08-05 Thread Pierre-Anthony Lemieux
Hi Osamu, Below are suggested improvements to error messages. There are also a couple of errant trailing white spaces in jpeg2000htdec.c. Can you fix them? Best, -- Pierre On Sat, Aug 3, 2024 at 10:27 PM Osamu Watanabe wrote: > > This commit adds support for CAP and CPF markers. Decoding wi

Re: [FFmpeg-devel] [PATCH 2/4] avformat/jpegxl_anim_dec: initialize bit buffer

2024-08-05 Thread Michael Niedermayer
On Mon, Aug 05, 2024 at 02:08:06AM +0200, Kacper Michajlow wrote: > On Sun, 4 Aug 2024 at 16:23, Michael Niedermayer > wrote: > > > > Fixes: use-of-uninitialized-value > > Fixes: > > 70837/clusterfuzz-testcase-minimized-ffmpeg_dem_JPEGXL_ANIM_fuzzer-5089407768526848 > > > > Found-by: continuous

Re: [FFmpeg-devel] [PATCH 3/8] avformat/img2dec: Clear padding data after EOF

2024-08-05 Thread Michael Niedermayer
On Mon, Aug 05, 2024 at 02:10:18AM +0200, Kacper Michajlow wrote: > On Sun, 4 Aug 2024 at 23:01, Michael Niedermayer > wrote: > > > > Fixes: use-of-uninitialized-value > > Fixes: > > 70852/clusterfuzz-testcase-minimized-ffmpeg_IO_DEMUXER_fuzzer-5179190066872320 > > > > Found-by: continuous fuzzi

Re: [FFmpeg-devel] [PATCH 4/8] avcodec/parser: clear padding in combine frame

2024-08-05 Thread Michael Niedermayer
On Mon, Aug 05, 2024 at 02:02:07AM +0200, Kacper Michajlow wrote: > On Sun, 4 Aug 2024 at 22:53, Michael Niedermayer > wrote: > > > > Fixes: use-of-uninitialized-value > > Fixes: > > 70852/clusterfuzz-testcase-minimized-ffmpeg_IO_DEMUXER_fuzzer-5179190066872320 > > > > Found-by: continuous fuzzi

[FFmpeg-devel] [FEATURE] Cut a video (-ss) with timings non-aligned on keyframes, with minimal re-encoding

2024-08-05 Thread basj
Hi, Before trying to develop a new feature, and diving in the code base, I wanted to know if it currently exists, or is already in a work-in-progress task: When cutting a video with no re-encoding: ffmpeg -ss 120 -t 60 -i input.mp4 -c copy output.mp4 the result is often choppy or non-smoot

Re: [FFmpeg-devel] [PATCH] Add enhanced rtmp codec vp8 to flv format

2024-08-05 Thread Timo Rothenpieler
On 05.08.2024 16:01, Mondain wrote: Fixes: Reading and writing of VP8 media in FLV files, to match existing enhanced codecs This will be part of the already finished enhanced rtmp v2 patch set, but the spec needs to be out of alpha first. VP8 is in fact missing, since I didn't think anyone wou

Re: [FFmpeg-devel] [PATCH 4/4] avformat/wavdec: Check if there are 16 bytes before testing them

2024-08-05 Thread Michael Niedermayer
On Sun, Aug 04, 2024 at 04:23:15PM +0200, Michael Niedermayer wrote: > Fixes: use-of-uninitialized-value > Fixes: > 70839/clusterfuzz-testcase-minimized-ffmpeg_dem_W64_fuzzer-5212907590189056 > > Found-by: continuous fuzzing process > https://github.com/google/oss-fuzz/tree/master/projects/ffmpe

Re: [FFmpeg-devel] [PATCH] lavc/ffv1dec: fix races in accessing FFV1SliceContext.slice_damaged

2024-08-05 Thread Anton Khirnov
ping -- Anton Khirnov ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".