summaryrefslogtreecommitdiffstats
path: root/video/decode/vaapi.c
Commit message (Expand)AuthorAgeFilesLines
* vo_opengl: add support for VA-API OpenGL interopwm42013-11-041-0/+1
* video: check profiles with hardware decodingwm42013-11-011-46/+31
* vaapi: remove non-VLD entrypointswm42013-09-291-6/+2
* vaapi: fix non-sense conditionwm42013-09-291-1/+1
* vaapi: potentially make reading surfaces back to system RAM fasterwm42013-09-271-1/+4
* vaapi: allow GPU read-back with --hwdec=vaapi-copywm42013-09-251-3/+105
* vaapi: add vf_vavpp and use it for deinterlacingxylosper2013-09-251-36/+29
* vaapi: use highest available profile, instead of mapping it exactlywm42013-08-191-41/+38
* video/decode: pass parameters directly to hwdec allocate_image callbackwm42013-08-151-6/+2
* video: add vaapi decode and output supportwm42013-08-121-0/+414