[asterisk-commits] [svn-commits] kpfleming: branch 1.2 r110869 - in /branches/1.2: ./ codecs/ilbc/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Mar 26 10:53:46 CDT 2008


Author: kpfleming
Date: Wed Mar 26 10:53:46 2008
New Revision: 110869

URL: http://svn.digium.com/view/asterisk?view=rev&rev=110869
Log:
due to licensing restrictions, we cannot distribute the source code for iLBC encoding and decoding... so remove it, and add instructions on how the user can obtain it themselves

Removed:
    branches/1.2/codecs/ilbc/FrameClassify.c
    branches/1.2/codecs/ilbc/FrameClassify.h
    branches/1.2/codecs/ilbc/LPCdecode.c
    branches/1.2/codecs/ilbc/LPCdecode.h
    branches/1.2/codecs/ilbc/LPCencode.c
    branches/1.2/codecs/ilbc/LPCencode.h
    branches/1.2/codecs/ilbc/StateConstructW.c
    branches/1.2/codecs/ilbc/StateConstructW.h
    branches/1.2/codecs/ilbc/StateSearchW.c
    branches/1.2/codecs/ilbc/StateSearchW.h
    branches/1.2/codecs/ilbc/anaFilter.c
    branches/1.2/codecs/ilbc/anaFilter.h
    branches/1.2/codecs/ilbc/constants.c
    branches/1.2/codecs/ilbc/constants.h
    branches/1.2/codecs/ilbc/createCB.c
    branches/1.2/codecs/ilbc/createCB.h
    branches/1.2/codecs/ilbc/doCPLC.c
    branches/1.2/codecs/ilbc/doCPLC.h
    branches/1.2/codecs/ilbc/enhancer.c
    branches/1.2/codecs/ilbc/enhancer.h
    branches/1.2/codecs/ilbc/filter.c
    branches/1.2/codecs/ilbc/filter.h
    branches/1.2/codecs/ilbc/gainquant.c
    branches/1.2/codecs/ilbc/gainquant.h
    branches/1.2/codecs/ilbc/getCBvec.c
    branches/1.2/codecs/ilbc/getCBvec.h
    branches/1.2/codecs/ilbc/helpfun.c
    branches/1.2/codecs/ilbc/helpfun.h
    branches/1.2/codecs/ilbc/hpInput.c
    branches/1.2/codecs/ilbc/hpInput.h
    branches/1.2/codecs/ilbc/hpOutput.c
    branches/1.2/codecs/ilbc/hpOutput.h
    branches/1.2/codecs/ilbc/iCBConstruct.c
    branches/1.2/codecs/ilbc/iCBConstruct.h
    branches/1.2/codecs/ilbc/iCBSearch.c
    branches/1.2/codecs/ilbc/iCBSearch.h
    branches/1.2/codecs/ilbc/iLBC_decode.c
    branches/1.2/codecs/ilbc/iLBC_decode.h
    branches/1.2/codecs/ilbc/iLBC_define.h
    branches/1.2/codecs/ilbc/iLBC_encode.c
    branches/1.2/codecs/ilbc/iLBC_encode.h
    branches/1.2/codecs/ilbc/lsf.c
    branches/1.2/codecs/ilbc/lsf.h
    branches/1.2/codecs/ilbc/packing.c
    branches/1.2/codecs/ilbc/packing.h
    branches/1.2/codecs/ilbc/syntFilter.c
    branches/1.2/codecs/ilbc/syntFilter.h
Modified:
    branches/1.2/UPGRADE.txt

Modified: branches/1.2/UPGRADE.txt
URL: http://svn.digium.com/view/asterisk/branches/1.2/UPGRADE.txt?view=diff&rev=110869&r1=110868&r2=110869
==============================================================================
--- branches/1.2/UPGRADE.txt (original)
+++ branches/1.2/UPGRADE.txt Wed Mar 26 10:53:46 2008
@@ -203,3 +203,21 @@
   This has been changed to a manner similar to the SetVar action and is now
    > Variable: name
    > Value: value
+
+iLBC Codec:
+
+* Previously, the Asterisk source code distribution included the iLBC
+  encoder/decoder source code, from Global IP Solutions
+  (http://www.gipscorp.com). This code is not licensed for
+  distribution, and thus has been removed from the Asterisk source
+  code distribution. If you wish to use codec_ilbc to support iLBC
+  channels in Asterisk, you must go to:
+
+  http://ilbcfreeware.org
+
+  and obtain the iLBC source code from that site, including agreeing
+  to the license agreement specified. The site has instructions on how
+  to extract the source code from the RFC file where it has been
+  published; after you have done that, copy the resulting *.c and *.h
+  files into the codecs/ilbc directory of the Asterisk source code
+  tree and follow your normal steps of building Asterisk.


_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

svn-commits mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/svn-commits

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




More information about the asterisk-commits mailing list