[FFmpeg-cvslog] avformat/hls: add option for the m3u8 list load max times

2019-11-24 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Mon Nov 18 17:37:00 2019 +0800| [d5e3d8e2f7a5a576e27789a50c29717b648bc488] | committer: Steven Liu avformat/hls: add option for the m3u8 list load max times set max times for load m3u8 when the m3u8 list refresh do not with new segments any times. Signed

[FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for VP9

2019-11-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 18 23:40:22 2019 +0200| [e21ec54fdf95bff3c0e1148554c5a542ee1e4dae] | committer: Michael Niedermayer tools/target_dec_fuzzer: Adjust threshold for VP9 The threshold is chosen so that the worse frames would together not take excessive time.

[FFmpeg-cvslog] avcodec/wmavoice: Fix integer overflow in synth_frame()

2019-11-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 2 15:15:46 2019 +0100| [cf323f4d38f5756ecdb8fb4f72c80a8069da832e] | committer: Michael Niedermayer avcodec/wmavoice: Fix integer overflow in synth_frame() Fixes: left shift of negative value -3 Fixes: 18518/clusterfuzz-testcase-minimize

[FFmpeg-cvslog] avcodec/rawdec: Check bits_per_coded_sample more pedantically for 16bit cases

2019-11-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 20 23:02:27 2019 +0200| [5634e2052533fcce46f20c2720b0c8d5f55143ce] | committer: Michael Niedermayer avcodec/rawdec: Check bits_per_coded_sample more pedantically for 16bit cases Fixes: shift exponent -14 is negative Fixes: 18335/clusterf

[FFmpeg-cvslog] avcodec/ralf: Fix integer overflows with the filter coefficient in decode_channel()

2019-11-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 5 22:27:04 2019 +0100| [721624c2f67545989626ba4413f7b8dbd7dff678] | committer: Michael Niedermayer avcodec/ralf: Fix integer overflows with the filter coefficient in decode_channel() Fixes: signed integer overflow: 1145975808 - -1146173

[FFmpeg-cvslog] avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/next

2019-11-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 5 22:11:52 2019 +0100| [d82ab96e76bfec6568d059df7c8591dda4317c62] | committer: Michael Niedermayer avcodec/ffwavesynth: Fix integer overflow with pink_ts_cur/next Fixes: signed integer overflow: 6175076100092079360 - -5034989061050195840

[FFmpeg-cvslog] avcodec/mxpegdec: Check for multiple SOF

2019-11-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 3 12:20:14 2019 +0100| [75b64e5aa36e7796a0460415a1f3fd7372029525] | committer: Michael Niedermayer avcodec/mxpegdec: Check for multiple SOF Fixes: Timeout (14sec -> 9ms) Fixes: 18598/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_MXP

[FFmpeg-cvslog] avcodec/nuv: Use ff_set_dimensions()

2019-11-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 23 09:29:58 2019 +0100| [1ca978d6366f3c7d7df6b3d50566e892f8da605a] | committer: Michael Niedermayer avcodec/nuv: Use ff_set_dimensions() Fixes: OOM Fixes: 18956/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_NUV_fuzzer-576650564416307

[FFmpeg-cvslog] avcodec/cngdec: Remove AV_CODEC_CAP_DELAY

2019-11-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 19 21:58:26 2019 +0200| [327a968817a366c24d1513526258a3dbbcf888a7] | committer: Michael Niedermayer avcodec/cngdec: Remove AV_CODEC_CAP_DELAY As is the decoder will never stop, it will cause an infinite loop. The RFC seems only to speak

[FFmpeg-cvslog] avformat/vividas: Check and require 1 video stream

2019-11-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 5 21:52:41 2019 +0100| [3e5a528bbe85a3a00640bc2739c11ee07eb05485] | committer: Michael Niedermayer avformat/vividas: Check and require 1 video stream The decoder hardcodes that audio is stream_id = 1 so it does not currently work with mo

[FFmpeg-cvslog] avutil/lfg: Correct index increment type to avoid undefined behavior

2019-11-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 19 21:27:41 2019 +0200| [6014bcf1b74e903f535461ade4aa5fb44dbf5d8b] | committer: Michael Niedermayer avutil/lfg: Correct index increment type to avoid undefined behavior Fixes: signed integer overflow: 2147483647 + 1 cannot be represented

[FFmpeg-cvslog] avformat/vividas: Error out on audio packets in the absence of audio streams

2019-11-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 5 22:03:19 2019 +0100| [d83002179fb377f1f201b43c9a55cc237695a1fe] | committer: Michael Niedermayer avformat/vividas: Error out on audio packets in the absence of audio streams Signed-off-by: Michael Niedermayer > http://git.videolan.or

[FFmpeg-cvslog] avcodec/g729dec: Use 64bit and clip in scalar product

2019-11-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Nov 5 23:28:35 2019 +0100| [bf9c4a12750e593d753011166b066efce208d9e0] | committer: Michael Niedermayer avcodec/g729dec: Use 64bit and clip in scalar product The G729 reference decoder clips after each individual operation and keeps track if

[FFmpeg-cvslog] avcodec/nuv: Move comptype check up

2019-11-24 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 2 14:14:44 2019 +0100| [1138cdecbe0164ab1f07768418e794fddfdc636d] | committer: Michael Niedermayer avcodec/nuv: Move comptype check up Fixes: Timeout (23sec -> 5ms) Fixes: 18517/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_NUV_fuzz

[FFmpeg-cvslog] avformat/matroskaenc: Fix potential leak of cached packet

2019-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Nov 6 03:49:01 2019 +0100| [4470ab1e0ee1c36cca83f161567177145f412605] | committer: Michael Niedermayer avformat/matroskaenc: Fix potential leak of cached packet If mkv_write_trailer() is not called, the cached audio packet might leak; so unre

[FFmpeg-cvslog] avformat/matroskaenc: Remove outdated comment

2019-11-24 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Nov 6 03:49:13 2019 +0100| [6eb88daed1052ed369956dd1d510640e38de3860] | committer: Michael Niedermayer avformat/matroskaenc: Remove outdated comment This comment does not account for the fact that the limits on cluster size and duration are c