aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/vaapi.c
Commit message (Expand)AuthorAge
* 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