[FFmpeg-cvslog] avformat/sbgdec: Check for timestamp overflow in parse_time_sequence()

2020-10-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Oct 19 16:24:58 2020 +0200| [685ed1cbd139d1da04d432a3d3be9929666761bf] | committer: Michael Niedermayer avformat/sbgdec: Check for timestamp overflow in parse_time_sequence() Fixes: signed integer overflow: 345801500790256 + 6425686373040

[FFmpeg-cvslog] avformat/hlsenc: Fix check for SPS

2020-10-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Oct 20 13:00:04 2020 +0200| [fe2be5d9ce528b3894e1e04dc5f936772508be6b] | committer: Andreas Rheinhardt avformat/hlsenc: Fix check for SPS Check all the six bits, not only the two bits that are set for SPS. Signed-off-by: Andreas Rheinhardt

[FFmpeg-cvslog] avformat/hlsenc: Fix extradata length check

2020-10-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Oct 20 12:16:27 2020 +0200| [96ad55df5bfa594defa2d57970686df3106a9ffa] | committer: Andreas Rheinhardt avformat/hlsenc: Fix extradata length check Commit a2b1dd0ce301450a47c972745a6b33c4c273aa5d added support for parsing annex B HEVC extradata

[FFmpeg-cvslog] avformat/hlsenc: Don't use uninitialized buffer in av_stristr()

2020-10-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Oct 20 12:52:49 2020 +0200| [1ba174f461bab97d4e9d0d81f43d788afeae6639] | committer: Andreas Rheinhardt avformat/hlsenc: Don't use uninitialized buffer in av_stristr() Introduced in a2b1dd0ce301450a47c972745a6b33c4c273aa5d. Signed-off-by: Andr

[FFmpeg-cvslog] avformat/hlsenc: Fix mixed declaration and code

2020-10-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Oct 20 12:55:22 2020 +0200| [c4f65611bc14af6eb4a81416be51dca435548f82] | committer: Andreas Rheinhardt avformat/hlsenc: Fix mixed declaration and code Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avfilter/af_crossfeed: use transposed II form

2020-10-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 20 13:32:25 2020 +0200| [6d59d69bb05f52e7833266bd41dee13a5d285b0e] | committer: Paul B Mahol avfilter/af_crossfeed: use transposed II form > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d59d69bb05f52e7833266bd41dee13a5d285b0e ---

[FFmpeg-cvslog] avfilter/af_asubboost: use transposed II form

2020-10-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Oct 20 13:45:14 2020 +0200| [8750c8f45c8697e7a8faab50d0b728dcbc23629f] | committer: Paul B Mahol avfilter/af_asubboost: use transposed II form > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8750c8f45c8697e7a8faab50d0b728dcbc23629f ---

[FFmpeg-cvslog] avformat/av1dec: Fix padding in obu_get_packet()

2020-10-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 16 09:30:39 2020 +0200| [2be51d14f278c1c207becafed0db20cbc4e89f55] | committer: Michael Niedermayer avformat/av1dec: Fix padding in obu_get_packet() Fixes: stack buffer overflow (read) Fixes: 26369/clusterfuzz-testcase-minimized-ffmpeg_d

[FFmpeg-cvslog] avformat/boadec: Check that channels and block_align are set

2020-10-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 16 19:09:37 2020 +0200| [44ff5a1bff424b1576dff366ccd246805b4e5567] | committer: Michael Niedermayer avformat/boadec: Check that channels and block_align are set Fixes: Infinite loop Fixes: 26381/clusterfuzz-testcase-minimized-ffmpeg_dem_

[FFmpeg-cvslog] avcodec/h264idct_template: Fix integer overflow in ff_h264_chroma422_dc_dequant_idct()

2020-10-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 15 21:35:43 2020 +0200| [d1983628394e076001cc67d85656f9842b7282a3] | committer: Michael Niedermayer avcodec/h264idct_template: Fix integer overflow in ff_h264_chroma422_dc_dequant_idct() Fixes: signed integer overflow: 241173056 + 195351

[FFmpeg-cvslog] avformat/asfdec_f: Check name_len for overflow

