aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/vaapi.c
Commit message (Expand)AuthorAge
* vaapi: add option to select a non-default device pathGravatar Rostislav Pehlivanov2018-03-30
* hwdec: remove unused fieldsGravatar wm42017-12-21
* video: remove some more hwdec legacy stuffGravatar wm42017-12-02
* vd_lavc, vdpau, vaapi: restore emulated API avoidanceGravatar wm42017-12-02
* video: refactor hw device creation for hwdec copy modesGravatar wm42017-12-01
* vaapi: Use libva2 message callbacksGravatar Mark Thompson2017-10-09
* 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
* vaapi: minor changesGravatar wm42017-09-29
* video: drop old D3D11/DXVA2 supportGravatar wm42017-09-26
* video: get rid of swapped packed YUVGravatar wm42017-06-30
* vdpau, vaapi: unref libavutil device refGravatar wm42017-04-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: fix va_surface_get_uncropped_size() for libavutil surfacesGravatar wm42017-01-18
* hwdec: add a AVBufferRef(AVHWDeviceContext) fieldGravatar wm42017-01-16
* vaapi: always create AVHWDeviceContext on initGravatar wm42017-01-13
* vaapi: use libavutil functions for copying hw surfaces to memoryGravatar wm42017-01-12
* vaapi: set our own context in AVHWFramesContext not AVHWDeviceContextGravatar wm42017-01-12
* vaapi: add missing config.h includeGravatar wm42017-01-11
* vaapi: add hacks to support vaapi surfaces created by libavutilGravatar wm42017-01-11
* vaapi: move standalone display creation code to common codeGravatar wm42017-01-11
* vaapi: set libva message callbacksGravatar wm42017-01-08
* vaapi: rearrange va_initialize() internals and fix double-free on errorGravatar wm42017-01-08
* video: change hw_subfmt meaningGravatar wm42016-07-15
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* vaapi: determine surface format in decoder, not in rendererGravatar wm42016-04-11
* vaapi: replace VA_STR_FOURCCGravatar wm42016-01-11
* Remove some VLAsGravatar wm42015-11-06
* vaapi: drop non-existing FourCCGravatar wm42015-10-17
* vaapi: use GPU memcpy for reading back from HW surfaceGravatar wm42015-09-25
* vaapi: cosmetics, minor fixesGravatar wm42015-09-25
* vf_vavpp: allocate output surfaces with the same size as inputGravatar wm42015-09-23
* vaapi: destroy derived VAImage after each useGravatar wm42015-07-15
* vaapi: don't assume vaQueryImageFormats() returns sorted listGravatar wm42015-07-15
* Revert "vaapi: remove vaDeriveImage() code path"Gravatar wm42015-07-15
* vaapi: drop compatibility crap and vo_vaapi deinterlacerGravatar wm42015-07-08
* vaapi: treat cropped decoder output slightly more correctlyGravatar wm42015-06-29
* vaapi: fix potential NULL deref on memory allocation failureGravatar wm42015-06-29
* vaapi: remove vaDeriveImage() code pathGravatar wm42015-06-29
* video: reduce error message when loading hwdec backend failsGravatar wm42015-06-20
* command: add property returning detected hwdec APIGravatar wm42015-02-02
* video: handle hwdec screenshots differentlyGravatar wm42015-01-22
* 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: introduce failure path for image allocationsGravatar wm42014-06-17
* video: warn if an emulated hwdec API is usedGravatar wm42014-05-28