PR #24421 opened by Steven Xiao (younengxiao) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/24421 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/24421.patch
I am listed as maintainer for vf_*_d3d12.c. Add a matching CODEOWNERS entry so that PRs relating with the D3D12 filters request review from me. >From 2781c2e395244e9c7a0a2e76c8d541014742c183 Mon Sep 17 00:00:00 2001 From: Steven Xiao <[email protected]> Date: Tue, 8 Sep 2026 13:03:11 -0400 Subject: [PATCH] .forgejo/CODEOWNERS: add myself for the D3D12 video filters I am listed as maintainer for vf_*_d3d12.c. Add a matching CODEOWNERS entry so that PRs relating with the D3D12 filters request review from me. Signed-off-by: Steven Xiao <[email protected]> --- .forgejo/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/CODEOWNERS b/.forgejo/CODEOWNERS index 325cd43aac..250e82f7c3 100644 --- a/.forgejo/CODEOWNERS +++ b/.forgejo/CODEOWNERS @@ -98,6 +98,7 @@ libavcodec/x86/vpx.* @rbultje libavfilter/af_loudnorm.* @kylophone libavfilter/af_whisper.* @vpalmisano libavfilter/.*_amf* @OvchinnikovDmitrii @ArazIusubov +libavfilter/.*_d3d12.* @younengxiao libavfilter/avfiltergraph.* @haasn libavfilter/colorspace.* @rbultje libavfilter/formats.* @haasn -- 2.52.0 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
