[FFmpeg-cvslog] configure: bump year

2019-12-31 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Wed Jan 1 12:32:30 2020 +0530| [7b58702cbdce097f32f62c87cd537ab28c04ffb2] | committer: Gyan Doshi configure: bump year > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b58702cbdce097f32f62c87cd537ab28c04ffb2 --- configure | 2 +- 1 file chan

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 025c901 web/download: Add 4.2.2

2019-12-31 Thread ffmpeg-git
The branch, master has been updated via 025c901bd87dd73ab1f14bd254c0935c88929c75 (commit) from 3694662bb658ccbef185d976355f424f31a2fd4f (commit) - Log - commit 025c901bd87dd73ab1f14bd254c0935c88929c75 Author: Micha

[FFmpeg-cvslog] Tag n4.2.2 : FFmpeg 4.2.2 release

2019-12-31 Thread git
[ffmpeg] [branch: refs/tags/n4.2.2] Tag:b53940e13dde81d721621b4d5296eede5795aadd > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=b53940e13dde81d721621b4d5296eede5795aadd Tagger: Michael Niedermayer Date: Tue Dec 31 22:31:09 2019 +0100 FFmpeg 4.2.2 release __

[FFmpeg-cvslog] Update for FFmpeg 4.2.2

2019-12-31 Thread Michael Niedermayer
ffmpeg | branch: release/4.2 | Michael Niedermayer | Tue Dec 31 20:53:54 2019 +0100| [192d1d34eb3668fa27f433e96036340e1e5077a0] | committer: Michael Niedermayer Update for FFmpeg 4.2.2 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=192d1d34eb36

[FFmpeg-cvslog] cbs_mpeg2: Fix parsing the last unit

2019-12-31 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.2 | Andreas Rheinhardt | Mon Jul 29 21:56:56 2019 +0200| [14644e33226bf7f280da2bffd387b9fe26572d22] | committer: James Almer cbs_mpeg2: Fix parsing the last unit There is one way to find out if avpriv_find_start_code has found a start code or not: One has to check wh

[FFmpeg-cvslog] cbs_mpeg2: Decompose Sequence End

2019-12-31 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.2 | Andreas Rheinhardt | Mon Jul 29 21:56:54 2019 +0200| [2852aa50842dae99fc1f2988e256fef1052e7b57] | committer: James Almer cbs_mpeg2: Decompose Sequence End Sequence End units (or actually, sequence_end_codes) have up until now not been decomposed; in fact due to a

[FFmpeg-cvslog] cbs_mpeg2: Fix parsing of picture and slice headers

2019-12-31 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.2 | Andreas Rheinhardt | Thu Jun 20 01:45:12 2019 +0200| [9db961861aeca15feacb5a711aa5c5f2676ce6e2] | committer: James Almer cbs_mpeg2: Fix parsing of picture and slice headers 1. The extra information in slice headers was parsed incorrectly: In the first reading pas

[FFmpeg-cvslog] mpeg2_metadata, cbs_mpeg2: Fix handling of colour_description

2019-12-31 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.2 | Andreas Rheinhardt | Thu Jun 20 01:45:10 2019 +0200| [4bc84f4f7deb12190998d898c84b7cbc5002ce8c] | committer: James Almer mpeg2_metadata, cbs_mpeg2: Fix handling of colour_description If a sequence display extension is read with colour_description equal to zero, b

[FFmpeg-cvslog] avcodec/cbs: Fix potential overflow

2019-12-31 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.2 | Andreas Rheinhardt | Sun Nov 17 08:34:36 2019 +0100| [4667920455c0d52c25835ff81098254213f2d018] | committer: James Almer avcodec/cbs: Fix potential overflow The number of bits in a PutBitContext must fit into an int, yet nothing guaranteed the size argument cbs_w

[FFmpeg-cvslog] cbs_mpeg2: Rearrange start code search

