summaryrefslogtreecommitdiff
path: root/codecs/codec_ilbc.c
AgeCommit message (Expand)Author
2018-02-12codecs: Add support for WebRTC iLBC 2.0.Alexander Traud
2017-04-12modules: change module LOAD_FAILUREs to LOAD_DECLINESGeorge Joseph
2016-10-27Remove ASTERISK_REGISTER_FILE.Corey Farrell
2016-07-22codecs: Add iLBC 20.Alexander Traud
2015-09-17translate: Fix transcoding while different in frame size.Alexander Traud
2015-04-13git migration: Refactor the ASTERISK_FILE_VERSION macroMatt Jordan
2014-07-20media formats: re-architect handling of media for performance improvementsMatthew Jordan
2013-01-21Prevent segfault for interpolated iLBC framesKinsey Moore
2012-07-23Enable usage of system-provided iLBC library.Kevin P. Fleming
2012-01-18Include iLBC source code for distribution with AsteriskMatthew Jordan
2011-07-14Merged revisions 328247 via svnmerge from Leif Madsen
2011-02-04Replace ast_log(LOG_DEBUG, ...) with ast_debug()Paul Belanger
2011-02-04Fix compile error in codec ilbc translator.David Vossel
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2009-11-06Fixes merging issue from 1.4, frame data is held in data.ptr in trunkDavid Vossel
2009-11-06Merged revisions 228418 via svnmerge from David Vossel
2008-10-17Merge codec_consistency branch. This should make sample usage much happier.Jason Parker
2008-06-26Convert casts to unions, to fix alignment issues on SolarisTilghman Lesher
2008-06-10Revision 117802 changed frame.data to frame.data.ptr however codec_ilbc.c was...Donny Kavanagh
2008-03-26Merged revisions 110880 via svnmerge from Kevin P. Fleming
2007-11-22remove a number of #include <fcntl.h> which are eitherLuigi Rizzo
2007-11-19remove some useless includes from codecsLuigi Rizzo
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo
2007-10-31More changes to change return values from load_module functions.Jason Parker
2007-05-24Merged revisions 65877 via svnmerge from Jason Parker
2006-09-08minor performance improvementKevin P. Fleming
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-07pointer signedness warningsRussell Bryant
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...Kevin P. Fleming
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-08merge rizzo's codec module rework (very similar to the format module rework)Kevin P. Fleming
2006-03-28Bring in the new loader code as described in mantis #4377Luigi Rizzo
2006-03-25revert loader changes that have clearly not undergone adequate testing before...Kevin P. Fleming
2006-03-25Bug 4377 - Round 2 of the loader updatesTilghman Lesher
2006-01-21conversions to use allocation wrappers (issue #6277)Russell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-10-26more doxygenification (issue #5513)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)Mark Spencer
2005-01-21update copyright headers for 2005Russell Bryant
2004-10-14Update to new iLBC codecMark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-04-22Fix iLBC with valgrind, add iLBC format from bkw_Mark Spencer