summaryrefslogtreecommitdiffstats
path: root/video/vaapi.h
Commit message (Expand)AuthorAgeFilesLines
* vo_gpu: hwdec_vaapi: Suppress format errors when probingPhilip Langdale2019-07-081-2/+5
* video: refactor hw device creation for hwdec copy modeswm42017-12-011-4/+0
* vaapi: replace error macro implementationwm42017-09-301-3/+3
* vaapi: change license to LGPLwm42017-09-291-7/+7
* vaapi: move legacy code to vo_vaapi.cwm42017-09-291-21/+0
* vf_vavpp: use libavutil hw frames API for frame pool and uploadwm42017-09-291-3/+0
* vd_lavc, vaapi: move hw device creation to generic codewm42017-02-201-1/+3
* vaapi: remove central lock around vaapi API callswm42017-01-281-4/+0
* vaapi: always create AVHWDeviceContext on initwm42017-01-131-0/+1
* vaapi: turn all mpv users into a living experimentwm42017-01-111-2/+2
* vaapi: move standalone display creation code to common codewm42017-01-111-0/+5
* vaapi: determine surface format in decoder, not in rendererwm42016-04-111-0/+2
* vaapi: replace VA_STR_FOURCCwm42016-01-111-3/+0
* vaapi: drop non-existing FourCCwm42015-10-171-4/+0
* build: bump required libva versionwm42015-10-171-6/+0
* vaapi: remove dependency on X11wm42015-09-271-1/+0
* vaapi: use GPU memcpy for reading back from HW surfacewm42015-09-251-0/+1
* vf_vavpp: allocate output surfaces with the same size as inputwm42015-09-231-0/+2
* vaapi: drop compatibility crap and vo_vaapi deinterlacerwm42015-07-081-51/+0
* video: reduce error message when loading hwdec backend failswm42015-06-201-1/+1
* vaapi: add missing license headerwm42015-06-081-0/+17
* video: have a generic context struct for hwdec backendswm42015-01-221-0/+2
* vaapi: minor simplificationwm42015-01-211-3/+1
* vaapi: try dealing with Intel's braindamaged shit driverswm42014-08-211-0/+5
* video: warn if an emulated hwdec API is usedwm42014-05-281-0/+2
* vaapi: make struct va_surface privatewm42014-03-171-16/+6
* vaapi: replace image pool implementation with mp_image_poolwm42014-03-171-13/+6
* vaapi: mp_msg conversionswm42013-12-211-8/+11
* vaapi: check image format in va_surface_upload()wm42013-09-271-1/+1
* vaapi: potentially make reading surfaces back to system RAM fasterwm42013-09-271-1/+5
* vaapi: add vf_vavpp and use it for deinterlacingxylosper2013-09-251-14/+63
* vaapi: fix typowm42013-08-141-2/+2
* video: add vaapi decode and output supportwm42013-08-121-0/+73