[FFmpeg-cvslog] avfilter/avfilter: Remove unused count

2021-09-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Sep 11 01:32:05 2021 +0200| [dc2279a4f2898dc2a45afb969c5a9c253a4fe4e9] | committer: Andreas Rheinhardt avfilter/avfilter: Remove unused count Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avfilter/vf_maskedminmax: Simplify init

2021-09-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Sep 10 19:44:26 2021 +0200| [142f41a0600317654d54ba2cdca9754a522c8819] | committer: Andreas Rheinhardt avfilter/vf_maskedminmax: Simplify init Reviewed-by: Paul B Mahol Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avfilter/internal: Add AVFILTER_DEFINE_CLASS_EXT

2021-09-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Sep 10 20:20:08 2021 +0200| [441b292592075b771dff7ee46293157eeb804252] | committer: Andreas Rheinhardt avfilter/internal: Add AVFILTER_DEFINE_CLASS_EXT This macro will allow to share options between AVClasses without having to redefine the opt

[FFmpeg-cvslog] avformat/mxfdec: check channel number in mxf_get_d10_aes3_packet()

2021-09-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Sep 5 21:24:15 2021 +0200| [3dd5a8a13510d08a4e25e8f138d718672a0fed4a] | committer: Michael Niedermayer avformat/mxfdec: check channel number in mxf_get_d10_aes3_packet() Fixes: Out of array access Fixes: 37030/clusterfuzz-testcase-minimized

[FFmpeg-cvslog] avformat/jacosubdec: Check for min in t overflow in get_shift()

2021-09-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Jun 3 22:26:41 2021 +0200| [989febfbd0c986e9e3e0f269a6b22778bf79147b] | committer: Michael Niedermayer avformat/jacosubdec: Check for min in t overflow in get_shift() Fixes: negation of -2147483648 cannot be represented in type 'int'; cast t

[FFmpeg-cvslog] avfilter/vf_avgblur: fix heap-buffer overflow

2021-09-13 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Tue Oct 15 16:31:15 2019 +0200| [01f3824f6c46ef19025059752a4381daa2443097] | committer: James Almer avfilter/vf_avgblur: fix heap-buffer overflow Fixes #8274 (cherry picked from commit f069a9c2a65bc20c3462127623127df6dfd06c5b) Signed-off-by: James

[FFmpeg-cvslog] avfilter/vf_neighbor: check if width is 1

2021-09-13 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Fri Oct 11 06:18:10 2019 -0300| [f5da6cff3504978bf6e713996988dcef0691d800] | committer: James Almer avfilter/vf_neighbor: check if width is 1 Fixes #8242 (cherry picked from commit e787f8fd7ee99ba0c3e0f086ce2ce59eea7ed86c) Signed-off-by: James Alm

[FFmpeg-cvslog] avfilter/af_tremolo: fix heap-buffer overflow

2021-09-13 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Sat Oct 19 19:34:47 2019 +0200| [3a9f384225cb6e5720d36d0b01dd446cfd6f1772] | committer: James Almer avfilter/af_tremolo: fix heap-buffer overflow Fixes #8317 (cherry picked from commit 58bb9d3a3a6ede1c6cfb82bf671a5f138e6b2144) Signed-off-by: James

[FFmpeg-cvslog] avfilter/vf_edgedetect: check if height is big enough

2021-09-13 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Sun Oct 13 17:23:10 2019 +0200| [540047eda8391da511142d782c4145b23fdad173] | committer: James Almer avfilter/vf_edgedetect: check if height is big enough Fixes #8260 (cherry picked from commit ccf4ab8c9aca0aee66bcc2914031a9c97ac0eeb8) Signed-off-b

[FFmpeg-cvslog] avfilter/vf_bitplanenoise: fix overreads

2021-09-13 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Fri Oct 11 12:42:13 2019 +0200| [69f5d4b7fdcb93c2948255193870f5ea7605028c] | committer: James Almer avfilter/vf_bitplanenoise: fix overreads Fixes #8244 (cherry picked from commit 0b567238741854b41f84f7457686b044eadfe29c) Signed-off-by: James Alme

[FFmpeg-cvslog] avfilter/vf_fieldorder: fix heap-buffer overflow

2021-09-13 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Sun Oct 13 23:10:16 2019 +0200| [c79606f233fed20a6d31e6cd5f24466021eaf94b] | committer: James Almer avfilter/vf_fieldorder: fix heap-buffer overflow Fixes #8264 (cherry picked from commit 07050d7bdc32d82e53ee5bb727f5882323d00dba) Signed-off-by: Ja

