]> git.sesse.net Git - vlc/commit
* implemented a vout_OSDMessage to display messages on the video at a specific
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 30 Oct 2003 22:34:48 +0000 (22:34 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 30 Oct 2003 22:34:48 +0000 (22:34 +0000)
commita6233ea01656066338399427cea3dc8f764ffbfa
tree726fe0425e9eb7b0e78ea472de3d0d51a3c7833e
parent1c3e013ae4ba26fb2c74f56f97fa16f3c6f1043f
* implemented a vout_OSDMessage to display messages on the video at a specific
  location by any module.
* added a OSD config option to the Video options. this will allow you to disable
  the messages printed by OSDMessage. Subtitles will still be shown however.
* src/audio_output/intf.c: volumeSet sets the intf-change variable.
* modules/gui/macosx/vout.m: fix the modifier detection.
include/osd.h
modules/control/hotkeys.c
modules/gui/macosx/vout.m
src/audio_output/intf.c
src/libvlc.h
src/video_output/video_text.c