summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-05-21 11:37:36 +0200
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2020-05-21 11:37:36 +0200
commitcab041f9949a22a6d0f58389b9fddd5bb9b3ea74 (patch)
treeab30710af038171cb6d386b4c9cafa6b4cd2116e /README
parent20ce08aa2304a1d1123897b6c60538d9f2dc9579 (diff)
downloadgstreamer-vaapi-cab041f9949a22a6d0f58389b9fddd5bb9b3ea74.tar.gz
README: update VP9 decoder and encoder
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi/-/merge_requests/330>
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 4 insertions, 3 deletions
diff --git a/README b/README
index d214ac79..5cc959c1 100644
--- a/README
+++ b/README
@@ -22,13 +22,13 @@ gstreamer-vaapi consists in a collection of VA-API based plugins for
GStreamer and helper libraries.
* `vaapi<CODEC>dec' is used to decode JPEG, MPEG-2, MPEG-4:2, H.264
- AVC, H.264 MVC, VP8, VC-1, WMV3, HEVC videos to VA surfaces,
+ AVC, H.264 MVC, VP8, VP9, VC-1, WMV3, HEVC videos to VA surfaces,
depending on the actual value of <CODEC> and the underlying
hardware capabilities. This plugin is also able to implicitly
download the decoded surface to raw YUV buffers.
* `vaapi<CODEC>enc' is used to encode into MPEG-2, H.264 AVC, H.264
- MVC, JPEG, VP8, HEVC videos, depending on the actual value of
+ MVC, JPEG, VP8, VP9, HEVC videos, depending on the actual value of
<CODEC> (mpeg2, h264, etc.) and the hardware capabilities. By
default, raw format bitstreams are generated, so the result may be
piped to a muxer, e.g. qtmux for MP4 containers.
@@ -52,7 +52,8 @@ Features
* VA-API support from 0.39
* JPEG, MPEG-2, MPEG-4, H.264 AVC, H.264 MVC, VP8, VC-1, HEVC and
VP9 ad-hoc decoders
- * MPEG-2, H.264 AVC,H.264 MVC, JPEG, VP8 and HEVC ad-hoc encoders
+ * MPEG-2, H.264 AVC,H.264 MVC, JPEG, VP8, VP9 and HEVC ad-hoc
+ encoders
* OpenGL rendering through VA/GLX or GLX texture-from-pixmap + FBO
* Support for EGL backend
* Support for the Wayland display server