[FFmpeg-devel] [PATCH 01/14] lavu: Add DRM hwcontext

wm4 nfxjfg at googlemail.com
Tue Sep 19 22:22:28 EEST 2017


On Sun, 10 Sep 2017 21:53:25 +0100
Mark Thompson <sw at jkqxz.net> wrote:

> ---
> This is the same patch as the one in the kmsgrab and rkmpp sets, included here because the ARM DRM mapping depends on it.
> 
> 
>  configure                      |   3 +
>  libavutil/Makefile             |   2 +
>  libavutil/hwcontext.c          |   4 +
>  libavutil/hwcontext.h          |   1 +
>  libavutil/hwcontext_drm.c      | 291 +++++++++++++++++++++++++++++++++++++++++
>  libavutil/hwcontext_drm.h      | 166 +++++++++++++++++++++++
>  libavutil/hwcontext_internal.h |   1 +
>  libavutil/pixdesc.c            |   4 +
>  libavutil/pixfmt.h             |   7 +
>  9 files changed, 479 insertions(+)
>  create mode 100644 libavutil/hwcontext_drm.c
>  create mode 100644 libavutil/hwcontext_drm.h
> 

LGTM


More information about the ffmpeg-devel mailing list