[FFmpeg-cvslog] avcodec/pngenc: remove monowhite from apng formats

2021-09-13 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Sun Feb 14 17:20:03 2021 +0100| [e06e89f6275c62316da489c567fce3d2ef6f594a] | committer: James Almer avcodec/pngenc: remove monowhite from apng formats Monowhite pixel format is not supported, and it does not make sense to add support for it. Fixes

[FFmpeg-cvslog] avfilter/vf_fieldmatch: fix heap-buffer overflow

2021-09-13 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Sat Oct 19 11:56:02 2019 +0200| [d60effdf83eddcdb18c84d339a526fb0318723fe] | committer: James Almer avfilter/vf_fieldmatch: fix heap-buffer overflow Also fix use of uninitialized values. Fixes #8239 (cherry picked from commit ce5274c1385d55892a69

[FFmpeg-cvslog] avfilter/vf_colorconstancy: fix overreads in gauss array

2021-09-13 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Sat Oct 12 11:07:54 2019 +0200| [29f1cf0c0f5d90e81a438dc12a4782dc424bf5ec] | committer: James Almer avfilter/vf_colorconstancy: fix overreads in gauss array Fixes #8250 (cherry picked from commit a7fd1279703683ebb548ef7baa2f1519994496ae) Signed-of

[FFmpeg-cvslog] avfilter/vf_datascope: fix heap buffer overflow

2021-09-13 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Sat Oct 19 09:50:53 2019 +0200| [aef4cbec696ae4e349a72521fba1180b96a97fab] | committer: James Almer avfilter/vf_datascope: fix heap buffer overflow Fixes #8309 (cherry picked from commit d4d6b7b0355f3597cad3b8d12911790c73b5f96d) Signed-off-by: Jam

[FFmpeg-cvslog] avfilter/af_afade: fix heap-buffer overflow

2021-09-13 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Tue Oct 15 16:55:13 2019 +0200| [df5e01770900f11eec0c500ccbaddcc6a9d0963d] | committer: James Almer avfilter/af_afade: fix heap-buffer overflow Fixes #8276 (cherry picked from commit e1b89c76f66343d1b495165664647317c66764bb) Signed-off-by: James A

[FFmpeg-cvslog] avfilter/vf_w3fdif: deny processing small videos

2021-09-13 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Fri Oct 11 12:55:13 2019 +0200| [da3d6068f3fbbe89c57b6c68c178a54dee168d95] | committer: James Almer avfilter/vf_w3fdif: deny processing small videos Fixes #8243 (cherry picked from commit 0e68e8c93f9068596484ec8ba725586860e06fc8) Signed-off-by: Ja

[FFmpeg-cvslog] avfilter/vf_edgedetect: fix heap-buffer overflow

2021-09-13 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Tue Oct 15 16:38:40 2019 +0200| [ac5a7d5a67afb6b26460412d51f026ecf22c2193] | committer: James Almer avfilter/vf_edgedetect: fix heap-buffer overflow Fixes #8275 (cherry picked from commit de598f82f8c3f8000e1948548e8088148e2b1f44) Signed-off-by: Ja

[FFmpeg-cvslog] avfilter/vf_floodfill: finish early if source and destination fill matches

2021-09-13 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Thu Oct 10 21:50:03 2019 +0200| [f1fc3fe3179109328229421451e3219de1ab9521] | committer: James Almer avfilter/vf_floodfill: finish early if source and destination fill matches Fixes #8236 (cherry picked from commit 1331e001796c656a4a3c770a16121c15e

[FFmpeg-cvslog] avfilter/vf_bm3d: fix heap-buffer overflows

2021-09-13 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Sun Oct 13 18:10:38 2019 +0200| [8c9ff740a35d6f46935f70e4a9533dddaaf33788] | committer: James Almer avfilter/vf_bm3d: fix heap-buffer overflows Fixes #8262 (cherry picked from commit 0749082eb93ea02fa4b770da86597450cec84054) Signed-off-by: James A

[FFmpeg-cvslog] avfilter/vf_bwdif: fix heap-buffer overflow

2021-09-13 Thread Paul B Mahol
ffmpeg | branch: release/4.1 | Paul B Mahol | Sun Oct 13 23:21:35 2019 +0200| [d7490ef341e253294aa0abf1e4ed8381c1b0ea91] | committer: James Almer avfilter/vf_bwdif: fix heap-buffer overflow Fixes #8261 (cherry picked from commit 8c3166e1c302c3ba80d9742ae46161c0fa8e2606) Signed-off-by: James A