[FFmpeg-cvslog] avcodec/ralf: use multiply instead of shift to avoid undefined behavior in decode_block()

2019-11-22 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sat Nov 2 15:52:52 2019 +0100| [978aa2ae50877e8575d6f5061787f836dd2227d4] | committer: Michael Niedermayer avcodec/ralf: use multiply instead of shift to avoid undefined behavior in decode_block() Fixes: left shift of negative value -249

[FFmpeg-cvslog] avcodec/apedec: Fixes integer overflow of res+*data in do_apply_filter()

2019-11-22 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Tue Oct 29 18:30:07 2019 +0100| [5222756b36fe2172903e1e165deb7c05cb34b025] | committer: Michael Niedermayer avcodec/apedec: Fixes integer overflow of res+*data in do_apply_filter() Fixes: signed integer overflow: 7400 + 2147482786 cannot be

[FFmpeg-cvslog] avcodec/wmadec: Require previous exponents for reuse

2019-11-22 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Thu Oct 31 14:38:16 2019 +0100| [b385b34761415735c464b9560b1f64f8babc9ee6] | committer: Michael Niedermayer avcodec/wmadec: Require previous exponents for reuse Fixes: division by zero Fixes:

[FFmpeg-cvslog] Changelog: update

2019-11-22 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Fri Nov 22 22:46:42 2019 +0100| [e5baac772ccbabda4eb06fc48cbf332660da6815] | committer: Michael Niedermayer Changelog: update Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/iff: Move index use after check in decodeplane8()

2019-11-22 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Tue Oct 29 19:12:23 2019 +0100| [b9735a0271a95d4188b195723e31a817cd6bd33a] | committer: Michael Niedermayer avcodec/iff: Move index use after check in decodeplane8() Fixes: index 9 out of bounds for type 'const uint64_t [8][256]' Fixes:

[FFmpeg-cvslog] avcodec/vc1_block: Fix undefined behavior in ac prediction rescaling

2019-11-22 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Thu Oct 31 15:00:32 2019 +0100| [313af229425799e15f0d810cbec1af65e5293a8a] | committer: Michael Niedermayer avcodec/vc1_block: Fix undefined behavior in ac prediction rescaling The intermediates are required to fit in 12bit (8.1.3.9

[FFmpeg-cvslog] avcodec/sonic: Fix integer overflow in predictor_calc_error()

2019-11-22 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Mon Oct 21 23:41:49 2019 +0200| [c2f81cfc78fe59b1dbdb8d10dcda43bc8365e655] | committer: Michael Niedermayer avcodec/sonic: Fix integer overflow in predictor_calc_error() Fixes: signed integer overflow: 5 * -1094995529 cannot be represented

[FFmpeg-cvslog] avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalid

2019-11-22 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Thu Oct 31 15:22:53 2019 +0100| [0e96c6e4bf4ac7e9a4022af81bbb228a9488] | committer: Michael Niedermayer avcodec/qdm2: The smallest header seems to have 2 bytes so treat 1 as invalid Fixes: Timeout (217sec -> 2ms) Fixes:

[FFmpeg-cvslog] avformat/mp3dec: Check that the frame fits within the probe buffer

2019-11-22 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Thu Nov 7 21:16:32 2019 +0100| [0a4d2b5f674ed1b4632b550d9a176de05fab7a16] | committer: Michael Niedermayer avformat/mp3dec: Check that the frame fits within the probe buffer Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] avcodec/atrac3: Check for huge block aligns

2019-11-22 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sun Oct 20 23:51:58 2019 +0200| [eabece8639dd0a4f887319b9f22dbbcb72df32d8] | committer: Michael Niedermayer avcodec/atrac3: Check for huge block aligns The largest documented frame size = block align is 1024 bytes

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 4699a92 web/download: Add FFmpeg 4.0.5

2019-11-22 Thread ffmpeg-git
The branch, master has been updated via 4699a92a95b43550c9c0a5ba79076332ad800224 (commit) from fc2d9ed07d4f99ff34d13cf90a47db866dd021e9 (commit) - Log - commit 4699a92a95b43550c9c0a5ba79076332ad800224 Author:

[FFmpeg-cvslog] Tag n4.0.5 : FFmpeg 4.0.5 release

