]> git.sesse.net Git - vlc/commit
vdpau: helper library for VDPAU and VDPAU-X11 function calls
authorRémi Denis-Courmont <remi@remlab.net>
Thu, 13 Jun 2013 15:40:05 +0000 (18:40 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sun, 7 Jul 2013 18:11:58 +0000 (21:11 +0300)
commit8d3bd45fdf7f37e5d2b509bef34518c8a9040a30
tree21d98aa2d473eb5d7feaf71b8582ca20a7876759
parent10fe48b7374af0efbc9c2240cd5e4554f2c24e1c
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.
configure.ac
modules/Makefile.am
modules/hw/.gitignore [new file with mode: 0644]
modules/hw/vdpau/Makefile.am [new file with mode: 0644]
modules/hw/vdpau/vlc_vdpau.c [new file with mode: 0644]
modules/hw/vdpau/vlc_vdpau.h [new file with mode: 0644]