]> git.sesse.net Git - vlc/commit
* Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY
authorClément Stenac <zorglub@videolan.org>
Mon, 29 Mar 2004 07:28:45 +0000 (07:28 +0000)
committerClément Stenac <zorglub@videolan.org>
Mon, 29 Mar 2004 07:28:45 +0000 (07:28 +0000)
commit17d78502f8f915fa105f08e07063ca5dbb2ec19a
tree67a769771d1ec01f70ee80fb0183476f59fb4472
parent200a3bc012670b9fc8f2df1d966d05ed38cc96d1
* Implement INPUT_GET_SUBDELAY and INPUT_SET_SUBDELAY

* Allow to modify subtitle delay on the fly and implement hotkeys
  (h and j)

* When framerate is available with subrip, use sub-fps to make corrections
  (sub-fps default value is now 0, if left to this value, 25fps will be
   assumed in microdvd mode and no correction will be applied in subrip)

Main problem is that when seeking in the subtitles, you easily get
several of them displayed. Maybe we could add a flag to subpicture_t,
like SUBTITLE_PICTURE to say that only one of them must be displayed at
a time, but that other subpictures (OSD, ...) can remain present on the
screen at the same time.
include/ninput.h
include/vlc_keys.h
modules/control/hotkeys.c
modules/demux/util/sub.c
modules/demux/util/sub.h
src/input/control.c
src/input/input.c
src/libvlc.h