]> git.sesse.net Git - vlc/commit
* all: - added a boolean "seekable" object variable to p_input.
authorLaurent Aimar <fenrir@videolan.org>
Wed, 23 Jun 2004 17:49:26 +0000 (17:49 +0000)
committerLaurent Aimar <fenrir@videolan.org>
Wed, 23 Jun 2004 17:49:26 +0000 (17:49 +0000)
commit2aebce79d5f564b25de506071c2de578315cb14a
tree67f45bbb22f6981c89fbf5d1caaae305558a6fea
parentcb45b4c518bd2197c1522189397ec29aacb500c4
* all: - added a boolean "seekable" object variable to p_input.
 (becarefull, it's just if you can seek or not, and not if you have to
 display the progress bar, for thet last you have to check if "position"
 value get != 0.0 )
       - added "audio-delay" and "spu-delay" object variables to delay
 audio/spu to the video. They can be changed on the fly (untested).
       - renamed INPUT__GET/SET_SUBDELAY into
 INPUT_SET_SPU_DELAY and added INPUT_SET_AUDIO_DELAY
 (wrapper to "audio-delay" and "spu-delay")
 - readded INPUT_ADD/GET_INFO/INPUT_SET_NAME. Becarefull to not over-use
them, a demuxer should export DEMUX_GET_META and not using them.
include/vlc_input.h
modules/control/hotkeys.c
modules/demux/util/sub.c
modules/demux/util/sub.h
src/input/control.c
src/input/es_out.c
src/input/input.c
src/input/input_internal.h
src/input/var.c