d454096d4e
- Update libvdpau to version 1.4 * adds 10,12-Bit decode support to VDPAU API * Adds HEVC Main 10/12 and HEVC Main 444 10/12 decode support in VDPAU API by Adding new profiles present in Range Extension profiles.Also Adds new VdpChromaTypes for 16bit. - Updated vdpauinfo to version 1.3 * Add names for the new 4:4:4 surface formats * Add support for VP9 in vdpauinfo * Depend on vdpau >= 1.3 for VP9 support OBS-URL: https://build.opensuse.org/request/show/793247 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvdpau?expand=0&rev=35 |
||
---|---|---|
.gitattributes | ||
.gitignore | ||
baselibs.conf | ||
libvdpau-1.4.tar.bz2 | ||
libvdpau-rpmlintrc | ||
libvdpau.changes | ||
libvdpau.spec | ||
README | ||
vdpauinfo-1.3.tar.bz2 |
DEBUGGING AND TRACING The VDPAU wrapper library supports tracing VDPAU function calls, and their parameters. This tracing is controlled by the following environment variables: VDPAU_TRACE Enables tracing. Set to 1 to trace function calls. Set to 2 to trace all arguments passed to the function. VDPAU_TRACE_FILE Filename to write traces to. By default, traces are sent to stderr. This variable may either contain a plain filename, or a reference to an existing open file-descriptor in the format "&N" where N is the file descriptor number. The VDPAU wrapper library is responsible for determining which vendor-specific driver to load for a given X11 display/screen. At present, it hard-codes "nvidia" as the driver. The environment variable VDPAU_DRIVER may be set to override this default. The actual library loaded will be libvdpau_${VDPAU_DRIVER}.so. Setting VDPAU_DRIVER to "trace" is not advised.