[FFmpeg-cvslog] avformat/dhav: export average frame rate too

2018-12-09 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Dec 9 10:49:00 2018 +0100| [c782e7aa9e981a2f27db3f3afced5a6f10d6f8d9] | committer: Paul B Mahol avformat/dhav: export average frame rate too > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c782e7aa9e981a2f27db3f3afced5a6f10d6f8d9 ---

[FFmpeg-cvslog] avcodec/libaomenc: add row-mt option

2018-12-09 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Dec 8 20:14:12 2018 -0300| [d12d4d45153e45e5b91ee079045f8fcde3537b33] | committer: James Almer avcodec/libaomenc: add row-mt option Default to disable, same as aomenc. Fixes ticket #7598 Signed-off-by: James Almer >

[FFmpeg-cvslog] qsvdec: Fix running with assert_level > 0

2018-12-09 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Nov 11 15:32:15 2018 +| [34cab708189bdde8f59543a885313928a980564d] | committer: Mark Thompson qsvdec: Fix running with assert_level > 0 Assertion avctx->codec_id != AV_CODEC_ID_NONE failed at src/libavcodec/parser.c:128 The setting on the

[FFmpeg-cvslog] avformat/mxfdec: fix indentation

2018-12-09 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Dec 9 20:10:33 2018 +0100| [3981f262ac7255b7d1349198c001d82a7031042d] | committer: Paul B Mahol avformat/mxfdec: fix indentation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3981f262ac7255b7d1349198c001d82a7031042d ---

[FFmpeg-cvslog] avfilter/vf_showinfo: allow checksums calculation to be disabled

2018-12-09 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Dec 4 21:39:32 2018 +0100| [8be56ee211f9ee4c8f44f0a95b18bb2fffc44602] | committer: Paul B Mahol avfilter/vf_showinfo: allow checksums calculation to be disabled Fixes #6987. >

[FFmpeg-cvslog] lavfi/buffersink: fix abuffersink flag setting issue

2018-12-09 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Sun Dec 9 22:30:41 2018 +0800| [5ecd4f24f00bdeb1daeef64aeb5ab8fa1827a892] | committer: Jun Zhao lavfi/buffersink: fix abuffersink flag setting issue abuffersink need to setting AV_OPT_FLAG_AUDIO_PARAM flag. Reviewed-by: Nicolas George Signed-off-by: Jun

[FFmpeg-cvslog] avformat/hlsenc : Added an option to ignore IO errors

2018-12-09 Thread Karthick J
ffmpeg | branch: master | Karthick J | Mon Dec 10 14:19:23 2018 +0800| [234926033097116a8dfab1e15d8cc1c04677f562] | committer: Steven Liu avformat/hlsenc : Added an option to ignore IO errors Useful for long duration runs with network output Reviewed-by: Steven Liu >

[FFmpeg-cvslog] avformat/hlsenc: Handled error from ff_http_do_new_request() function

2018-12-09 Thread Karthick J
ffmpeg | branch: master | Karthick J | Mon Dec 10 14:17:55 2018 +0800| [56503a692534e0a703c4d0117cd769c4d573c79c] | committer: Steven Liu avformat/hlsenc: Handled error from ff_http_do_new_request() function This patch fixes the segmentation fault issues due to unhandled errors from

[FFmpeg-cvslog] lavfi/vf_scale_vaapi: add scaling mode setting support.

2018-12-09 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Sep 12 20:14:58 2018 +0800| [a271025215528c68d010d27bae976033e1c46f92] | committer: Jun Zhao lavfi/vf_scale_vaapi: add scaling mode setting support. before this change, scale_vaapi hard coding the scaling mode, add a new option "mode" to setting the

[FFmpeg-cvslog] lavc/cbs_vp9: Make variable prob unsigned.

2018-12-09 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Dec 10 02:18:56 2018 +0100| [de441ad52a4d9791d93c278b4cf6867815c28b92] | committer: Carl Eugen Hoyos lavc/cbs_vp9: Make variable prob unsigned. Silences a warning with clang: libavcodec/cbs_vp9_syntax_template.c:220:17: warning: implicit

[FFmpeg-cvslog] avcodec: bump micro version after d12d4d4515

2018-12-09 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Dec 9 19:28:37 2018 -0300| [04ee1b8da56407268ed1a49ac334d0c8965eaa7d] | committer: James Almer avcodec: bump micro version after d12d4d4515 Signed-off-by: James Almer >

[FFmpeg-cvslog] lavc/qsvenc: replace assert with error return

2018-12-09 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Sun Dec 9 21:30:38 2018 +0800| [1c96d2e3998b9a2a97447547cb2d688ec0ce09ed] | committer: Zhong Li lavc/qsvenc: replace assert with error return Fix the (m)jpeg encoding regression issue as decription in tikect #7593, due to bs->FrameType is not set in such

[FFmpeg-cvslog] lavc/decode: Initialize return value for get_format() failure.

2018-12-09 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Thu Dec 6 23:17:13 2018 +0100| [9bcd40c29804787ef520fe9036ed87ff668ffe5d] | committer: Carl Eugen Hoyos lavc/decode: Initialize return value for get_format() failure. Silences a warning: libavcodec/decode.c:1378:13: warning: variable 'ret' is used