From c71e16a141007ff3fa5f21a060604d2e32548a40 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 2 Sep 2018 21:54:18 +0200 Subject: [PATCH 1/2] Update README.md to mention H265 support Signed-off-by: Thomas Petazzoni --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14a7148..d65bfa7 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ including the Video Engine found in most Allwinner SoCs. The v4l2-request libVA backend currently supports the following formats: * MPEG2 (Simple and Main profiles) * H264 (Baseline, Main and High profiles) +* H265 (Main profile) ## Instructions From 128936588f6911ed14738858a8a6b91cd3793e1b Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Sun, 2 Sep 2018 21:54:52 +0200 Subject: [PATCH 2/2] Update AUTHORS file with Maxime and Paul Signed-off-by: Thomas Petazzoni --- AUTHORS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 092893d..6253e5d 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1 +1,3 @@ Florent Revest +Maxime Ripard +Paul Kocialkowski