summaryrefslogtreecommitdiffstats
path: root/video/vaapi.c
Commit message (Expand)AuthorAgeFilesLines
* vaapi: drop compatibility crap and vo_vaapi deinterlacerwm42015-07-081-7/+5
* vaapi: treat cropped decoder output slightly more correctlywm42015-06-291-2/+13
* vaapi: fix potential NULL deref on memory allocation failurewm42015-06-291-2/+3
* vaapi: remove vaDeriveImage() code pathwm42015-06-291-40/+17
* video: reduce error message when loading hwdec backend failswm42015-06-201-1/+4
* command: add property returning detected hwdec APIwm42015-02-021-0/+1
* video: handle hwdec screenshots differentlywm42015-01-221-2/+10
* video: have a generic context struct for hwdec backendswm42015-01-221-0/+4
* vaapi: minor simplificationwm42015-01-211-4/+3
* vaapi: try dealing with Intel's braindamaged shit driverswm42014-08-211-2/+26
* video: introduce failure path for image allocationswm42014-06-171-1/+2
* video: warn if an emulated hwdec API is usedwm42014-05-281-0/+6
* vaapi: solve potential problem with ambiguous image formatswm42014-03-171-32/+27
* vaapi: simplifywm42014-03-171-67/+60
* vaapi: make struct va_surface privatewm42014-03-171-42/+44
* vaapi: replace image pool implementation with mp_image_poolwm42014-03-171-163/+72
* vaapi: fix initialization error code pathwm42013-12-231-1/+2
* vaapi: mp_msg conversionswm42013-12-211-39/+43
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-2/+2
* vaapi: remove unused hw image formats, simplifywm42013-11-291-2/+2
* video/out: always support redrawing VO window at any pointwm42013-10-021-1/+1
* vaapi: fix inverted conditionwm42013-09-291-2/+2
* vaapi: make vaDeriveImage() less verbosewm42013-09-271-1/+1
* vaapi: check image format in va_surface_upload()wm42013-09-271-2/+5
* vaapi: potentially make reading surfaces back to system RAM fasterwm42013-09-271-30/+53
* vaapi: fix compilation with Libavwm42013-09-251-3/+3
* vaapi: add vf_vavpp and use it for deinterlacingxylosper2013-09-251-0/+520