Add Intel copyright information.
[platform/upstream/gstreamer.git] / README
1
2   gstreamer-vaapi
3   VA-API support to GStreamer
4
5   Copyright (C) 2010-2011 Splitted-Desktop Systems
6   Copyright (C) 2011 Intel Corporation
7
8
9 License
10 -------
11
12 gstreamer-vaapi helper libraries are available under the terms of the
13 GNU Lesser General Public License v2.1+.
14
15 gstreamer-vaapi plugin elements are available under the terms of the
16 GNU General Public License v2+.
17
18
19 Overview
20 --------
21
22 gstreamer-vaapi consists in a collection of VA-API based plugins for
23 GStreamer and helper libraries.
24
25   * `vaapidecode' is used to decode MPEG-2, MPEG-4, H.264, VC-1, WMV3
26     videos to video/x-vaapi-surfaces surfaces, depending on the
27     underlying HW capabilities.
28
29   * `vaapiconvert' is used to convert from video/x-raw-yuv pixels to
30     video/x-vaapi-surface surfaces.
31
32   * `vaapisink' is used to display video/x-vaapi-surface surfaces to
33     screen.
34
35
36 Features
37 --------
38
39   * VA-API support from 0.29 to 0.31
40   * OpenGL rendering through VA/GLX or GLX texture-from-pixmap + FBO
41   * Support for major HW video decoding solutions on Linux (AMD, Intel, NVIDIA)
42
43
44 Requirements
45 ------------
46
47 Software requirements
48
49   * libgstreamer0.10-dev >= 0.10.10
50   * libgstreamer-plugins-base0.10-dev >= 0.10.16
51   * libva-dev >= 0.31.0-1+sds9 (VA/GLX)
52   * libavcodec-dev >= 0.6 or with <libavcodec/vaapi.h>
53
54 Hardware requirements
55
56   * AMD platforms with UVD2 (XvBA supported)
57   * Intel Eaglelake (G45)
58   * Intel Ironlake (HD Graphics)
59   * Intel Poulsbo (US15W)
60   * NVIDIA platforms with PureVideo (VDPAU supported)
61
62
63 Usage
64 -----
65
66   * Play an H.264 video with an MP4 container in fullscreen mode
67   $ gst-launch-0.10 -v filesrc location=/path/to/video.mp4 ! \
68       qtdemux ! vaapidecode ! vaapisink fullscreen=true
69
70
71 Caveats
72 -------
73
74   * No ad-hoc parser, vaapidecoder currently relies on FFmpeg