| Commit message (Expand) | Author | Age | Files | Lines |
* | video: redo video equalizer option handling | wm4 | 2017-08-22 | 1 | -9/+0 |
* | video: get rid of swapped packed YUV | wm4 | 2017-06-30 | 1 | -2/+0 |
* | Drop/move img_fourcc.h | wm4 | 2017-06-18 | 1 | -1/+8 |
* | build: make various x11 protocol extension libs mandatory | wm4 | 2017-04-21 | 1 | -7/+7 |
* | options: remove deprecated sub-option handling for --vo and --ao | wm4 | 2016-11-25 | 1 | -1/+1 |
* | vo: remove unused VOCTRL_GET_PANSCAN | wm4 | 2016-09-08 | 1 | -2/+0 |
* | options: deprecate suboptions for the remaining AO/VOs | wm4 | 2016-09-05 | 1 | -0/+1 |
* | vo_xv: remove an aliased option | wm4 | 2016-08-31 | 1 | -4/+7 |
* | x11: stop using vo.event_fd | wm4 | 2016-07-20 | 1 | -0/+2 |
* | vo_xv, vo_x11: fix typos in warnings | Jakub Wilk | 2016-07-09 | 1 | -1/+1 |
* | mp_image: split colorimetry metadata into its own struct | Niklas Haas | 2016-07-03 | 1 | -2/+2 |
* | vo_xv: fix behavior with odd sizes | wm4 | 2016-06-25 | 1 | -6/+8 |
* | vo_xv: Handle incorrect size returned by Xv(Shm)CreateImage | dequis | 2016-05-24 | 1 | -0/+9 |
* | vo_xv, vo_x11: warn that these VOs should not be used | wm4 | 2016-03-06 | 1 | -0/+3 |
* | mpv_talloc.h: rename from talloc.h | Dmitrij D. Czarkoff | 2016-01-11 | 1 | -1/+1 |
* | vo_xv: fix crash with --wid | wm4 | 2015-10-07 | 1 | -1/+1 |
* | video/out: remove an unused parameter | wm4 | 2015-10-03 | 1 | -1/+1 |
* | x11: separate window creation and configuration | wm4 | 2015-09-30 | 1 | -1/+4 |
* | x11: move GCs and background clearing to vo_xv | wm4 | 2015-07-01 | 1 | -5/+49 |
* | vo_xv: make number of buffers configurable | wm4 | 2015-05-20 | 1 | -3/+8 |
* | Update license headers | Marcin Kurczewski | 2015-04-13 | 1 | -7/+4 |
* | video/out: remove unused colorspace reporting | wm4 | 2015-03-31 | 1 | -6/+0 |
* | vo_xv: remove pointless cast | wm4 | 2015-03-20 | 1 | -2/+1 |
* | video: uninline memcpy_pic functions | wm4 | 2015-03-20 | 1 | -1/+0 |
* | vo_xv: don't attempt to clear window before mapped | wm4 | 2015-02-26 | 1 | -0/+2 |
* | vo: simplify VOs by adding generic screenshot support | wm4 | 2015-01-24 | 1 | -12/+0 |
* | video: separate screenshot modes | wm4 | 2015-01-23 | 1 | -4/+2 |
* | video: remove vfcap.h | wm4 | 2015-01-21 | 1 | -4/+2 |
* | command: make window-scale property observable | wm4 | 2014-11-02 | 1 | -0/+1 |
* | vo: different hack for VOs which need to mangle mouse input | wm4 | 2014-07-27 | 1 | -11/+3 |
* | vo: hack to avoid threading issues with mouse input | wm4 | 2014-07-26 | 1 | -0/+1 |
* | video/out: use strcmp() instead of strcasecmp() for equalizers | wm4 | 2014-07-10 | 1 | -8/+8 |
* | vo_xv: de-ancient some help messages | wm4 | 2014-06-21 | 1 | -10/+2 |
* | video/out: fix redrawing with no video frame for some VOs | wm4 | 2014-06-18 | 1 | -13/+2 |
* | vo: make draw_image and vo_queue_image transfer image ownership | wm4 | 2014-06-17 | 1 | -1/+4 |
* | video: introduce failure path for image allocations | wm4 | 2014-06-17 | 1 | -0/+3 |
* | video/out: change aspects of OSD handling | wm4 | 2014-06-15 | 1 | -11/+3 |
* | x11: don't use VOCTRL_UPDATE_SCREENINFO | wm4 | 2014-05-06 | 1 | -1/+1 |
* | video/out: remove legacy colorspace stuff | wm4 | 2014-03-29 | 1 | -15/+16 |
* | video/out: do remaining config to reconfig replacements | wm4 | 2014-01-24 | 1 | -9/+7 |
* | video/out: don't access aspdat in VOs | wm4 | 2014-01-22 | 1 | -6/+1 |
* | sub: uglify OSD code path with locking | wm4 | 2014-01-18 | 1 | -1/+1 |
* | video/out: remove pointless x/y parameter from vo_x11_config_vo_window | wm4 | 2014-01-11 | 1 | -2/+1 |
* | build: fix shm detection on OpenBSD | Stefano Pigozzi | 2013-12-26 | 1 | -0/+1 |
* | vo_x11/vo_xv: fix build when using --disable-xext | Stefano Pigozzi | 2013-12-25 | 1 | -7/+7 |
* | Split mpvcore/ into common/, misc/, bstr/ | wm4 | 2013-12-17 | 1 | -1/+1 |
* | Move options/config related files from mpvcore/ to options/ | wm4 | 2013-12-17 | 1 | -2/+2 |
* | osd: remove mp_osd_res.video_par field | wm4 | 2013-11-24 | 1 | -1/+0 |
* | Rename sub.c/.h to osd.c/.h | wm4 | 2013-11-24 | 1 | -1/+1 |
* | vo_xv: fix compilation of SHM not available | wm4 | 2013-11-05 | 1 | -1/+1 |
* | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 1 | -6/+6 |
* | vo_xv: check whether image allocation succeeds | wm4 | 2013-10-27 | 1 | -6/+24 |
* | video/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 1 | -8/+4 |
* | vo_x11, vo_xv: fix OSD redrawing with --force-window | wm4 | 2013-10-06 | 1 | -4/+6 |
* | video/out: always support redrawing VO window at any point | wm4 | 2013-10-02 | 1 | -1/+2 |
* | video/out: don't require VOs to handle screenshot aspect specially | wm4 | 2013-08-24 | 1 | -3/+1 |
* | Some more mp_msg conversions | wm4 | 2013-08-23 | 1 | -54/+44 |
* | core: move contents to mpvcore (2/2) | Stefano Pigozzi | 2013-08-06 | 1 | -3/+3 |
* | video/out: remove options argument from preinit() | wm4 | 2013-07-22 | 1 | -1/+1 |
* | Remove subopt-helper | wm4 | 2013-07-22 | 1 | -1/+1 |
* | options: move --colorkey option to vo_xv | wm4 | 2013-07-22 | 1 | -3/+8 |
* | vo_xv: use new option API | wm4 | 2013-07-22 | 1 | -84/+25 |
* | input: handle mouse movement differently | wm4 | 2013-06-29 | 1 | -0/+10 |
* | vo_xv: always request redraw on resize | wm4 | 2013-06-15 | 1 | -3/+3 |
* | Replace calls to usec_sleep() | wm4 | 2013-05-26 | 1 | -1/+1 |
* | x11: use vo_x11_control() for all VOs | wm4 | 2013-05-26 | 1 | -22/+8 |
* | x11_common: remove assumption that video is always centered | wm4 | 2013-03-17 | 1 | -7/+5 |
* | video: remove aspect.h includes from files which don't need it | wm4 | 2013-03-17 | 1 | -1/+0 |
* | vo_xv: minor simplifications | wm4 | 2013-03-17 | 1 | -17/+4 |
* | vo: Separate vo options from MPOpts | Alexander Preisinger | 2013-03-04 | 1 | -3/+3 |
* | vo: remove and cleanup globals | Alexander Preisinger | 2013-03-04 | 1 | -4/+4 |
* | core: simplify OSD capability handling, remove VFCAP_OSD | wm4 | 2013-03-01 | 1 | -1/+1 |
* | vo_sdl, vo_xv: remove redundant/useless VOCTRL_PAUSE usage | wm4 | 2013-03-01 | 1 | -5/+0 |
* | video/out: rename create_window to config_window | wm4 | 2013-02-26 | 1 | -1/+1 |
* | vo_xv: fix green border on the right | wm4 | 2013-02-14 | 1 | -0/+1 |
* | x11: simplify handling of X Visuals and Colormaps in VOs | wm4 | 2013-01-27 | 1 | -20/+4 |
* | x11: reduce VO mode switching code duplication | wm4 | 2013-01-27 | 1 | -23/+0 |
* | x11: cleanup, refactor | wm4 | 2013-01-27 | 1 | -33/+375 |
* | vo_xv: always try to use native bit depth | wm4 | 2013-01-23 | 1 | -5/+2 |
* | vo_x11, vo_xv: XShmCompletion event support | Rudolf Polzer | 2013-01-13 | 1 | -8/+33 |
* | vo_xv: fix OSD redrawing flicker | wm4 | 2013-01-13 | 1 | -13/+11 |
* | vo_xv, vo_x11: simplify OSD redrawing | wm4 | 2013-01-13 | 1 | -12/+15 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 1 | -6/+30 |
* | video: cleanup: replace old mp_image function names | wm4 | 2013-01-13 | 1 | -1/+1 |
* | video: cleanup: move and rename vf_mpi_clear and vf_clone_attributes | wm4 | 2013-01-13 | 1 | -5/+2 |
* | video: remove things related to old DR code | wm4 | 2013-01-13 | 1 | -1/+1 |
* | mp_image: require using mp_image_set_size() for setting w/h | wm4 | 2013-01-13 | 1 | -4/+2 |
* | vo_xv: simplify | wm4 | 2013-01-13 | 1 | -47/+2 |
* | video: remove slice based filtering and video output | wm4 | 2013-01-13 | 1 | -4/+1 |
* | video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_format | wm4 | 2013-01-13 | 1 | -3/+3 |
* | video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGE | wm4 | 2013-01-13 | 1 | -8/+6 |
* | vo_xv: fix compilation when shared memory header files are not available | wm4 | 2013-01-06 | 1 | -5/+2 |
* | vo_xv: try harder to get correctly aligned pointers/strides | wm4 | 2012-12-03 | 1 | -4/+6 |
* | vo_xv: allocate Xv images with aligned stride | wm4 | 2012-11-22 | 1 | -4/+5 |
* | vo_xv: don't require frame stepping to remove OSD or subs | wm4 | 2012-11-21 | 1 | -36/+24 |
* | options, vo_x11: remove -zoom option, make it default | wm4 | 2012-11-16 | 1 | -1/+1 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 1 | -8/+8 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+716 |