[FFmpeg-cvslog] http: honor response headers in redirect caching

2022-01-18 Thread erankor
ffmpeg | branch: master | erankor | Mon Jan 10 21:44:27 2022 +0200| [625ea2d2a901f8717c90bac286982774075557bd] | committer: Ronald S. Bultje http: honor response headers in redirect caching add a dictionary that maps "src_url" -> "expiry;dst_url", the dictionary is checked before issuing an ht

[FFmpeg-cvslog] lavc/qsvenc: add encode support for screen content coding extension

2022-01-18 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Mon Sep 28 14:14:42 2020 +0800| [c4ae6908f28ceacb39b96de9f8761aae1968bf42] | committer: Haihao Xiang lavc/qsvenc: add encode support for screen content coding extension Enables HEVC Screen Content Coding extension support on ICL+ platform Signed-off-by

[FFmpeg-cvslog] lavc/qsvenc_hevc: add -pic_timing_sei option

2022-01-18 Thread Haihao Xiang
ffmpeg | branch: master | Haihao Xiang | Fri Aug 6 10:10:33 2021 +0800| [641c4346b3d7fa1c023792a260ed0165c6d4a2a4] | committer: Haihao Xiang lavc/qsvenc_hevc: add -pic_timing_sei option The SDK may insert picture timing SEI for hevc and the code to set mfx parameter has been added in qsvenc,

[FFmpeg-cvslog] avfilter: add overlay vaapi filter

2022-01-18 Thread Xinpeng Sun
ffmpeg | branch: master | Xinpeng Sun | Mon Nov 22 15:53:50 2021 +0800| [516496069d9a0398cc760d7e6a4d17ac168045e6] | committer: Haihao Xiang avfilter: add overlay vaapi filter Overlay one video on the top of another. It takes two inputs and has one output. The first input is the "main" video

[FFmpeg-cvslog] avfilter/tonemap_vaapi: set va parameters filters and numbers

2022-01-18 Thread Fei Wang
ffmpeg | branch: master | Fei Wang | Tue Jun 30 09:18:41 2020 +0800| [a17c99026520530b6d5649e4cbae34525d54c438] | committer: Haihao Xiang avfilter/tonemap_vaapi: set va parameters filters and numbers This can fill VAProcPipelineParameterBuffer correctly and make the pipeline works. Reviewed-by