[FFmpeg-cvslog] avcodec/wavpack: Do not allow the sample format to change between channels

2020-06-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jun 3 21:13:47 2020 +0200| [bafaf95116b78ab58dbbcbf15f9c3a7c3a123fbd] | committer: Michael Niedermayer avcodec/wavpack: Do not allow the sample format to change between channels Fixes: out of array access Fixes: 22692/clusterfuzz-testcase-m

[FFmpeg-cvslog] avcodec/vp9dsp_template: Fix integer overflow(s) in iadst16_1d()

2020-06-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun May 24 00:24:40 2020 +0200| [071e2937236945c168ab99d3e3b01539194466dd] | committer: Michael Niedermayer avcodec/vp9dsp_template: Fix integer overflow(s) in iadst16_1d() Fixes: signed integer overflow: 1080285923 - -1130879337 cannot be repres

[FFmpeg-cvslog] avcodec/mv30: Fix multiple integer overflows in idct_1d()

2020-06-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat May 23 21:52:25 2020 +0200| [7f817853cd05597a00361c0931048c4fb72042e3] | committer: Michael Niedermayer avcodec/mv30: Fix multiple integer overflows in idct_1d() Fixes: signed integer overflow: -4869937 * 473 cannot be represented in type 'i

[FFmpeg-cvslog] avcodec/mv30: Do not allow MVs outside the allocated image

2020-06-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed May 20 21:52:23 2020 +0200| [e73a25168028fea7ca8a837519c6643875c09cab] | committer: Michael Niedermayer avcodec/mv30: Do not allow MVs outside the allocated image Fixes: out of array read Fixes: 21804/clusterfuzz-testcase-minimized-ffmpeg_AV

[FFmpeg-cvslog] avcodec/wmalosslessdec: Fix integer overflow in mclms_predict()

2020-06-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat May 23 22:02:56 2020 +0200| [c42ed06695848617350a94543823e850f190b3ab] | committer: Michael Niedermayer avcodec/wmalosslessdec: Fix integer overflow in mclms_predict() Fixes: signed integer overflow: 2147483636 + 2048 cannot be represented in

[FFmpeg-cvslog] avcodec/bitpacked: add missing comma to codec tags

2020-06-04 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jun 3 19:17:34 2020 +0200| [e34686d7acdd2d2562286753a727e100cedd6393] | committer: Michael Niedermayer avcodec/bitpacked: add missing comma to codec tags Fixes: array end overread Fixes: 22395/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_

[FFmpeg-cvslog] avformat/utils: Find a fallback probe decoder that will also match a forced decoder's codec.

2020-06-04 Thread Samuel Foss
ffmpeg | branch: master | Samuel Foss | Wed Jun 3 07:15:28 2020 -0400| [5bbd93c3ee912af6f46d592b1fe6653894dd1f75] | committer: Michael Niedermayer avformat/utils: Find a fallback probe decoder that will also match a forced decoder's codec. Prevent codecpar->codec_id from getting out of sync

[FFmpeg-cvslog] avcodec/nvenc: honor max bitrate in CQ mode

2020-06-04 Thread Roman Arzumanyan
ffmpeg | branch: release/4.2 | Roman Arzumanyan | Wed Jun 3 16:12:12 2020 +0300| [221e490d42bc1c20c61aee385d5bfe003a1a8c87] | committer: Timo Rothenpieler avcodec/nvenc: honor max bitrate in CQ mode Signed-off-by: Timo Rothenpieler > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avcodec/nvenc: honor max bitrate in CQ mode

2020-06-04 Thread Roman Arzumanyan
ffmpeg | branch: master | Roman Arzumanyan | Wed Jun 3 16:12:12 2020 +0300| [470bbf60d4cd34abd2cabea40910af6c0fc2366c] | committer: Timo Rothenpieler avcodec/nvenc: honor max bitrate in CQ mode Signed-off-by: Timo Rothenpieler > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=470b

[FFmpeg-cvslog] hwcontext_vulkan: fix make checkheaders fail

2020-06-04 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat May 30 20:41:31 2020 +0800| [0c79b731647f834dae86a5cf6fb4dbe3538b2266] | committer: Jun Zhao hwcontext_vulkan: fix make checkheaders fail make checkheaders will get error as follow: CC libavutil/hwcontext_vulkan.h.o In file included from libavutil/

[FFmpeg-cvslog] avcodec/decode: actually propagate AVHWAccel.alloc_frame() return value

2020-06-04 Thread James Almer
ffmpeg | branch: master | James Almer | Fri May 29 15:07:41 2020 -0300| [8e7b5ba80e05eb5d58b724bec0be19611b11958a] | committer: James Almer avcodec/decode: actually propagate AVHWAccel.alloc_frame() return value Finishes fixing the regression introduced in a1133db30ef07896afd96f067e5c51531a4e8

[FFmpeg-cvslog] fate/vcodec: use the encoder private option for frame skip compare function

2020-06-04 Thread James Almer
ffmpeg | branch: master | James Almer | Wed May 27 11:00:54 2020 -0300| [821fda819abfede696d959b6e9416ece814e6827] | committer: James Almer fate/vcodec: use the encoder private option for frame skip compare function Stop using the deprecated global option Signed-off-by: James Almer > http://

[FFmpeg-cvslog] lavf/tee: pass options to protocol.

2020-06-04 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Tue Jun 2 20:55:30 2020 +0200| [a45be55d5b54827220ed9097932c9e2141488526] | committer: Nicolas George lavf/tee: pass options to protocol. Fix trac ticket #8705. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a45be55d5b54827220ed9097932c