[vlc-commits] vdpau: helper library for VDPAU and VDPAU-X11 function calls

Rémi Denis-Courmont git at videolan.org
Sun Jul 7 20:13:36 CEST 2013


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jun 13 18:40:05 2013 +0300| [8d3bd45fdf7f37e5d2b509bef34518c8a9040a30] | committer: Rémi Denis-Courmont

vdpau: helper library for VDPAU and VDPAU-X11 function calls

This provides a more traditional set of library function calls than the
VDPAU specification defines. Furthermore, this has libvdpau.so as a
conditional run-time linking dependency.

Note that this requires libvdpau 0.6 or later (0.4.1-8 on Debian) at
run-time due to a bug in libvdpau versions 0.4 through 0.5.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8d3bd45fdf7f37e5d2b509bef34518c8a9040a30
---

 configure.ac                 |    1 +
 modules/Makefile.am          |    4 +
 modules/hw/.gitignore        |    1 +
 modules/hw/vdpau/Makefile.am |   14 +
 modules/hw/vdpau/vlc_vdpau.c |  611 ++++++++++++++++++++++++++++++++++++++++++
 modules/hw/vdpau/vlc_vdpau.h |  171 ++++++++++++
 6 files changed, 802 insertions(+)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=8d3bd45fdf7f37e5d2b509bef34518c8a9040a30


More information about the vlc-commits mailing list