summaryrefslogtreecommitdiffstats
path: root/video/vdpau.c
Commit message (Expand)AuthorAgeFilesLines
* video: get rid of swapped packed YUVwm42017-06-301-4/+0
* vdpau: crappy hack to allow initializing hw decoding after preemptionwm42017-05-191-0/+16
* vdpau, vaapi: unref libavutil device refwm42017-04-291-0/+2
* vdpau: support new vdpau libavcodec decode APIwm42017-03-231-0/+28
* vdpau: use libavutil for surface allocation during decodingwm42017-01-171-38/+28
* vdpau: get surface data as nv12 if possiblewm42016-06-211-0/+51
* video: refactor how VO exports hwdec device handleswm42016-05-091-3/+5
* mp_image: allow passing NULL to mp_image_new_custom_ref()wm42016-04-251-2/+1
* vdpau: force driver to report preemption earlywm42016-01-251-0/+19
* video: switch from using display aspect to sample aspectwm42015-12-191-2/+2
* video: reduce error message when loading hwdec backend failswm42015-06-201-7/+11
* vdpau: do not attempt to allocate surfaces while preemptedwm42015-05-291-10/+17
* vdpau: don't use a transparent image format for screenshotswm42015-04-071-1/+1
* vdpau: remove dead assignmentwm42015-03-231-2/+1
* command: add property returning detected hwdec APIwm42015-02-021-0/+1
* video: handle hwdec screenshots differentlywm42015-01-221-2/+79
* video: have a generic context struct for hwdec backendswm42015-01-221-0/+4
* vdpau/GLX: don't access VO backendwm42014-12-031-4/+3
* 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