[FFmpeg-cvslog] avformat/av1: Fix leak of dynamic buffer in case of parsing failure

2019-11-21 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Nov 21 07:17:19 2019 +0100| [27c6c925344e00c1a72ba8bb2b5cdd32cb1a2655] | committer: James Almer avformat/av1: Fix leak of dynamic buffer in case of parsing failure Signed-off-by: Andreas Rheinhardt Signed-off-by: James Almer >

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

2019-11-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Thu Oct 31 15:22:53 2019 +0100| [61620896a1acd80e00cb8821febe39efd3724978] | 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] avcodec/vc1_block: Fix undefined behavior in ac prediction rescaling

2019-11-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Thu Oct 31 15:00:32 2019 +0100| [2850004c6d3a38ae64dc1eef178fa45db63ad893] | 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/iff: Move index use after check in decodeplane8()

2019-11-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Tue Oct 29 19:12:23 2019 +0100| [70bf2bdf3112e93726eb93d02df02f964cb46596] | 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/apedec: Fixes integer overflow of res+*data in do_apply_filter()

2019-11-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Tue Oct 29 18:30:07 2019 +0100| [6b430f066b9d6637f145fe228e7950a03820a1ab] | 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/atrac3: Check for huge block aligns

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

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

2019-11-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Sat Nov 2 15:52:52 2019 +0100| [38cfa9d5f974086721e0d501e22b3b2eb1de0712] | 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] Changelog: update

2019-11-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Thu Nov 21 23:45:58 2019 +0100| [26e1d0d015bb11ab0383729c52cfca4fd9cf4e79] | committer: Michael Niedermayer Changelog: update > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=26e1d0d015bb11ab0383729c52cfca4fd9cf4e79 ---

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

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

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

2019-11-21 Thread Michael Niedermayer
ffmpeg | branch: release/4.0 | Michael Niedermayer | Thu Nov 7 21:16:32 2019 +0100| [a6eb5e1f7086d7e7c9cf63b2689e88a224feab9a] | 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] lavc/tableprint_vlc: Remove avpriv_request_sample() from included files.

2019-11-21 Thread Carl Eugen Hoyos
ffmpeg | branch: release/4.0 | Carl Eugen Hoyos | Wed Jun 19 13:41:01 2019 +0200| [5e98ede2da98cd4579c13095a8918882e753d08a] | committer: Michael Niedermayer lavc/tableprint_vlc: Remove avpriv_request_sample() from included files. Fixes compilation with --enable-hardcoded-tables. Fixes ticket

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

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

[FFmpeg-cvslog] avfilter/af_aiir: fix array length when selecting conjugate poles

2019-11-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 21 23:23:55 2019 +0100| [9cd56bb94c857d23194628953169d5d2de073ce0] | committer: Paul B Mahol avfilter/af_aiir: fix array length when selecting conjugate poles >

[FFmpeg-cvslog] avfilter/graphdump: fix use of uninitialized variables

2019-11-21 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Thu Nov 21 14:58:26 2019 +0800| [bbb68be0ccf4db59ba31341979dfcd9a9556f18d] | committer: Michael Niedermayer avfilter/graphdump: fix use of uninitialized variables In case of av_bprint_finalize failed. Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avfilter/avfilter: fix indentation

2019-11-21 Thread leozhang
ffmpeg | branch: master | leozhang | Wed Nov 20 20:10:57 2019 +0800| [4a3aa77d7437d17ecf888ba3d5f4a199a9d1d555] | committer: Michael Niedermayer avfilter/avfilter: fix indentation Signed-off-by: leozhang Signed-off-by: Michael Niedermayer >

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

2019-11-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 21 18:34:07 2019 +0100| [55ca21d54e400ec5efc7fd28b1bce6096cbaea42] | committer: Paul B Mahol avfilter/vf_amplify: add timeline support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55ca21d54e400ec5efc7fd28b1bce6096cbaea42 ---

[FFmpeg-cvslog] avfilter/vf_datascope: add support for commands in oscilloscope

