summaryrefslogtreecommitdiffstats
path: root/video/out/vo_vaapi.c
Commit message (Expand)AuthorAgeFilesLines
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-1/+1
* video/out: remove useless info struct and redundant fieldswm42013-10-231-6/+3
* video/out: always support redrawing VO window at any pointwm42013-10-021-6/+32
* vaapi: check image format in va_surface_upload()wm42013-09-271-3/+3
* vaapi: potentially make reading surfaces back to system RAM fasterwm42013-09-271-1/+2
* vaapi: fix compilation with Libavwm42013-09-251-3/+0
* vaapi: add vf_vavpp and use it for deinterlacingxylosper2013-09-251-471/+75
* vo_vaapi: potentially fix screenshot colorspace issueswm42013-08-241-0/+1
* Revert "sub: support straight alpha additionally to premultiplied alpha"wm42013-08-121-1/+1
* video: add vaapi decode and output supportwm42013-08-121-0/+1054