CVS Commit: vlc
cvs at videolan.org
cvs at videolan.org
Mon Jan 7 03:12:30 CET 2002
Update of /var/cvs/videolan/vlc
Modified Files:
Makefile configure configure.in
Update of /var/cvs/videolan/vlc/debian
Modified Files:
changelog control rules
Update of /var/cvs/videolan/vlc/include
Modified Files:
common.h input_ext-intf.h interface.h stream_control.h video.h
Update of /var/cvs/videolan/vlc/plugins/beos
Modified Files:
intf_beos.cpp
Update of /var/cvs/videolan/vlc/plugins/chroma
Modified Files:
Makefile
Added Files:
i420_ymga.c
Update of /var/cvs/videolan/vlc/plugins/dvd
Modified Files:
dummy_dvdcss.h dvd.c
Update of /var/cvs/videolan/vlc/plugins/filter
Modified Files:
wall.c
Update of /var/cvs/videolan/vlc/plugins/ggi
Modified Files:
Makefile ggi.c
Removed Files:
vout_ggi.c
Update of /var/cvs/videolan/vlc/plugins/glide
Modified Files:
Makefile glide.c
Removed Files:
vout_glide.c
Update of /var/cvs/videolan/vlc/plugins/gtk
Modified Files:
gnome.c gtk.c gtk_callbacks.c gtk_control.c gtk_display.c
gtk_menu.c gtk_open.c gtk_playlist.c
Update of /var/cvs/videolan/vlc/plugins/kde
Modified Files:
kde_interface.cpp kde_menu.cpp
Update of /var/cvs/videolan/vlc/plugins/mad
Modified Files:
mad_adec.c
Update of /var/cvs/videolan/vlc/plugins/mga
Modified Files:
Makefile mga.c
Update of /var/cvs/videolan/vlc/plugins/qt
Modified Files:
intf_qt.cpp
Update of /var/cvs/videolan/vlc/plugins/sdl
Modified Files:
vout_sdl.c
Update of /var/cvs/videolan/vlc/plugins/text
Modified Files:
rc.c
Update of /var/cvs/videolan/vlc/plugins/x11
Modified Files:
xcommon.c
Update of /var/cvs/videolan/vlc/src/input
Modified Files:
input.c
Update of /var/cvs/videolan/vlc/src/interface
Modified Files:
interface.c main.c
Update of /var/cvs/videolan/vlc/src/misc
Modified Files:
modules_plugin.h
Update of /var/cvs/videolan/vlc/src/video_output
Modified Files:
video_output.c
Log Message:
* ./plugins/mga/mga.c: removed the mgammx module and put the code in
the chroma_i420_ymga module instead. This introduces a slight
performance issue as we now need to memcpy() the Y plane, but I have
some vout4 enhancements on their way which make this point moot.
* ./debian/changelog: imported official Debian changelog.
* ./debian/control: activated the vlc-mad and vlc-arts packages; package
builds should now work again.
* ./plugins/dvd/dvd.c: solved a symbol resolution issue when vlc was
compiled without libdvdcss which overflowed the return stack.
* ./plugins/ggi/ggi.c: ported the GGI plugin to vout4.
* ./plugins/glide/glide.c: ported the Glide plugin to vout4 (untested).
* ./src/input/input.c: prepared everything for multi-input mode; since
no interface is yet prepared to handle this, I changed them so that
they just use the first available input for now. This may break other
things, but I promise I'll eventually repair everything :-)
--
sam
More information about the vlc-devel
mailing list