aboutsummaryrefslogtreecommitdiffstats
path: root/main/translate.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-33/+262
2010-07-16Avoid crashing when installing a duplicate translation path with a lower cost.seanbright1-0/+1
2010-06-03Remove unnecessary code relating to PLC.mmichelson1-40/+5
2009-12-04Using the builtin function breaks OpenBSD 4.2tilghman1-1/+1
2009-12-01Use __builtin_ffsll() from gcc instead of ffssll() to fix a FreeBSD build error.russell1-1/+1
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-32/+41
2009-10-21Merged revisions 225171 via svnmerge from russell1-6/+2
2009-10-21Merged revisions 225169 via svnmerge from russell1-2/+6
2009-10-21Merged revisions 224931 via svnmerge from russell1-28/+1
2009-07-27Merged revisions 208923 via svnmerge from jpeeler1-2/+2
2009-07-25Merged revisions 208746 via svnmerge from jpeeler1-2/+2
2009-03-12Adjust translation table column widths based upon the translation times.tilghman1-8/+17
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)tilghman1-1/+1
2008-12-05Janitor, use ARRAY_LEN() when possible.eliel1-1/+1
2008-10-14Merged revisions 148611 via svnmerge from kpfleming1-1/+2
2008-10-09(closes issue #13557)murf1-1/+1
2008-08-06Merged revisions 135915 via svnmerge from tilghman1-1/+14
2008-06-26Convert casts to unions, to fix alignment issues on Solaristilghman1-3/+3
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causemvanbaak1-1/+1
2008-03-18Go through and fix a bunch of places where character strings were being inter...twilson1-1/+1
2008-03-05Merged revisions 105932 via svnmerge from russell1-11/+3
2008-03-04Whitespace changes onlytilghman1-5/+5
2008-02-11Just some minor coding style cleanup...file1-2/+2
2008-01-31Merged revisions 101601 via svnmerge from russell1-0/+2
2008-01-15Clean up something I did for ABI compatability in 1.4russell1-3/+2
2008-01-15Merged revisions 98943 via svnmerge from russell1-3/+31
2008-01-14Merged revisions 98774 via svnmerge from russell1-4/+2
2008-01-11Fix "core show translation" to not output information for "unknown" codecs.mmichelson1-1/+6
2008-01-11Simplify this code with a suggestion from Luigi on the asterisk-dev list.russell1-19/+6
2008-01-10Merged revisions 97973 via svnmerge from tilghman1-1/+4
2008-01-10Merged revisions 97976 via svnmerge from russell1-7/+37
2008-01-10spaces to tabsrussell1-1/+1
2008-01-02For some odd reason, the last set of libresample build changes from Kevin didrussell1-6/+0
2008-01-02go back to including libresample in the main Asterisk binary, but this time i...kpfleming1-0/+6
2008-01-02Make the translation table show slin16russell1-1/+1
2007-12-27Merged revisions 94828-94829 via svnmerge from russell1-4/+4
2007-12-17Merged revisions 93381 via svnmerge from qwell1-4/+5
2007-11-21remove a bunch of useless #include "options.h"rizzo1-1/+0
2007-11-20Minor documentation tweak and if an incorrect parameter is given to core show...file1-2/+3
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)rizzo1-1/+0
2007-11-17trim more redundant headersrizzo1-1/+0
2007-11-16Start untangling header inclusion in a way that does not affectrizzo1-5/+0
2007-11-08improve linked-list macros in two ways:kpfleming1-2/+2
2007-11-06Commit some cleanups to the format type code.tilghman1-2/+2
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-11Merge a ton of NEW_CLI conversions. Thanks to everyone that helped out! :)russell1-22/+27
2007-09-29Let's use process time instead of wall clock time for show translationmattf1-5/+7
2007-08-20This change set fixes bug 8126 in trunk. It is implemented via compile time o...murf1-9/+12
2007-07-26Do a massive conversion for using the ast_verb() macrorussell1-7/+3