CVS Commit: vlc
cvs at videolan.org
cvs at videolan.org
Sun May 6 06:32:03 CEST 2001
Update of /cvs/videolan/vlc
Modified Files:
AUTHORS ChangeLog Makefile.opts.in configure configure.in
Update of /cvs/videolan/vlc/debian
Modified Files:
changelog
Update of /cvs/videolan/vlc/include
Modified Files:
audio_output.h beos_specific.h config.h.in darwin_specific.h
main.h modules.h netutils.h video_decoder.h video_output.h
Added Files:
video_fifo.h video_parser.h vpar_headers.h vpar_synchro.h
Update of /cvs/videolan/vlc/plugins/alsa
Modified Files:
aout_alsa.c
Update of /cvs/videolan/vlc/plugins/fb
Modified Files:
vout_fb.c
Update of /cvs/videolan/vlc/plugins/idct
Modified Files:
Makefile idct.c idctaltivec.c idctclassic.c idctmmx.c
idctmmxext.c
Added Files:
vdec_block.h vdec_block_c.c vdec_block_mmx.c vdec_idct.c
vdec_idct.h
Removed Files:
idct.h idct_common.c
Update of /cvs/videolan/vlc/plugins/qt
Modified Files:
Makefile
Update of /cvs/videolan/vlc/plugins/text
Modified Files:
intf_rc.c
Update of /cvs/videolan/vlc/src/ac3_decoder
Modified Files:
ac3_bit_allocate.c ac3_decoder.c ac3_decoder_thread.c
ac3_downmix.c ac3_downmix_c.c ac3_imdct.c ac3_imdct_c.c
ac3_mantissa.c ac3_parse.c ac3_rematrix.c ac3_srfft.c
Update of /cvs/videolan/vlc/src/ac3_spdif
Modified Files:
ac3_iec958.c ac3_spdif.c
Update of /cvs/videolan/vlc/src/audio_output
Modified Files:
aout_ext-dec.c aout_s16.c aout_spdif.c aout_u8.c
audio_output.c
Update of /cvs/videolan/vlc/src/input
Modified Files:
input_netlist.c
Update of /cvs/videolan/vlc/src/interface
Modified Files:
interface.c main.c
Update of /cvs/videolan/vlc/src/misc
Modified Files:
beos_specific.cpp darwin_specific.c modules.c
Update of /cvs/videolan/vlc/src/spu_decoder
Modified Files:
spu_decoder.c
Update of /cvs/videolan/vlc/src/video_decoder
Modified Files:
video_decoder.c
Removed Files:
vdec_idct.h video_fifo.h video_parser.h vpar_headers.h
vpar_synchro.h
Update of /cvs/videolan/vlc/src/video_output
Modified Files:
video_output.c
Update of /cvs/videolan/vlc/src/video_parser
Modified Files:
video_fifo.c video_parser.c vpar_blocks.c vpar_headers.c
vpar_synchro.c
Log Message:
* Fixed a few warnings with gcc 3.0.
* aout and vout are now allocated in banks, making it possible to have
several of them at the same time.
* configure now checks for MMX and MMX EXT support in the assembler.
* Removed all MMX code from the main program and moved it to the
existing idct modules (Closes: Debian bug #96036).
Don't forget to make distclean before building vlc again.
--
sam
More information about the vlc-devel
mailing list