2019-11-22 Thread git
[ffmpeg] [branch: refs/tags/n4.0.5] Tag:90c221eb7328bc3e588352b754ddd270ab1ae4ad > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=90c221eb7328bc3e588352b754ddd270ab1ae4ad Tagger: Michael Niedermayer Date: Fri Nov 22 22:40:11 2019 +0100 FFmpeg 4.0.5 release

[FFmpeg-cvslog] avfilter/af_aiir: normalize biquads only if divisor is big enough

2019-11-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Nov 22 21:06:35 2019 +0100| [89aa1342b1e5a48d9c55d9af71e8a8151e101bf2] | committer: Paul B Mahol avfilter/af_aiir: normalize biquads only if divisor is big enough >

[FFmpeg-cvslog] avfilter/af_biquads: add new normalize/n option

2019-11-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Nov 22 20:54:12 2019 +0100| [f46b04c4c32849a789a5aadc27fff3c3c60fc596] | committer: Paul B Mahol avfilter/af_biquads: add new normalize/n option > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f46b04c4c32849a789a5aadc27fff3c3c60fc596 ---

[FFmpeg-cvslog] avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4

2019-11-22 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Tue Nov 12 00:37:02 2019 -0500| [ccc83ff11e071939acc198f118b1e5dd86fd9a42] | committer: Aman Gupta avcodec/v4l2_m2m_dec: Fix decoding on Odroid XU4 c0c79461967 unintentianally changed the initialization flow of the decoder: It caused the capture

[FFmpeg-cvslog] avcodec/v4l2_context: Fix indentation

2019-11-22 Thread Andriy Gelman
ffmpeg | branch: master | Andriy Gelman | Tue Nov 12 00:37:03 2019 -0500| [e759fbfbc4772d9a91031452c8910d1e272924f2] | committer: Aman Gupta avcodec/v4l2_context: Fix indentation Signed-off-by: Andriy Gelman Signed-off-by: Aman Gupta >

[FFmpeg-cvslog] avfilter/af_aiir: fix biquads normalization

2019-11-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Nov 22 20:24:29 2019 +0100| [f2a01b4c8bf6e40ad3b700901449338bc713bd59] | committer: Paul B Mahol avfilter/af_aiir: fix biquads normalization > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2a01b4c8bf6e40ad3b700901449338bc713bd59 ---

[FFmpeg-cvslog] avfilter/af_aiir: make a/b coefficients array

2019-11-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Nov 22 16:13:06 2019 +0100| [2f5fb9e60fa62a6b1e9b7ab874d6814ab1fed6b6] | committer: Paul B Mahol avfilter/af_aiir: make a/b coefficients array > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2f5fb9e60fa62a6b1e9b7ab874d6814ab1fed6b6 ---

[FFmpeg-cvslog] avfilter/af_aiir: add missing normalization of biquads gains

2019-11-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Nov 22 17:42:04 2019 +0100| [eecc45cea50fedc918fc7cac908fdfc6baefd241] | committer: Paul B Mahol avfilter/af_aiir: add missing normalization of biquads gains >

[FFmpeg-cvslog] avfilter/af_aiir: factor out response calculation

2019-11-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Nov 22 16:04:13 2019 +0100| [e169d3756e921bcad65e64a7c9b3c3892fd8e190] | committer: Paul B Mahol avfilter/af_aiir: factor out response calculation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e169d3756e921bcad65e64a7c9b3c3892fd8e190

[FFmpeg-cvslog] avfilter/af_aiir: check for stability

2019-11-22 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Nov 22 12:51:48 2019 +0100| [c36e72ed279b072bce325c7a11a85020c0a310fc] | committer: Paul B Mahol avfilter/af_aiir: check for stability > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c36e72ed279b072bce325c7a11a85020c0a310fc ---

[FFmpeg-cvslog] doc/filters: complete and correct vmafmotion section

2019-11-22 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Nov 22 20:13:35 2019 +0530| [1b78da449e20f35f2016bb72aedec64bdb87ec89] | committer: Gyan Doshi doc/filters: complete and correct vmafmotion section > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1b78da449e20f35f2016bb72aedec64bdb87ec89