aboutsummaryrefslogtreecommitdiffhomepage
path: root/video/out/vo_sdl.c
Commit message (Expand)AuthorAge
...
* video: remove fullscreen flags chaosGravatar wm42013-07-18
* core: cleanup more mp_fifo leftoversGravatar wm42013-07-02
* input: require VOs to send key up events, redo input key lookupGravatar wm42013-07-02
* video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEGravatar wm42013-06-15
* vo_sdl: use VOCTRL_SET_CURSOR_VISIBILITYGravatar wm42013-05-26
* vo: remove vo.check_events callbackGravatar wm42013-05-26
* vo_sdl: we don't want to minize the window when losing focusGravatar Rudolf Polzer2013-03-06
* options: remove --no-vsyncGravatar wm42013-03-06
* vo: Separate vo options from MPOptsGravatar Alexander Preisinger2013-03-04
* vo: remove and cleanup globalsGravatar Alexander Preisinger2013-03-04
* m_option: don't define OPT_BASE_STRUCT by defaultGravatar wm42013-03-01
* core: simplify OSD capability handling, remove VFCAP_OSDGravatar wm42013-03-01
* vo_sdl, vo_xv: remove redundant/useless VOCTRL_PAUSE usageGravatar wm42013-03-01
* video/out: remove video mode switching (--vm)Gravatar wm42013-02-26
* Prefix keycode defines with MP_Gravatar wm42013-02-12
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGGravatar wm42013-02-09
* options: move -geometry parsing to m_option.cGravatar wm42013-01-23
* vo_sdl: I think the XVidmode hack is no longer neededGravatar Rudolf Polzer2013-01-15
* vo_sdl: request "desktop" fullscreen mode if -vm is not usedGravatar Rudolf Polzer2013-01-15
* vo_sdl: avoid copying just for taking screenshotsGravatar wm42013-01-13
* video: decouple internal pixel formats from FourCCsGravatar wm42013-01-13
* video: cleanup: replace old mp_image function namesGravatar wm42013-01-13
* video: remove things related to old DR codeGravatar wm42013-01-13
* mp_image: require using mp_image_set_size() for setting w/hGravatar wm42013-01-13
* video/out: replace VOCTRL_QUERY_FORMAT with vo_driver.query_formatGravatar wm42013-01-13
* video/out: make draw_image mandatory, remove VOCTRL_DRAW_IMAGEGravatar wm42013-01-13
* vo_sdl: fix for rename of a function in SDL2's interfaceGravatar Rudolf Polzer2013-01-12
* vo_sdl: add a "sw" flag like in openglGravatar Rudolf Polzer2013-01-10
* vo_sdl: support -geometry properlyGravatar Rudolf Polzer2012-12-31
* vo_sdl: some OSD optimizationsGravatar Rudolf Polzer2012-12-28
* sdl, encode_lavc: fix copyright headersGravatar Rudolf Polzer2012-12-28
* vo/ao: SDL 1.2+ audio driver, SDL 2.0+ accelerated video driverGravatar Rudolf Polzer2012-12-28