aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
AgeCommit message (Expand)AuthorFilesLines
2007-12-17Merged revisions 93180 via svnmerge from kpfleming1-1/+3
2007-12-14Solaris compat fixestilghman1-1/+0
2007-12-10Put into Makefile.moddir_rules the common instructions used torizzo1-9/+1
2007-12-09normalize subdirs' Makefile by using ASTTOPDIR and not .. to referencerizzo1-1/+1
2007-11-22remove a number of #include <fcntl.h> which are eitherrizzo10-19/+0
2007-11-19remove some useless includes from codecsrizzo11-37/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo11-12/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo11-44/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-1/+1
2007-11-06Commit some cleanups to the format type code.tilghman1-1/+75
2007-11-06Merged revisions 89046 via svnmerge from qwell1-2/+1
2007-10-31More changes to change return values from load_module functions.qwell11-81/+132
2007-10-29clean up assembler and preprocessor files if they are here tookpfleming3-0/+3
2007-10-22Switch from AST_CLI (formerly NEW_CLI) to AST_CLI_DEFINE, since the former di...qwell1-1/+1
2007-10-19Convert NEW_CLI to AST_CLI.qwell1-1/+1
2007-10-19More changes to NEW_CLI.qwell1-26/+21
2007-10-18Merged revisions 86296 via svnmerge from russell1-0/+5
2007-10-01The trunk version of this patch also includes a couple more small clean fixesrussell1-0/+1
2007-09-11Merged revisions 82265 via svnmerge from file2-2/+8
2007-08-31Merged revisions 81405 via svnmerge from kpfleming1-0/+70
2007-08-20This change set fixes bug 8126 in trunk. It is implemented via compile time o...murf2-20/+20
2007-08-16Don't reload a configuration file if nothing has changed.tilghman9-51/+60
2007-07-26Do a massive conversion for using the ast_verb() macrorussell9-54/+28
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.russell1-1/+1
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...tilghman2-4/+4
2007-05-24Merged revisions 65877 via svnmerge from qwell2-0/+2
2007-05-14Merged revisions 64278 via svnmerge from file1-0/+1
2007-04-27Merged revisions 62174 via svnmerge from qwell1-1/+1
2007-04-06Merged revisions 60399 via svnmerge from kpfleming1-1/+0
2007-03-06Sync codec_zap with the one that is in the 1.4 branch so that it can actuallyrussell1-183/+29
2007-02-24Creating new doxygen macro "\extref" to create page that lists oej1-1/+4
2007-02-18Return GSM to a state where it actually builds under dev mode.file1-2/+2
2007-02-17Merged revisions 55050 via svnmerge from russell1-2/+2
2007-02-14I don't know how it worked earlier, but valgrindpcadach1-2/+2
2007-01-30Merged revisions 52997 via svnmerge from russell1-0/+4
2007-01-19Merged revisions 51331 via svnmerge from russell1-3/+3
2007-01-19include "asterisk/zapata.h" to get the zaptel headersrizzo1-1/+1
2007-01-08Move channel acquisition to when the translation path is setup, and clean up.file1-30/+35
2007-01-05It is possible for framein to get called and no channel be available, so do a...file1-0/+8
2007-01-05no need to spam everyone with show transcoder messagesmogorman1-4/+4
2007-01-05Merged revisions 49705 via svnmerge from qwell1-0/+1
2007-01-04Merged revisions 49457,49460-49461 via svnmerge from kpfleming1-1/+1
2007-01-01Merged revisions 49102 via svnmerge from kpfleming1-1/+1
2006-12-25provide INT16_MIN and INT16_MAX for platforms where they are not defined.rizzo1-0/+7
2006-12-21This little mod gets rid of that g722 compiler warning that breaks builds con...murf1-1/+1
2006-12-21Minor addition giving props to Steve Underwood for his hard work. Thanks again mattf1-0/+3
2006-12-21Add codec G.722 support.mattf8-0/+1231
2006-12-18Merged revisions 48554 via svnmerge from kpfleming3-2/+3
2006-12-13support for deactivating translation paths that are no longer availablemogorman1-30/+117
2006-12-12fixed nubb error on my part, transcoder now unlocks and locks correctly, as w...mogorman1-48/+33