[FFmpeg-devel] [PATCH] Add support for RockChip Media Process Platform This adds hardware decoding for h264 / HEVC / VP8 using MPP Rockchip API. Will return frames holding a av_drmprime struct that allows drm / dmabuf usage.
wm4
nfxjfg at googlemail.com
Sun Jun 11 16:19:56 EEST 2017
On Sun, 11 Jun 2017 05:24:16 +0000
"LongChair ." <LongChair at hotmail.com> wrote:
> From: LongChair <LongChair at hotmail.com>
>
> ---
> Changelog | 1 +
> configure | 12 ++
> libavcodec/Makefile | 4 +
> libavcodec/allcodecs.c | 6 +
> libavcodec/drmprime.h | 17 ++
> libavcodec/rkmppdec.c | 522 +++++++++++++++++++++++++++++++++++++++++++++++++
> libavutil/pixdesc.c | 4 +
> libavutil/pixfmt.h | 5 +
> 8 files changed, 571 insertions(+)
> create mode 100644 libavcodec/drmprime.h
> create mode 100644 libavcodec/rkmppdec.c
>
I reviewed this before, so I have nothing more to say.
You should fix your commit message, though (approx. 72 chars per line
limit, concise summary/topic in the subject line, then empty line, then
detailed description of the commit).
More information about the ffmpeg-devel
mailing list