[FFmpeg-cvslog] lavfi/opencl: add more opencl helper macro

2019-04-25 Thread Ruiling Song
ffmpeg | branch: master | Ruiling Song | Fri Apr 12 16:27:54 2019 +0800| [0fc464631aafa2741e97ce00fc8f81378fcf441a] | committer: Ruiling Song lavfi/opencl: add more opencl helper macro Signed-off-by: Ruiling Song > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0fc464631aafa2741e9

[FFmpeg-cvslog] avcodec/jpeg2000dec: Fix return type of get_plt()

2019-04-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Apr 25 18:57:26 2019 +0200| [2be0bd12b71cf923bc5d41cc619b7c491860194b] | committer: Michael Niedermayer avcodec/jpeg2000dec: Fix return type of get_plt() Found-by: Andreas Rheinhardt Signed-off-by: Michael Niedermayer > http://git.videolan

[FFmpeg-cvslog] avcodec/zmbv: optimize motion compensation with memcpy()

2019-04-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 22 21:33:55 2019 +0200| [b91786360f481e8fbc062af8c05dd0f971398afa] | committer: Michael Niedermayer avcodec/zmbv: optimize motion compensation with memcpy() Fixes: Timeout (16 sec - 7 sec) Fixes: 14237/clusterfuzz-testcase-minimized-ffmp

[FFmpeg-cvslog] avcodec/jpeg2000dec: Check PLT data somewhat

2019-04-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Apr 16 15:30:50 2019 +0200| [e627113329da7c7c21b00562515a1f11437716f3] | committer: Michael Niedermayer avcodec/jpeg2000dec: Check PLT data somewhat Fixes: Timeout (21sec -> 0.6sec) Fixes: 14134/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC

[FFmpeg-cvslog] avcodec/qtrle: Check how much of the chunk is available before decoding

2019-04-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Apr 2 02:18:34 2019 +0200| [af77adc02e4a814007c50d7fde6ef5e9837ca5a5] | committer: Michael Niedermayer avcodec/qtrle: Check how much of the chunk is available before decoding Fixes: Timeout (10sec -> 2sec) Fixes: 13979/clusterfuzz-testcase-

[FFmpeg-cvslog] avcodec/jpeg2000dec: Replace the step_x/y assert by a check in the CPRL case as with the PCRL case

2019-04-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Apr 16 00:54:09 2019 +0200| [6381b6f6a9736f9bae92618c3d43c50b21810146] | committer: Michael Niedermayer avcodec/jpeg2000dec: Replace the step_x/y assert by a check in the CPRL case as with the PCRL case Fixes: assertion failure Fixes: 14246

[FFmpeg-cvslog] avcodec/aacdec_fixed: Fix undefined shift in noise_scale()

2019-04-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Mar 29 08:58:49 2019 +0100| [8ea211ab79d646f6d0af0945971ee55f36bfcbc9] | committer: Michael Niedermayer avcodec/aacdec_fixed: Fix undefined shift in noise_scale() Fixes: 13655/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AAC_FIXED_fuzze

[FFmpeg-cvslog] avcodec/jpeg2000: Check stepsize before using it

2019-04-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Apr 16 00:41:54 2019 +0200| [06ef186fa1b7329c6fe6723372a72464c998059b] | committer: Michael Niedermayer avcodec/jpeg2000: Check stepsize before using it Fixes: value 1.87633e+10 is outside the range of representable values of type 'int' Fixe

[FFmpeg-cvslog] avcodec/bintext: Add error message when resolution is too small for font.

2019-04-25 Thread Nikolas Bowe
ffmpeg | branch: master | Nikolas Bowe | Mon Apr 8 15:22:10 2019 -0700| [dd9907847c0d8a4836c441cfdd58c5ad31f9b819] | committer: Michael Niedermayer avcodec/bintext: Add error message when resolution is too small for font. Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.c