aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/vaapi.c
Commit message (Expand)AuthorAge
* 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
* vaapi: solve potential problem with ambiguous image formatsGravatar wm42014-03-17
* vaapi: simplifyGravatar wm42014-03-17
* vaapi: make struct va_surface privateGravatar wm42014-03-17
* vaapi: replace image pool implementation with mp_image_poolGravatar wm42014-03-17
* vaapi: fix initialization error code pathGravatar wm42013-12-23
* 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/out: always support redrawing VO window at any pointGravatar wm42013-10-02
* vaapi: fix inverted conditionGravatar wm42013-09-29
* vaapi: make vaDeriveImage() less verboseGravatar wm42013-09-27
* 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: fix compilation with LibavGravatar wm42013-09-25
* vaapi: add vf_vavpp and use it for deinterlacingGravatar xylosper2013-09-25