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