summaryrefslogtreecommitdiffstats
path: root/video/decode/vaapi.c
Commit message (Expand)AuthorAgeFilesLines
* vaapi: add VP9 profile entiresBtbN2015-12-201-0/+7
* vaapi: remove dependency on X11wm42015-09-271-13/+58
* vaapi: add HEVC profile entrieswm42015-08-241-0/+10
* vd_lavc: remove unneeded hwdec parameterswm42015-08-191-3/+2
* vaapi: allow allocating additional surfaces during decodingwm42015-07-151-3/+2
* vaapi: increase number of additional surfaceswm42015-07-081-6/+2
* video: reduce error message when loading hwdec backend failswm42015-06-201-1/+1
* vaapi: remove direct mapping non-sensewm42015-05-291-42/+6
* video: un-discourage "vaapi-copy" hwdec modewm42015-02-201-5/+0
* video: have a generic context struct for hwdec backendswm42015-01-221-5/+3
* vaapi: try dealing with Intel's braindamaged shit driverswm42014-08-211-0/+21
* vaapi: we need more surfaceswm42014-08-181-1/+2
* video: move display and timing to a separate threadwm42014-08-121-2/+2
* vaapi: fix uninitialized value readwm42014-08-111-1/+1
* vaapi: fix destruction with --hwdec=haapi-copywm42014-05-281-2/+6
* video: warn if an emulated hwdec API is usedwm42014-05-281-0/+5
* vaapi: make struct va_surface privatewm42014-03-171-11/+8
* vaapi: replace image pool implementation with mp_image_poolwm42014-03-171-30/+29
* vd_lavc: remove compatibility crapwm42014-03-161-2/+2
* video: initialize hw decoder in get_formatwm42014-03-101-24/+10
* vaapi: mp_msg conversionswm42013-12-211-26/+24
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* vaapi: remove unused hw image formats, simplifywm42013-11-291-2/+2
* video: move struct mp_hwdec_info into its own header filewm42013-11-231-1/+1
* 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