[FFmpeg-cvslog] avfilter/vf_zoompan: parse zoom,x and y expression during initialization

2017-08-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 27 17:11:40 2017 +0200| [bf39f7eadc684ab291a6f42ee9a85a6c2d804bc7] | committer: Paul B Mahol avfilter/vf_zoompan: parse zoom,x and y expression during initialization Fixes #6127. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avfilter/vf_zoompan: switch to activate

2017-08-27 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Aug 27 16:51:24 2017 +0200| [2ce43274e39295e3965c51dcfaf802628a5929f9] | committer: Paul B Mahol avfilter/vf_zoompan: switch to activate Fixes #5182. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ce43274e

[FFmpeg-cvslog] avdevice/decklink_dec: fix signed and unsigned comparison warning

2017-08-27 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Aug 27 17:55:02 2017 +0200| [76a8b5e7adbb3b94611c8a7207003711c4473a1f] | committer: Marton Balint avdevice/decklink_dec: fix signed and unsigned comparison warning Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] avdevice/decklink_enc: enable 16 output channel

2017-08-27 Thread pkviet
ffmpeg | branch: master | pkviet | Sun Jul 2 23:50:56 2017 +0200| [84ee6512ed70e4eeb37559e2ed1d830d198c8a15] | committer: Marton Balint avdevice/decklink_enc: enable 16 output channel Decklink devices can output 2, 8 or 16 audio channels along video. The code was limited to 2 or 8 channels. T

[FFmpeg-cvslog] lavd: implement NewTek NDI input/output device support

2017-08-27 Thread Maksym Veremeyenko
ffmpeg | branch: master | Maksym Veremeyenko | Fri Aug 18 09:34:06 2017 -0400| [2634927fe30ea4a821db515c6b7f77458f5c4bc5] | committer: Marton Balint lavd: implement NewTek NDI input/output device support Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h

[FFmpeg-cvslog] avformat/asfdec: Fix DoS due to lack of eof check

2017-08-27 Thread 望初
ffmpeg | branch: master | 孙浩 and 张洪亮(望初) | Fri Aug 25 12:37:25 2017 +0200| [7f9ec5593e04827249e7aeb466da06a98a0d7329] | committer: Michael Niedermayer avformat/asfdec: Fix DoS due to lack of eof check Fixes: loop.asf Found-by: Xiaohei and Wangchu from Alibaba Security Team Signed-off-by: Micha

[FFmpeg-cvslog] avformat/rl2: Fix DoS due to lack of eof check

2017-08-27 Thread 望初
ffmpeg | branch: master | 孙浩 and 张洪亮(望初) | Fri Aug 25 01:15:29 2017 +0200| [96f24d1bee7fe7bac08e2b7c74db1a046c9dc0de] | committer: Michael Niedermayer avformat/rl2: Fix DoS due to lack of eof check Fixes: loop.rl2 Found-by: Xiaohei and Wangchu from Alibaba Security Team Signed-off-by: Michael

[FFmpeg-cvslog] avformat/cinedec: Fix DoS due to lack of eof check

2017-08-27 Thread 望初
ffmpeg | branch: master | 孙浩 and 张洪亮(望初) | Fri Aug 25 01:15:27 2017 +0200| [7e80b63ecd259d69d383623e75b318bf2bd491f6] | committer: Michael Niedermayer avformat/cinedec: Fix DoS due to lack of eof check Fixes: loop.cine Found-by: Xiaohei and Wangchu from Alibaba Security Team Signed-off-by: Mic

[FFmpeg-cvslog] avformat/hls: Fix DoS due to infinite loop

2017-08-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 26 01:26:58 2017 +0200| [7ec414892ddcad88313848494b6fc5f437c9ca4a] | committer: Michael Niedermayer avformat/hls: Fix DoS due to infinite loop Fixes: loop.m3u The default max iteration count of 1000 is arbitrary and ideas for a better s

[FFmpeg-cvslog] avformat/rmdec: Fix DoS due to lack of eof check

2017-08-27 Thread 望初
ffmpeg | branch: master | 孙浩 and 张洪亮(望初) | Fri Aug 25 01:15:28 2017 +0200| [124eb202e70678539544f6268efc98131f19fa49] | committer: Michael Niedermayer avformat/rmdec: Fix DoS due to lack of eof check Fixes: loop.ivr Found-by: Xiaohei and Wangchu from Alibaba Security Team Signed-off-by: Michae

[FFmpeg-cvslog] avformat/mvdec: Fix DoS due to lack of eof check

2017-08-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Aug 25 01:15:30 2017 +0200| [4f05e2e2dc1a89f38cd9f0960a6561083d714f1e] | committer: Michael Niedermayer avformat/mvdec: Fix DoS due to lack of eof check Fixes: loop.mv Found-by: Xiaohei and Wangchu from Alibaba Security Team Signed-off-by: M

[FFmpeg-cvslog] avcodec/aacpsdsp_template: Fix undefined integer overflow in ps_add_squares_c()

2017-08-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 26 14:08:51 2017 +0200| [0181b202cc42133eacd74bad33745cf1ba699e6b] | committer: Michael Niedermayer avcodec/aacpsdsp_template: Fix undefined integer overflow in ps_add_squares_c() Fixes runtime error: signed integer overflow: 1997494407 +

[FFmpeg-cvslog] avcodec/sbrdsp_fixed: Fix undefined overflows in autocorrelate()

2017-08-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 26 14:00:55 2017 +0200| [eefb68c9c335dda423c9115ba11dc4bb3e73e3f9] | committer: Michael Niedermayer avcodec/sbrdsp_fixed: Fix undefined overflows in autocorrelate() Fixes: runtime error: signed integer overflow: 8903997421129740175 + 354

[FFmpeg-cvslog] avfilter/vf_zoompan: remove AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC

2017-08-27 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 27 20:41:56 2017 +0200| [aa26258faa9704b144dfe5bc5d263a1332d7a9dd] | committer: Michael Niedermayer avfilter/vf_zoompan: remove AVFILTER_FLAG_SUPPORT_TIMELINE_GENERIC Suggested-by: Fixes: assertion failure Signed-off-by: Michael Niederm

[FFmpeg-cvslog] libavutil/opencl: fix potential null dereference

2017-08-27 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Sun Jun 11 16:05:45 2017 +0200| [ef0c6d9b01de773e5a1177de5fcbb981aac44d65] | committer: Timo Rothenpieler libavutil/opencl: fix potential null dereference Fixes CID 1396840 Reviewed-by: Wei Gao Signed-off-by: Timo Rothenpieler > http://git.vide