summaryrefslogtreecommitdiff
path: root/codecs
AgeCommit message (Expand)Author
2007-08-31Merged revisions 81405 via svnmerge from Kevin P. Fleming
2007-08-20This change set fixes bug 8126 in trunk. It is implemented via compile time o...Steve Murphy
2007-08-16Don't reload a configuration file if nothing has changed.Tilghman Lesher
2007-07-26Do a massive conversion for using the ast_verb() macroRussell Bryant
2007-06-14Add a massive set of changes for converting to use the ast_debug() macro.Russell Bryant
2007-06-06Issue 9869 - replace malloc and memset with ast_calloc, and other coding guid...Tilghman Lesher
2007-05-24Merged revisions 65877 via svnmerge from Jason Parker
2007-05-14Merged revisions 64278 via svnmerge from Joshua Colp
2007-04-27Merged revisions 62174 via svnmerge from Jason Parker
2007-04-06Merged revisions 60399 via svnmerge from Kevin P. Fleming
2007-03-06Sync codec_zap with the one that is in the 1.4 branch so that it can actuallyRussell Bryant
2007-02-24Creating new doxygen macro "\extref" to create page that lists Olle Johansson
2007-02-18Return GSM to a state where it actually builds under dev mode.Joshua Colp
2007-02-17Merged revisions 55050 via svnmerge from Russell Bryant
2007-02-14I don't know how it worked earlier, but valgrindPaul Cadach
2007-01-30Merged revisions 52997 via svnmerge from Russell Bryant
2007-01-19Merged revisions 51331 via svnmerge from Russell Bryant
2007-01-19include "asterisk/zapata.h" to get the zaptel headersLuigi Rizzo
2007-01-08Move channel acquisition to when the translation path is setup, and clean up.Joshua Colp
2007-01-05It is possible for framein to get called and no channel be available, so do a...Joshua Colp
2007-01-05no need to spam everyone with show transcoder messagesMatt O'Gorman
2007-01-05Merged revisions 49705 via svnmerge from Jason Parker
2007-01-04Merged revisions 49457,49460-49461 via svnmerge from Kevin P. Fleming
2007-01-01Merged revisions 49102 via svnmerge from Kevin P. Fleming
2006-12-25provide INT16_MIN and INT16_MAX for platforms where they are not defined.Luigi Rizzo
2006-12-21This little mod gets rid of that g722 compiler warning that breaks builds con...Steve Murphy
2006-12-21Minor addition giving props to Steve Underwood for his hard work. Thanks again Matthew Fredrickson
2006-12-21Add codec G.722 support.Matthew Fredrickson
2006-12-18Merged revisions 48554 via svnmerge from Kevin P. Fleming
2006-12-13support for deactivating translation paths that are no longer availableMatt O'Gorman
2006-12-12fixed nubb error on my part, transcoder now unlocks and locks correctly, as w...Matt O'Gorman
2006-12-11add support for dynamic channel creation and destruction, andMatt O'Gorman
2006-11-28resolve a couple of compiler warningsRussell Bryant
2006-11-13oops no parensMatt O'Gorman
2006-11-13fix bytesize to 5.3kb for g723 codec and add support for multimode of tc400pMatt O'Gorman
2006-11-01Merged revisions 46847 via svnmerge from Russell Bryant
2006-10-13Merged revisions 45079 via svnmerge from Joshua Colp
2006-09-30merge compile fixes from 44080:Luigi Rizzo
2006-09-29Merged revisions 44055 via svnmerge from Kevin P. Fleming
2006-09-29Merged revisions 43996-43997,44008,44011-44012 via svnmerge from Kevin P. Fleming
2006-09-19be a little more consistent with our variable usageJason Parker
2006-09-08minor performance improvementKevin P. Fleming
2006-08-30Fix transcoding performance issueMark Spencer
2006-08-26GNU make already knows how to quietly ignore non-existent files in 'include' ...Kevin P. Fleming
2006-08-24fix codec_gsm build for powerpcRussell Bryant
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-07-26fix setting the CFLAGS for building codec libs so that they are built withRussell Bryant
2006-07-24Added a small fix to exclude the AMD optimized assembly file from being inclu...Steve Murphy
2006-07-15more Makefile cleanup and consistency stuffKevin P. Fleming
2006-07-12G726-32 changes:Kevin P. Fleming