[FFmpeg-cvslog] avcodec/h264idct_template: Fix integer overflow in ff_h264_idct_add()

2017-08-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Aug 1 19:56:07 2017 +0200| [d1bfa80ec464d475a0de3f513bbb62bcd356099a] | committer: Michael Niedermayer avcodec/h264idct_template: Fix integer overflow in ff_h264_idct_add() Fixes: runtime error: signed integer overflow: 26215360 + 2121330944

[FFmpeg-cvslog] avcodec/hevc_cabac: Check for ff_init_cabac_decoder() failure in cabac_reinit()

2017-08-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Aug 2 00:46:49 2017 +0200| [4ff94558f23a5de43aed4ca3429963dd1d995250] | committer: Michael Niedermayer avcodec/hevc_cabac: Check for ff_init_cabac_decoder() failure in cabac_reinit() Fixes: runtime error: left shift of negative value -967831

[FFmpeg-cvslog] speedhq: fix behavior of single-field decoding

2017-08-03 Thread Steinar H . Gunderson
ffmpeg | branch: master | Steinar H. Gunderson | Thu Aug 3 09:22:57 2017 +0200| [effd2e7291a12760891289540f944d71ff32a1c8] | committer: James Almer speedhq: fix behavior of single-field decoding The height convention for decoding frames with only a single field made sense for compatibility wi

[FFmpeg-cvslog] speedhq: add FATE tests

2017-08-03 Thread Steinar H . Gunderson
ffmpeg | branch: master | Steinar H. Gunderson | Thu Aug 3 09:31:30 2017 +0200| [45ffe4645e682e0cd13a1c5c23de40dc1a00ff7c] | committer: James Almer speedhq: add FATE tests Also add simple FATE tests, based on output produced by the NDI SDK. Signed-off-by: James Almer > http://git.videolan.

[FFmpeg-cvslog] Add myself as speedhq maintainer, per request.

2017-08-03 Thread Steinar H . Gunderson
ffmpeg | branch: master | Steinar H. Gunderson | Thu Aug 3 09:31:34 2017 +0200| [e67d6c37ee34515ca2cd79137e7ca6b87b170e28] | committer: James Almer Add myself as speedhq maintainer, per request. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e67d6c37e

[FFmpeg-cvslog] avcodec/htmlsubtitles: fix format specifier in av_bprintf calls

2017-08-03 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Aug 3 17:51:51 2017 -0300| [cae2f1db107dcaab31f29a717ce6f0f9b339088a] | committer: James Almer avcodec/htmlsubtitles: fix format specifier in av_bprintf calls > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cae2f1db107dcaab31f29a717ce6f0f

[FFmpeg-cvslog] hwupload_cuda : Add 10/16 bit format support

2017-08-03 Thread Yogender Gupta
ffmpeg | branch: master | Yogender Gupta | Tue Jul 18 16:19:02 2017 +0530| [2e8679373ab628a19885645ed5e1271be7797600] | committer: Philip Langdale hwupload_cuda : Add 10/16 bit format support Signed-off-by: Philip Langdale > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2e8679373

[FFmpeg-cvslog] hwcontext_cuda : Support YUV444P16 format

2017-08-03 Thread Yogender Gupta
ffmpeg | branch: master | Yogender Gupta | Tue Jul 18 16:53:53 2017 +0530| [3407d8118c7236c94dc0eddabc82041e5c130201] | committer: Philip Langdale hwcontext_cuda : Support YUV444P16 format Signed-off-by: Philip Langdale > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3407d8118c72

[FFmpeg-cvslog] avfilter/vf_ssim: fix temp size calculation

2017-08-03 Thread Muhammad Faiz
ffmpeg | branch: master | Muhammad Faiz | Thu Aug 3 07:59:09 2017 +0700| [f2d23ec03f28c6233059687c65a9124f65f8c312] | committer: Muhammad Faiz avfilter/vf_ssim: fix temp size calculation Also use av_mallocz_array. Fix Ticket6519. Reviewed-by: Tobias Rapp Signed-off-by: Muhammad Faiz > htt