summaryrefslogtreecommitdiffstats
path: root/video/out/vo_sdl.c
Commit message (Expand)AuthorAgeFilesLines
* vo_sdl: add support for screensaver VOCTRL'ssfan52018-06-021-3/+24
* input: merge mouse wheel and axis keycodesJames Ross-Gowan2017-09-031-2/+2
* input: use mnemonic names for mouse buttonsJames Ross-Gowan2017-09-031-2/+2
* video: redo video equalizer option handlingwm42017-08-221-82/+3
* video: get rid of swapped packed YUVwm42017-06-301-1/+0
* 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: change messy handling of fullscreen and other flagswm42016-08-301-1/+0
* vo_opengl: allow backends to provide callbacks for custom event loopswm42016-07-201-3/+1
* vo_sdl: fix pixel formats.Rudolf Polzer2016-06-101-12/+9
* video: remove some useless old RGB formatswm42016-01-251-8/+0
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-191-7/+7
* vo: get rid of vo_get_window_title()wm42015-12-061-4/+8
* video/out: remove an unused parameterwm42015-10-031-1/+1
* vo_sdl: fix glaring memory leakwm42015-06-251-0/+2
* Update license headersMarcin Kurczewski2015-04-131-4/+4
* osd: simplify an aspect of change detection handlingwm42015-03-181-42/+38
* buid: readd -Wparentheseswm42015-03-021-1/+1
* vo: simplify VOs by adding generic screenshot supportwm42015-01-241-14/+0
* video: separate screenshot modeswm42015-01-231-7/+5
* video: remove vfcap.hwm42015-01-211-4/+2
* command: unify handling of fullscreen and other VO flagswm42015-01-161-0/+1
* command: make window-scale property observablewm42014-11-021-0/+1
* vo_sdl: fix typowm42014-09-051-1/+1
* video: move display and timing to a separate threadwm42014-08-121-7/+22
* vo_sdl: fix redrawing issuewm42014-08-101-1/+1
* vo: remove vo_mouse_movement() wrapperwm42014-07-271-1/+1
* video/out: use strcmp() instead of strcasecmp() for equalizerswm42014-07-101-4/+4
* vo_sdl: fix clearing the screen on reconfigwm42014-06-181-35/+53
* vo: make draw_image and vo_queue_image transfer image ownershipwm42014-06-171-1/+3
* video: introduce failure path for image allocationswm42014-06-171-0/+2
* video/out: change aspects of OSD handlingwm42014-06-151-3/+6
* video: synchronize mpv rgb pixel format names with ffmpeg nameswm42014-06-141-10/+10
* vo_sdl: don't use VOCTRL_UPDATE_SCREENINFOwm42014-05-061-29/+33
* vo_sdl: fix compilationwm42014-01-251-2/+2
* video/out: do remaining config to reconfig replacementswm42014-01-241-9/+10
* sub: uglify OSD code path with lockingwm42014-01-181-1/+1
* video/out: simplify monitor aspect handlingwm42014-01-111-1/+0
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* Move mpvcore/input/ to input/wm42013-12-171-3/+3
* video: remove --flipwm42013-12-051-1/+1
* options: add option to disable using right Alt key as Alt GrVivek Jain2013-12-021-3/+5
* Rename sub.c/.h to osd.c/.hwm42013-11-241-1/+1
* video/out: remove useless info struct and redundant fieldswm42013-10-231-6/+2
* Some more mp_msg conversionswm42013-08-231-18/+18
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-5/+5
* Fix some -Wshadow warningswm42013-07-231-2/+2
* video/out: remove options argument from preinit()wm42013-07-221-1/+1
* video: remove fullscreen flags chaoswm42013-07-181-13/+19
* core: cleanup more mp_fifo leftoverswm42013-07-021-6/+6
* input: require VOs to send key up events, redo input key lookupwm42013-07-021-1/+1
* video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEwm42013-06-151-0/+6
* vo_sdl: use VOCTRL_SET_CURSOR_VISIBILITYwm42013-05-261-39/+3
* vo: remove vo.check_events callbackwm42013-05-261-1/+3
* vo_sdl: we don't want to minize the window when losing focusRudolf Polzer2013-03-061-0/+2
* options: remove --no-vsyncwm42013-03-061-7/+6
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-041-16/+16
* vo: remove and cleanup globalsAlexander Preisinger2013-03-041-14/+14
* m_option: don't define OPT_BASE_STRUCT by defaultwm42013-03-011-1/+0
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-011-1/+1
* vo_sdl, vo_xv: remove redundant/useless VOCTRL_PAUSE usagewm42013-03-011-6/+0
* video/out: remove video mode switching (--vm)wm42013-02-261-2/+3
* Prefix keycode defines with MP_wm42013-02-121-74/+74
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGwm42013-02-091-1/+1
* options: move -geometry parsing to m_option.cwm42013-01-231-7/+4
* vo_sdl: I think the XVidmode hack is no longer neededRudolf Polzer2013-01-151-5/+0
* vo_sdl: request "desktop" fullscreen mode if -vm is not usedRudolf Polzer2013-01-151-8/+7
* vo_sdl: avoid copying just for taking screenshotswm42013-01-131-5/+3
* video: decouple internal pixel formats from FourCCswm42013-01-131-5/+7
* video: cleanup: replace old mp_image function nameswm42013-01-131-11/+10
* video: remove things related to old DR codewm42013-01-131-4/+2
* mp_image: require using mp_image_set_size() for setting w/hwm42013-01-131-2/+1
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatwm42013-01-131-3/+1
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEwm42013-01-131-5/+3
* vo_sdl: fix for rename of a function in SDL2's interfaceRudolf Polzer2013-01-121-2/+4
* vo_sdl: add a "sw" flag like in openglRudolf Polzer2013-01-101-36/+75
* vo_sdl: support -geometry properlyRudolf Polzer2012-12-311-2/+7
* vo_sdl: some OSD optimizationsRudolf Polzer2012-12-281-23/+41
* sdl, encode_lavc: fix copyright headersRudolf Polzer2012-12-281-4/+3
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverRudolf Polzer2012-12-281-0/+1004