[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 0d1e4ae web/download: add FFmpeg 4.2.1

2019-09-06 Thread ffmpeg-git
The branch, master has been updated via 0d1e4ae63c9bbcebacdff37383325083f4798f9f (commit) from 8a8bc71ad10ca537c084ebffcca7557e580751b2 (commit) - Log - commit 0d1e4ae63c9bbcebacdff37383325083f4798f9f Author: Micha

[FFmpeg-cvslog] Tag n4.2.1 : FFmpeg 4.2.1 release

2019-09-06 Thread git
[ffmpeg] [branch: refs/tags/n4.2.1] Tag:cbb3c9497549f8856d8cd37ac63af1406a784e58 > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=cbb3c9497549f8856d8cd37ac63af1406a784e58 Tagger: Michael Niedermayer Date: Fri Sep 6 23:56:15 2019 +0200 FFmpeg 4.2.1 release __

[FFmpeg-cvslog] lavf/rawenc: Only accept the appropriate stream type for raw muxers.

2019-09-06 Thread Carl Eugen Hoyos
ffmpeg | branch: release/3.2 | Carl Eugen Hoyos | Mon Jul 1 00:37:08 2019 +0200| [9b236547f480a012cab32f8cad2dfe02774537c1] | committer: James Almer lavf/rawenc: Only accept the appropriate stream type for raw muxers. This does not affect the rawvideo muxer. Fixes ticket #7979. (cherry pick

[FFmpeg-cvslog] lavf/rawenc: Only accept the appropriate stream type for raw muxers.

2019-09-06 Thread Carl Eugen Hoyos
ffmpeg | branch: release/3.4 | Carl Eugen Hoyos | Mon Jul 1 00:37:08 2019 +0200| [cfa7c079f72b65bfe038af84d95d384a609d4f0a] | committer: James Almer lavf/rawenc: Only accept the appropriate stream type for raw muxers. This does not affect the rawvideo muxer. Fixes ticket #7979. (cherry pick

[FFmpeg-cvslog] lavf/rawenc: Only accept the appropriate stream type for raw muxers.

2019-09-06 Thread Carl Eugen Hoyos
ffmpeg | branch: release/4.0 | Carl Eugen Hoyos | Mon Jul 1 00:37:08 2019 +0200| [4a79f30d774dd81bde2da751fbd588e3413da2d7] | committer: James Almer lavf/rawenc: Only accept the appropriate stream type for raw muxers. This does not affect the rawvideo muxer. Fixes ticket #7979. (cherry pick

[FFmpeg-cvslog] lavf/rawenc: Only accept the appropriate stream type for raw muxers.

2019-09-06 Thread Carl Eugen Hoyos
ffmpeg | branch: release/4.1 | Carl Eugen Hoyos | Mon Jul 1 00:37:08 2019 +0200| [60094fc2f552aace794395648110408a6eb825ad] | committer: James Almer lavf/rawenc: Only accept the appropriate stream type for raw muxers. This does not affect the rawvideo muxer. Fixes ticket #7979. (cherry pick

[FFmpeg-cvslog] Update for 4.2.1

2019-09-06 Thread Michael Niedermayer
ffmpeg | branch: release/4.2 | Michael Niedermayer | Fri Sep 6 23:23:41 2019 +0200| [1529dfb73a5157dcb8762051ec4c8d8341762478] | committer: Michael Niedermayer Update for 4.2.1 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1529dfb73a5157dcb87

[FFmpeg-cvslog] avformat/vividas: check for tiny blocks using alignment

2019-09-06 Thread Michael Niedermayer
ffmpeg | branch: release/4.2 | Michael Niedermayer | Sat Aug 31 23:20:01 2019 +0200| [5a1e0cae2f78b10cc7ab6cd41d6908c4ae89276f] | committer: Michael Niedermayer avformat/vividas: check for tiny blocks using alignment Ask for a sample for these Fixes: out of array access Fixes: 16624/clusterfu

[FFmpeg-cvslog] avcodec/qdm2: Check frame size

2019-09-06 Thread Michael Niedermayer
ffmpeg | branch: release/4.2 | Michael Niedermayer | Thu Aug 29 21:26:43 2019 +0200| [e66d4725c7187d291edc9b1076585b1a48da907e] | committer: Michael Niedermayer avcodec/qdm2: Check frame size Fixes: index 2304 out of bounds for type 'float [2304]' Fixes: 16332/clusterfuzz-testcase-minimized-f

[FFmpeg-cvslog] avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2

2019-09-06 Thread Michael Niedermayer
ffmpeg | branch: release/4.2 | Michael Niedermayer | Fri Sep 6 12:06:30 2019 +0200| [5b44aec196e6951ecf3dbc0bc0bef91f09e98df8] | committer: Michael Niedermayer avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2 This reverts a hunk from f1ca40ee00402102046fc7e59606651930436b0e Fixes: out o

[FFmpeg-cvslog] avcodec/apedec: Fix 32bit int overflow in do_apply_filter()

2019-09-06 Thread Michael Niedermayer
ffmpeg | branch: release/4.2 | Michael Niedermayer | Mon Sep 2 22:44:50 2019 +0200| [ee89d9e3d6ee2023d5827ff26f32030ee013c41d] | committer: Michael Niedermayer avcodec/apedec: Fix 32bit int overflow in do_apply_filter() Fixes: signed integer overflow: 2147480546 + 4096 cannot be represented i

[FFmpeg-cvslog] avcodec/vc1_pred: Fix refdist in scaleforopp()

2019-09-06 Thread Michael Niedermayer
ffmpeg | branch: release/4.2 | Michael Niedermayer | Sat Aug 31 22:12:38 2019 +0200| [d3b45f137882e16809295405ac2076a4872dc814] | committer: Michael Niedermayer avcodec/vc1_pred: Fix refdist in scaleforopp() Fixes: out of array access Fixes: 16601/clusterfuzz-testcase-minimized-ffmpeg_AV_CODE

[FFmpeg-cvslog] avcodec/iff: Check for overlap in cmap_read_palette()

2019-09-06 Thread Michael Niedermayer
ffmpeg | branch: release/4.2 | Michael Niedermayer | Wed Aug 21 23:22:39 2019 +0200| [6c583ec9bdcc241d1cbfc1c5b8a600c91f0770fc] | committer: Michael Niedermayer avcodec/iff: Check for overlap in cmap_read_palette() Fixes: undefined memcpy() use Fixes: 16302/clusterfuzz-testcase-minimized-ffmp

[FFmpeg-cvslog] avcodec/vc1_pred: Fix refdist in scaleforopp()

2019-09-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 31 22:12:38 2019 +0200| [413e0f2516eef678011cffd1ec6f0d92aa8bb96a] | committer: Michael Niedermayer avcodec/vc1_pred: Fix refdist in scaleforopp() Fixes: out of array access Fixes: 16601/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_

[FFmpeg-cvslog] avcodec/qdm2: Check frame size

2019-09-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 29 21:26:43 2019 +0200| [12b909ba319d32ed100d9b26021aa9b6976424d7] | committer: Michael Niedermayer avcodec/qdm2: Check frame size Fixes: index 2304 out of bounds for type 'float [2304]' Fixes: 16332/clusterfuzz-testcase-minimized-ffmpeg

[FFmpeg-cvslog] avformat/vividas: check for tiny blocks using alignment

2019-09-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 31 23:20:01 2019 +0200| [55d4e22d71ca75223ee61f7d2535fdc6e9991026] | committer: Michael Niedermayer avformat/vividas: check for tiny blocks using alignment Ask for a sample for these Fixes: out of array access Fixes: 16624/clusterfuzz-te

[FFmpeg-cvslog] avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2

2019-09-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Sep 6 12:06:30 2019 +0200| [722fd4696583cc984700eaec4745922ae177b2da] | committer: Michael Niedermayer avcodec/vorbisdec: fix FASTDIV usage for vr_type == 2 This reverts a hunk from f1ca40ee00402102046fc7e59606651930436b0e Fixes: out of arr

[FFmpeg-cvslog] avfilter/vf_showinfo: display GOP timecode side data

2019-09-06 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Sun Aug 25 00:17:59 2019 +0800| [ede15bf2e359c2d2480ee451d7579a7fdc009665] | committer: Michael Niedermayer avfilter/vf_showinfo: display GOP timecode side data Signed-off-by: Limin Wang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] swscale/output: fix some code indentations

