summaryrefslogtreecommitdiffstats
path: root/video/out/gl_hwdec_vdpau.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: let hwdec driver report the exact image formatwm42015-01-291-2/+3
* vo_opengl: move utility functions from loader to a separate filewm42015-01-281-0/+1
* video: have a generic context struct for hwdec backendswm42015-01-221-4/+2
* client API: expose OpenGL rendererwm42014-12-091-0/+4
* vo_opengl: move hwdec parts into their own fileswm42014-12-031-2/+3
* vdpau/GLX: don't access VO backendwm42014-12-031-7/+10
* vo_vdpau, vo_opengl: handle vdpau preemption differentlywm42014-05-101-26/+11
* Fix bogus copyright textwm42014-05-061-2/+0
* vdpau_mixer: allow overriding frame optswm42014-05-021-1/+1
* vo_opengl: make it work with vf_vdpauppwm42014-05-021-50/+8
* vdpau: remove pointer indirection for a fieldwm42014-03-191-3/+3
* vdpau: mp_msg conversionswm42013-12-211-6/+8
* gl_hwdec: use a imgfmt field instead of a query_format callbackwm42013-11-291-6/+1
* vdpau: always let decoder output IMGFMT_VDPAUwm42013-11-291-2/+2
* video: move struct mp_hwdec_info into its own header filewm42013-11-231-1/+1
* gl_hwdec_vdpau: silence warning caused by buggy GL_NV_vdpau_interop specwm42013-11-091-2/+6
* vo_opengl: support for vdpau hardware decodingwm42013-11-051-0/+258