summaryrefslogtreecommitdiffstats
path: root/video/out/vo_vaapi.c
Commit message (Expand)AuthorAgeFilesLines
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* vaapi: remove unused hw image formats, simplifywm42013-11-291-3/+3
* osd: remove mp_osd_res.video_par fieldwm42013-11-241-1/+0
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* video: move struct mp_hwdec_info into its own header filewm42013-11-231-1/+1
* 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