[FFmpeg-cvslog] Update versions for 3.4 release

2017-10-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sun Oct 15 02:30:15 2017 +0200| [03351cce88434f9a4ef3c7cc29e2bc5449c4646e] | committer: Michael Niedermayer Update versions for 3.4 release Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0335

[FFmpeg-cvslog] configure: add pkg-config checks for libcdio/cdparanoia

2017-10-14 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Oct 14 21:20:27 2017 -0300| [06558100727420f33186e8656936a9373fa647ee] | committer: James Almer configure: add pkg-config checks for libcdio/cdparanoia Should be more complete than the now fallback checks. Signed-off-by: James Almer > http://git.vi

[FFmpeg-cvslog] ffmpeg.c: Fallback to duration_dts, when duration_pts can't be determined.

2017-10-14 Thread Sasi Inguva
ffmpeg | branch: release/3.4 | Sasi Inguva | Tue Oct 10 10:36:58 2017 -0700| [8500de89ea9111e859c1ca8c51e7a3ed2ff76846] | committer: Michael Niedermayer ffmpeg.c: Fallback to duration_dts, when duration_pts can't be determined. This is required for FLV files, for which duration_pts comes out t

[FFmpeg-cvslog] avcodec/snowdec: Check mv_scale

2017-10-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Fri Oct 13 03:06:54 2017 +0200| [46abeb1c322302ce6eba745c9efaf806f066298c] | committer: Michael Niedermayer avcodec/snowdec: Check mv_scale Fixes: runtime error: signed integer overflow: 2 * -1094995530 cannot be represented in type 'int' F

[FFmpeg-cvslog] avcodec/pafvideo: Check for bitstream end in decode_0()

2017-10-14 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Fri Oct 13 03:06:53 2017 +0200| [35e36046f1a3013f24cd2e90cff14295427dc3af] | committer: Michael Niedermayer avcodec/pafvideo: Check for bitstream end in decode_0() Fixes: Timeout Fixes: 3529/clusterfuzz-testcase-5057068371279872 Found-by: c

[FFmpeg-cvslog] Fix visual glitch with XvMC, caused by wrong idct permutation.

2017-10-14 Thread Ivan Kalvachev
ffmpeg | branch: release/3.4 | Ivan Kalvachev | Mon Oct 9 01:25:00 2017 +0300| [a11a18b284afd5ac58fd3b1835f8a3608c4ebc9f] | committer: Michael Niedermayer Fix visual glitch with XvMC, caused by wrong idct permutation. In the past XvMC forced simple_idct since it was using FF_IDCT_PERM_NONE. H

[FFmpeg-cvslog] avcodec/snowdec: Check mv_scale

2017-10-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 13 03:06:54 2017 +0200| [393d6fc7395611a38792e3c271b2be42ac45e672] | committer: Michael Niedermayer avcodec/snowdec: Check mv_scale Fixes: runtime error: signed integer overflow: 2 * -1094995530 cannot be represented in type 'int' Fixes:

[FFmpeg-cvslog] avcodec/dvbsubdec: Factor a few expressions out of compute_default_clut()

2017-10-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 1 18:10:35 2017 +0200| [cd2f69cdd63d3ca5c2388d9ce6737b3e46bb19b2] | committer: Michael Niedermayer avcodec/dvbsubdec: Factor a few expressions out of compute_default_clut() 32% faster loop Signed-off-by: Michael Niedermayer > http://g

[FFmpeg-cvslog] avcodec/dvbsubdec: Split best score computation out of loop in compute_default_clut()

2017-10-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Oct 1 18:10:36 2017 +0200| [963247b5f36a70f0ea083f5f43356d498fd85c47] | committer: Michael Niedermayer avcodec/dvbsubdec: Split best score computation out of loop in compute_default_clut() 3% faster Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avcodec/pafvideo: Check for bitstream end in decode_0()

2017-10-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Oct 13 03:06:53 2017 +0200| [9c85329cd02e9284892bf263ce6133b2fc479792] | committer: Michael Niedermayer avcodec/pafvideo: Check for bitstream end in decode_0() Fixes: Timeout Fixes: 3529/clusterfuzz-testcase-5057068371279872 Found-by: contin