[FFmpeg-cvslog] avfilter/vf_convolution: Fix build failures

2019-08-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 12 03:14:55 2019 +0200| [8fcc5d963ebc5a9b8ee21fc79e5f3526f62a605d] | committer: Ruiling Song avfilter/vf_convolution: Fix build failures 98e419cb added SIMD for the convolution filter for x64 systems. As usual, it used a check of the form

[FFmpeg-cvslog] avcodec/diracdec: Check that slices are fewer than pixels

2019-08-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 1 01:49:47 2019 +0200| [fbbc8ba67f19d55380b1bc8b5f057328c266d747] | committer: Michael Niedermayer avcodec/diracdec: Check that slices are fewer than pixels Fixes: Timeout (197sec ->144ms) Fixes: 15034/clusterfuzz-testcase-minimized-ffm

[FFmpeg-cvslog] avcodec/indeo2: Check remaining input more often

2019-08-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Aug 1 00:50:21 2019 +0200| [52939a2c5772ec00101d293695d0a96dcccf99d9] | committer: Michael Niedermayer avcodec/indeo2: Check remaining input more often Fixes: Timeout (95sec -> 30ms) Fixes: 14765/clusterfuzz-testcase-minimized-ffmpeg_AV_COD

[FFmpeg-cvslog] libavfilter/vf_scale: Ensure scaled video is divisible by n

2019-08-13 Thread Lars Kiesow
ffmpeg | branch: master | Lars Kiesow | Mon Aug 12 15:58:14 2019 +0200| [74d4bc0fa0e0f63b89ce020893c61e6703f3f282] | committer: Michael Niedermayer libavfilter/vf_scale: Ensure scaled video is divisible by n This patch adds a new option to the scale filter which ensures that the output resolut

[FFmpeg-cvslog] tools/target_dec_fuzzer: Print max_pixels and iterations at the end

2019-08-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jul 31 10:34:21 2019 +0200| [1e2e47e348111636ff1b06709985294fe0dff1af] | committer: Michael Niedermayer tools/target_dec_fuzzer: Print max_pixels and iterations at the end Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/vp56: Consider the alpha start as end of the prior header

2019-08-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Aug 6 23:30:02 2019 +0200| [db78bc1297ebaa51cfe5c80775808ec11ed7512b] | committer: Michael Niedermayer avcodec/vp56: Consider the alpha start as end of the prior header Fixes: Timeout (23sec -> 71ms) Fixes: 15661/clusterfuzz-testcase-minimi

[FFmpeg-cvslog] avutil/mips: refine msa macros CLIP_*.

2019-08-13 Thread gxw
ffmpeg | branch: master | gxw | Wed Aug 7 17:52:00 2019 +0800| [a3e572d96fd1dd6291f6b28e173db858c08ff8d8] | committer: Michael Niedermayer avutil/mips: refine msa macros CLIP_*. Changing details as following: 1. Remove the local variable 'out_m' in 'CLIP_SH' and store the result in source

[FFmpeg-cvslog] avcodec/4xm: Check for end of input in decode_p_block()

2019-08-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 12 02:17:18 2019 +0200| [8f92eb05e063e6c4d6e36521020620d4e6e1c21d] | committer: Michael Niedermayer avcodec/4xm: Check for end of input in decode_p_block() Fixes: Timeout (81sec -> 0.2sec) Fixes: 16169/clusterfuzz-testcase-minimized-ffmp

[FFmpeg-cvslog] avcodec/hevcdec: Check delta_luma_weight_l0/1

2019-08-13 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 12 02:17:15 2019 +0200| [021f29506b493376d62cdb5b9cb66a6b85e5361f] | committer: Michael Niedermayer avcodec/hevcdec: Check delta_luma_weight_l0/1 Fixes: signed integer overflow: 1 + 2147483647 cannot be represented in type 'int' Fixes:

[FFmpeg-cvslog] libavformat/subfile: Fix SEEK_CUR and SEEK_END seeking

2019-08-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Jul 15 19:48:35 2019 +0200| [de010d229a18fec9af0052af51615b0831945ae0] | committer: Nicolas George libavformat/subfile: Fix SEEK_CUR and SEEK_END seeking Up until now, when performing a SEEK_END seek, the subfile protocol ignored the desired p

[FFmpeg-cvslog] tools/aviocat: add verbose mode.

2019-08-13 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Fri Jul 19 14:21:13 2019 +0200| [2b4c1a0f3cdbdfd4f02509a513d4e4bdd12e955d] | committer: Nicolas George tools/aviocat: add verbose mode. For now: print the input size as detected by AVSEEK_SIZE. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavf/aviobuf: make AVSEEK_SIZE usable from outside.

2019-08-13 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Fri Jul 19 14:21:49 2019 +0200| [6e1a2dc11236fb04acf35bde647872eb4f3ded9c] | committer: Nicolas George lavf/aviobuf: make AVSEEK_SIZE usable from outside. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6e1a2dc11236fb04acf35bde647872eb4f3d

[FFmpeg-cvslog] lavf/concat: implement FFSEEK_SIZE.

2019-08-13 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Fri Jul 19 14:22:15 2019 +0200| [3add65e052cf3511b284d53e73f986a6768e5486] | committer: Nicolas George lavf/concat: implement FFSEEK_SIZE. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3add65e052cf3511b284d53e73f986a6768e5486 --- libav