[FFmpeg-cvslog] avcodec/fitsdec: fix use of uninitialised values

2019-09-29 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Sep 28 23:11:06 2019 -0300| [e3f0ecfc57889de0e0a359ec30b77851d53cea87] | committer: James Almer avcodec/fitsdec: fix use of uninitialised values header.data_max and header.data_min are not necessarely set on all decoding scenarios. Fixes a Valgrind

[FFmpeg-cvslog] avcodec/cbs_h2645: Fix potential out-of-bounds array access

2019-09-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 18 05:25:58 2019 +0200| [fc3c67e8825a4468120bb8aa0943c72c03f3] | committer: Mark Thompson avcodec/cbs_h2645: Fix potential out-of-bounds array access The maximum allowed index for an array access is FF_ARRAY_ELEMS - 1; yet the current

[FFmpeg-cvslog] avcodec/cbs_av1: Make overread check more robust

2019-09-29 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Sep 18 05:26:01 2019 +0200| [1929dd4eff93e81bab8637f298754294448e624e] | committer: Mark Thompson avcodec/cbs_av1: Make overread check more robust When performing a comparison of a signed int and an unsigned int, the signed int is first conver

[FFmpeg-cvslog] doc/examples/muxing: fix underflow in duration of encoded streams

2019-09-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Sep 27 11:41:38 2019 +0200| [4a51075f4db17ce5a6fcad7548bb5cf60511d3f0] | committer: Paul B Mahol doc/examples/muxing: fix underflow in duration of encoded streams Now they are exactly 10 seconds long. Fixes #5684. > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avcodec/qtrleenc: fix undefined behaviour

2019-09-29 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Sep 25 17:18:32 2019 +0200| [f1e17eb446577180ee9976730aacb46563766518] | committer: Paul B Mahol avcodec/qtrleenc: fix undefined behaviour Fixes #7991. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f1e17eb446577180ee9976730aacb46563766

[FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust VP7 threshold

2019-09-29 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Sep 29 01:53:43 2019 +0200| [47b0d0812e7738ee193249d2507b4d1630774614] | committer: Michael Niedermayer tools/target_dec_fuzzer: Adjust VP7 threshold Fixes: Timeout (110sec -> 10sec) Fixes: 17705/clusterfuzz-testcase-minimized-ffmpeg_AV_CODE

[FFmpeg-cvslog] lavf/utils: correct the duration estimation method for nut demuxer

2019-09-29 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Sep 28 10:45:31 2019 +0800| [541c6356289f5a1dd0390e3dd0a275a0578f01f5] | committer: Jun Zhao lavf/utils: correct the duration estimation method for nut demuxer in fact, nut demuxer use the PTS for duration estimation. Signed-off-by: Jun Zhao > http:/

[FFmpeg-cvslog] lavf/utils: support duration estimate method dump

2019-09-29 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Sep 29 11:58:43 2019 +0800| [6ca3d34ff8490fb1efa0cc3dc06b6bbb58151c53] | committer: Jun Zhao lavf/utils: support duration estimate method dump add new function duration_estimate_name to dump duration estimate method, it's will help to debug some duratio

[FFmpeg-cvslog] lavf/utils: change the log level to warning if can't get duration

2019-09-29 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Thu Sep 26 13:16:24 2019 +0800| [79597639cb0a0bc7dac063876f0252be0f56d592] | committer: Jun Zhao lavf/utils: change the log level to warning if can't get duration change the log level to warning if can't get duration, it's will help to debug some duration i

[FFmpeg-cvslog] lavf/nutdec: add logging context to log

2019-09-29 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Sep 28 10:21:11 2019 +0800| [12e6057fb005d91b91d706b531f744737208d527] | committer: Jun Zhao lavf/nutdec: add logging context to log Add logging context to log, it's will help debuging. Reviewed-by: Paul B Mahol Reviewed-by: Michael Niedermayer Signe

[FFmpeg-cvslog] lavf/utils: Cosmetics: fix indentation for estimate_timings

2019-09-29 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sat Sep 28 11:01:54 2019 +0800| [f5e867570ef491674694df73776c78105dde7d6e] | committer: Jun Zhao lavf/utils: Cosmetics: fix indentation for estimate_timings fix indentation for estimate_timings when dump start_time/duartion. Signed-off-by: Jun Zhao > htt