CVS Commit: vlc

cvs at videolan.org cvs at videolan.org
Sun Nov 25 23:52:22 CET 2001


Update of /var/cvs/videolan/vlc
Modified Files:
	Makefile.opts.in configure configure.in 

Update of /var/cvs/videolan/vlc/extras/libdvdcss
Modified Files:
	ioctl.h 

Update of /var/cvs/videolan/vlc/include
Modified Files:
	common.h input_ext-intf.h input_ext-plugins.h modules_export.h 
	threads.h 
Added Files:
	common_win32.h bytes_swap.h 

Update of /var/cvs/videolan/vlc/plugins/ac3_adec
Modified Files:
	ac3_bit_allocate.c ac3_decoder.c ac3_exponent.c ac3_imdct.c 
	ac3_mantissa.c ac3_parse.c ac3_rematrix.c 

Update of /var/cvs/videolan/vlc/plugins/downmix
Modified Files:
	ac3_downmix_3dn.c ac3_downmix_sse.c 

Update of /var/cvs/videolan/vlc/plugins/dummy
Modified Files:
	input_dummy.c 

Update of /var/cvs/videolan/vlc/plugins/dvd
Modified Files:
	input_dvd.c 

Update of /var/cvs/videolan/vlc/plugins/mpeg
Modified Files:
	input_es.c input_ps.c input_ts.c 

Update of /var/cvs/videolan/vlc/plugins/text
Modified Files:
	Makefile intf_rc.c 

Update of /var/cvs/videolan/vlc/src/misc
Modified Files:
	modules.c 

Log Message:

 * Big clean-up to allow compiling every module as plugins.
 * Added bytes_swap.h to provide ntoh() and htol() on Win32. With this
     change we don't have to link winsock2 with every plugin anymore. This
     should also give us a slight speed increase.
 * Added #define WIN32_LEAN_AND_MEAN in threads.h to speed-up compilation
     on Win32.
 * Modified ac_downmix_3dn and sse so they compile with the latest gcc for
     Win32.

(PS: the dvdread plugin doesn't compile yet on Win32)
 

-- 
gbazin




More information about the vlc-devel mailing list