CVS Commit: vlc
cvs at videolan.org
cvs at videolan.org
Tue May 1 06:18:18 CEST 2001
Update of /cvs/videolan/vlc
Modified Files:
AUTHORS ChangeLog INSTALL Makefile Makefile.opts.in configure
configure.in vlc.spec
Update of /cvs/videolan/vlc/doc
Modified Files:
vlc.1
Update of /cvs/videolan/vlc/include
Modified Files:
audio_output.h config.h.in defs.h.in input_ext-dec.h
input_ext-intf.h main.h modules.h modules_builtin.h.in
video_output.h
Update of /cvs/videolan/vlc/plugins/alsa
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/beos
Modified Files:
Makefile intf_beos.cpp
Update of /cvs/videolan/vlc/plugins/darwin
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/dsp
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/dummy
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/dvd
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/esd
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/fb
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/ggi
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/glide
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/gnome
Modified Files:
Makefile gnome_callbacks.c intf_gnome.c
Update of /cvs/videolan/vlc/plugins/gtk
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/idct
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/macosx
Modified Files:
Makefile intf_macosx.c
Update of /cvs/videolan/vlc/plugins/mga
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/motion
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/mpeg
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/null
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/qt
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/sdl
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/text
Modified Files:
Makefile intf_rc.c rc.c
Update of /cvs/videolan/vlc/plugins/x11
Modified Files:
Makefile vout_xvideo.c
Update of /cvs/videolan/vlc/plugins/yuv
Modified Files:
Makefile
Update of /cvs/videolan/vlc/src/ac3_decoder
Modified Files:
ac3_decoder_thread.c ac3_decoder_thread.h
Update of /cvs/videolan/vlc/src/ac3_spdif
Modified Files:
ac3_iec958.c ac3_iec958.h ac3_spdif.c ac3_spdif.h
Update of /cvs/videolan/vlc/src/audio_decoder
Modified Files:
audio_decoder.c audio_decoder.h
Update of /cvs/videolan/vlc/src/audio_output
Modified Files:
aout_common.h aout_s16.c aout_u8.c audio_output.c
Added Files:
aout_ext-dec.c
Removed Files:
aout_fifo.c
Update of /cvs/videolan/vlc/src/input
Modified Files:
input.c input_programs.c
Update of /cvs/videolan/vlc/src/interface
Modified Files:
interface.c main.c
Update of /cvs/videolan/vlc/src/lpcm_decoder
Modified Files:
lpcm_decoder_thread.c lpcm_decoder_thread.h
Update of /cvs/videolan/vlc/src/misc
Modified Files:
modules.c
Update of /cvs/videolan/vlc/src/video_output
Modified Files:
video_output.c video_yuv.c
Update of /cvs/videolan/vlc/src/video_parser
Modified Files:
video_parser.c vpar_headers.c
Log Message:
* Mandatory step for video output IV and the audio output quality
fix: the output threads are now spawned when a decoder needs one,
so it can decide the audio frequency or the video window size. Still
under heavy construction, so don't get too excited at finding bugs
in it yet.
Note: this change broke the XVideo module, so I made its score much
lower than before. I suspect xvideo.so had a bug before which only
appears now. Other video output plugins may be broken as well, but
again this might be due to old existing bugs showing their ugly head.
* Fixed a few buffer overflows in the Gnome interface.
* The module bank is now a global variable. The video output bank and
the audio output bank might follow (when they exist).
* Coding style and organization fixes to the spdif decoder.
* autoconf and Makefile changes by Arnaud Gomes-do-Vale
<arnaud at carrosse.frmug.org>.
--
sam
More information about the vlc-devel
mailing list