aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_x11.c
Commit message (Expand)AuthorAge
* video/out: fix redrawing with no video frame for some VOsGravatar wm42014-06-18
* 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
* video: synchronize mpv rgb pixel format names with ffmpeg namesGravatar wm42014-06-14
* options: remove global variables for swscale options; rename themGravatar wm42014-06-11
* x11: fix a warning with --disable-xextGravatar Jerome Leclanche2014-05-22
* x11: don't use VOCTRL_UPDATE_SCREENINFOGravatar wm42014-05-06
* 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
* vo_x11/vo_xv: fix build when using --disable-xextGravatar Stefano Pigozzi2013-12-25
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* 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
* vo_x11, vo_xv: fix OSD redrawing with --force-windowGravatar wm42013-10-06
* video/out: always support redrawing VO window at any pointGravatar wm42013-10-02
* x11: remove colormap code, always request TrueColor visualsGravatar wm42013-09-30
* video/out: don't require VOs to handle screenshot aspect speciallyGravatar wm42013-08-24
* x11/out: mp_msg conversionGravatar Alexander Preisinger2013-08-23
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* video: support setting libswscale chroma positionGravatar wm42013-07-25
* video/out: remove options argument from preinit()Gravatar wm42013-07-22
* sws_utils: don't recursively include libswscale headerGravatar wm42013-07-18
* vo_x11: use new swscale wrapperGravatar wm42013-07-18
* vo_x11: remove weird inactive codeGravatar wm42013-07-18
* input: handle mouse movement differentlyGravatar wm42013-06-29
* Replace calls to usec_sleep()Gravatar wm42013-05-26
* x11: use vo_x11_control() for all VOsGravatar wm42013-05-26
* x11_common: remove assumption that video is always centeredGravatar wm42013-03-17
* video: remove aspect.h includes from files which don't need itGravatar wm42013-03-17
* vo_x11: accept all swscale formatsGravatar wm42013-03-17
* vo_x11: use generic aspect ratio code, refactorGravatar wm42013-03-17
* vo: Separate vo options from MPOptsGravatar Alexander Preisinger2013-03-04
* vo: remove and cleanup globalsGravatar Alexander Preisinger2013-03-04
* core: simplify OSD capability handling, remove VFCAP_OSDGravatar wm42013-03-01
* video/out: rename create_window to config_windowGravatar wm42013-02-26
* vo_x11: fix redrawing on expose eventsGravatar wm42013-01-27
* x11: simplify handling of X Visuals and Colormaps in VOsGravatar wm42013-01-27
* x11: reduce VO mode switching code duplicationGravatar wm42013-01-27
* x11: cleanup, refactorGravatar wm42013-01-27
* vo_x11: use two buffers like XvGravatar Rudolf Polzer2013-01-13
* vo_x11, vo_xv: XShmCompletion event supportGravatar Rudolf Polzer2013-01-13
* vo_xv, vo_x11: simplify OSD redrawingGravatar wm42013-01-13
* video: remove img_format compat hacksGravatar wm42013-01-13
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* video: cleanup: replace old mp_image function namesGravatar wm42013-01-13
* mp_image: change how palette is handledGravatar wm42013-01-13
* video: remove things related to old DR codeGravatar wm42013-01-13