mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 02:01:12 +00:00
Improve documentation for release.
This commit is contained in:
parent
85466028ad
commit
e226acaea5
1 changed files with 18 additions and 3 deletions
21
README
21
README
|
@ -21,6 +21,10 @@ Overview
|
||||||
gstreamer-vaapi consists in a collection of VA-API based plugins for
|
gstreamer-vaapi consists in a collection of VA-API based plugins for
|
||||||
GStreamer and helper libraries.
|
GStreamer and helper libraries.
|
||||||
|
|
||||||
|
* `vaapidecode' is used to decode MPEG-2, MPEG-4, H.264, VC-1, WMV3
|
||||||
|
videos to video/x-vaapi-surfaces surfaces, depending on the
|
||||||
|
underlying HW capabilities.
|
||||||
|
|
||||||
* `vaapiconvert' is used to convert from video/x-raw-yuv pixels to
|
* `vaapiconvert' is used to convert from video/x-raw-yuv pixels to
|
||||||
video/x-vaapi-surface surfaces.
|
video/x-vaapi-surface surfaces.
|
||||||
|
|
||||||
|
@ -33,11 +37,22 @@ Features
|
||||||
|
|
||||||
* VA-API support from 0.29 to 0.31
|
* VA-API support from 0.29 to 0.31
|
||||||
* OpenGL rendering through VA/GLX or GLX texture-from-pixmap + FBO
|
* OpenGL rendering through VA/GLX or GLX texture-from-pixmap + FBO
|
||||||
|
* Support for major HW video decoding solutions on Linux (AMD, Intel, NVIDIA)
|
||||||
|
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
------------
|
------------
|
||||||
|
|
||||||
libgstreamer0.10-dev >= 0.10.0
|
Software requirements
|
||||||
libgstreamer-plugins-base0.10-dev >= 0.10.0
|
|
||||||
libva-dev >= 0.31.0-1+sds9 (VA/GLX)
|
* libgstreamer0.10-dev >= 0.10.0
|
||||||
|
* libgstreamer-plugins-base0.10-dev >= 0.10.0
|
||||||
|
* libva-dev >= 0.31.0-1+sds9 (VA/GLX)
|
||||||
|
|
||||||
|
Hardware requirements
|
||||||
|
|
||||||
|
* AMD platforms with UVD2 (XvBA supported)
|
||||||
|
* Intel Poulsbo (US15W)
|
||||||
|
* Intel Eaglelake (G45)
|
||||||
|
* Intel Ironlake (HD Graphics)
|
||||||
|
* NVIDIA platforms with PureVideo (VDPAU supported)
|
||||||
|
|
Loading…
Reference in a new issue