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