2020-10-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 15 22:04:56 2020 +0200| [0d088a47ca0243576078f109fff20617d1fac382] | committer: Michael Niedermayer avformat/asfdec_f: Check name_len for overflow Fixes: signed integer overflow: -1172299744 * 2 cannot be represented in type 'int' Fixes:

[FFmpeg-cvslog] avcodec/exr: Check limits to avoid overflow in delta computation

2020-10-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 16 18:08:37 2020 +0200| [6910e0f4e5c40b5b902e4dd87256327d860d53f5] | committer: Michael Niedermayer avcodec/exr: Check limits to avoid overflow in delta computation Fixes: signed integer overflow: 553590816 - -2145378049 cannot be represe

[FFmpeg-cvslog] avcodec/adpcm: Check channels before use for ADPCM_PSX

2020-10-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Oct 15 22:09:10 2020 +0200| [4ebe40ef6418995a888094f680eb2313850618d4] | committer: Michael Niedermayer avcodec/adpcm: Check channels before use for ADPCM_PSX Fixes: division by zero Fixes: 26293/clusterfuzz-testcase-minimized-ffmpeg_AV_CODE

[FFmpeg-cvslog] avcodec/notchlc: Check uncompressed size against input for LZ4

2020-10-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Oct 13 22:44:21 2020 +0200| [51002362c4ed301e54cea1597666cd5cc9a134f3] | committer: Michael Niedermayer avcodec/notchlc: Check uncompressed size against input for LZ4 Fixes: OOM Fixes: 26168/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_

[FFmpeg-cvslog] avcodec/cri: Check for end of image in unpack_10bit()

2020-10-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Oct 14 23:21:03 2020 +0200| [bc9686c85beb15cb87d492bfbea03c91d5317a11] | committer: Michael Niedermayer avcodec/cri: Check for end of image in unpack_10bit() Fixes: out of array write Fixes: 26242/clusterfuzz-testcase-minimized-ffmpeg_AV_COD

[FFmpeg-cvslog] libavformat/utils: Fix misleading indent

2020-10-20 Thread Chris Miceli
ffmpeg | branch: master | Chris Miceli | Tue Oct 13 15:59:06 2020 +1100| [be852803eb3b5628a45f91d298c924be038c2ff7] | committer: Michael Niedermayer libavformat/utils: Fix misleading indent 6f69f7a8bf6a0d013985578df2ef42ee6b1c7994 introduced this and it was part of a very large merging of refa

[FFmpeg-cvslog] avcodec/mobiclip: Avoid signed integer overflows in idct()

2020-10-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 16 17:55:26 2020 +0200| [a4895b75a3030d624fd15793e830543b94a0f29c] | committer: Michael Niedermayer avcodec/mobiclip: Avoid signed integer overflows in idct() Fixes: signed integer overflow: 536870912 + 1610612736 cannot be represented in

[FFmpeg-cvslog] avcodec/decode/ff_get_buffer: Check for overflow in FFALIGN()

2020-10-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Oct 13 23:01:38 2020 +0200| [939b72b02e40a7db440b68f31ab23bd550785344] | committer: Michael Niedermayer avcodec/decode/ff_get_buffer: Check for overflow in FFALIGN() Fixes: signed integer overflow: 2147483647 + 64 cannot be represented in typ

[FFmpeg-cvslog] avcodec/notchlc: Revert incorrect compression bound

2020-10-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Oct 20 17:18:11 2020 +0200| [6707152f08bbb413329f4460ed604ad58583d972] | committer: Michael Niedermayer avcodec/notchlc: Revert incorrect compression bound Revert "avcodec/notchlc: Check uncompressed size against input for LZ4" Found-by: dur

[FFmpeg-cvslog] avfilter/avf_aphasemeter: add out of phase and mono detection

2020-10-20 Thread Romane Lafon
ffmpeg | branch: master | Romane Lafon | Mon Oct 12 19:01:17 2020 +0200| [d60927b676bfd7fadee607281935529dd3fdf82c] | committer: Paul B Mahol avfilter/avf_aphasemeter: add out of phase and mono detection Extend aphasemeter to detect out of phase or mono sequences in stereo streams. Signed-off

