aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/vaapi.h
Commit message (Expand)AuthorAge
* video: refactor hw device creation for hwdec copy modesGravatar wm42017-12-01
* vaapi: replace error macro implementationGravatar wm42017-09-30
* vaapi: change license to LGPLGravatar wm42017-09-29
* vaapi: move legacy code to vo_vaapi.cGravatar wm42017-09-29
* vf_vavpp: use libavutil hw frames API for frame pool and uploadGravatar wm42017-09-29
* vd_lavc, vaapi: move hw device creation to generic codeGravatar wm42017-02-20
* vaapi: remove central lock around vaapi API callsGravatar wm42017-01-28
* vaapi: always create AVHWDeviceContext on initGravatar wm42017-01-13
* vaapi: turn all mpv users into a living experimentGravatar wm42017-01-11
* vaapi: move standalone display creation code to common codeGravatar wm42017-01-11
* vaapi: determine surface format in decoder, not in rendererGravatar wm42016-04-11
* vaapi: replace VA_STR_FOURCCGravatar wm42016-01-11
* vaapi: drop non-existing FourCCGravatar wm42015-10-17
* build: bump required libva versionGravatar wm42015-10-17
* vaapi: remove dependency on X11Gravatar wm42015-09-27
* vaapi: use GPU memcpy for reading back from HW surfaceGravatar wm42015-09-25
* vf_vavpp: allocate output surfaces with the same size as inputGravatar wm42015-09-23
* vaapi: drop compatibility crap and vo_vaapi deinterlacerGravatar wm42015-07-08
* video: reduce error message when loading hwdec backend failsGravatar wm42015-06-20
* vaapi: add missing license headerGravatar wm42015-06-08
* video: have a generic context struct for hwdec backendsGravatar wm42015-01-22
* vaapi: minor simplificationGravatar wm42015-01-21
* vaapi: try dealing with Intel's braindamaged shit driversGravatar wm42014-08-21
* 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
* vaapi: mp_msg conversionsGravatar wm42013-12-21
* vaapi: check image format in va_surface_upload()Gravatar wm42013-09-27
* vaapi: potentially make reading surfaces back to system RAM fasterGravatar wm42013-09-27
* vaapi: add vf_vavpp and use it for deinterlacingGravatar xylosper2013-09-25
* vaapi: fix typoGravatar wm42013-08-14
* video: add vaapi decode and output supportGravatar wm42013-08-12