summaryrefslogtreecommitdiff
path: root/rtp.c
AgeCommit message (Expand)Author
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)Mark Spencer
2004-06-30Merge Steven Davie's timestamp improvementsMark Spencer
2004-06-29Formatting fixes (bug #1951)Mark Spencer
2004-06-29Report checksum failures as such (bug #1942)Mark Spencer
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-09Handle binding more nicelyMark Spencer
2004-06-06Clearly label EAGAIN as being the UDP checksum error that it isMark Spencer
2004-05-30Minor RTP video fixes, be more careful about closing fd's in meetme (bug #1743)Mark Spencer
2004-05-28Minor reinvite typoMark Spencer
2004-05-27Doc fix for controlplayback, get rid of 500ms wait in rtp.c (bug #1589)Mark Spencer
2004-05-27Make RTP handle codecs (first pass)Mark Spencer
2004-05-15Fix typo in outgoing rfc2833 handling (bug #1646)Mark Spencer
2004-05-05Ignore dupe packets for RFC2833 (bug #1034)Mark Spencer
2004-05-01Add DTX support (mark bit) (bug #1234)Mark Spencer
2004-04-20Don't spam 3389 warning messageMark Spencer
2004-04-15Don't set the address with NAT mode if we haven't programmed an addressMark Spencer
2004-03-22Use caller's negotiated values when possible.Mark Spencer
2004-03-20Same for transmit coreMark Spencer
2004-03-20Round offset timestamps to nearest 20ms to clean up numbers.Mark Spencer
2004-03-17Fix small but deadly typoMark Spencer
2004-03-15Mute received DTMF pathMark Spencer
2004-03-14Increase amount of time we send tones on RTP to 100msMark Spencer
2004-03-14If an RTP peer hasn't been set, ignore audio from it (Plexus workaround)Mark Spencer
2004-03-14Try to make smoother G.729B aware, and able to handle VAD bytesMark Spencer
2004-03-14Cleanups of RX/TX calculationsMark Spencer
2004-03-13Move timestamp around in RTP.... Gotta do iax2 eventually here...Mark Spencer
2004-03-05Know how to send ADPCMMark Spencer
2004-02-25Fix slow down in rtp.cMark Spencer
2004-02-25Add G.726-32kbps Codec Transcoder (Tested with Cisco ATA-186)Mark Spencer
2004-02-18Fix comparision in RTP native bridge (bug #1043)Mark Spencer
2003-11-25Change the warning message if we can't do native bridge because of diffrent c...Martin Pycko
2003-11-25Warn about not being able to do reinvite in the right place and unlock the mu...Martin Pycko
2003-11-18Fix AbsoluteTimeout on rtp native bridgeMartin Pycko
2003-11-15Don't allow reinvite if both parties talk diffrent codec (part 2)Martin Pycko
2003-11-04Remove really broke MP3 stuff in favor of G.726 in the near futureMark Spencer
2003-11-03fix g.723.1 pass-thru. Bug #477Jeremy McNamara
2003-10-06Revert previous patchMark Spencer
2003-10-06Detect 100 as valid DTMF tooMark Spencer
2003-09-08BSD portability enhancements (bug #234)Mark Spencer
2003-08-18Don't complain on G.723 packets RTPMark Spencer
2003-08-16Commit RTP fixes this timeMark Spencer
2003-08-16Show the names of the codecs instead of the numbers (bug #92)Martin Pycko
2003-08-14Merge DTMF fixes (bug #95)Mark Spencer
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksMark Spencer
2003-08-12Take out some debuggingMark Spencer
2003-07-11Minor rtp fixupMark Spencer
2003-06-29Add H.263 video supportMark Spencer
2003-06-28Totally redo file formatsMark Spencer
2003-06-28Properly handle broken up packetsMark Spencer