2019-09-06 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Thu Sep 5 11:01:15 2019 +0800| [ef1342650f97b34e2bf4b25a81278fa5b3c2d17e] | committer: Michael Niedermayer swscale/output: fix some code indentations Signed-off-by: Linjie Fu Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] lavf/rawenc: Only accept the appropriate stream type for raw muxers.

2019-09-06 Thread Carl Eugen Hoyos
ffmpeg | branch: release/4.2 | Carl Eugen Hoyos | Mon Jul 1 00:37:08 2019 +0200| [1dec90d45656d9d142deb1f3134bc1a0b3fa5522] | committer: James Almer lavf/rawenc: Only accept the appropriate stream type for raw muxers. This does not affect the rawvideo muxer. Fixes ticket #7979. (cherry pick

[FFmpeg-cvslog] lavf/rawenc: Only accept the appropriate stream type for raw muxers.

2019-09-06 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Jul 1 00:37:08 2019 +0200| [aef24efb0c1e65097ab77a4bf9264189bdf3ace3] | committer: James Almer lavf/rawenc: Only accept the appropriate stream type for raw muxers. This does not affect the rawvideo muxer. Fixes ticket #7979. > http://git.vide

[FFmpeg-cvslog] x86/vf_v360: use a faster horizontal add in remap4_8bit_line_avx2

