summaryrefslogtreecommitdiff
path: root/Software/VDPAU.mdwn
blob: 5e62b0907fd220d7d7fc449bad26d40deb23db59 (plain)
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


# VDPAU

VDPAU is the Video Decode and Presentation API for UNIX.  It provides an interface to video decode acceleration and presentation hardware present in modern GPUs. 


## Features

* Hardware decoding of MPEG-1, MPEG-2, MPEG-4 part 2, H.264, VC-1, and DivX 4 and 5 bitstreams on supported hardware, with a bitstream (VLD) level API. 
* Video post-processing including advanced deinterlacing algorithms, inverse telecine, noise reduction, configurable color space conversion, and procamp adjustments. 
* Sub-picture, on-screen display, and UI element compositing. 
* Direct rendering timestamp-based presentation of final video frames, with detailed frame delivery reports. 

## Documentation

Documentation for the API is stored in Doxygen comments in the VDPAU header files.  You can also read the [[generated HTML version|ftp://download.nvidia.com/XFree86/vdpau/doxygen/html/index.html]]. 


## Code

The library used by applications that wish to use VDPAU is [[libvdpau|http://cgit.freedesktop.org/~aplattner/libvdpau/]].  This is a wrapper library that loads the appropriate implementation backend.  There is also a tracing library that can be used to debug VDPAU applications. 

* releases: [[http://people.freedesktop.org/~aplattner/vdpau/]]
* git clone git://people.freedesktop.org/~aplattner/libvdpau
* cgit: [[http://cgit.freedesktop.org/~aplattner/libvdpau/]]
* mailing list: [[vdpau@lists.freedesktop.org|mailto:vdpau@lists.freedesktop.org]]

[[vdpauinfo|http://cgit.freedesktop.org/~aplattner/vdpauinfo]], a tool to query the capabilities of a VDPAU implementation, is also available. 

* releases: [[http://people.freedesktop.org/~aplattner/vdpau/]]
* git clone git://people.freedesktop.org/~aplattner/vdpauinfo
* cgit: [[http://cgit.freedesktop.org/~aplattner/vdpauinfo/]]
* mailing list: [[vdpau@lists.freedesktop.org|mailto:vdpau@lists.freedesktop.org]]