]> git.sesse.net Git - vlc/commit
* added --intf option to vlc
authorSam Hocevar <sam@videolan.org>
Tue, 13 Feb 2001 04:29:46 +0000 (04:29 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 13 Feb 2001 04:29:46 +0000 (04:29 +0000)
commit75eb696dccb7e1e82bc421dc9859eb65640e1507
tree85a3f92f209c5619363f28344f9c92c59119999b
parente8ceb0e1d3be47afca5e86e424f6d2b22a5971c9
 * added --intf option to vlc
 * started cleaning vout_sdl.c
 * the dummy plugin works again
 * added a slider to the Gnome interface so that we can browse through streams

  There is a problem with the slider: we sometimes get unexpected async
  replies, which would mean that we don't properly lock our Xlib calls.
  Which is true. But we also get these errors when using `--vout dummy'.
  I'll investigate.
21 files changed:
configure
configure.in
debian/vlc.1
include/modules.h
plugins/dummy/aout_dummy.c
plugins/dummy/dummy.c
plugins/dummy/intf_dummy.c
plugins/dummy/vout_dummy.c
plugins/gnome/gnome_callbacks.c
plugins/gnome/gnome_callbacks.h
plugins/gnome/gnome_interface.c
plugins/gnome/gnome_sys.h
plugins/gnome/intf_gnome.c
plugins/gnome/intf_gnome.glade
plugins/sdl/aout_sdl.c
plugins/sdl/sdl.c
plugins/sdl/vout_sdl.c
src/input/input_ext-intf.c
src/interface/main.c
src/video_output/video_output.c
src/video_output/video_yuv.c