[FFmpeg-devel] [PATCH] avformat/rtpproto: free ip filters on open error

2024-05-09 Thread Kacper Michajłow
Found by OSS-Fuzz. Signed-off-by: Kacper Michajłow --- libavformat/rtpproto.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavformat/rtpproto.c b/libavformat/rtpproto.c index b1cdf061f0..15d0050936 100644 --- a/libavformat/rtpproto.c +++ b/libavformat/rtpproto.c @@ -379,6 +379,7 @@ stat

[FFmpeg-devel] [PATCH] avformat/srtpproto: pass options to nested protocol

2024-05-09 Thread Kacper Michajłow
This fixes passing options dict. Fixes some timeouts found by OSS-Fuzz. Signed-off-by: Kacper Michajłow --- libavformat/srtpproto.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libavformat/srtpproto.c b/libavformat/srtpproto.c index 61669e05ad..02cf156327 100644 ---

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec/cbs_av1: Avoid shift overflow

2024-05-09 Thread Mark Thompson
On 09/05/2024 16:10, Michael Niedermayer wrote: > ffmpeg | branch: master | Michael Niedermayer | Wed > May 1 21:44:33 2024 +0200| [d7924a4f60f2088de1e6790345caba929eb97030] | > committer: Michael Niedermayer > > avcodec/cbs_av1: Avoid shift overflow > > Fixes: CID1465488 Unintentional intege

[FFmpeg-devel] [PATCH] avformat/data_uri: Fix base64 decode buffer size calculation

2024-05-09 Thread Kacper Michajłow
Also reject input if it is too short. Found by OSS-Fuzz. Signed-off-by: Kacper Michajłow --- libavformat/data_uri.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/data_uri.c b/libavformat/data_uri.c index 3868a19630..f97ecbab37 100644 --- a/libavformat/data_

[FFmpeg-devel] [PATCH 3/3] configure: Add missing ftr_parser->adts_header, mpeg4audio dependencies

2024-05-09 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index d3377a2ba3..c6a559bb9b 100755 --- a/configure +++ b/configure @@ -3424,6 +3424,7 @@ av1_vaapi_encoder_select="cbs_av1 vaapi_encode" aac_parser_select="adts_header mpeg4

[FFmpeg-devel] [PATCH 2/3] configure, avcodec/Makefile: Add h264parse->h264data, golomb dependencies

2024-05-09 Thread Andreas Rheinhardt
Fixes standalone compilation of the dts2pts BSF. Signed-off-by: Andreas Rheinhardt --- configure | 1 + libavcodec/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index beb1fa6d3c..d3377a2ba3 100755 --- a/configure +++ b/configure

[FFmpeg-devel] [PATCH 1/3] avcodec/bsf/dts2pts: Fix shadowing

2024-05-09 Thread Andreas Rheinhardt
Signed-off-by: Andreas Rheinhardt --- libavcodec/bsf/dts2pts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavcodec/bsf/dts2pts.c b/libavcodec/bsf/dts2pts.c index 53a54fb1cc..ba4dc43f84 100644 --- a/libavcodec/bsf/dts2pts.c +++ b/libavcodec/bsf/dts2pts.c @@ -269,8 +2

Re: [FFmpeg-devel] [PATCH v2 1/2] avcodec: add external enc libvvenc for H266/VVC

2024-05-09 Thread Nuo Mi
On Tue, May 7, 2024 at 9:53 PM Christian wrote: > > > On 7. May 2024, at 03:53, Nuo Mi wrote: > > > > Hi Christian, > > Thank you for the patch. > > Let us review and merge the encoder part. > > > > On Tue, May 7, 2024 at 1:05 AM Christian Bartnik > > > wrote: > >