vdpau: Add context and common helpers for hwaccel support

Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
Rémi Denis-Courmont
2013-01-12 17:53:43 +02:00
committed by Diego Biurrun
parent 22c436c85e
commit 44e065d56c
6 changed files with 131 additions and 7 deletions

View File

@@ -13,6 +13,9 @@ libavutil: 2012-10-22
API changes, most recent first:
2013-01-13 - xxxxxxx - lavc 54.36.0 - vdpau.h
Add AVVDPAUContext struct for VDPAU hardware-accelerated decoding.
2013-01-12 - 169fb94 - lavu 52.4.0 - pixdesc.h
Add AV_PIX_FMT_VDPAU flag.