aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codec_ilbc.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-10-31More changes to change return values from load_module functions.qwell1-2/+3
2007-05-24Merged revisions 65877 via svnmerge from qwell1-0/+1
2006-09-08minor performance improvementkpfleming1-5/+9
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-17/+9
2006-07-07pointer signedness warningsrussell1-1/+1
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-4/+6
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-4/+4
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-19/+8
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...kpfleming1-2/+2
2006-04-08merge rizzo's codec module rework (very similar to the format module rework)kpfleming1-150/+89
2006-03-28Bring in the new loader code as described in mantis #4377rizzo1-1/+1
2006-03-25revert loader changes that have clearly not undergone adequate testing before...kpfleming1-1/+1
2006-03-25Bug 4377 - Round 2 of the loader updatestilghman1-1/+1
2006-01-21conversions to use allocation wrappers (issue #6277)russell1-5/+4
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-06issue #5605russell1-0/+1
2005-10-26more doxygenification (issue #5513)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
2005-06-06more file version tagskpfleming1-5/+10
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-5/+5
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)markster1-1/+13
2005-01-21update copyright headers for 2005russell1-1/+1
2004-10-14Update to new iLBC codecmarkster1-5/+7
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-04-22Fix iLBC with valgrind, add iLBC format from bkw_markster1-0/+4
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-3/+3
2003-04-17Use 50 bytes instead of 52 bytes on ilbcmarkster1-6/+6
2003-04-15Add iLBC codecmarkster1-0/+284