aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_xv.c
Commit message (Expand)AuthorAge
* build: remove POSIX/sysv shared memory testGravatar wm42017-12-02
* video: redo video equalizer option handlingGravatar wm42017-08-22
* video: get rid of swapped packed YUVGravatar wm42017-06-30
* Drop/move img_fourcc.hGravatar wm42017-06-18
* build: make various x11 protocol extension libs mandatoryGravatar wm42017-04-21
* options: remove deprecated sub-option handling for --vo and --aoGravatar wm42016-11-25
* vo: remove unused VOCTRL_GET_PANSCANGravatar wm42016-09-08
* options: deprecate suboptions for the remaining AO/VOsGravatar wm42016-09-05
* vo_xv: remove an aliased optionGravatar wm42016-08-31
* x11: stop using vo.event_fdGravatar wm42016-07-20
* vo_xv, vo_x11: fix typos in warningsGravatar Jakub Wilk2016-07-09
* mp_image: split colorimetry metadata into its own structGravatar Niklas Haas2016-07-03
* vo_xv: fix behavior with odd sizesGravatar wm42016-06-25
* vo_xv: Handle incorrect size returned by Xv(Shm)CreateImageGravatar dequis2016-05-24
* vo_xv, vo_x11: warn that these VOs should not be usedGravatar wm42016-03-06
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* vo_xv: fix crash with --widGravatar wm42015-10-07
* video/out: remove an unused parameterGravatar wm42015-10-03
* x11: separate window creation and configurationGravatar wm42015-09-30
* x11: move GCs and background clearing to vo_xvGravatar wm42015-07-01
* vo_xv: make number of buffers configurableGravatar wm42015-05-20
* Update license headersGravatar Marcin Kurczewski2015-04-13
* video/out: remove unused colorspace reportingGravatar wm42015-03-31
* vo_xv: remove pointless castGravatar wm42015-03-20
* video: uninline memcpy_pic functionsGravatar wm42015-03-20
* 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