CVS Commit: vlc
cvs at videolan.org
cvs at videolan.org
Tue Nov 13 13:09:18 CET 2001
Update of /cvs/videolan/vlc/plugins/mpeg_adec
Update of /cvs/videolan/vlc/plugins/mpeg_vdec
Update of /cvs/videolan/vlc/plugins/ac3_adec
Update of /cvs/videolan/vlc/plugins/ac3_spdif
Update of /cvs/videolan/vlc/plugins/lpcm_adec
Update of /cvs/videolan/vlc/plugins/spu_dec
Update of /cvs/videolan/vlc
Modified Files:
AUTHORS Makefile TODO configure configure.in
Update of /cvs/videolan/vlc/doc/developer
Modified Files:
decoders.xml manual.xml
Update of /cvs/videolan/vlc/include
Modified Files:
common.h input_ext-dec.h input_ext-intf.h input_ext-plugins.h
modules.h modules_export.h
Update of /cvs/videolan/vlc/plugins/ac3_adec
Added Files:
Makefile ac3_adec.c ac3_adec.h ac3_bit_allocate.c
ac3_decoder.c ac3_decoder.h ac3_exponent.c ac3_exponent.h
ac3_imdct.c ac3_internal.h ac3_mantissa.c ac3_mantissa.h
ac3_parse.c ac3_rematrix.c
Update of /cvs/videolan/vlc/plugins/ac3_spdif
Added Files:
Makefile ac3_iec958.c ac3_iec958.h ac3_spdif.c ac3_spdif.h
Update of /cvs/videolan/vlc/plugins/lpcm_adec
Added Files:
Makefile lpcm_adec.c lpcm_adec.h
Update of /cvs/videolan/vlc/plugins/mpeg_adec
Added Files:
Makefile adec_layer1.c adec_layer1.h adec_layer2.c
adec_layer2.h adec_math.c adec_math.h adec_test.c mpeg_adec.c
mpeg_adec.h mpeg_adec_generic.c mpeg_adec_generic.h
Update of /cvs/videolan/vlc/plugins/mpeg_vdec
Added Files:
Makefile video_decoder.c video_decoder.h video_parser.c
video_parser.h vpar_blocks.c vpar_blocks.h vpar_headers.c
vpar_pool.c vpar_pool.h vpar_synchro.c
Update of /cvs/videolan/vlc/plugins/spu_dec
Added Files:
Makefile spu_decoder.c spu_decoder.h
Update of /cvs/videolan/vlc/src/ac3_decoder
Removed Files:
ac3_bit_allocate.c ac3_decoder.c ac3_decoder.h
ac3_decoder_thread.c ac3_decoder_thread.h ac3_exponent.c
ac3_exponent.h ac3_imdct.c ac3_internal.h ac3_mantissa.c
ac3_mantissa.h ac3_parse.c ac3_rematrix.c
Update of /cvs/videolan/vlc/src/ac3_spdif
Removed Files:
ac3_iec958.c ac3_iec958.h ac3_spdif.c ac3_spdif.h
Update of /cvs/videolan/vlc/src/audio_decoder
Removed Files:
adec_generic.c adec_generic.h adec_layer1.c adec_layer1.h
adec_layer2.c adec_layer2.h adec_math.c adec_math.h
adec_test.c audio_decoder.c audio_decoder.h
Update of /cvs/videolan/vlc/src/input
Modified Files:
input_dec.c input_programs.c
Update of /cvs/videolan/vlc/src/lpcm_decoder
Removed Files:
lpcm_decoder_thread.c lpcm_decoder_thread.h
Update of /cvs/videolan/vlc/src/spu_decoder
Removed Files:
spu_decoder.c spu_decoder.h
Update of /cvs/videolan/vlc/src/video_decoder
Removed Files:
video_decoder.c video_decoder.h video_parser.c video_parser.h
vpar_blocks.c vpar_blocks.h vpar_headers.c vpar_pool.c
vpar_pool.h vpar_synchro.c
Log Message:
All decoders (audio, video, subtitles) are now modules.
- mpeg_vdec, mpeg_adec and ac3_adec are builtins by default
- ac3_spdif, spu_dec and lpcm_dec are plugins by default
--
henri
More information about the vlc-devel
mailing list