summaryrefslogtreecommitdiffstats
path: root/video/out/vo_sdl.c
Commit message (Expand)AuthorAgeFilesLines
* 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