[FFmpeg-cvslog] libavfilter/vf_overlay_qsv: Use format of first input to set output format for overlay_qsv

2022-07-19 Thread Wenbin Chen
ffmpeg | branch: master | Wenbin Chen | Thu Jul 7 11:12:52 2022 +0800| [636a629ff63ef60c9b31ba87e8e0a90e1f277c97] | committer: Haihao Xiang libavfilter/vf_overlay_qsv: Use format of first input to set output format for overlay_qsv overlay_qsv hard coded to use nv12 as output format. Now use

[FFmpeg-cvslog] libavcodec/qsvenc: Use parameter from AVCodecContext to reset qsv codec

2022-07-19 Thread Wenbin Chen
ffmpeg | branch: master | Wenbin Chen | Thu Jul 14 16:43:25 2022 +0800| [52ad617af56e5bd009f488a26ceb4f73595b2477] | committer: Haihao Xiang libavcodec/qsvenc: Use parameter from AVCodecContext to reset qsv codec Using parameter from AVCodecContext to reset qsv codec is more suitable for

[FFmpeg-cvslog] libavcodec/qsvenc: Change the parameter log to be thread safe

2022-07-19 Thread Wenbin Chen
ffmpeg | branch: master | Wenbin Chen | Fri Jul 8 15:14:51 2022 +0800| [8b82c9cdc74fd227726b81a7c1768b11536c4471] | committer: Haihao Xiang libavcodec/qsvenc: Change the parameter log to be thread safe Dividing one line log into several av_log() call is not thread safe. Now merge these

[FFmpeg-cvslog] avfilter/vsrc_ddagrab: check for existence of DPI_AWARENESS_CONTEXT

2022-07-19 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Tue Jul 19 13:44:58 2022 +0200| [926f355aff8fdf0a077d948e961f79d2c5daf58e] | committer: Timo Rothenpieler avfilter/vsrc_ddagrab: check for existence of DPI_AWARENESS_CONTEXT Apparently some (broken?) Windows SDK versions define IDXGIOutput5 but

[FFmpeg-cvslog] ffmpeg: use AVFrame.duration instead of AVFrame.pkt_duration

2022-07-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jul 11 10:31:47 2022 +0200| [de3a135e0f3e5d2a35968ed32ae3f8a3b2852cee] | committer: Anton Khirnov ffmpeg: use AVFrame.duration instead of AVFrame.pkt_duration >

[FFmpeg-cvslog] lavfi/vf_showinfo: print frame durations

2022-07-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Tue Jul 12 18:35:13 2022 +0200| [ecd0a7c5bd105367e8c16c2d59648b96efccec18] | committer: Anton Khirnov lavfi/vf_showinfo: print frame durations > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ecd0a7c5bd105367e8c16c2d59648b96efccec18 ---

[FFmpeg-cvslog] tests/api: use AVFrame.duration instead of AVFrame.pkt_duration

2022-07-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jul 11 10:31:47 2022 +0200| [9c0401bd5901e9bb2cd492fafebd591bcfd77dac] | committer: Anton Khirnov tests/api: use AVFrame.duration instead of AVFrame.pkt_duration >

[FFmpeg-cvslog] lavd: use AVFrame.duration instead of AVFrame.pkt_duration

2022-07-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jul 11 10:31:47 2022 +0200| [2d90fc89f2a804a096ff092797c14432b63c8120] | committer: Anton Khirnov lavd: use AVFrame.duration instead of AVFrame.pkt_duration >

[FFmpeg-cvslog] lavfi: use AVFrame.duration instead of AVFrame.pkt_duration

2022-07-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jul 11 10:31:47 2022 +0200| [357ba45a5ca3864b0eba07747ab6ea1614f2646b] | committer: Anton Khirnov lavfi: use AVFrame.duration instead of AVFrame.pkt_duration >

[FFmpeg-cvslog] lavf: use AVFrame.duration instead of AVFrame.pkt_duration

2022-07-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jul 11 10:31:47 2022 +0200| [7d9ee6741c53a2ea9f3a5559c32320b731a8d80a] | committer: Anton Khirnov lavf: use AVFrame.duration instead of AVFrame.pkt_duration >

[FFmpeg-cvslog] lavu/frame: add a duration field to AVFrame

2022-07-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jul 11 10:04:17 2022 +0200| [4397f9a5a09d82846bf787295c60f1104cf7de9e] | committer: Anton Khirnov lavu/frame: add a duration field to AVFrame The only duration field currently present in AVFrame is pkt_duration, which is semantically restricted to

[FFmpeg-cvslog] lavc: use AVFrame.duration instead of AVFrame.pkt_duration

2022-07-19 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Jul 11 10:20:12 2022 +0200| [ac2cda4296dbbaf2580ec3aa404bb2f3a393159c] | committer: Anton Khirnov lavc: use AVFrame.duration instead of AVFrame.pkt_duration >

[FFmpeg-cvslog] swscale: add NV16 input/output

2022-07-19 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Jun 1 22:33:37 2022 +0200| [0a6bb7da55709d82b1cbb12d420db2d1fbb867d7] | committer: Anton Khirnov swscale: add NV16 input/output Signed-off-by: Anton Khirnov >