summaryrefslogtreecommitdiff
path: root/rtp.c
AgeCommit message (Expand)Author
2004-10-19Send empty frames when missing frames arrive (hope this doesn't break anything)Mark Spencer
2004-09-18LPC fixMark Spencer
2004-09-15First pass at LPC10Mark Spencer
2004-09-09Make sure rtp->f.data is initialized properly for 3389 (asterisk dev mailing ...Mark Spencer
2004-08-31Grab each lock individually...Mark Spencer
2004-08-31Be sure to do ntohl before considering extended fieldMark Spencer
2004-08-31Be sure we still check for proper buffer lengthMark Spencer
2004-08-31First pass at handling RTP header extension bitMark Spencer
2004-08-26Repair offer/answer model (bug #2293), initial CNG work for new frametypeMark Spencer
2004-08-07Wait for command to complete (bug #1733) and take RTP 19 as CN too...Mark Spencer
2004-07-31Get other instance of 101 changed to "payload" (bug #2191)Mark Spencer
2004-07-31Don't hard code the RTP payload type to 101 (bug #2192)Mark Spencer
2004-07-19Don't copmile in the no-RTP checksum stuff for non-Linux (bug #2089)Mark Spencer
2004-07-17Add option to disable checksums on RTP UDP ports (bug #2068)Mark Spencer
2004-07-08Extend bindaddr to RTP connections on SIP (bug #1989 et al)Mark Spencer
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