Checkin of validated codec used during development
commitff4e8836910a17973a14ef0c7e402e14b839a9b4
authorcsoutheren <csoutheren>
Mon, 31 Jul 2006 09:09:17 +0000 (31 09:09 +0000)
committercsoutheren <csoutheren>
Mon, 31 Jul 2006 09:09:17 +0000 (31 09:09 +0000)
tree7cce14782516e42b40944898939a1c63db7f0480
parent2c03dd61b2207a3b08687d1c0fff087d3de445f7
Checkin of validated codec used during development
150 files changed:
plugins/audio/Speex/.cvsignore [new file with mode: 0644]
plugins/audio/Speex/AUTHORS [new file with mode: 0644]
plugins/audio/Speex/COPYING [new file with mode: 0644]
plugins/audio/Speex/Makefile.in [new file with mode: 0644]
plugins/audio/Speex/PART_OF_SPEEX [new file with mode: 0644]
plugins/audio/Speex/README [new file with mode: 0644]
plugins/audio/Speex/Speex.vcproj [new file with mode: 0644]
plugins/audio/Speex/Speex_2005.vcproj [new file with mode: 0644]
plugins/audio/Speex/libspeex/Makefile.am [new file with mode: 0644]
plugins/audio/Speex/libspeex/Makefile.in [new file with mode: 0644]
plugins/audio/Speex/libspeex/bits.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/cb_search.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/cb_search.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/exc_10_16_table.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/exc_10_32_table.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/exc_20_32_table.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/exc_5_256_table.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/exc_5_64_table.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/exc_8_128_table.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/filters.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/filters.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/filters_sse.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/gain_table.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/gain_table_lbr.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/hexc_10_32_table.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/hexc_table.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/high_lsp_tables.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/lpc.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/lpc.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/lsp.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/lsp.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/lsp_tables_nb.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/ltp.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/ltp.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/ltp_sse.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/math_approx.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/math_approx.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/misc.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/misc.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/modes.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/modes.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/nb_celp.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/nb_celp.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/quant_lsp.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/quant_lsp.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/sb_celp.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/sb_celp.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/speex.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/speex_bits.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/speex_callbacks.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/speex_callbacks.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/speex_header.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/speex_header.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/speex_stereo.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/stack_alloc.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/stereo.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/testenc.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/testenc_uwb.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/testenc_wb.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/vbr.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/vbr.h [new file with mode: 0644]
plugins/audio/Speex/libspeex/vq.c [new file with mode: 0644]
plugins/audio/Speex/libspeex/vq.h [new file with mode: 0644]
plugins/audio/Speex/speexcodec.cxx [new file with mode: 0644]
plugins/audio/iLBC/.cvsignore [new file with mode: 0644]
plugins/audio/iLBC/Makefile.in [new file with mode: 0644]
plugins/audio/iLBC/iLBC/FrameClassify.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/FrameClassify.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/LPCdecode.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/LPCdecode.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/LPCencode.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/LPCencode.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/StateConstructW.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/StateConstructW.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/StateSearchW.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/StateSearchW.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/anaFilter.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/anaFilter.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/constants.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/constants.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/createCB.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/createCB.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/doCPLC.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/doCPLC.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/draft-ietf-avt-ilbc-codec-05.txt [new file with mode: 0644]
plugins/audio/iLBC/iLBC/enhancer.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/enhancer.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/extract-cfile.awk [new file with mode: 0644]
plugins/audio/iLBC/iLBC/filter.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/filter.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/gainquant.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/gainquant.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/getCBvec.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/getCBvec.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/helpfun.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/helpfun.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/hpInput.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/hpInput.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/hpOutput.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/hpOutput.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/iCBConstruct.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/iCBConstruct.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/iCBSearch.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/iCBSearch.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/iLBC_decode.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/iLBC_decode.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/iLBC_define.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/iLBC_encode.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/iLBC_encode.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/lsf.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/lsf.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/packing.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/packing.h [new file with mode: 0644]
plugins/audio/iLBC/iLBC/syntFilter.c [new file with mode: 0644]
plugins/audio/iLBC/iLBC/syntFilter.h [new file with mode: 0644]
plugins/audio/iLBC/ilbccodec.c [new file with mode: 0644]
plugins/audio/iLBC/ilbccodec.vcproj [new file with mode: 0644]
plugins/audio/iLBC/ilbccodec_2005.vcproj [new file with mode: 0644]
plugins/video/H.261-vic/Makefile.in [new file with mode: 0644]
plugins/video/H.261-vic/h261vic.cxx [new file with mode: 0644]
plugins/video/H.261-vic/h261vic.vcproj [new file with mode: 0644]
plugins/video/H.261-vic/h261vic_2005.vcproj [new file with mode: 0644]
plugins/video/H.261-vic/vic/bsd-endian.h [new file with mode: 0644]
plugins/video/H.261-vic/vic/bv.c [new file with mode: 0644]
plugins/video/H.261-vic/vic/config.h [new file with mode: 0644]
plugins/video/H.261-vic/vic/crdef.h [new file with mode: 0644]
plugins/video/H.261-vic/vic/dct.cxx [new file with mode: 0644]
plugins/video/H.261-vic/vic/dct.h [new file with mode: 0644]
plugins/video/H.261-vic/vic/encoder-h261.cxx [new file with mode: 0644]
plugins/video/H.261-vic/vic/encoder-h261.h [new file with mode: 0644]
plugins/video/H.261-vic/vic/encoder.h [new file with mode: 0644]
plugins/video/H.261-vic/vic/grabber.h [new file with mode: 0644]
plugins/video/H.261-vic/vic/huffcode.c [new file with mode: 0644]
plugins/video/H.261-vic/vic/p64-huff.h [new file with mode: 0644]
plugins/video/H.261-vic/vic/p64.cxx [new file with mode: 0644]
plugins/video/H.261-vic/vic/p64.h [new file with mode: 0644]
plugins/video/H.261-vic/vic/p64encoder.cxx [new file with mode: 0644]
plugins/video/H.261-vic/vic/p64encoder.h [new file with mode: 0644]
plugins/video/H.261-vic/vic/transmitter.cxx [new file with mode: 0644]
plugins/video/H.261-vic/vic/transmitter.h [new file with mode: 0644]
plugins/video/H.261-vic/vic/vid_coder.cxx [new file with mode: 0644]
plugins/video/H.261-vic/vic/vid_coder.h [new file with mode: 0644]
plugins/video/H.261-vic/vic/videoframe.h [new file with mode: 0644]
plugins/video/H.263-ffmpeg/Makefile.in [new file with mode: 0644]
plugins/video/H.263-ffmpeg/ffmpeg/avcodec.h [new file with mode: 0644]
plugins/video/H.263-ffmpeg/ffmpeg/common.h [new file with mode: 0644]
plugins/video/H.263-ffmpeg/ffmpeg/libavcodec.dll [new file with mode: 0644]
plugins/video/H.263-ffmpeg/h263ffmpeg.cxx [new file with mode: 0644]
plugins/video/H.263-ffmpeg/h263ffmpeg.vcproj [new file with mode: 0644]
plugins/video/H.263-ffmpeg/h263ffmpeg_2005.vcproj [new file with mode: 0644]