[vlc-commits] vdpau: presentation queue video output display plugin
Rémi Denis-Courmont
git at videolan.org
Sun Jul 7 20:13:37 CEST 2013
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Jun 13 20:16:31 2013 +0300| [4356e9843b5e881ee262008a68a44e7cc298aa19] | committer: Rémi Denis-Courmont
vdpau: presentation queue video output display plugin
This uses a VDPAU presentation queue to render VDPAU output surfaces
(i.e. screen-scaled RGBA pictures) on an X11 window. It is assumed that
a video filter will eventually convert pictures in the source video
format to VDPAU output surfaces of adequate dimensions.
The common VLC XCB event handling is used for X11 matters.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4356e9843b5e881ee262008a68a44e7cc298aa19
---
modules/LIST | 1 +
modules/hw/vdpau/Makefile.am | 11 +
modules/hw/vdpau/display.c | 580 ++++++++++++++++++++++++++++++++++++++++++
3 files changed, 592 insertions(+)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=4356e9843b5e881ee262008a68a44e7cc298aa19
More information about the vlc-commits
mailing list