diff options
author | Lionel CHAZALLON <LongChair@hotmail.com> | 2017-09-24 05:39:45 +0000 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2017-09-27 22:43:58 +0100 |
commit | f3aefb3e1c3c6afeaca889d4fd2648458fd74dfe (patch) | |
tree | 5c8b020cbcf1d1f8d2052d7d67ffcb933dede6a2 /Changelog | |
parent | d1256750e896d03179c262473e9bd25eb6259e82 (diff) | |
download | ffmpeg-f3aefb3e1c3c6afeaca889d4fd2648458fd74dfe.tar.gz |
lavc: Add support for RockChip Media Process Platform
This adds hardware decoding for H.264 / HEVC / VP8 / VP9 using the MPP
Rockchip API. It returns frames holding an AVDRMFrameDescriptor struct
in buf[0] that allows drm / dmabuf usage. Tested on RK3288 (TinkerBoard)
and RK3328.
Signed-off-by: Mark Thompson <sw@jkqxz.net>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -50,6 +50,7 @@ version <next>: - KMS screen grabber - CUDA thumbnail filter - V4L2 mem2mem HW assisted codecs +- Rockchip MPP hardware decoding version 3.3: |