aboutsummaryrefslogtreecommitdiffstats
path: root/main/translate.c
AgeCommit message (Expand)AuthorFilesLines
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