aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codec_g726.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-03Remove unnecessary code relating to PLC.mmichelson1-27/+0
2009-11-10Merged revisions 229281 via svnmerge from file1-42/+0
2008-10-17Merge codec_consistency branch. This should make sample usage much happier.qwell1-37/+8
2008-09-12Create a new config file status, CONFIG_STATUS_FILEINVALID for differentiatingtilghman1-3/+1
2008-06-26Convert casts to unions, to fix alignment issues on Solaristilghman1-5/+5
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-7/+7
2007-12-21codecs.conf really shouldn't be mandatory.. it never had been before, so let...qwell1-1/+1
2007-11-22remove a number of #include <fcntl.h> which are eitherrizzo1-2/+0
2007-11-19remove some useless includes from codecsrizzo1-3/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-1/+0
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-9/+15
2007-08-16Don't reload a configuration file if nothing has changed.tilghman1-5/+6
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-2/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-21/+16
2006-07-12G726-32 changes:kpfleming1-66/+177
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-2/+3
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-20/+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-353/+133
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-8/+5
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-7/+20
2005-06-06more file version tagskpfleming1-6/+11
2005-05-15don't define a local function with the same name as a library function (bug #...kpfleming1-5/+5
2005-05-12Memory leak fixes Bug #4216mattf1-0/+1
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-7/+7
2005-04-12show correct codec in verbose messages (bug #4008)russell1-1/+1
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)markster1-0/+47
2005-01-21update copyright headers for 2005russell1-1/+1
2004-12-19Merge Olle's comment patch (bug #3097)markster1-1/+1
2004-11-15ADPCM and G.726 performance improvements courtesy fOSSiL (bug #2843)markster1-129/+228
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-02-25Add G.726-32kbps Codec Transcoder (Tested with Cisco ATA-186)markster1-0/+927