Relicense gst-libs/ code to LGPL v2.1+.
[platform/upstream/gstreamer-vaapi.git] / README
1
2   gstreamer-vaapi
3   VA-API support to GStreamer
4
5   Copyright (C) 2010 Splitted-Desktop Systems
6
7
8 License
9 -------
10
11 gstreamer-vaapi helper libraries are available under the terms of the
12 GNU Lesser General Public License v2.1+.
13
14 gstreamer-vaapi plugin elements are available under the terms of the
15 GNU General Public License v2+.
16
17
18 Overview
19 --------
20
21 gstreamer-vaapi consists in a collection of VA-API based plugins for
22 GStreamer and helper libraries.
23
24   * `vaapiconvert' is used to convert from video/x-raw-yuv pixels to
25     video/x-vaapi-surface surfaces.
26
27   * `vaapisink' is used to display video/x-vaapi-surface surfaces to
28     screen.
29
30
31 Features
32 --------
33
34   * VA-API support from 0.29 to 0.31
35   * OpenGL rendering through VA/GLX or GLX texture-from-pixmap + FBO
36
37
38 Requirements
39 ------------
40
41 libgstreamer0.10-dev >= 0.10.0
42 libgstreamer-plugins-base0.10-dev >= 0.10.0
43 libva-dev >= 0.31.0-1+sds9 (VA/GLX)