aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_vaapi.c
Commit message (Expand)AuthorAge
* video: change some mp_image_pool semanticsGravatar wm42018-01-13
* vaapi: move legacy code to vo_vaapi.cGravatar wm42017-09-29
* video: redo video equalizer option handlingGravatar wm42017-08-22
* vaapi: remove central lock around vaapi API callsGravatar wm42017-01-28
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* vo: remove unused VOCTRL_GET_PANSCANGravatar wm42016-09-08
* options: deprecate suboptions for the remaining AO/VOsGravatar wm42016-09-05
* x11: stop using vo.event_fdGravatar wm42016-07-20
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* sub: move RGBA scaling to vo_vaapiGravatar wm42016-07-03
* video: refactor how VO exports hwdec device handlesGravatar wm42016-05-09
* vaapi: replace VA_STR_FOURCCGravatar wm42016-01-11
* video/out: remove an unused parameterGravatar wm42015-10-03
* x11: separate window creation and configurationGravatar wm42015-09-30
* vo_vaapi: drop unused fieldGravatar wm42015-07-15
* vaapi: drop compatibility crap and vo_vaapi deinterlacerGravatar wm42015-07-08
* video: reduce error message when loading hwdec backend failsGravatar wm42015-06-20
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video/out: remove unused colorspace reportingGravatar wm42015-03-31
* video: uninline memcpy_pic functionsGravatar wm42015-03-20
* osd: simplify an aspect of change detection handlingGravatar wm42015-03-18
* vo_vaapi: fix video equalizer (second try)Gravatar wm42015-03-06
* vo_vaapi: round equalizer valuesGravatar wm42015-03-05
* vo: simplify VOs by adding generic screenshot supportGravatar wm42015-01-24
* video: separate screenshot modesGravatar wm42015-01-23
* 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
* video: remove vfcap.hGravatar wm42015-01-21
* vo_vaapi: fix broken error checksGravatar wm42014-11-07
* command: make window-scale property observableGravatar wm42014-11-02
* vaapi: try dealing with Intel's braindamaged shit driversGravatar wm42014-08-21
* video: don't keep multiple pointers to hwdec info structGravatar wm42014-08-11
* video/out: use strcmp() instead of strcasecmp() for equalizersGravatar wm42014-07-10
* 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