[FFmpeg-cvslog] avformat/dashdec: add subtitle stream support

2018-11-30 Thread Steven Liu
ffmpeg | branch: master | Steven Liu | Fri Nov 30 16:39:19 2018 +0800| [ba71ebbbfa16f965477f40cf10ca1af5d6bc477d] | committer: Steven Liu avformat/dashdec: add subtitle stream support Signed-off-by: Steven Liu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ba71ebbbfa16f965477f40

[FFmpeg-cvslog] lavc/qsvenc: assert uninitialized pict_type

2018-11-30 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Wed Nov 28 10:41:55 2018 +0800| [67cdfcf694f840d215be940f82545c45c9be193a] | committer: Zhong Li lavc/qsvenc: assert uninitialized pict_type Assert in function ff_qsv_encode to avoid using uninitialized value: FF_DISABLE_DEPRECATION_WARNINGS avctx-

[FFmpeg-cvslog] lavc/qsvenc: add forced_idr option

2018-11-30 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Thu Nov 29 16:29:00 2018 +0800| [ac0bcd6b619479d56612b3938e8f00f5b88c0f10] | committer: Zhong Li lavc/qsvenc: add forced_idr option This option can be used to repect original input I/IDR frame type. Reviewed-by: Mark Thompson Signed-off-by: Zhong Li > ht

[FFmpeg-cvslog] lavc/qsvenc: enable ICQ and ICQ_LA on Linux

2018-11-30 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Thu Nov 29 16:28:59 2018 +0800| [518b963d2c99ad03570b3224f76a1224c62e66e9] | committer: Zhong Li lavc/qsvenc: enable ICQ and ICQ_LA on Linux ICQ/ICQ_LA are enabled with MSDK V1.28 Reviewed-by: Mark Thompson Signed-off-by: Zhong Li > http://git.videolan.o

[FFmpeg-cvslog] avformat/ac3dec: always skip junk bytes before sync bytes

2018-11-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Nov 25 12:15:51 2018 +0100| [f09bbb8f087dc1780ce1fe236a7e27ae4e49fb14] | committer: Paul B Mahol avformat/ac3dec: always skip junk bytes before sync bytes Fixes #7278. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f09bbb8f087dc1780ce1f

[FFmpeg-cvslog] configure: enable mipsfpu for loongson platform.

2018-11-30 Thread Shiyou Yin
ffmpeg | branch: master | Shiyou Yin | Thu Nov 29 17:39:41 2018 +0800| [5c806d5b54a7a261569b4d3c2053a321dcf4445f] | committer: Michael Niedermayer configure: enable mipsfpu for loongson platform. mipsfpu supported by loongson 3a2000,3a3000,3a4000,2k1000, Fate tests passed. Signed-off-by: Mich

[FFmpeg-cvslog] avcodec/hevcdec: Check for overlapping slices

2018-11-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Nov 16 20:03:01 2018 +0100| [1a89ae1df8585134b9524f736b71cee98de7895a] | committer: Michael Niedermayer avcodec/hevcdec: Check for overlapping slices Fixes: Timeout Fixes: 10108/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_HEVC_fuzzer-6

[FFmpeg-cvslog] avcodec/truemotion2rt: Fix rounding in input size check

2018-11-30 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 17 09:24:30 2018 +0100| [7f22a4ebc97817fd0968f5ea8295c9a59a6292e0] | committer: Michael Niedermayer avcodec/truemotion2rt: Fix rounding in input size check Fixes: Timeout Fixes: 11332/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRU

[FFmpeg-cvslog] avcodec/mips: [loongson] refine optimization in h264_chroma.

2018-11-30 Thread Shiyou Yin
ffmpeg | branch: master | Shiyou Yin | Tue Nov 6 08:59:13 2018 +0800| [5982614af1f564ac05c1aa535cbd12cbbb2aa526] | committer: Michael Niedermayer avcodec/mips: [loongson] refine optimization in h264_chroma. Remove invalid operation in the case x and y all equal 0, this refine made about 2% sp