aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_x11.c
Commit message (Expand)AuthorAge
* vo_x11: fix return value in resize() error pathsGravatar Rikard Falkeborn2018-11-17
* sws_utils: don't force callers to provide option structGravatar wm42018-01-18
* video: avoid some unnecessary vf.h includesGravatar wm42018-01-18
* build: remove POSIX/sysv shared memory testGravatar wm42017-12-02
* build: make various x11 protocol extension libs mandatoryGravatar wm42017-04-21
* vo_x11: fix an unused variable warningGravatar wm42017-03-24
* vo_x11: reduce flickering on playlist navigationGravatar rr-2017-03-24
* vo_x11: fix some ifdefferyGravatar wm42016-09-13
* vo: remove unused VOCTRL_GET_PANSCANGravatar wm42016-09-08
* x11: stop using vo.event_fdGravatar wm42016-07-20
* vo_xv, vo_x11: fix typos in warningsGravatar Jakub Wilk2016-07-09
* vo_xv, vo_x11: warn that these VOs should not be usedGravatar wm42016-03-06
* vo_x11: add 16bpp supportGravatar Gusar3212016-02-22
* video: switch from using display aspect to sample aspectGravatar wm42015-12-19
* video/out: remove an unused parameterGravatar wm42015-10-03
* x11: separate window creation and configurationGravatar wm42015-09-30
* Revert "vo_x11: remove this video output"Gravatar wm42015-09-30
* vo_x11: remove this video outputGravatar wm42015-06-26
* Update license headersGravatar Marcin Kurczewski2015-04-13
* vo: simplify VOs by adding generic screenshot supportGravatar wm42015-01-24
* video: separate screenshot modesGravatar wm42015-01-23
* video: remove vfcap.hGravatar wm42015-01-21
* vo_x11: don't attempt to resize when unconfiguredGravatar wm42014-12-14
* vo_x11: check allocation errorsGravatar wm42014-12-14
* Do not call strerror()Gravatar wm42014-11-26
* command: make window-scale property observableGravatar wm42014-11-02
* malloc+memset(0) to callocGravatar Bruno George de Moraes2014-09-05
* vo_x11: fix build with older Libav versionsGravatar wm42014-07-28
* vo: different hack for VOs which need to mangle mouse inputGravatar wm42014-07-27
* vo: hack to avoid threading issues with mouse inputGravatar wm42014-07-26
* 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