aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_sdl.c
Commit message (Expand)AuthorAge
* vo_sdl: add support for screensaver VOCTRL'sGravatar sfan52018-06-02
* input: merge mouse wheel and axis keycodesGravatar James Ross-Gowan2017-09-03
* input: use mnemonic names for mouse buttonsGravatar James Ross-Gowan2017-09-03
* video: redo video equalizer option handlingGravatar wm42017-08-22
* video: get rid of swapped packed YUVGravatar wm42017-06-30
* 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: change messy handling of fullscreen and other flagsGravatar wm42016-08-30
* vo_opengl: allow backends to provide callbacks for custom event loopsGravatar wm42016-07-20
* vo_sdl: fix pixel formats.Gravatar Rudolf Polzer2016-06-10
* video: remove some useless old RGB formatsGravatar wm42016-01-25
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* vo: get rid of vo_get_window_title()Gravatar wm42015-12-06
* video/out: remove an unused parameterGravatar wm42015-10-03
* vo_sdl: fix glaring memory leakGravatar wm42015-06-25
* Update license headersGravatar Marcin Kurczewski2015-04-13
* osd: simplify an aspect of change detection handlingGravatar wm42015-03-18
* buid: readd -WparenthesesGravatar wm42015-03-02
* 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: unify handling of fullscreen and other VO flagsGravatar wm42015-01-16
* command: make window-scale property observableGravatar wm42014-11-02
* vo_sdl: fix typoGravatar wm42014-09-05
* video: move display and timing to a separate threadGravatar wm42014-08-12
* vo_sdl: fix redrawing issueGravatar wm42014-08-10
* vo: remove vo_mouse_movement() wrapperGravatar wm42014-07-27
* video/out: use strcmp() instead of strcasecmp() for equalizersGravatar wm42014-07-10
* vo_sdl: fix clearing the screen on reconfigGravatar 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
* vo_sdl: don't use VOCTRL_UPDATE_SCREENINFOGravatar wm42014-05-06
* vo_sdl: fix compilationGravatar wm42014-01-25
* video/out: do remaining config to reconfig replacementsGravatar wm42014-01-24
* sub: uglify OSD code path with lockingGravatar wm42014-01-18
* video/out: simplify monitor aspect handlingGravatar wm42014-01-11
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* video: remove --flipGravatar wm42013-12-05
* options: add option to disable using right Alt key as Alt GrGravatar Vivek Jain2013-12-02
* Rename sub.c/.h to osd.c/.hGravatar wm42013-11-24
* video/out: remove useless info struct and redundant fieldsGravatar wm42013-10-23
* Some more mp_msg conversionsGravatar wm42013-08-23
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* Fix some -Wshadow warningsGravatar wm42013-07-23
* video/out: remove options argument from preinit()Gravatar wm42013-07-22