]> git.sesse.net Git - vlc/commit
*Much work on the gnome interface: added oct's playlist from gtk plugin,
authorStéphane Borel <stef@videolan.org>
Sun, 6 May 2001 18:32:30 +0000 (18:32 +0000)
committerStéphane Borel <stef@videolan.org>
Sun, 6 May 2001 18:32:30 +0000 (18:32 +0000)
commitbc118e19748645a423f955b340ec91911e76a647
treef4fe553853e054538278ff04116bbb18227e9836
parentc8c99b214eff8e62c0dfb83f4c3157f9e42d3e8a
*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.
29 files changed:
include/audio_output.h
include/config.h.in
include/video_output.h
plugins/dvd/input_dvd.c
plugins/gnome/Makefile
plugins/gnome/gnome_callbacks.c
plugins/gnome/gnome_callbacks.h
plugins/gnome/gnome_interface.c
plugins/gnome/gnome_interface.h
plugins/gnome/intf_gnome.c
plugins/gnome/intf_gnome.glade
plugins/gnome/intf_gnome.h
plugins/gtk/gtk_callbacks.c
plugins/gtk/gtk_callbacks.h
plugins/gtk/gtk_interface.c
plugins/gtk/intf_gtk.c
plugins/gtk/intf_gtk.glade
plugins/gtk/intf_gtk.h
plugins/mpeg/input_ts.c
plugins/sdl/vout_sdl.c
plugins/x11/vout_x11.c
plugins/x11/vout_xvideo.c
src/ac3_spdif/ac3_iec958.c
src/ac3_spdif/ac3_spdif.c
src/ac3_spdif/ac3_spdif.h
src/audio_output/aout_ext-dec.c
src/audio_output/aout_spdif.c
src/input/input.c
src/video_output/video_output.c