CVS Commit: vlc
cvs at videolan.org
cvs at videolan.org
Sun May 6 20:32:30 CEST 2001
Update of /cvs/videolan/vlc/include
Modified Files:
audio_output.h config.h.in video_output.h
Update of /cvs/videolan/vlc/plugins/dvd
Modified Files:
input_dvd.c
Update of /cvs/videolan/vlc/plugins/gnome
Modified Files:
Makefile gnome_callbacks.c gnome_callbacks.h gnome_interface.c
gnome_interface.h intf_gnome.c intf_gnome.glade intf_gnome.h
Update of /cvs/videolan/vlc/plugins/gtk
Modified Files:
gtk_callbacks.c gtk_callbacks.h gtk_interface.c intf_gtk.c
intf_gtk.glade intf_gtk.h
Update of /cvs/videolan/vlc/plugins/mpeg
Modified Files:
input_ts.c
Update of /cvs/videolan/vlc/plugins/sdl
Modified Files:
vout_sdl.c
Update of /cvs/videolan/vlc/plugins/x11
Modified Files:
vout_x11.c vout_xvideo.c
Update of /cvs/videolan/vlc/src/ac3_spdif
Modified Files:
ac3_iec958.c ac3_spdif.c ac3_spdif.h
Update of /cvs/videolan/vlc/src/audio_output
Modified Files:
aout_ext-dec.c aout_spdif.c
Update of /cvs/videolan/vlc/src/input
Modified Files:
input.c
Update of /cvs/videolan/vlc/src/video_output
Modified Files:
video_output.c
Log Message:
*Much work on the gnome interface: added oct's playlist from gtk plugin,
tuned appearence, added preferences window (with no features yet), jump
window to go to specified time (not functionnal yet), and fixed some
bugs.
*moved b_fullscreen from p_vout->p_sys to p_vout and unified way of
toggling fullscreen in sdl in x11/xvideo output (using p_vout->i_ch
nges) so that an interface plugin can toogle fullscreen (implemented
in gnome)
*added p_input->stream.p_selected_area->i_tell in input TS so that the
slider work with ts files ( however, the time counter doesn't since we
have no mux_rate )
*improved ac3 spdif output ( and made it work again :)). It uses a true
blank frame now, and it allows to switch languages like a traditionnal
output. It doesn't support multiplexing though, neither can we switch
between spdif/analogical mode on-the-fly.
*beginning of the back port of gnome to gtk for those who do not have
gnome.
--
stef
More information about the vlc-devel
mailing list