aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_xv.c
Commit message (Expand)AuthorAge
* vo_xv: don't attempt to clear window before mappedGravatar wm42015-02-26
* 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
* command: make window-scale property observableGravatar wm42014-11-02
* 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: use strcmp() instead of strcasecmp() for equalizersGravatar wm42014-07-10
* vo_xv: de-ancient some help messagesGravatar wm42014-06-21
* 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
* x11: don't use VOCTRL_UPDATE_SCREENINFOGravatar wm42014-05-06
* video/out: remove legacy colorspace stuffGravatar wm42014-03-29
* video/out: do remaining config to reconfig replacementsGravatar wm42014-01-24
* 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
* build: fix shm detection on OpenBSDGravatar Stefano Pigozzi2013-12-26
* 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
* osd: remove mp_osd_res.video_par fieldGravatar wm42013-11-24
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* vo_xv: fix compilation of SHM not availableGravatar wm42013-11-05
* configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
* vo_xv: check whether image allocation succeedsGravatar wm42013-10-27
* 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
* video/out: don't require VOs to handle screenshot aspect speciallyGravatar wm42013-08-24
* Some more mp_msg conversionsGravatar wm42013-08-23
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* video/out: remove options argument from preinit()Gravatar wm42013-07-22
* Remove subopt-helperGravatar wm42013-07-22
* options: move --colorkey option to vo_xvGravatar wm42013-07-22
* vo_xv: use new option APIGravatar wm42013-07-22
* input: handle mouse movement differentlyGravatar wm42013-06-29
* vo_xv: always request redraw on resizeGravatar wm42013-06-15
* 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_xv: minor simplificationsGravatar 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
* vo_sdl, vo_xv: remove redundant/useless VOCTRL_PAUSE usageGravatar wm42013-03-01
* video/out: rename create_window to config_windowGravatar wm42013-02-26