]> git.sesse.net Git - vlc/commit
. fixed the bug-that-made-the-vlc-segfault-on-exit, which means that
authorSam Hocevar <sam@videolan.org>
Mon, 15 Jan 2001 06:18:23 +0000 (06:18 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 15 Jan 2001 06:18:23 +0000 (06:18 +0000)
commitc0211e9a50e55b2783ae2fe1fd2e8b22541cd2d1
tree753490cfa51481487542a99f9867404f0c4da816
parentbba082093f9cbc2b1874a2ad2db2defa499d7db1
 . fixed the bug-that-made-the-vlc-segfault-on-exit, which means that
   more than ever, � le client ne segfaulte pas �.

 . there was still a problem upon quitting: sometimes the null packet
   wasn't big enough to reach a decoder breakpoint, so I now create 10
   of them (since I can't make it bigger) to be sure. Meuuh, what do
   you think ?

 . fixed the Makefile to spare a few variables here and there.

 . reduced module hide delay, removed loading of the audio output
   plugins since they are now modules.

 . changed a few intf_Msg to intf_DbgMsg, and added "vout:", "intf:",
   and so on in a few other messages.

 . removed unused includes in the idct modules.
25 files changed:
Makefile.in
include/modules.h
plugins/beos/vout_beos.cpp
plugins/fb/vout_fb.c
plugins/gnome/intf_gnome.c
plugins/gnome/vout_gnome.c
plugins/idct/idct.c
plugins/idct/idct_common.c
plugins/idct/idctclassic.c
plugins/idct/idctmmx.c
plugins/mga/intf_mga.c
plugins/mga/vout_mga.c
plugins/sdl/intf_sdl.c
plugins/sdl/vout_sdl.c
plugins/x11/intf_x11.c
plugins/x11/vout_x11.c
src/input/input.c
src/input/input.h
src/input/input_dec.c
src/interface/interface.c
src/interface/main.c
src/misc/modules.c
src/misc/playlist.c
src/misc/plugins.c
src/video_output/video_output.c