]> git.sesse.net Git - vlc/commit
* ./plugins/mga/mga.c: removed the mgammx module and put the code in
authorSam Hocevar <sam@videolan.org>
Mon, 7 Jan 2002 02:12:30 +0000 (02:12 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 7 Jan 2002 02:12:30 +0000 (02:12 +0000)
commit1e053ea0edc1f1f77a56317764a11c4e088cce3d
tree276eee868798a5c70e376e0b955353511d2d80ea
parentebd16b8d576d49daa570a24fcb2cc2dceb360741
  * ./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 :-)
45 files changed:
Makefile
configure
configure.in
debian/changelog
debian/control
debian/rules
include/common.h
include/input_ext-intf.h
include/interface.h
include/stream_control.h
include/video.h
plugins/beos/intf_beos.cpp
plugins/chroma/Makefile
plugins/chroma/i420_ymga.c [new file with mode: 0644]
plugins/dvd/dummy_dvdcss.h
plugins/dvd/dvd.c
plugins/filter/wall.c
plugins/ggi/Makefile
plugins/ggi/ggi.c
plugins/ggi/vout_ggi.c [deleted file]
plugins/glide/Makefile
plugins/glide/glide.c
plugins/glide/vout_glide.c [deleted file]
plugins/gtk/gnome.c
plugins/gtk/gtk.c
plugins/gtk/gtk_callbacks.c
plugins/gtk/gtk_control.c
plugins/gtk/gtk_display.c
plugins/gtk/gtk_menu.c
plugins/gtk/gtk_open.c
plugins/gtk/gtk_playlist.c
plugins/kde/kde_interface.cpp
plugins/kde/kde_menu.cpp
plugins/mad/mad_adec.c
plugins/mga/Makefile
plugins/mga/mga.c
plugins/qt/intf_qt.cpp
plugins/sdl/vout_sdl.c
plugins/text/rc.c
plugins/x11/xcommon.c
src/input/input.c
src/interface/interface.c
src/interface/main.c
src/misc/modules_plugin.h
src/video_output/video_output.c