aboutsummaryrefslogtreecommitdiffstats
path: root/main/translate.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-05Fix a bug that I just noticed in the RTP code. The calculation for setting therussell1-11/+3
2008-01-31Fix a couple of places where ast_frfree() was not called on a frame that camerussell1-0/+2
2008-01-15Commit a fix for some memory access errors pointed out by the valgrind2.txtrussell1-3/+31
2008-01-14Revert a change that introduces an unacceptable performance hit and is causingrussell1-4/+2
2008-01-11Simplify this code with a suggestion from Luigi on the asterisk-dev list.russell1-19/+6
2008-01-10Fix various timing calculations that made assumptions that the audio beingrussell1-5/+34
2008-01-101) When we get a translated frame out, clone it, because if thetilghman1-1/+4
2007-12-27Use the constant that I really meant to use here ...russell1-3/+3
2007-12-27Change ast_translator_best_choice() to only pay attention to audio formats.russell1-4/+4
2007-12-17Missed a spot..qwell1-1/+1
2007-12-17What was I thinking when I wrote this masterpiece?qwell1-7/+9
2007-06-06Fix plc_samples warning when registering a translator. (issue #9897 reported ...file1-1/+1
2007-05-24Fix handling of zero-length frames when a codec is capable of native PLC.qwell1-1/+3
2006-11-24bug 8189 posted this fix for main/translate.c for PLCmurf1-0/+1
2006-10-31Fix "core show translation" output. Issue #8243, patch by Damin.qwell1-2/+2
2006-10-31add an API so that translators can activate/deactivate themselves when neededkpfleming1-6/+37
2006-10-31revert changes that were the wrong way to address this... proper fix comingkpfleming1-48/+39
2006-10-31let's set the seen flag early enough to actually make a difference...kpfleming1-2/+2
2006-10-31don't re-do setup operations for translators that can dynamically register th...kpfleming1-39/+48
2006-10-31Add a small tweak to the code that checks to see whether destination formatsrussell1-3/+6
2006-10-30when unregistering a translator, don't rebuild the translation matrix unless ...kpfleming1-1/+17
2006-10-26- If the source has no audio or no video portion, do not call powerof() torussell1-5/+20
2006-10-25add passthrough and file format support for G.722 16KHz audio (issue #5084, o...kpfleming1-2/+1
2006-10-25code zone experiment: don't offer formats in the outbound INVITE that aren't ...kpfleming1-0/+5
2006-10-24if multiple translators are registered for the same source/dest combination, ...kpfleming1-2/+20
2006-10-24ensure that the translation matrix is properly lock-protected every place it ...kpfleming1-4/+24
2006-10-24add an API call to allow channel drivers to determine which media formats are...kpfleming1-0/+42
2006-09-18merge qwell's CLI verbification workkpfleming1-5/+81
2006-08-30Clarify what show translations is displaying a bit more (issue #7772 reported...file1-1/+1
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+703