[FFmpeg-cvslog] avcodec/scpr: check for possible out of array access

2018-04-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Apr 2 08:59:20 2018 +0200| [22a878ecd1c1d67ea985e998d9c0493795b86427] | committer: Paul B Mahol avcodec/scpr: check for possible out of array access Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=22a878ecd1

[FFmpeg-cvslog] mpeg4video: Add support for MPEG-4 Simple Studio Profile.

2018-04-02 Thread Kieran Kunhya
ffmpeg | branch: master | Kieran Kunhya | Fri Dec 29 15:42:14 2017 +| [f9d3841ae6147eaa51c57c574cd81e9ce9566e3a] | committer: Kieran Kunhya mpeg4video: Add support for MPEG-4 Simple Studio Profile. This is a profile supporting > 8-bit video and has a higher quality DCT > http://git.videol

[FFmpeg-cvslog] simple_idct: Template functions to support an input bitdepth parameter

2018-04-02 Thread Kieran Kunhya
ffmpeg | branch: master | Kieran Kunhya | Wed Dec 27 01:08:39 2017 +| [699fa8f382704acdbdf720042dd7b21df2eb7558] | committer: Kieran Kunhya simple_idct: Template functions to support an input bitdepth parameter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=699fa8f382704acdbdf

[FFmpeg-cvslog] avcodec/scpr: fix decoding of prev+top-topleft prediction in keyframes

2018-04-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Apr 2 16:03:03 2018 +0200| [324954cf960eb098929f4c610f60f5e1547609f6] | committer: Paul B Mahol avcodec/scpr: fix decoding of prev+top-topleft prediction in keyframes Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] avcodec/aic: fix decoding of videos which height is not multiple of 16

2018-04-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Mar 30 21:08:47 2018 +0200| [5710fdaeae09529282862c984317bd9347d0865d] | committer: Paul B Mahol avcodec/aic: fix decoding of videos which height is not multiple of 16 Fate output changes and under close inspection looks more correct. Fixes #6187. S

[FFmpeg-cvslog] avformat/concatdec: only set output stream index before returning packet

2018-04-02 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Mar 25 22:19:28 2018 +0200| [37d472a906bd9112225129fc35d9c94ae2ee9c3e] | committer: Marton Balint avformat/concatdec: only set output stream index before returning packet Fixes ticket #6434. Reviewed-by: Nicolas George Signed-off-by: Marton Balin

[FFmpeg-cvslog] avformat/rmdec: make use of avio_get_str()

2018-04-02 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Apr 2 22:09:59 2018 +0200| [46129b40446a802b0b5da4797709f552b68b48f5] | committer: Paul B Mahol avformat/rmdec: make use of avio_get_str() Also do not set empty metadata. Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/libaomenc: remove references to gbrp pixfmt

2018-04-02 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Apr 2 16:44:05 2018 -0300| [877aff2beacbb3c238d23be9606467ca661e0609] | committer: James Almer avcodec/libaomenc: remove references to gbrp pixfmt Support for this needs testing, so remove for now. Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] avcodec/libaomdec: remove references to gbrp pixfmt

2018-04-02 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Apr 2 16:44:18 2018 -0300| [4897c80cc6eb50357503d5ced4b2443b39fa4263] | committer: James Almer avcodec/libaomdec: remove references to gbrp pixfmt Support for this needs testing, so remove for now. Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] avcodec/cscd: Error out when LZ* decompression fails

2018-04-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Mar 12 00:05:04 2018 +0100| [d52be5d4e91871a22dac70af3e0ab429e95a2d10] | committer: Michael Niedermayer avcodec/cscd: Error out when LZ* decompression fails Fixes: Timeout Fixes: 6304/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_CSCD_fu

[FFmpeg-cvslog] avcodec/aacdec_fixed: Fix integer overflow in apply_independent_coupling_fixed()

2018-04-02 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 31 21:19:19 2018 +0200| [197a4e8feed45b2e5868760240e83636818f32a9] | committer: Michael Niedermayer avcodec/aacdec_fixed: Fix integer overflow in apply_independent_coupling_fixed() I was not able to reproduce this, this fix is based on ju

[FFmpeg-cvslog] avformat/options_table: Change the seek2any location in opt table.

2018-04-02 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Apr 1 15:53:11 2018 +0800| [c6c20249e724e1db37af72815742c0cd520d4756] | committer: Michael Niedermayer avformat/options_table: Change the seek2any location in opt table. Change the seek2any location in avformat_options to make code more readable. Sign