PR #20141 opened by toqsxw URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20141 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20141.patch
>From 02b103af6008235afc9811ec9a2f3402239f79ce Mon Sep 17 00:00:00 2001 From: Wu Jianhua <[email protected]> Date: Thu, 7 Aug 2025 00:28:22 +0800 Subject: [PATCH 1/2] MAINTAINERS: add myself as hwcontext_d3d12va maintainer Signed-off-by: Wu Jianhua <[email protected]> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 650300dadc..fe4bcc69b0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -92,6 +92,7 @@ Other: float_dsp Loren Merritt hash Reimar Doeffinger hwcontext_cuda* Timo Rothenpieler + hwcontext_d3d12va* Wu Jianhua hwcontext_vulkan* [2] Lynne intfloat* Michael Niedermayer integer.c, integer.h Michael Niedermayer @@ -279,6 +280,7 @@ Codecs: Hardware acceleration: dxva2* Hendrik Leppkes, Laurent Aimar, Steve Lhomme d3d11va* Steve Lhomme + d3d12va* Wu Jianhua d3d12va_encode* Tong Wu mediacodec* Matthieu Bouron, Aman Gupta, Zhao Zhili vaapi* Haihao Xiang -- 2.49.1 >From 815b7b3d9001a325ef90c3d073270317ab6b2593 Mon Sep 17 00:00:00 2001 From: Wu Jianhua <[email protected]> Date: Thu, 7 Aug 2025 00:33:25 +0800 Subject: [PATCH 2/2] mailmap: add entry for myself Signed-off-by: Wu Jianhua <[email protected]> --- .mailmap | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mailmap b/.mailmap index fe019b88c7..58383fa568 100644 --- a/.mailmap +++ b/.mailmap @@ -26,3 +26,5 @@ rcombs <[email protected]> <[email protected]> Cosmin Stejerean <[email protected]> Cosmin Stejerean via ffmpeg-devel <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> +<[email protected]> <[email protected]> +<[email protected]> <[email protected]> -- 2.49.1 _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
