diff mbox

[FFmpeg-devel] MAINTAINERS: add myself to the AMF section

Message ID 20190703225306.74712-1-akravchenko188@gmail.com
State New
Headers show

Commit Message

Alexander Kravchenko July 3, 2019, 10:53 p.m. UTC
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

mmironov July 4, 2019, 12:25 a.m. UTC | #1
I am OK with Alex Kravchenko taking the official ownership of AMF integration. I am still involved in AMD AMF implementation and monitor FFmpeg changes.

Mikhail MironovĀ 


  
From: ffmpeg-devel <ffmpeg-devel-bounces@ffmpeg.org> on behalf of Alexander Kravchenko <akravchenko188@gmail.com>
 Sent: Wednesday, July 3, 2019 6:53 PM
 To: ffmpeg-devel@ffmpeg.org
 Cc: Alexander Kravchenko
 Subject: [FFmpeg-devel] [PATCH] MAINTAINERS: add myself to the AMF section
Alexander Kravchenko July 4, 2019, 6:58 p.m. UTC | #2
Hi everybody.
Let me explain reasons here.

About AMF:
1) AMF is a light-weight, portable multimedia framework that provides access to AMD hardware accelerated encoder, decoder, converters/filters.
2) AMF abstracts away most of the platform and API-specific details and allows for easy implementation of multimedia applications using a variety of technologies, such as DirectX 11, OpenGL, and OpenCL, Vulkan and facilitates an efficient interop between them.
3) It is very useful to use AMF as part of FFmpeg framework together with numerous FFmpeg features
 
About myself
1) I was one of originators/architects of AMF and implemented core modules
2) I fixed few issues in amfenc integration in FFmpeg
3) I implemented integrations of AMF decoder, converter/scaler to FFmpeg. Unfortunately they were not applied yet.
4) I appreciate feedback, open for discussions, and ready to follow the rules of community

Proposed plan about AMF here
1) Add Linux support (via Vulkan)
2) Add AMD decoder, scaler, converter
3) Connect continuous integration server to execute tests and keep it stable

Thanks,
Alexander
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 88b0109f22..a66e4fc338 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -138,6 +138,7 @@  Codecs:
   aacenc*, aaccoder.c                   Rostislav Pehlivanov
   alacenc.c                             Jaikrishnan Menon
   alsdec.c                              Thilo Borgmann, Umair Khan
+  amf*                                  Alexander Kravchenko
   aptx.c                                Aurelien Jacobs
   ass*                                  Aurelien Jacobs
   asv*                                  Michael Niedermayer