]> git.sesse.net Git - vlc/commit
. moved the playlist handling from input/input.c to interface/interface.c
authorSam Hocevar <sam@videolan.org>
Thu, 8 Feb 2001 07:24:25 +0000 (07:24 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 8 Feb 2001 07:24:25 +0000 (07:24 +0000)
commit03d925fdb83bf119df5d37c88d4c561121335b88
tree4b5eae6257ec4e80686ba7934f669240176e9035
parente754b0970bdea32e18a4bfca16145d30e3620540
 . moved the playlist handling from input/input.c to interface/interface.c
 . fixed a few warnings at compile-time
 . fixed sound channel selection in playlist mode
 . added a color message in the plugin bank because on peut bien d�conner
   cinq minutes, quand-m�me
 . we now spawn a new input thread for each file
 . added a missing pf_close() because it's always cool to close files
   after we read them
include/common.h
include/input_ext-intf.h
include/intf_plst.h
include/modules.h
plugins/mpeg/input_ps.c
src/input/input.c
src/input/input_ext-intf.c
src/interface/interface.c
src/interface/intf_plst.c
src/misc/plugins.c