summaryrefslogtreecommitdiffstats
path: root/video/out/vo_x11.c
Commit message (Expand)AuthorAgeFilesLines
* sws_utils: don't force callers to provide option structwm42018-01-181-1/+1
* video: avoid some unnecessary vf.h includeswm42018-01-181-1/+0
* build: remove POSIX/sysv shared memory testwm42017-12-021-28/+13
* build: make various x11 protocol extension libs mandatorywm42017-04-211-7/+7
* vo_x11: fix an unused variable warningwm42017-03-241-1/+0
* vo_x11: reduce flickering on playlist navigationrr-2017-03-241-2/+7
* vo_x11: fix some ifdefferywm42016-09-131-2/+2
* vo: remove unused VOCTRL_GET_PANSCANwm42016-09-081-2/+0
* x11: stop using vo.event_fdwm42016-07-201-0/+2
* vo_xv, vo_x11: fix typos in warningsJakub Wilk2016-07-091-2/+2
* vo_xv, vo_x11: warn that these VOs should not be usedwm42016-03-061-0/+2
* vo_x11: add 16bpp supportGusar3212016-02-221-0/+1
* video: switch from using display aspect to sample aspectwm42015-12-191-2/+2
* video/out: remove an unused parameterwm42015-10-031-1/+1
* x11: separate window creation and configurationwm42015-09-301-2/+4
* Revert "vo_x11: remove this video output"wm42015-09-301-0/+448
* vo_x11: remove this video outputwm42015-06-261-633/+0
* Update license headersMarcin Kurczewski2015-04-131-6/+5
* vo: simplify VOs by adding generic screenshot supportwm42015-01-241-13/+0
* video: separate screenshot modeswm42015-01-231-4/+2
* video: remove vfcap.hwm42015-01-211-11/+4
* vo_x11: don't attempt to resize when unconfiguredwm42014-12-141-2/+3
* vo_x11: check allocation errorswm42014-12-141-3/+10
* Do not call strerror()wm42014-11-261-2/+0
* command: make window-scale property observablewm42014-11-021-0/+1
* malloc+memset(0) to callocBruno George de Moraes2014-09-051-4/+2
* vo_x11: fix build with older Libav versionswm42014-07-281-4/+4
* vo: different hack for VOs which need to mangle mouse inputwm42014-07-271-12/+3
* vo: hack to avoid threading issues with mouse inputwm42014-07-261-0/+1
* video/out: fix redrawing with no video frame for some VOswm42014-06-181-13/+2
* vo: make draw_image and vo_queue_image transfer image ownershipwm42014-06-171-1/+4
* video: introduce failure path for image allocationswm42014-06-171-0/+3
* video/out: change aspects of OSD handlingwm42014-06-151-10/+2
* video: synchronize mpv rgb pixel format names with ffmpeg nameswm42014-06-141-24/+24
* options: remove global variables for swscale options; rename themwm42014-06-111-1/+1
* x11: fix a warning with --disable-xextJerome Leclanche2014-05-221-1/+1
* x11: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-061-1/+1
* sub: uglify OSD code path with lockingwm42014-01-181-1/+1
* video/out: remove pointless x/y parameter from vo_x11_config_vo_windowwm42014-01-111-2/+1
* vo_x11/vo_xv: fix build when using --disable-xextStefano Pigozzi2013-12-251-5/+5
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-7/+7
* video/out: remove useless info struct and redundant fieldswm42013-10-231-6/+4
* vo_x11, vo_xv: fix OSD redrawing with --force-windowwm42013-10-061-12/+13
* video/out: always support redrawing VO window at any pointwm42013-10-021-2/+5
* x11: remove colormap code, always request TrueColor visualswm42013-09-301-9/+12
* video/out: don't require VOs to handle screenshot aspect speciallywm42013-08-241-3/+1
* x11/out: mp_msg conversionAlexander Preisinger2013-08-231-29/+21
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-2/+2
* video: support setting libswscale chroma positionwm42013-07-251-0/+1
* video/out: remove options argument from preinit()wm42013-07-221-1/+1
* sws_utils: don't recursively include libswscale headerwm42013-07-181-0/+1
* vo_x11: use new swscale wrapperwm42013-07-181-28/+20
* vo_x11: remove weird inactive codewm42013-07-181-15/+0
* input: handle mouse movement differentlywm42013-06-291-0/+9
* Replace calls to usec_sleep()wm42013-05-261-1/+1
* x11: use vo_x11_control() for all VOswm42013-05-261-20/+7
* x11_common: remove assumption that video is always centeredwm42013-03-171-2/+1
* video: remove aspect.h includes from files which don't need itwm42013-03-171-1/+0
* vo_x11: accept all swscale formatswm42013-03-171-6/+6
* vo_x11: use generic aspect ratio code, refactorwm42013-03-171-149/+77
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-041-5/+5
* vo: remove and cleanup globalsAlexander Preisinger2013-03-041-4/+6
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-011-3/+3
* video/out: rename create_window to config_windowwm42013-02-261-1/+1
* vo_x11: fix redrawing on expose eventswm42013-01-271-9/+2
* x11: simplify handling of X Visuals and Colormaps in VOswm42013-01-271-7/+2
* x11: reduce VO mode switching code duplicationwm42013-01-271-25/+0
* x11: cleanup, refactorwm42013-01-271-8/+126
* vo_x11: use two buffers like XvRudolf Polzer2013-01-131-71/+94
* vo_x11, vo_xv: XShmCompletion event supportRudolf Polzer2013-01-131-8/+28
* vo_xv, vo_x11: simplify OSD redrawingwm42013-01-131-18/+23
* video: remove img_format compat hackswm42013-01-131-9/+11
* video: decouple internal pixel formats from FourCCswm42013-01-131-3/+1
* video: cleanup: replace old mp_image function nameswm42013-01-131-2/+1
* mp_image: change how palette is handledwm42013-01-131-2/+2
* video: remove things related to old DR codewm42013-01-131-6/+3
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-131-2/+1
* video: remove slice based filtering and video outputwm42013-01-131-12/+4
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatwm42013-01-131-2/+1
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEwm42013-01-131-1/+6
* vo_x11: don't require framestepping to update OSDwm42012-11-211-1/+20
* vo_x11: add screenshot supportwm42012-11-211-0/+16
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-161-4/+4
* Rename directories, move files (step 2 of 2)wm42012-11-121-6/+6
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+620