]> git.sesse.net Git - vlc/commit
* Fixed a segfault in the input thread creation, as well as a possible
authorSam Hocevar <sam@videolan.org>
Fri, 16 Feb 2001 06:37:09 +0000 (06:37 +0000)
committerSam Hocevar <sam@videolan.org>
Fri, 16 Feb 2001 06:37:09 +0000 (06:37 +0000)
commitb2f56af99413a51f2b4cd9d8591d0aad52d71f1d
treedf4bb41eea3b08e5d40d484726a8b5af6246f62f
parent16247a7506c02836d0e33ba4633f8e02bb5ea81a
 * Fixed a segfault in the input thread creation, as well as a possible
   deadlock. This happened mostly when opening non-existing files.
 * Created input_SetStatus to do input_SetRate's job. input_SetRate will
   be used to set an arbitrary rate, for people who want to read DVDs at
   1/2.71828 times the actual speed.
 * Stubs for the ncurses control interface. No working code yet, but the
   holes just need to be filled.
 * Improved X11 support. Still not as functional as before.
 * The output window now states the method name, so that people know whether
   they are using X11 or SDL.
 * The Gnome interface is now drag'n'drop aware, you can drop a file
   on it just like Xine does (or so I guess).
18 files changed:
Makefile.in
configure
configure.in
include/config.h.in
include/input_ext-intf.h
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/vout_sdl.c
plugins/text/intf_ncurses.c [new file with mode: 0644]
plugins/text/ncurses.c [new file with mode: 0644]
plugins/x11/vout_x11.c
src/input/input.c
src/input/input_ext-intf.c
src/interface/interface.c