[FFmpeg-cvslog] libavutil/hwcontext_qsv: add usage child_device_type argument to explicitly select d3d11va/DX11 device type

2021-09-08 Thread Artem Galin
ffmpeg | branch: master | Artem Galin | Fri Aug 20 22:48:04 2021 +0100| [f1cd1dc6ce72e1d9ba259a946b3c033223f0a4f8] | committer: James Almer libavutil/hwcontext_qsv: add usage child_device_type argument to explicitly select d3d11va/DX11 device type UPD: Rebase of last patch set over current

[FFmpeg-cvslog] libavutil/hwcontext_qsv: supporting d3d11va device type

2021-09-08 Thread Artem Galin
ffmpeg | branch: master | Artem Galin | Fri Aug 20 22:48:03 2021 +0100| [a08a5299ac68b1151179c8b0ca1e920ee6c96e2b] | committer: James Almer libavutil/hwcontext_qsv: supporting d3d11va device type This enables usage of non-powered/headless GPU, better HDR support. Pool of resources

[FFmpeg-cvslog] libavutil/hwcontext_d3d11va: adding more texture information to the D3D11 hwcontext API

2021-09-08 Thread Artem Galin
ffmpeg | branch: master | Artem Galin | Fri Aug 20 22:48:05 2021 +0100| [4f78711f9c28b11dae4e4b96be46b6b4925eb8c6] | committer: James Almer libavutil/hwcontext_d3d11va: adding more texture information to the D3D11 hwcontext API Microsoft VideoProcessor requires texture

[FFmpeg-cvslog] libavcodec/qsv: enabling d3d11va support, added mfxhdlpair

2021-09-08 Thread Artem Galin
ffmpeg | branch: master | Artem Galin | Fri Aug 20 22:48:02 2021 +0100| [776d5a747220b03810c7d7a02f1c41c800316799] | committer: James Almer libavcodec/qsv: enabling d3d11va support, added mfxhdlpair Adding DX11 relevant device type checks and adjusting callbacks with proper MediaSDK pair type

[FFmpeg-cvslog] libavfilter/qsvvpp: enabling d3d11va support, added mfxhdlpair

2021-09-08 Thread Artem Galin
ffmpeg | branch: master | Artem Galin | Fri Aug 20 22:48:06 2021 +0100| [a611c35001f477f1c911027faa93cddf67874693] | committer: James Almer libavfilter/qsvvpp: enabling d3d11va support, added mfxhdlpair Adding DX11 relevant device type checks and adjusting callback with proper MediaSDK pair

[FFmpeg-cvslog] libavfilter/qsvvpp: add MFX_MEMTYPE_FROM_VPPOUT flag to output frames

2021-09-08 Thread Artem Galin
ffmpeg | branch: master | Artem Galin | Fri Aug 20 22:48:07 2021 +0100| [36166cc304975918da201de48987e9e898ae8021] | committer: James Almer libavfilter/qsvvpp: add MFX_MEMTYPE_FROM_VPPOUT flag to output frames In case of DX11 device type, Media SDK is sensitive to these flags. Signed-off

[FFmpeg-cvslog] libavfilter/vf_deinterlace_qsv: enabling d3d11va support, added mfxhdlpair

2021-09-08 Thread Artem Galin
ffmpeg | branch: master | Artem Galin | Fri Aug 20 22:48:10 2021 +0100| [19a17388d8c53acaeff0df59202254aa4038f6cb] | committer: James Almer libavfilter/vf_deinterlace_qsv: enabling d3d11va support, added mfxhdlpair Adding DX11 relevant device type checks and adjusting callback with proper

[FFmpeg-cvslog] libavfilter/vf_scale_qsv: enabling d3d11va support, added mfxhdlpair

2021-09-08 Thread Artem Galin
ffmpeg | branch: master | Artem Galin | Fri Aug 20 22:48:08 2021 +0100| [46c6946eeea8bb213c4f9b5b1f1aecfdfab5454e] | committer: James Almer libavfilter/vf_scale_qsv: enabling d3d11va support, added mfxhdlpair Adding DX11 relevant device type checks and adjusting callback with proper MediaSDK

[FFmpeg-cvslog] libavfilter/vf_scale_qsv: add MFX_MEMTYPE_FROM_VPPOUT flag to frame_type

2021-09-08 Thread Artem Galin
ffmpeg | branch: master | Artem Galin | Fri Aug 20 22:48:09 2021 +0100| [c1cebaa4c495666ecd27f0dfe7f175e2f0185f7a] | committer: James Almer libavfilter/vf_scale_qsv: add MFX_MEMTYPE_FROM_VPPOUT flag to frame_type In case of DX11 device type, Media SDK is sensitive to these flags. Signed-off

[FFmpeg-cvslog] lavu/hwcontext_d3d11va: Add option vendor_id

2023-12-06 Thread Artem Galin
ffmpeg | branch: master | Artem Galin | Tue Nov 28 12:42:25 2023 +0800| [a556be69a7d193677ddded735551ded834083bfe] | committer: Haihao Xiang lavu/hwcontext_d3d11va: Add option vendor_id User may choose the hardware via option vendor_id when multiple hardwares are available. Signed-off