aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/decode/vaapi.c
Commit message (Expand)AuthorAge
* vaapi: remove dependency on X11Gravatar wm42015-09-27
* vaapi: add HEVC profile entriesGravatar wm42015-08-24
* vd_lavc: remove unneeded hwdec parametersGravatar wm42015-08-19
* vaapi: allow allocating additional surfaces during decodingGravatar wm42015-07-15
* vaapi: increase number of additional surfacesGravatar wm42015-07-08
* video: reduce error message when loading hwdec backend failsGravatar wm42015-06-20
* vaapi: remove direct mapping non-senseGravatar wm42015-05-29
* video: un-discourage "vaapi-copy" hwdec modeGravatar wm42015-02-20
* video: have a generic context struct for hwdec backendsGravatar wm42015-01-22
* vaapi: try dealing with Intel's braindamaged shit driversGravatar wm42014-08-21
* vaapi: we need more surfacesGravatar wm42014-08-18
* video: move display and timing to a separate threadGravatar wm42014-08-12
* vaapi: fix uninitialized value readGravatar wm42014-08-11
* vaapi: fix destruction with --hwdec=haapi-copyGravatar wm42014-05-28
* video: warn if an emulated hwdec API is usedGravatar wm42014-05-28
* vaapi: make struct va_surface privateGravatar wm42014-03-17
* vaapi: replace image pool implementation with mp_image_poolGravatar wm42014-03-17
* vd_lavc: remove compatibility crapGravatar wm42014-03-16
* video: initialize hw decoder in get_formatGravatar wm42014-03-10
* vaapi: mp_msg conversionsGravatar wm42013-12-21
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* vaapi: remove unused hw image formats, simplifyGravatar wm42013-11-29
* video: move struct mp_hwdec_info into its own header fileGravatar wm42013-11-23
* vo_opengl: add support for VA-API OpenGL interopGravatar wm42013-11-04
* video: check profiles with hardware decodingGravatar wm42013-11-01
* vaapi: remove non-VLD entrypointsGravatar wm42013-09-29
* vaapi: fix non-sense conditionGravatar wm42013-09-29
* vaapi: potentially make reading surfaces back to system RAM fasterGravatar wm42013-09-27
* vaapi: allow GPU read-back with --hwdec=vaapi-copyGravatar wm42013-09-25
* vaapi: add vf_vavpp and use it for deinterlacingGravatar xylosper2013-09-25
* vaapi: use highest available profile, instead of mapping it exactlyGravatar wm42013-08-19
* video/decode: pass parameters directly to hwdec allocate_image callbackGravatar wm42013-08-15
* video: add vaapi decode and output supportGravatar wm42013-08-12