avfilter: add scale_d3d11 filter

This commit introduces a new hardware-accelerated video filter, scale_d3d11,
which performs scaling and format conversion using Direct3D 11. The filter enables
efficient GPU-based scaling and pixel format conversion (p010 to nv12), reducing
CPU overhead and latency in video pipelines.
This commit is contained in:
Dash Santosh
2025-07-25 08:58:38 +05:30
committed by dwbuiten
parent 2ddc3cbd98
commit 96821211c2
6 changed files with 472 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ version <next>:
- APV in MP4/ISOBMFF muxing and demuxing
- OpenHarmony hardware decoder/encoder
- Colordetect filter
- Add vf_scale_d3d11 filter
version 7.1: