[FFmpeg-cvslog] avcodec/mips: Fixed four warnings in vc1dsp

2019-10-13 Thread gxw
ffmpeg | branch: master | gxw | Sat Oct 12 10:48:19 2019 +0800| [21d19f49b78e76acd17ccbf7e632c570f9cc642e] | committer: Michael Niedermayer avcodec/mips: Fixed four warnings in vc1dsp Change the stride argument to ptrdiff_t in the following functions: ff_put_no_rnd_vc1_chroma_mc8_mmi, ff_put_n

[FFmpeg-cvslog] avformat/Makefile: Fix aiffdec replaygain dependency

2019-10-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 12 06:22:29 2019 +0200| [5056eb351117d7a794cc342130325749305cd4bc] | committer: Michael Niedermayer avformat/Makefile: Fix aiffdec replaygain dependency Forgotten in 6390f52a. Signed-off-by: Andreas Rheinhardt Signed-off-by: Michael Nied

[FFmpeg-cvslog] avfilter/vf_geq: Use av_clipd() instead of av_clipf()

2019-10-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 12 13:46:04 2019 +0200| [c8813b1a984714f0027cabeea2394035df20cf38] | committer: Michael Niedermayer avfilter/vf_geq: Use av_clipd() instead of av_clipf() With floats we cannot represent all 32bit integer dimensions Reviewed-by: Paul B Ma

[FFmpeg-cvslog] avcodec/wmaprodec: Check that the streams channels do not exceed the overall channels

2019-10-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 12 18:32:08 2019 +0200| [e418b315ddd0505e707860f8cc8b796ce06f3458] | committer: Michael Niedermayer avcodec/wmaprodec: Check that the streams channels do not exceed the overall channels Fixes: NULL pointer dereference Fixes: 18075/clust

[FFmpeg-cvslog] avfilter/vf_libvmaf: fix filtering of >8 bit data

2019-10-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Oct 12 21:41:50 2019 +0200| [e835a9d30263ce16e2621d79ff1be9afd5274a60] | committer: Paul B Mahol avfilter/vf_libvmaf: fix filtering of >8 bit data This is what reference does. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e835a9d30263c

[FFmpeg-cvslog] avfilter/vf_lenscorrection: fix division by zero

2019-10-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Oct 13 23:28:16 2019 +0200| [19587c9332f5be4f6bc6d7b2b8ef3fd21dfeaa01] | committer: Paul B Mahol avfilter/vf_lenscorrection: fix division by zero Fixes #8265 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=19587c9332f5be4f6bc6d7b2b8ef3fd

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

2019-10-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Oct 13 23:10:16 2019 +0200| [07050d7bdc32d82e53ee5bb727f5882323d00dba] | committer: Paul B Mahol avfilter/vf_fieldorder: fix heap-buffer overflow Fixes #8264 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=07050d7bdc32d82e53ee5bb727f5882

[FFmpeg-cvslog] avfilter/vf_convolution: fix undefined behaviour

2019-10-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Oct 13 18:37:16 2019 +0200| [99f8d32129dd233d4eb2efa44678a0bc44869f23] | committer: Paul B Mahol avfilter/vf_convolution: fix undefined behaviour Fixes #8263 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=99f8d32129dd233d4eb2efa44678a0b

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

2019-10-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Oct 13 18:10:38 2019 +0200| [0749082eb93ea02fa4b770da86597450cec84054] | committer: Paul B Mahol avfilter/vf_bm3d: fix heap-buffer overflows Fixes #8262 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0749082eb93ea02fa4b770da86597450cec8

[FFmpeg-cvslog] avfilter/vf_bm3d: fix possible infinite loop

2019-10-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Oct 13 18:16:19 2019 +0200| [365083556ea7773604cca90dce729f988899a830] | committer: Paul B Mahol avfilter/vf_bm3d: fix possible infinite loop > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=365083556ea7773604cca90dce729f988899a830 --- l

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

2019-10-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Oct 13 17:23:10 2019 +0200| [ccf4ab8c9aca0aee66bcc2914031a9c97ac0eeb8] | committer: Paul B Mahol avfilter/vf_edgedetect: check if height is big enough Fixes #8260 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ccf4ab8c9aca0aee66bcc29140

[FFmpeg-cvslog] avfilter/vf_waveform: fix typos which caused crash

2019-10-13 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Oct 13 11:51:11 2019 +0200| [4f4334bcbcf177739fc0e159683408aeed66edc5] | committer: Paul B Mahol avfilter/vf_waveform: fix typos which caused crash > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f4334bcbcf177739fc0e159683408aeed66edc5 -