aboutsummaryrefslogtreecommitdiffstats
path: root/translate.c
AgeCommit message (Expand)AuthorFilesLines
2006-04-18correct array index calculation (thanks mtaht3!)kpfleming1-0/+5
2006-04-17actually return the number steps... not the number of steps minus 1kpfleming1-1/+1
2006-04-17add an API so that the number of steps required for a translation path can be...kpfleming1-0/+10
2006-04-14This rather large commit changes the way modules are loaded. rizzo1-13/+11
2006-04-11use proper typekpfleming1-1/+1
2006-04-08merge rizzo's codec module rework (very similar to the format module rework)kpfleming1-221/+369
2006-03-29conversion from malloc to ast_mallocrussell1-4/+3
2006-02-25Bug fix for translation updates. Thanks Josh!mattf1-1/+3
2006-02-25Merged revisions 11062,11089 via svnmerge from kpfleming1-44/+66
2006-01-11lock list of translators *before* recalculating translation matrix.russell1-25/+21
2005-12-30update doxygen docs to specify authorsrussell1-1/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7221 f38db490-d61c-443f-...kpfleming1-0/+0
2005-11-14finish merging doxygen updates from issue #5605russell1-14/+19
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-4/+15
2005-07-25ensure translators don't generate old timestamps when silent periods end (bug...kpfleming1-4/+13
2005-07-25get rid of potential memory leakrussell1-32/+35
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-50/+18
2005-07-05print out which format was bigger than MAX_FORMATrussell1-3/+7
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-0/+4
2005-04-29fix *BSD breakage from include-order changes (bug #4067)kpfleming1-0/+1
2005-04-22phase 1 of header include cleanup (bug #4067)kpfleming1-6/+7
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-9/+9
2005-04-04optimize codec selection and format changing codekpfleming1-17/+18
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-1/+0
2005-01-21update copyright headers for 2005russell1-1/+1
2004-12-06Minor translation performance improvement (bug #2987, not that patch though)markster1-23/+30
2004-08-01Rename newp to newpvt (bug #2190), change hold music.markster1-2/+2
2004-07-14Remaining rgagnon source audit improvements (bug #2011)markster1-1/+3
2004-06-22Misc formatting cleanupscitats1-14/+13
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-1/+1
2004-05-17Allow translation table to be recalculated, including with higher resolutionmarkster1-51/+84
2004-04-21Log when we unload a translator (bug 1460)citats1-0/+3
2004-04-20Don't dereference consumed frame delivery.markster1-1/+4
2004-04-05Don't translate time for packets with no deliverymarkster1-44/+51
2004-04-05Fix timestamps for codec translations with different sized framesmarkster1-5/+55
2004-03-20Fix ast_translator_free_path (bug 1254)citats1-4/+5
2004-03-19It helps to use the local copy yo ucreatedmarkster1-2/+2
2004-03-19First pass at populating delivery times through translation. Not sure how th...markster1-1/+7
2004-03-01Remove comment about EXPERIMENTAL_TRANSLATION since its not usedcitats1-7/+0
2004-02-26Fix 'show translations'citats1-3/+3
2004-02-25Don't be biased against G.726 in translation tablemarkster1-7/+6
2003-08-16Fix bug #111markster1-1/+1
2003-08-16Show the names of the codecs instead of the numbers (bug #92)martinp1-18/+22
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-9/+9
2003-03-16dom mar 16 23:37:23 CET 2003matteo1-1/+1
2003-01-09Version 0.3.0 from FTPmarkster1-2/+4
2002-05-18Version 0.1.12 from FTPmarkster1-2/+6