summaryrefslogtreecommitdiffstats
path: root/video/vdpau_mixer.c
Commit message (Expand)AuthorAgeFilesLines
* video: redo video equalizer option handlingwm42017-08-221-4/+5
* vo_opengl: vdpau: fix certain cases of preemption recovery failureswm42016-05-031-0/+8
* csputils: rename "yuv2rgb" functionswm42015-12-091-1/+1
* vdpau: retrieve mixer parameters directly from the hw surfacewm42015-05-281-7/+19
* vdpau: always render to cropped size at mostwm42015-04-261-0/+4
* video: handle hwdec screenshots differentlywm42015-01-221-1/+15
* csputils: replace float[3][4] with a structwm42015-01-061-3/+8
* csputils: move image_params -> csp_params into a functionwm42015-01-061-3/+1
* csputils: get rid of mp_csp_detailswm42015-01-061-3/+3
* vdpau: correctly mark invalid mixer as such on vdp_video_mixer_create() failureAlessandro Ghedini2014-08-131-0/+3
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalwm42014-06-171-1/+1
* video: introduce failure path for image allocationswm42014-06-171-2/+4
* vdpau_mixer: allow overriding frame optswm42014-05-021-2/+7
* vdpau: add a postprocessing pseudo-filterwm42014-05-021-0/+254