summaryrefslogtreecommitdiffstats
path: root/video/vdpau.h
Commit message (Expand)AuthorAgeFilesLines
* vd_lavc, vdpau, vaapi: restore emulated API avoidancewm42017-12-021-0/+2
* video: refactor hw device creation for hwdec copy modeswm42017-12-011-4/+1
* vdpau: remove some more dead codewm42017-10-161-3/+0
* Add checks for HAVE_GPL to various GPL-only source fileswm42017-10-101-0/+5
* vdpau: support new vdpau libavcodec decode APIwm42017-03-231-0/+4
* vdpau: use libavutil for surface allocation during decodingwm42017-01-171-0/+1
* vdpau: get surface data as nv12 if possiblewm42016-06-211-0/+3
* vdpau: force driver to report preemption earlywm42016-01-251-0/+1
* video: reduce error message when loading hwdec backend failswm42015-06-201-1/+2
* video: handle hwdec screenshots differentlywm42015-01-221-2/+8
* video: have a generic context struct for hwdec backendswm42015-01-221-0/+3
* vdpau/GLX: don't access VO backendwm42014-12-031-3/+2
* vdpau: allocate surfaces by agewm42014-08-111-0/+2
* video: warn if an emulated hwdec API is usedwm42014-05-281-0/+2
* vdpau: move RGB surface management out of the VOwm42014-05-221-0/+5
* vdpau: make mp_vdpau_ctx thread-safewm42014-05-101-5/+12
* vo_vdpau, vo_opengl: handle vdpau preemption differentlywm42014-05-101-1/+0
* vdpau: handle display preemption during decodingwm42014-05-101-0/+1
* vdpau: deduplicate video surface upload codewm42014-05-041-0/+3
* vdpau: remove pointer indirection for a fieldwm42014-03-191-1/+1
* vdpau: remove legacy pixel formatswm42014-03-171-2/+2
* vdpau: mp_msg conversionswm42013-12-211-6/+4
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* vdpau: move device and video surface management from vo_vdpau.c to vdpau.cwm42013-11-051-4/+23
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* build: fix build with vdpau, simplifywm42013-07-291-1/+1
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-281-0/+55