aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codec_zap.c
AgeCommit message (Expand)AuthorFilesLines
2007-11-19remove some useless includes from codecsrizzo1-1/+0
2007-11-19include "logger.h" and errno.h from asterisk.h - usage shows that theyrizzo1-2/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-4/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-1/+1
2007-11-06Merged revisions 89046 via svnmerge from qwell1-2/+1
2007-10-31More changes to change return values from load_module functions.qwell1-9/+12
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-08-31Merged revisions 81405 via svnmerge from kpfleming1-0/+70
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-6/+4
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...tilghman1-3/+3
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-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-01Merged revisions 49102 via svnmerge from kpfleming1-1/+1
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
2006-12-11add support for dynamic channel creation and destruction, andmogorman1-3/+45
2006-11-28resolve a couple of compiler warningsrussell1-2/+2
2006-11-13oops no parensmogorman1-1/+1
2006-11-13fix bytesize to 5.3kb for g723 codec and add support for multimode of tc400pmogorman1-28/+55
2006-08-30Fix transcoding performance issuemarkster1-17/+38
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-22/+16
2006-07-05prepare Asterisk for new zaptel.h/tonezone.h installation locationskpfleming1-1/+1
2006-06-24The Eurostar Commit! (it's amazing how much work you can get done on a 150 mi...kpfleming1-8/+8
2006-06-23add support for Zaptel transcoderskpfleming1-0/+406