aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_vaapi.c
Commit message (Expand)AuthorAge
* vo_vaapi: fix reference counting when using software decodingGravatar wm42014-06-20
* vo: make draw_image and vo_queue_image transfer image ownershipGravatar wm42014-06-17
* video: introduce failure path for image allocationsGravatar wm42014-06-17
* video/out: change aspects of OSD handlingGravatar wm42014-06-15
* vo_vaapi: fix a crash on the init error handling pathGravatar wm42014-06-15
* video: warn if an emulated hwdec API is usedGravatar wm42014-05-28
* vo_vaapi: cleanup error handling on initGravatar wm42014-05-28
* vo_vaapi: don't redraw twiceGravatar wm42014-05-22
* x11: don't use VOCTRL_UPDATE_SCREENINFOGravatar wm42014-05-06
* video/out: remove legacy colorspace stuffGravatar wm42014-03-29
* vaapi: make struct va_surface privateGravatar wm42014-03-17
* vaapi: replace image pool implementation with mp_image_poolGravatar wm42014-03-17
* video/out: don't access aspdat in VOsGravatar wm42014-01-22
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* video/out: remove pointless x/y parameter from vo_x11_config_vo_windowGravatar wm42014-01-11
* 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
* osd: remove mp_osd_res.video_par fieldGravatar wm42013-11-24
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* video: move struct mp_hwdec_info into its own header fileGravatar wm42013-11-23
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* video/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* video/out: always support redrawing VO window at any pointGravatar wm42013-10-02
* 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
* vo_vaapi: potentially fix screenshot colorspace issuesGravatar wm42013-08-24
* Revert "sub: support straight alpha additionally to premultiplied alpha"Gravatar wm42013-08-12
* video: add vaapi decode and output supportGravatar wm42013-08-12