]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Include iLBC source code for distribution with Asterisk
authorMatthew Jordan <mjordan@digium.com>
Wed, 18 Jan 2012 20:54:37 +0000 (20:54 +0000)
committerMatthew Jordan <mjordan@digium.com>
Wed, 18 Jan 2012 20:54:37 +0000 (20:54 +0000)
commit177700450a6757d1156ea8d5d6753970c0ee8482
tree88df84048f99e7da717ee74c52c5a11460136ccc
parentfde0147b3f0e74f6a7d67ee2b3ccfdd17ea0c150
Include iLBC source code for distribution with Asterisk

This patch includes the iLBC source code for distribution with Asterisk.
Clarification regarding the iLBC source code was provided by Google, and
the appropriate licenses have been included in the codecs/ilbc folder.

Review: https://reviewboard.asterisk.org/r/1675
Review: https://reviewboard.asterisk.org/r/1649

(closes issue: ASTERISK-18943)
Reporter: Leif Madsen
Tested by: Matt Jordan

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@351450 65c4cc65-6c06-0410-ace0-fbb531ad65f3
56 files changed:
codecs/codec_ilbc.c
codecs/ilbc/FrameClassify.c [new file with mode: 0644]
codecs/ilbc/FrameClassify.h [new file with mode: 0644]
codecs/ilbc/LICENSE [new file with mode: 0644]
codecs/ilbc/LICENSE_ADDENDUM [new file with mode: 0644]
codecs/ilbc/LPCdecode.c [new file with mode: 0644]
codecs/ilbc/LPCdecode.h [new file with mode: 0644]
codecs/ilbc/LPCencode.c [new file with mode: 0644]
codecs/ilbc/LPCencode.h [new file with mode: 0644]
codecs/ilbc/Makefile
codecs/ilbc/PATENTS [new file with mode: 0644]
codecs/ilbc/StateConstructW.c [new file with mode: 0644]
codecs/ilbc/StateConstructW.h [new file with mode: 0644]
codecs/ilbc/StateSearchW.c [new file with mode: 0644]
codecs/ilbc/StateSearchW.h [new file with mode: 0644]
codecs/ilbc/anaFilter.c [new file with mode: 0644]
codecs/ilbc/anaFilter.h [new file with mode: 0644]
codecs/ilbc/constants.c [new file with mode: 0644]
codecs/ilbc/constants.h [new file with mode: 0644]
codecs/ilbc/createCB.c [new file with mode: 0644]
codecs/ilbc/createCB.h [new file with mode: 0644]
codecs/ilbc/doCPLC.c [new file with mode: 0644]
codecs/ilbc/doCPLC.h [new file with mode: 0644]
codecs/ilbc/enhancer.c [new file with mode: 0644]
codecs/ilbc/enhancer.h [new file with mode: 0644]
codecs/ilbc/extract-cfile.awk [new file with mode: 0644]
codecs/ilbc/filter.c [new file with mode: 0644]
codecs/ilbc/filter.h [new file with mode: 0644]
codecs/ilbc/gainquant.c [new file with mode: 0644]
codecs/ilbc/gainquant.h [new file with mode: 0644]
codecs/ilbc/getCBvec.c [new file with mode: 0644]
codecs/ilbc/getCBvec.h [new file with mode: 0644]
codecs/ilbc/helpfun.c [new file with mode: 0644]
codecs/ilbc/helpfun.h [new file with mode: 0644]
codecs/ilbc/hpInput.c [new file with mode: 0644]
codecs/ilbc/hpInput.h [new file with mode: 0644]
codecs/ilbc/hpOutput.c [new file with mode: 0644]
codecs/ilbc/hpOutput.h [new file with mode: 0644]
codecs/ilbc/iCBConstruct.c [new file with mode: 0644]
codecs/ilbc/iCBConstruct.h [new file with mode: 0644]
codecs/ilbc/iCBSearch.c [new file with mode: 0644]
codecs/ilbc/iCBSearch.h [new file with mode: 0644]
codecs/ilbc/iLBC_decode.c [new file with mode: 0644]
codecs/ilbc/iLBC_decode.h [new file with mode: 0644]
codecs/ilbc/iLBC_define.h [new file with mode: 0644]
codecs/ilbc/iLBC_encode.c [new file with mode: 0644]
codecs/ilbc/iLBC_encode.h [new file with mode: 0644]
codecs/ilbc/iLBC_test.c [new file with mode: 0644]
codecs/ilbc/lsf.c [new file with mode: 0644]
codecs/ilbc/lsf.h [new file with mode: 0644]
codecs/ilbc/packing.c [new file with mode: 0644]
codecs/ilbc/packing.h [new file with mode: 0644]
codecs/ilbc/rfc3951.txt [new file with mode: 0644]
codecs/ilbc/syntFilter.c [new file with mode: 0644]
codecs/ilbc/syntFilter.h [new file with mode: 0644]
contrib/scripts/get_ilbc_source.sh