2019-09-06 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Sep 6 11:18:45 2019 -0300| [4857688732e27e33fac58e2bd30989f20da2f181] | committer: James Almer x86/vf_v360: use a faster horizontal add in remap4_8bit_line_avx2 Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] x86/vf_v360: make remap{1,2}_8bit_line_avx2 work on x86_32

2019-09-06 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Sep 6 11:11:45 2019 -0300| [2200cf1acaf0c4d74f563ca7f0e56c62082d9b79] | committer: James Almer x86/vf_v360: make remap{1,2}_8bit_line_avx2 work on x86_32 Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2200cf1

[FFmpeg-cvslog] avfilter/vf_v360: add asserts to guard against invalid conditions

2019-09-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Sep 3 17:02:20 2019 +0200| [f0d8005ec5bedb99f40e3f48312c55e89ef88d95] | committer: Paul B Mahol avfilter/vf_v360: add asserts to guard against invalid conditions > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f0d8005ec5bedb99f40e3f48312

[FFmpeg-cvslog] avfilter/vf_v360: reduce allocations by reusing duplicated remaps

2019-09-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Sep 6 11:46:11 2019 +0200| [d131541445005e6533b9870debf8c15e4b9a74f6] | committer: Paul B Mahol avfilter/vf_v360: reduce allocations by reusing duplicated remaps > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d131541445005e6533b9870debf

[FFmpeg-cvslog] avfilter/vf_v360: stop using floats in interpolation

2019-09-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Sep 3 13:15:03 2019 +0200| [32dd429bc735aaf1e830da45f5bf6a36e6c513d5] | committer: Paul B Mahol avfilter/vf_v360: stop using floats in interpolation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=32dd429bc735aaf1e830da45f5bf6a36e6c513d5

[FFmpeg-cvslog] avfilter/vf_v360: rewrite storing of remap positions and interpolations

2019-09-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Sep 3 11:45:25 2019 +0200| [28dfa1e37169c9c3b0925284a39d9b0dfe88f35d] | committer: Paul B Mahol avfilter/vf_v360: rewrite storing of remap positions and interpolations In preparation of SIMD assembly. > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avfilter/vf_v360: x86 SIMD for interpolations

2019-09-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Sep 3 18:54:44 2019 +0200| [058bbf48c6ba74eddecc4fd684ce45a50d49366f] | committer: Paul B Mahol avfilter/vf_v360: x86 SIMD for interpolations > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=058bbf48c6ba74eddecc4fd684ce45a50d49366f ---

[FFmpeg-cvslog] avfilter/vf_v360: add option to pick rotation order

2019-09-06 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Sep 6 13:14:29 2019 +0200| [cb8c353032abd28dd977802e6d623e2d2854bebe] | committer: Paul B Mahol avfilter/vf_v360: add option to pick rotation order > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb8c353032abd28dd977802e6d623e2d2854bebe

[FFmpeg-cvslog] doc/filters: correct range for contrast in eq filter

2019-09-06 Thread Sourabh Sharma
ffmpeg | branch: master | Sourabh Sharma | Fri Sep 6 08:46:13 2019 +0530| [3424600e0b19417ebad6da8b28e57e11290abbe7] | committer: Gyan Doshi doc/filters: correct range for contrast in eq filter Fixes #8111 Reviewed-by: Gyan Doshi > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=