summaryrefslogtreecommitdiff
path: root/main/translate.c
AgeCommit message (Expand)Author
2013-01-01Revert 378248. I changed the logic of this function unitentionally, pointed ...Sean Bright
2013-01-01Bail out early when building an ast_trans_pvt and the translator doesn't supp...Sean Bright
2012-07-13Add support for parsing SDP attributes, generating SDP attributes, and passin...Joshua Colp
2012-06-15Multiple revisions 369001-369002Kevin P. Fleming
2012-03-22Kill off red blobs in most of main/*Kinsey Moore
2011-02-23Fix compiler warning.Richard Mudgett
2011-02-22Media Project Phase2: SILK 8khz-24khz, SLINEAR 8khz-192khz, SPEEX 32khz, hd a...David Vossel
2011-02-03Asterisk media architecture conversion - no more format bitfieldsDavid Vossel
2010-08-12Merged revisions 282047 via svnmerge from David Vossel
2010-07-16Avoid crashing when installing a duplicate translation path with a lower cost.Sean Bright
2010-06-03Remove unnecessary code relating to PLC.Mark Michelson
2009-12-04Using the builtin function breaks OpenBSD 4.2Tilghman Lesher
2009-12-01Use __builtin_ffsll() from gcc instead of ffssll() to fix a FreeBSD build error.Russell Bryant
2009-11-04Expand codec bitfield from 32 bits to 64 bits.Tilghman Lesher
2009-10-21Merged revisions 225171 via svnmerge from Russell Bryant
2009-10-21Merged revisions 225169 via svnmerge from Russell Bryant
2009-10-21Merged revisions 224931 via svnmerge from Russell Bryant
2009-07-27Merged revisions 208923 via svnmerge from Jeff Peeler
2009-07-25Merged revisions 208746 via svnmerge from Jeff Peeler
2009-03-12Adjust translation table column widths based upon the translation times.Tilghman Lesher
2008-12-13Merge ast_str_opaque branch (discontinue usage of ast_str internals)Tilghman Lesher
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-10-14Merged revisions 148611 via svnmerge from Kevin P. Fleming
2008-10-09(closes issue #13557)Steve Murphy
2008-08-06Merged revisions 135915 via svnmerge from Tilghman Lesher
2008-06-26Convert casts to unions, to fix alignment issues on SolarisTilghman Lesher
2008-05-22- revert change to ast_queue_hangup and create ast_queue_hangup_with_causeMichiel van Baak
2008-03-18Go through and fix a bunch of places where character strings were being inter...Terry Wilson
2008-03-05Merged revisions 105932 via svnmerge from Russell Bryant
2008-03-04Whitespace changes onlyTilghman Lesher
2008-02-11Just some minor coding style cleanup...Joshua Colp
2008-01-31Merged revisions 101601 via svnmerge from Russell Bryant
2008-01-15Clean up something I did for ABI compatability in 1.4Russell Bryant
2008-01-15Merged revisions 98943 via svnmerge from Russell Bryant
2008-01-14Merged revisions 98774 via svnmerge from Russell Bryant
2008-01-11Fix "core show translation" to not output information for "unknown" codecs.Mark Michelson
2008-01-11Simplify this code with a suggestion from Luigi on the asterisk-dev list.Russell Bryant
2008-01-10Merged revisions 97973 via svnmerge from Tilghman Lesher
2008-01-10Merged revisions 97976 via svnmerge from Russell Bryant
2008-01-10spaces to tabsRussell Bryant
2008-01-02For some odd reason, the last set of libresample build changes from Kevin didRussell Bryant
2008-01-02go back to including libresample in the main Asterisk binary, but this time i...Kevin P. Fleming
2008-01-02Make the translation table show slin16Russell Bryant
2007-12-27Merged revisions 94828-94829 via svnmerge from Russell Bryant
2007-12-17Merged revisions 93381 via svnmerge from Jason Parker
2007-11-21remove a bunch of useless #include "options.h"Luigi Rizzo
2007-11-20Minor documentation tweak and if an incorrect parameter is given to core show...Joshua Colp
2007-11-19another bunch of include removals (errno.h and asterisk/logger.h)Luigi Rizzo
2007-11-17trim more redundant headersLuigi Rizzo
2007-11-16Start untangling header inclusion in a way that does not affectLuigi Rizzo