]> git.sesse.net Git - vlc/commit
* src/input/*:
authorGildas Bazin <gbazin@videolan.org>
Tue, 23 Mar 2004 23:44:49 +0000 (23:44 +0000)
committerGildas Bazin <gbazin@videolan.org>
Tue, 23 Mar 2004 23:44:49 +0000 (23:44 +0000)
commit36b86f5b99933b478403e8231325e2392178a1f5
tree53ef1e9da7f26d1c7680ca1e5e0f982690123ac7
parent75e43e2bb21d65c7bb965c0d1332177a2dd8aecd
* src/input/*:
   + new input_Control() function (doesn't do much for now).
   + started bookmarks support through input_Control().
   + new --bookmarks={name=foo,bytes=foo,time=foo},{...} config option.

* src/video_output/*:
   + started support for embeddable vouts (vout_RequestWindow()/vout_ReleaseWindow())
   + new --video-x/y config options
12 files changed:
Makefile.am
include/input_ext-intf.h
include/ninput.h
include/video_output.h
include/vlc_common.h
include/vlc_interface.h
src/input/control.c [new file with mode: 0644]
src/input/input.c
src/interface/interface.c
src/libvlc.h
src/video_output/video_output.c
src/video_output/vout_intf.c [new file with mode: 0644]