Re: [Mesa-dev] [VDPAU] [PATCH] v3: Extend the public VDPAU API to support HEVC Decoding

2014-07-28 Thread José Hiram Soltren
Hi Rémi, On 07/28/2014 03:37 PM, Rémi Denis-Courmont wrote: > Le lundi 28 juillet 2014, 20:07:11 Stephen Warren a écrit : >> I say this because once you expand VdpChromeType to support 10- and 12-bit >> formats, you'll probably also want to expand VdpYCbCrFormat to allow >> surface reads/write fro

[Mesa-dev] [PATCH] v3: Extend the public VDPAU API to support HEVC Decoding

2014-07-28 Thread José Hiram Soltren
This is version three of this patch, incorporating a suggestion from Rémi Denis-Courmont to add VdpChromaType values for 10- and 12-bit formats. This patch adds an API for player applications to utilize VDPAU for hardware-accelerated playback of H.265/HEVC streams. This patch references the ITU H.

[Mesa-dev] [PATCH] Extend the public VDPAU API to support HEVC Decoding

2014-07-25 Thread José Hiram Soltren
this specification, either targeted at software decoding, or hardware accelerated playback. I would equally appreciate review and feedback from anyone who might add VDPAU support for HEVC to a player application using this API. Signed-off-by: José Hiram Soltren --- include/vdpau/vdpau.h | 296