CVS Commit: vlc
cvs at videolan.org
cvs at videolan.org
Mon May 14 17:58:04 CEST 2001
Update of /cvs/videolan/vlc
Modified Files:
Makefile
Update of /cvs/videolan/vlc/include
Modified Files:
tests.h
Update of /cvs/videolan/vlc/src/ac3_decoder
Modified Files:
ac3_bit_allocate.c ac3_decoder.c ac3_decoder.h
ac3_decoder_thread.h ac3_downmix.c ac3_downmix.h
ac3_downmix_c.c ac3_exponent.c ac3_imdct.c ac3_imdct_c.c
ac3_internal.h ac3_mantissa.c ac3_parse.c ac3_rematrix.c
ac3_srfft.c ac3_srfft.h
Added Files:
ac3_downmix_3dn.c ac3_downmix_sse.c ac3_imdct_sse.c
ac3_imdct_sse.h ac3_srfft_sse.c
Update of /cvs/videolan/vlc/src/interface
Modified Files:
main.c
Log Message:
* Begin of SSE/3DNow! support for imdct and downmix
If you have a PIII or a Athlon and you want to try this, just comment #if 0
in ac3_downmix.c and ac3_imdct.c and add in AC3_DECODER section of Makefile :
src/ac3_decoder/ac3_imdct_sse.o \
src/ac3_decoder/ac3_srfft_sse.o \
src/ac3_decoder/ac3_downmix_sse.o \
src/ac3_decoder/ac3_downmix_3dn.o \
--
reno
More information about the vlc-devel
mailing list