summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorLionel CHAZALLON <LongChair@hotmail.com>2017-09-24 05:39:45 +0000
committerMark Thompson <sw@jkqxz.net>2017-09-27 22:43:58 +0100
commitf3aefb3e1c3c6afeaca889d4fd2648458fd74dfe (patch)
tree5c8b020cbcf1d1f8d2052d7d67ffcb933dede6a2 /Changelog
parentd1256750e896d03179c262473e9bd25eb6259e82 (diff)
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--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 678dcdadc7..c64cef4c89 100644
--- a/Changelog
+++ b/Changelog
@@ -50,6 +50,7 @@ version <next>:
- KMS screen grabber
- CUDA thumbnail filter
- V4L2 mem2mem HW assisted codecs
+- Rockchip MPP hardware decoding
version 3.3: