summaryrefslogtreecommitdiffstats
path: root/video/out/vo_x11.c
Commit message (Expand)AuthorAgeFilesLines
* 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