summaryrefslogtreecommitdiffstats
path: root/video/vdpau.c
Commit message (Expand)AuthorAgeFilesLines
* vdpau: allocate surfaces by agewm42014-08-111-1/+9
* vdpau: don't crash on flipped imageswm42014-08-051-5/+12
* video: introduce failure path for image allocationswm42014-06-171-4/+6
* video: warn if an emulated hwdec API is usedwm42014-05-281-0/+10
* vdpau: move RGB surface management out of the VOwm42014-05-221-26/+93
* vdpau: make mp_vdpau_ctx thread-safewm42014-05-101-16/+55
* vdpau: remove some codewm42014-05-101-7/+3
* vo_vdpau, vo_opengl: handle vdpau preemption differentlywm42014-05-101-7/+0
* vdpau: handle display preemption during decodingwm42014-05-101-0/+25
* vdpau: deduplicate video surface upload codewm42014-05-041-0/+33
* vdpau: remove pointer indirection for a fieldwm42014-03-191-6/+5
* vdpau: remove legacy pixel formatswm42014-03-171-13/+4
* vdpau: mp_msg conversionswm42013-12-211-4/+4
* vdpau: move device and video surface management from vo_vdpau.c to vdpau.cwm42013-11-051-2/+214
* vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel APIwm42013-07-281-0/+73