summaryrefslogtreecommitdiffstats
path: root/video/out/vo_xv.c
Commit message (Expand)AuthorAgeFilesLines
* build: remove POSIX/sysv shared memory testwm42017-12-021-20/+4
* video: redo video equalizer option handlingwm42017-08-221-9/+0
* video: get rid of swapped packed YUVwm42017-06-301-2/+0
* Drop/move img_fourcc.hwm42017-06-181-1/+8
* build: make various x11 protocol extension libs mandatorywm42017-04-211-7/+7
* options: remove deprecated sub-option handling for --vo and --aowm42016-11-251-1/+1
* vo: remove unused VOCTRL_GET_PANSCANwm42016-09-081-2/+0
* options: deprecate suboptions for the remaining AO/VOswm42016-09-051-0/+1
* vo_xv: remove an aliased optionwm42016-08-311-4/+7
* x11: stop using vo.event_fdwm42016-07-201-0/+2
* vo_xv, vo_x11: fix typos in warningsJakub Wilk2016-07-091-1/+1
* mp_image: split colorimetry metadata into its own structNiklas Haas2016-07-031-2/+2
* vo_xv: fix behavior with odd sizeswm42016-06-251-6/+8
* vo_xv: Handle incorrect size returned by Xv(Shm)CreateImagedequis2016-05-241-0/+9
* vo_xv, vo_x11: warn that these VOs should not be usedwm42016-03-061-0/+3
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-111-1/+1
* vo_xv: fix crash with --widwm42015-10-071-1/+1
* video/out: remove an unused parameterwm42015-10-031-1/+1
* x11: separate window creation and configurationwm42015-09-301-1/+4
* x11: move GCs and background clearing to vo_xvwm42015-07-011-5/+49
* vo_xv: make number of buffers configurablewm42015-05-201-3/+8
* Update license headersMarcin Kurczewski2015-04-131-7/+4
* video/out: remove unused colorspace reportingwm42015-03-311-6/+0
* vo_xv: remove pointless castwm42015-03-201-2/+1
* video: uninline memcpy_pic functionswm42015-03-201-1/+0
* vo_xv: don't attempt to clear window before mappedwm42015-02-261-0/+2
* vo: simplify VOs by adding generic screenshot supportwm42015-01-241-12/+0
* video: separate screenshot modeswm42015-01-231-4/+2
* video: remove vfcap.hwm42015-01-211-4/+2
* command: make window-scale property observablewm42014-11-021-0/+1
* vo: different hack for VOs which need to mangle mouse inputwm42014-07-271-11/+3
* vo: hack to avoid threading issues with mouse inputwm42014-07-261-0/+1
* video/out: use strcmp() instead of strcasecmp() for equalizerswm42014-07-101-8/+8
* vo_xv: de-ancient some help messageswm42014-06-211-10/+2
* 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-11/+3
* x11: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-061-1/+1
* video/out: remove legacy colorspace stuffwm42014-03-291-15/+16
* video/out: do remaining config to reconfig replacementswm42014-01-241-9/+7
* video/out: don't access aspdat in VOswm42014-01-221-6/+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
* build: fix shm detection on OpenBSDStefano Pigozzi2013-12-261-0/+1
* vo_x11/vo_xv: fix build when using --disable-xextStefano Pigozzi2013-12-251-7/+7
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-2/+2
* osd: remove mp_osd_res.video_par fieldwm42013-11-241-1/+0
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* vo_xv: fix compilation of SHM not availablewm42013-11-051-1/+1
* configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-031-6/+6
* vo_xv: check whether image allocation succeedswm42013-10-271-6/+24
* video/out: remove useless info struct and redundant fieldswm42013-10-231-8/+4
* vo_x11, vo_xv: fix OSD redrawing with --force-windowwm42013-10-061-4/+6
* video/out: always support redrawing VO window at any pointwm42013-10-021-1/+2
* video/out: don't require VOs to handle screenshot aspect speciallywm42013-08-241-3/+1
* Some more mp_msg conversionswm42013-08-231-54/+44
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-3/+3
* video/out: remove options argument from preinit()wm42013-07-221-1/+1
* Remove subopt-helperwm42013-07-221-1/+1
* options: move --colorkey option to vo_xvwm42013-07-221-3/+8
* vo_xv: use new option APIwm42013-07-221-84/+25
* input: handle mouse movement differentlywm42013-06-291-0/+10
* vo_xv: always request redraw on resizewm42013-06-151-3/+3
* Replace calls to usec_sleep()wm42013-05-261-1/+1
* x11: use vo_x11_control() for all VOswm42013-05-261-22/+8
* x11_common: remove assumption that video is always centeredwm42013-03-171-7/+5
* video: remove aspect.h includes from files which don't need itwm42013-03-171-1/+0
* vo_xv: minor simplificationswm42013-03-171-17/+4
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-041-3/+3
* vo: remove and cleanup globalsAlexander Preisinger2013-03-041-4/+4
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-011-1/+1
* vo_sdl, vo_xv: remove redundant/useless VOCTRL_PAUSE usagewm42013-03-011-5/+0
* video/out: rename create_window to config_windowwm42013-02-261-1/+1
* vo_xv: fix green border on the rightwm42013-02-141-0/+1
* x11: simplify handling of X Visuals and Colormaps in VOswm42013-01-271-20/+4
* x11: reduce VO mode switching code duplicationwm42013-01-271-23/+0
* x11: cleanup, refactorwm42013-01-271-33/+375
* vo_xv: always try to use native bit depthwm42013-01-231-5/+2
* vo_x11, vo_xv: XShmCompletion event supportRudolf Polzer2013-01-131-8/+33
* vo_xv: fix OSD redrawing flickerwm42013-01-131-13/+11
* vo_xv, vo_x11: simplify OSD redrawingwm42013-01-131-12/+15
* video: decouple internal pixel formats from FourCCswm42013-01-131-6/+30
* video: cleanup: replace old mp_image function nameswm42013-01-131-1/+1
* video: cleanup: move and rename vf_mpi_clear and vf_clone_attributeswm42013-01-131-5/+2
* video: remove things related to old DR codewm42013-01-131-1/+1
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-131-4/+2
* vo_xv: simplifywm42013-01-131-47/+2
* video: remove slice based filtering and video outputwm42013-01-131-4/+1
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatwm42013-01-131-3/+3
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEwm42013-01-131-8/+6
* vo_xv: fix compilation when shared memory header files are not availablewm42013-01-061-5/+2
* vo_xv: try harder to get correctly aligned pointers/strideswm42012-12-031-4/+6
* vo_xv: allocate Xv images with aligned stridewm42012-11-221-4/+5
* vo_xv: don't require frame stepping to remove OSD or subswm42012-11-211-36/+24
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-161-1/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-8/+8
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+716