[FFmpeg-cvslog] lavc/utils: Make second parameter to apply_param_change() const.

2017-02-24 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Feb 24 02:18:23 2017 +0100| [560f5188c6243d99d8012961a0008f953e9d918e] | committer: Carl Eugen Hoyos lavc/utils: Make second parameter to apply_param_change() const. Fixes a compilation warning: passing argument 2 of ‘apply_param_change’ discard

[FFmpeg-cvslog] avcodec/aic: unbreak decoding of files with slice_width != 16

2017-02-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Feb 24 11:29:42 2017 +0100| [fa3e49568dc856a66825985878b15eda21e67ab6] | committer: Paul B Mahol avcodec/aic: unbreak decoding of files with slice_width != 16 Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f

[FFmpeg-cvslog] avcodec/scpr: make sure that component value is <= 0x1F for 16 bpc

2017-02-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Feb 24 12:01:30 2017 +0100| [178cd50c47aa5b7db03f7ce7a3f2934857dbd35b] | committer: Paul B Mahol avcodec/scpr: make sure that component value is <= 0x1F for 16 bpc Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/rv34: Simplify and factor get_slice_offset() code

2017-02-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Feb 24 12:46:28 2017 +0100| [8696f25c2ec24daa570f26feadbd3df911e4] | committer: Michael Niedermayer avcodec/rv34: Simplify and factor get_slice_offset() code This also fixes several integer overflows by checking each value before use. Fix

[FFmpeg-cvslog] tools/target_dec_fuzzer: Fix misaligned read

2017-02-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Feb 24 13:23:37 2017 +0100| [c87ea47481d35b0219e2e22d60f2a431286f725d] | committer: Michael Niedermayer tools/target_dec_fuzzer: Fix misaligned read Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/vp3dsp: Fix multiple signed integer overflow: 46341 * 47523 cannot be represented in type 'int'

2017-02-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Feb 24 13:11:43 2017 +0100| [2b8b7921c55a93049a86cfeb2fda9423d16f8ebe] | committer: Michael Niedermayer avcodec/vp3dsp: Fix multiple signed integer overflow: 46341 * 47523 cannot be represented in type 'int' Fixes: 664/clusterfuzz-testcase-4

[FFmpeg-cvslog] avcodec/scpr: improve motion vectors checking for out of buffer write

2017-02-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Feb 24 15:27:19 2017 +0100| [0a28c505063f0fdbfa24c28dc1e67704e10127b5] | committer: Paul B Mahol avcodec/scpr: improve motion vectors checking for out of buffer write Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] avcodec/fmvc: initialize opcode to 0

2017-02-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Feb 24 15:50:16 2017 +0100| [c583e701bd527eb9635bd8f1d22b06696b3e2b3d] | committer: Paul B Mahol avcodec/fmvc: initialize opcode to 0 It shouldn't really matter but it doesn't hurt. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avcodec/scpr: remove 4 dead store

2017-02-24 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Feb 24 19:49:39 2017 +0100| [e01c32f260fa66fc80d286527a02cce7ca940c00] | committer: Paul B Mahol avcodec/scpr: remove 4 dead store Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e01c32f260fa66fc80d286527a02c

[FFmpeg-cvslog] opus_pvq: prevent division by 0

2017-02-24 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Fri Feb 24 19:13:44 2017 +| [70259737cbad1136d942fa0cca5d55be1ca37e0a] | committer: Rostislav Pehlivanov opus_pvq: prevent division by 0 res was 0 and divided K which made it infinity which caused K to overflow. Signed-off-by: Rostislav Peh

[FFmpeg-cvslog] avcodec/mpegaudiodec_template: Correct return code on id3 tag discarding

2017-02-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Feb 24 19:04:12 2017 +0100| [5d81616be332cca99304d0b747c2c8e2d719f349] | committer: Michael Niedermayer avcodec/mpegaudiodec_template: Correct return code on id3 tag discarding Fixes: 665/clusterfuzz-testcase-4863789881098240 Found-by: conti

[FFmpeg-cvslog] avcodec/vp56: Fix sign typo

2017-02-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Feb 24 21:05:33 2017 +0100| [513a3494396d0a20233273b3cadcb5ee86485d5c] | committer: Michael Niedermayer avcodec/vp56: Fix sign typo Fixes: 664/clusterfuzz-testcase-4917047475568640 The change to fate is due to a truncated last frames which i

[FFmpeg-cvslog] avcodec/pngdec: Fix runtime error: left shift of 152 by 24 places cannot be represented in type 'int'

2017-02-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Feb 25 01:43:16 2017 +0100| [310d2af319d9113263f75e94f5a1b211c05260b5] | committer: Michael Niedermayer avcodec/pngdec: Fix runtime error: left shift of 152 by 24 places cannot be represented in type 'int' Fixes: 666/clusterfuzz-testcase-658

[FFmpeg-cvslog] avcodec/amrwbdec: Fix 2 runtime errors: left shift of negative value -1

2017-02-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Feb 25 02:19:43 2017 +0100| [6bd79ba59f46a8b3133f28faae53b75540469803] | committer: Michael Niedermayer avcodec/amrwbdec: Fix 2 runtime errors: left shift of negative value -1 Fixes: 669/clusterfuzz-testcase-4847965409640448 Found-by: contin

[FFmpeg-cvslog] avformat/hlsenc: fix hls_flags temp_file bug

2017-02-24 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Sat Feb 25 10:59:05 2017 +0800| [f73ef3748e837d220771d1186f4f5abb8f551123] | committer: Steven Liu avformat/hlsenc: fix hls_flags temp_file bug refer to ticket id: #6170 rename file from temp to origin name after complete current segment Reviewed-by: Am

[FFmpeg-cvslog] avformat/hlsenc: don't use %s for strftime on msvc

2017-02-24 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Sat Feb 25 11:23:50 2017 +0800| [3aef2fceff3205605aed19f8a81b56db56496631] | committer: Steven Liu avformat/hlsenc: don't use %s for strftime on msvc MSVC doesn't support the %s time format, and instead of returning an error the invalid parameter han