[FFmpeg-cvslog] avfilter: add audio frequency and phase shift filters

2020-10-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sat Oct 17 20:34:08 2020 +0200| [637c154a5048f60d0b59d35941d4d528edf56370] | committer: Paul B Mahol avfilter: add audio frequency and phase shift filters > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=637c154a5048f60d0b59d35941d4d528edf5637

[FFmpeg-cvslog] avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at once

2020-10-20 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Fri Oct 16 13:14:25 2020 +1000| [e9dd73d30d09043446ac6dd7b8ad31e557873852] | committer: Zane van Iperen avcodec/adpcm_swf: support decoding multiple fixed-sized blocks at once For incoming packets from WAV. Signed-off-by: Zane van Iperen > http://

[FFmpeg-cvslog] avcodec/adpcm_swf: set block_align when encoding

2020-10-20 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Fri Oct 16 13:51:58 2020 +1000| [0547fa572bd88a20637508bd7dcf36e2953dc64d] | committer: Zane van Iperen avcodec/adpcm_swf: set block_align when encoding Allows it to be muxed to WAVs. Signed-off-by: Zane van Iperen > http://git.videolan.org/gitweb

[FFmpeg-cvslog] avcodec/adpcm_swf: support custom block size for encoding

2020-10-20 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Sat Oct 17 13:55:51 2020 +1000| [4919b3c1c42377e17add834b8bf064d0dd8ae298] | committer: Zane van Iperen avcodec/adpcm_swf: support custom block size for encoding Signed-off-by: Zane van Iperen > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] fate: add test for adpcm_swf in wav

2020-10-20 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Fri Oct 16 18:09:27 2020 +1000| [3106db044e8b4440831170ce6f7df07fc8b63048] | committer: Zane van Iperen fate: add test for adpcm_swf in wav Signed-off-by: Zane van Iperen > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3106db044e8b44408

[FFmpeg-cvslog] avformat/riff: prevent muxing adpcm_swf with a variable block size

2020-10-20 Thread Zane van Iperen
ffmpeg | branch: master | Zane van Iperen | Fri Oct 16 00:02:18 2020 +1000| [53ac499f0132b924315ce26c2683d6eb1717ce29] | committer: Zane van Iperen avformat/riff: prevent muxing adpcm_swf with a variable block size Prefer to error than to create a broken file. Closes ticket #5829. Effectively

[FFmpeg-cvslog] doc/general_contents.texi: add uavs3d section

2020-10-20 Thread hwren
ffmpeg | branch: master | hwren | Tue Oct 6 15:02:00 2020 +0800| [682990a849ae7cd56e510a910845726c801eb8cd] | committer: hwren doc/general_contents.texi: add uavs3d section Signed-off-by: hwren > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=682990a849ae7cd56e510a910845726c801eb8

[FFmpeg-cvslog] avcodec/vp3: Fix memleak upon init failure

2020-10-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Oct 19 20:23:54 2020 +0200| [a01ca21bbbd41ad86ca58f2c7575c92a36a4b722] | committer: Andreas Rheinhardt avcodec/vp3: Fix memleak upon init failure Up until now, there was no cleanup in case initializing the Theora VLC tables failed, leading to

[FFmpeg-cvslog] avcodec/vp3: Check allocations of VLCs

2020-10-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Oct 19 20:59:58 2020 +0200| [786b1b0c44d3e5d71c3e69a3fe260baa95172e02] | committer: Andreas Rheinhardt avcodec/vp3: Check allocations of VLCs It would lead to crashs lateron if they failed. Reviewed-by: Peter Ross Signed-off-by: Andreas Rhei

[FFmpeg-cvslog] avcodec/vp3: Unify initializing and freeing VLC tables

2020-10-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Oct 19 21:25:47 2020 +0200| [289e9648734a3b8fd7241c9e3b4e9e5b3daf3200] | committer: Andreas Rheinhardt avcodec/vp3: Unify initializing and freeing VLC tables Reviewed-by: Peter Ross Signed-off-by: Andreas Rheinhardt > http://git.videolan.or