Re: [FFmpeg-devel] [PATCH 1/2] doc/examples/transcode_aac: Don't ignore last encoded frame

2022-03-13 Thread Andreas Unterweger
Am 02.03.2022 um 15:07 schrieb Paul B Mahol: The patch on patchwork looks fine. Good morning. Can this patch be merged? Thanks and best regards Andreas ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-de

Re: [FFmpeg-devel] [PATCH v4 1/4] lavc/vaapi_encode_h265: Add GPB frame support for hevc_vaapi

2022-03-13 Thread Xiang, Haihao
On Sun, 2022-03-13 at 20:45 +, Mark Thompson wrote: > On 11/03/2022 09:00, Fei Wang wrote: > > From: Linjie Fu > > > > Use GPB frames to replace regular P/B frames if backend driver does not > > support it. > > > > - GPB: > > Generalized P and B picture. Regular P/B frames replaced by B

[FFmpeg-devel] [PATCH] fate: add decimate filter test

2022-03-13 Thread Paul B Mahol
Signed-off-by: Paul B Mahol --- tests/fate/filter-video.mak| 3 + tests/ref/fate/filter-decimate | 245 + 2 files changed, 248 insertions(+) create mode 100644 tests/ref/fate/filter-decimate diff --git a/tests/fate/filter-video.mak b/tests/fate/filter-video

Re: [FFmpeg-devel] [PATCH 00/13] [RFC] Reduce unnecessary recompilation

2022-03-13 Thread Paul B Mahol
LGTM ___ 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".

Re: [FFmpeg-devel] [PATCH v4 1/4] lavc/vaapi_encode_h265: Add GPB frame support for hevc_vaapi

2022-03-13 Thread Mark Thompson
On 11/03/2022 09:00, Fei Wang wrote: From: Linjie Fu Use GPB frames to replace regular P/B frames if backend driver does not support it. - GPB: Generalized P and B picture. Regular P/B frames replaced by B frames with previous-predict only, L0 == L1. Normal B frames still have 2

Re: [FFmpeg-devel] [PATCH 1/4] avcodec/vp9_superframe_split_bsf: Check in size

2022-03-13 Thread James Almer
On 3/12/2022 8:52 PM, Michael Niedermayer wrote: Fixes: Out of array read Fixes: 45137/clusterfuzz-testcase-minimized-ffmpeg_BSF_VP9_SUPERFRAME_SPLIT_fuzzer-4984270639202304 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Mi

Re: [FFmpeg-devel] [PATCH 4/4] avformat/mxfdec: Do not clear array in mxf_read_strong_ref_array() before writing

2022-03-13 Thread Marton Balint
On Sun, 13 Mar 2022, Michael Niedermayer wrote: Signed-off-by: Michael Niedermayer --- libavformat/mxfdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index 828fc0f9f1..f088712494 100644 --- a/libavformat/mxfdec.c +++ b/liba

Re: [FFmpeg-devel] [PATCH 3/4] avformat/mxfdec: Check for avio_read() failure in mxf_read_strong_ref_array()

2022-03-13 Thread Marton Balint
On Sun, 13 Mar 2022, Michael Niedermayer wrote: Signed-off-by: Michael Niedermayer --- libavformat/mxfdec.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index d7cdd22c8a..828fc0f9f1 100644 --- a/libavformat/mxfdec.c +++

[FFmpeg-devel] [PATCH] Add and use cli options for v4l2 encoder=h264_v4l2m2m

2022-03-13 Thread hydra3333
Well, let's try to submit a patch and see how it fares. Add commandline options to v4l2_m2m_enc (h264_v4l2m2m only) and use those to configure options for the h264_v4l2m2m encoder. Uses AVOption options to filter for valid options per v4l2 spec. For h264 it adds spec-compliant: -profile (high is