2019-12-31 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.2 | Andreas Rheinhardt | Mon Jul 29 21:56:55 2019 +0200| [c1fb94fcacf3208ea8396953351a00af56e3f336] | committer: James Almer cbs_mpeg2: Rearrange start code search 1. Currently, cbs_mpeg2_split_fragment uses essentially three variables to hold the start code values f

[FFmpeg-cvslog] avcodec/cbs: Factor out common code for writing units

2019-12-31 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.2 | Andreas Rheinhardt | Sun Nov 17 08:34:35 2019 +0100| [1cf238d3bfefdfd3345ca262f57e08a798bb0d90] | committer: James Almer avcodec/cbs: Factor out common code for writing units All cbs-functions to write units share a common pattern: 1. They check whether they have

[FFmpeg-cvslog] cbs: Remove useless initializations

2019-12-31 Thread Andreas Rheinhardt
ffmpeg | branch: release/4.2 | Andreas Rheinhardt | Thu Jun 20 01:45:11 2019 +0200| [fd53f6745e1fd0741f5d9d3aa7d5484cfd98f8ed] | committer: James Almer cbs: Remove useless initializations Up until now, a temporary variable was used and initialized every time a value was read in CBS; if reading

[FFmpeg-cvslog] lavc/cbs_h2645_syntax_template: Fix memleak

2019-12-31 Thread Andriy Gelman
ffmpeg | branch: release/4.2 | Andriy Gelman | Fri Dec 6 14:22:14 2019 -0500| [662accb728639131638cd5be5f227b25a4559211] | committer: James Almer lavc/cbs_h2645_syntax_template: Fix memleak payload_count is used to track the number of SEI payloads. It is also used to free the SEIs in cbs_h264

[FFmpeg-cvslog] avformat/oggparsetheora: Replace get_bits_long() by get_bits() where possible

2019-12-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 24 15:30:51 2019 +0100| [9a8471e3f025d8f1bf20b8950ec7d80ed6ec1eba] | committer: Michael Niedermayer avformat/oggparsetheora: Replace get_bits_long() by get_bits() where possible Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] avformat/oggparseflac: Replace skip_bits_long() by skip_bits() where possible

2019-12-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 24 15:17:12 2019 +0100| [e90062107442ea5853e87f60b1df14ebb2b5b92d] | committer: Michael Niedermayer avformat/oggparseflac: Replace skip_bits_long() by skip_bits() where possible Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] avformat/options_table: err_detect compliant and aggressive should also enable the weaker checks

2019-12-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Nov 29 23:32:24 2019 +0100| [7d475c53c8a7c723650bb2d3a9aae6b8ba8ef7e4] | committer: Michael Niedermayer avformat/options_table: err_detect compliant and aggressive should also enable the weaker checks Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avcodec/cook: Use 3 stage VLC decoding for channel_coupling

2019-12-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 25 21:39:48 2019 +0100| [89fd76db71d9d4f87c51fee2a2edf99662444df7] | committer: Michael Niedermayer avcodec/cook: Use 3 stage VLC decoding for channel_coupling Fixes: shift exponent -1 is negative Fixes: out of array read Fixes: 19028/cl

[FFmpeg-cvslog] avcodec: Replace show_bits_long() by show_bits() where possible

2019-12-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 24 15:05:24 2019 +0100| [79d5d79f3837d8915b13c131feb5c7a7f5fb4357] | committer: Michael Niedermayer avcodec: Replace show_bits_long() by show_bits() where possible Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avcodec/h264_ps: Provide more details with "Truncated VUI" Message

2019-12-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Dec 15 19:00:21 2019 +0100| [77ba9e32520a910f07be3c5516f51b9aee58768f] | committer: Michael Niedermayer avcodec/h264_ps: Provide more details with "Truncated VUI" Message Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avcodec/twinvqdec: Correct overflow in block align check

