[FFmpeg-cvslog] avcodec/truemotion2: Fix 2 integer overflows in tm2_update_block()

2019-04-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Apr 20 01:05:44 2019 +0200| [f4a1b8d409639b2394589efe20ad55410cce391c] | committer: Michael Niedermayer avcodec/truemotion2: Fix 2 integer overflows in tm2_update_block() Fixes: signed integer overflow: -2147483648 + -1 cannot be represented

[FFmpeg-cvslog] avcodec/agm: Check output size before allocation

2019-04-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Apr 24 17:41:13 2019 +0200| [19af948e53fb8a8d26eb57785420feffd91b619d] | committer: Michael Niedermayer avcodec/agm: Check output size before allocation Fixes: OOM Fixes:

[FFmpeg-cvslog] avcodec/cinepak: Check slice_size before allocating image

2019-04-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Apr 27 23:37:26 2019 +0200| [b606493717db6424d693e1a944f51171e9e72905] | committer: Michael Niedermayer avcodec/cinepak: Check slice_size before allocating image Fixes: Timeout (16sec -> 125msec) Fixes:

[FFmpeg-cvslog] avfilter/avf_showspectrum: convert some doubles to floats

2019-04-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Apr 30 20:33:14 2019 +0200| [5a39b797ac46bbf992e76ea363f2c5fab7ebc29f] | committer: Paul B Mahol avfilter/avf_showspectrum: convert some doubles to floats >

[FFmpeg-cvslog] swscale/ppc: VSX-optimize hscale_fast

2019-04-30 Thread Lauri Kasanen
ffmpeg | branch: master | Lauri Kasanen | Tue Apr 23 14:54:46 2019 +0300| [d0e4d0429ed2841283e31d5f2cb6b1c56210382c] | committer: Lauri Kasanen swscale/ppc: VSX-optimize hscale_fast ./ffmpeg -f lavfi -i yuvtestsrc=duration=1:size=1200x1440 -sws_flags fast_bilinear \ -s 2400x720 -f

[FFmpeg-cvslog] lavu/hwcontext_qsv: Fix the realign check for hwupload

2019-04-30 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Mon Apr 15 21:23:40 2019 +0800| [2d81acaa1adf2280d74d280491f05f0baa4a31d9] | committer: Zhong Li lavu/hwcontext_qsv: Fix the realign check for hwupload Fix the aligned check in hwupload, input surface should be 16 aligned too. Partly fix #7830.

[FFmpeg-cvslog] avfilter/af_asoftclip: add timeline support

2019-04-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Apr 30 11:02:36 2019 +0200| [38c170d54c008ab920d2c1b273fc69ca7a34447c] | committer: Paul B Mahol avfilter/af_asoftclip: add timeline support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=38c170d54c008ab920d2c1b273fc69ca7a34447c ---

[FFmpeg-cvslog] avfilter/af_dynaudnorm: add timeline support

2019-04-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Apr 30 10:54:45 2019 +0200| [9cc10418b3d8653ac9f1a1370828cfa6171299e2] | committer: Paul B Mahol avfilter/af_dynaudnorm: add timeline support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9cc10418b3d8653ac9f1a1370828cfa6171299e2 ---

[FFmpeg-cvslog] avfilter/af_dynaudnorm: always update delay when flushing

2019-04-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Apr 30 10:05:23 2019 +0200| [c82d81ba4217d41bbe54bf738a014c6379398e95] | committer: Paul B Mahol avfilter/af_dynaudnorm: always update delay when flushing >