Go to file
Dominique Leuenberger 29e60cc6c5 Accepting request 291154 from X11:XOrg
- Update libvdpau to version 1.1
  * This release fixes a bug in the new VdpPictureInfoHEVC structure:
    the column_width_minus1 and row_height_minus1 arrays had the wrong
    dimensions. To avoid the incorrect structure being used, the profile
    numbers for the HEVC profiles have been changed. Please use the new
    profiles rather than the ones from libvdpau 1.0. 

- Update libvdpau to version 1.0
  * This release adds support for the following HEVC / H.265 profiles:
    VDP_DECODER_PROFILE_HEVC_MAIN
    VDP_DECODER_PROFILE_HEVC_MAIN_10
    VDP_DECODER_PROFILE_HEVC_MAIN_STILL
    VDP_DECODER_PROFILE_HEVC_MAIN_12
    VDP_DECODER_PROFILE_HEVC_MAIN_444
- Updated vdpauinfo to version 0.9
  * This release adds support for querying the new profiles added in 
    libvdpau 1.0 (see above)
- cleanup: removed empty patch 'vdpauinfo-missing-lX11.diff'

OBS-URL: https://build.opensuse.org/request/show/291154
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvdpau?expand=0&rev=28
2015-03-19 19:50:36 +00:00
.gitattributes Accepting request 38474 from X11:Drivers:Video 2010-04-22 11:01:14 +00:00
.gitignore Accepting request 38474 from X11:Drivers:Video 2010-04-22 11:01:14 +00:00
baselibs.conf Accepting request 48767 from X11:Drivers:Video 2010-09-22 08:59:07 +00:00
libvdpau-1.1.tar.bz2 Accepting request 291154 from X11:XOrg 2015-03-19 19:50:36 +00:00
libvdpau-nopdftex.patch Accepting request 266525 from X11:Drivers:Video 2014-12-28 23:34:14 +00:00
libvdpau-rpmlintrc Accepting request 41756 from X11:Drivers:Video 2010-06-21 17:28:07 +00:00
libvdpau.changes Accepting request 291154 from X11:XOrg 2015-03-19 19:50:36 +00:00
libvdpau.spec Accepting request 291154 from X11:XOrg 2015-03-19 19:50:36 +00:00
README Accepting request 38689 from X11:Drivers:Video 2010-04-25 16:51:19 +00:00
vdpauinfo-1.0.tar.gz Accepting request 291154 from X11:XOrg 2015-03-19 19:50:36 +00:00

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.