2019-12-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Dec 3 19:48:46 2019 +0100| [4dc93ae3d725e892927f04002021337c2f90252a] | committer: Michael Niedermayer avcodec/twinvqdec: Correct overflow in block align check Fixes: signed integer overflow: 538976288 * 8 cannot be represented in type 'int

[FFmpeg-cvslog] avcodec: Replace get_bits_long() by get_bits() where possible

2019-12-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 24 15:31:14 2019 +0100| [a15d904ad752a2d0cca7ac6246c0c2f8c91286b4] | committer: Michael Niedermayer avcodec: Replace get_bits_long() by get_bits() where possible Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avcodec/ffwavesynth: Fix undefined overflow in wavesynth_synth_sample()

2019-12-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 25 21:50:57 2019 +0100| [fa47f6412dbf93b4865adf8c66618906a3274330] | committer: Michael Niedermayer avcodec/ffwavesynth: Fix undefined overflow in wavesynth_synth_sample() Fixes: signed integer overflow: 2147464192 + 21176 cannot be repre

[FFmpeg-cvslog] avcodec/options_table: err_detect compliant and aggressive should also enable the weaker checks

2019-12-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Nov 29 23:32:24 2019 +0100| [4cfc563c5776f52f8d0b41602d63019bfa5f0373] | committer: Michael Niedermayer avcodec/options_table: err_detect compliant and aggressive should also enable the weaker checks Signed-off-by: Michael Niedermayer > ht

[FFmpeg-cvslog] avcodec/wmalosslessdec: Fixes undefined overflow in dequantization in decode_subframe()

2019-12-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Nov 29 22:45:07 2019 +0100| [53efab44a9d0971c6c12d9b3d1af855ca863c847] | committer: Michael Niedermayer avcodec/wmalosslessdec: Fixes undefined overflow in dequantization in decode_subframe() Fixes: signed integer overflow: 47875596 * 45 can

[FFmpeg-cvslog] avcodec: Replace skip_bits_long() by skip_bits() where possible

2019-12-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 24 15:05:24 2019 +0100| [f72fa1ad679569303da42d5ee0bcbc3a1bff0576] | committer: Michael Niedermayer avcodec: Replace skip_bits_long() by skip_bits() where possible Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avcodec/sonic: Check e in get_symbol()

2019-12-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Oct 21 23:22:05 2019 +0200| [aea67556116330d3151e4cd3ef1e266b5d90f388] | committer: Michael Niedermayer avcodec/sonic: Check e in get_symbol() Fixes: signed integer overflow: 1721520852 + 1721520852 cannot be represented in type 'int' Fixes:

[FFmpeg-cvslog] fftools/ffmpeg_filter: remove sws_param option from buffersrc

2019-12-31 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Dec 4 21:41:46 2019 +0800| [609285af51adf0b88f168756c2d24490810e9006] | committer: Nicolas George fftools/ffmpeg_filter: remove sws_param option from buffersrc The option is deprecated and ignored by buffersrc. > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] tools/target_dec_fuzzer: Stop negative block_align and sampling rate

2019-12-31 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 28 20:16:24 2019 +0100| [c1411a1132595bddbca254322d85bfe24b038536] | committer: Michael Niedermayer tools/target_dec_fuzzer: Stop negative block_align and sampling rate These are checked for early in avcodec_open2() and do not really test

[FFmpeg-cvslog] swscale/utils: remove access of AV_PIX_FMT_NB

2019-12-31 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Dec 30 21:54:16 2019 +0800| [1e3e547a5b38d56d1b054078316ff862c7bcbac9] | committer: Michael Niedermayer swscale/utils: remove access of AV_PIX_FMT_NB Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1e3e

[FFmpeg-cvslog] avcodec/utils: remove access of AV_SAMPLE_FMT_NB

2019-12-31 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Dec 30 21:54:18 2019 +0800| [f78dc6608933d27b51a3d629327b6b9b982013f5] | committer: Michael Niedermayer avcodec/utils: remove access of AV_SAMPLE_FMT_NB Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f