Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 547688 - x11-libs/libvdpau-1.1 version bump
Summary: x11-libs/libvdpau-1.1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 547690
  Show dependency tree
 
Reported: 2015-04-25 10:26 UTC by Jeroen Roovers (RETIRED)
Modified: 2015-08-13 04:07 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeroen Roovers (RETIRED) gentoo-dev 2015-04-25 10:26:17 UTC
VDPAU is the Video Decode and Presentation API for Unix.  This
library provides a wrapper that loads the correct vendor-specific
implementation driver library, and a tracing library to help with
debugging VDPAU applications.

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.  I apologize for the inconvenience!


Aaron Plattner (2):
      Change HEVC profile numbers to 100 through 104
      Bump version to 1.1

José Hiram Soltren (1):
      Fix error in sizes of H265 column width and row height, arrays


and the 1.0 changes:

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


Aaron Plattner (2):
      Use member groups to simplify documentation
      Bump version to 1.0

José Hiram Soltren (1):
      Extend the VDPAU API to support H.265/HEVC Decoding