forked from gbeauchesne/hwdecode-demos
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
42 lines (28 loc) · 1013 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
hwdecode-demos
Demo programs for HW accelerated video decoding
Copyright (C) 2009-2010 Splitted-Desktop Systems
License
-------
hwdecode-demos is available under the terms of the GNU General Public
License.
Overview
--------
hwdecode-demos consists in simple test programs to address various HW
video decoding APIs: Crystal HD, VA-API, VDPAU and XvBA.
Requirements
------------
* libswscale and libavutil development packages are the minimal
requirements for all demos called with --getimage or --putimage
options.
* For Crystal HD demos:
Crystal HD SDK from GIT, as of 2010/02/15
* For VA-API demos:
libva >= 0.29.0-sds8 is required for 2D display.
libva >= 0.30.4-sds3 is required for 3D display.
That's the API version, not the version of the packages.
* For VDPAU demos:
VDPAU SDK from any NVIDIA driver should fit as the source code uses
the bare initial API.
* For XvBA demos:
XvBA SDK >= 0.73 is required for 2D display.
XvBA SDK >= 0.74 is required for 3D display.