Software/VDPAU

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

Documentation

Documentation for the API is stored in Doxygen comments in the VDPAU header files. You can also read the generated HTML version.

Code

The library used by applications that wish to use VDPAU is 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.

vdpauinfo, a tool to query the capabilities of a VDPAU implementation, is also available.