[FFmpeg-cvslog] avfilter/af_astats: count number of NaNs/Infs/denormals for floating-point audio too

2019-04-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Apr 22 11:47:04 2019 +0200| [1e01f66822a0931b8182a0184b0335b18a129876] | committer: Paul B Mahol avfilter/af_astats: count number of NaNs/Infs/denormals for floating-point audio too > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1e01f66

[FFmpeg-cvslog] avcodec/gdv: Check input palette size before rescale()

2019-04-26 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Apr 25 19:18:08 2019 +0200| [f857753f56f86046d454969e33ba85b3bac99be2] | committer: Michael Niedermayer avcodec/gdv: Check input palette size before rescale() Fixes: Timeout (22sec -> 11sec) Fixes: 13576/clusterfuzz-testcase-minimized-ffmpeg

[FFmpeg-cvslog] avfilter/vf_stack: use time_base from framesync

2019-04-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Apr 25 21:14:48 2019 +0200| [bf15dcc5c8d8172282da2abcc93fef61174fffdf] | committer: Paul B Mahol avfilter/vf_stack: use time_base from framesync Fixes non-monotonous timestamps. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bf15dcc5c8d

[FFmpeg-cvslog] avfilter: add audio soft clip filter

2019-04-26 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Apr 16 19:55:27 2019 +0200| [c2f305ca17e3b33a439137c86cee84fcdfaf7bb3] | committer: Paul B Mahol avfilter: add audio soft clip filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2f305ca17e3b33a439137c86cee84fcdfaf7bb3 --- Changelog

[FFmpeg-cvslog] x86/opusdsp: replace loads with shuffles

2019-04-26 Thread Lynne
ffmpeg | branch: master | Lynne | Wed Apr 24 12:19:48 2019 +0100| [4b7166c9d57d3cc7ece02171338a27e129b12250] | committer: James Almer x86/opusdsp: replace loads with shuffles Has a slight speedup. Can't be carried over to aarch64, since it has no shufps-like instruction. Reviewed-by: Paul B Ma