2019-11-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 21 18:08:48 2019 +0100| [103effebc1f10d69c311a02794c8150a90bc928c] | committer: Paul B Mahol avfilter/vf_datascope: add support for commands in oscilloscope >

[FFmpeg-cvslog] avfilter/vsrc_sierpinski: change seed option type

2019-11-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 21 17:38:48 2019 +0100| [c98d8b2bf56a71ed26baf4e591328a3d183cad3d] | committer: Paul B Mahol avfilter/vsrc_sierpinski: change seed option type > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c98d8b2bf56a71ed26baf4e591328a3d183cad3d

[FFmpeg-cvslog] avfilter/vsrc_sierpinski: fix another typos

2019-11-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 21 17:35:35 2019 +0100| [d83304d5392eb763bcd86def2f71733cd7a28f54] | committer: Paul B Mahol avfilter/vsrc_sierpinski: fix another typos > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d83304d5392eb763bcd86def2f71733cd7a28f54 ---

[FFmpeg-cvslog] avfilter/vsrc_testsrc: simplify color filter commands parsing

2019-11-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 21 17:30:21 2019 +0100| [09fd1b18f041b725be6f78bc787140eb5cb25d2e] | committer: Paul B Mahol avfilter/vsrc_testsrc: simplify color filter commands parsing >

[FFmpeg-cvslog] avfilter/vf_chromakey: add support for commands

2019-11-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 21 17:19:40 2019 +0100| [94c0b27397873efb534ca3ee7cb0844619edb854] | committer: Paul B Mahol avfilter/vf_chromakey: add support for commands > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=94c0b27397873efb534ca3ee7cb0844619edb854 ---

[FFmpeg-cvslog] avfilter/vf_lumakey: change options to doubles, so that values are automatically scaled

2019-11-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 21 16:52:48 2019 +0100| [6b9862f6145b755b0febaa8ed0ad75ef251a246f] | committer: Paul B Mahol avfilter/vf_lumakey: change options to doubles, so that values are automatically scaled >

[FFmpeg-cvslog] avfilter/vf_lumakey: add support for commands

2019-11-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 21 16:59:39 2019 +0100| [ae6c4168e67cae029eaab227621535b32392937d] | committer: Paul B Mahol avfilter/vf_lumakey: add support for commands > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ae6c4168e67cae029eaab227621535b32392937d ---

[FFmpeg-cvslog] avfilter/vf_scroll: add support for slice threading

2019-11-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 21 12:55:17 2019 +0100| [f89ebf88a1d17f017930efc320feb36422538121] | committer: Paul B Mahol avfilter/vf_scroll: add support for slice threading > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f89ebf88a1d17f017930efc320feb36422538121

[FFmpeg-cvslog] avfilter/vf_chromashift: add support for commands

2019-11-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 21 12:24:02 2019 +0100| [9bd4df16542b6fd3b4bdcde027faaeda1dd86f1c] | committer: Paul B Mahol avfilter/vf_chromashift: add support for commands > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9bd4df16542b6fd3b4bdcde027faaeda1dd86f1c

[FFmpeg-cvslog] avfilter/vf_fillborders: add support for commands

2019-11-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 21 12:07:58 2019 +0100| [fbcb141c06a73667b5b37d41d8a7bd37619bb3b7] | committer: Paul B Mahol avfilter/vf_fillborders: add support for commands > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fbcb141c06a73667b5b37d41d8a7bd37619bb3b7

[FFmpeg-cvslog] avfilter/af_afftdn: simplify changing commands

2019-11-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 21 11:49:23 2019 +0100| [84e9a55d8ed79c51ef180ce36bdcb044ab86dab2] | committer: Paul B Mahol avfilter/af_afftdn: simplify changing commands > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84e9a55d8ed79c51ef180ce36bdcb044ab86dab2 ---

[FFmpeg-cvslog] avfilter/vf_median: clip radius instead of erroring out

2019-11-21 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 21 11:21:31 2019 +0100| [8e2a832a552165a177a2b60d5cd8f12fa3cad1d1] | committer: Paul B Mahol avfilter/vf_median: clip radius instead of erroring out >