aboutsummaryrefslogtreecommitdiffstats
path: root/rtp.c
AgeCommit message (Expand)AuthorFilesLines
2004-07-19Don't copmile in the no-RTP checksum stuff for non-Linux (bug #2089)markster1-0/+11
2004-07-17Add option to disable checksums on RTP UDP ports (bug #2068)markster1-0/+11
2004-07-08Extend bindaddr to RTP connections on SIP (bug #1989 et al)markster1-1/+9
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)markster1-6/+6
2004-06-30Merge Steven Davie's timestamp improvementsmarkster1-3/+7
2004-06-29Formatting fixes (bug #1951)markster1-32/+34
2004-06-29Report checksum failures as such (bug #1942)markster1-1/+4
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...markster1-15/+22
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+1
2004-06-09Handle binding more nicelymarkster1-9/+21
2004-06-06Clearly label EAGAIN as being the UDP checksum error that it ismarkster1-1/+4
2004-05-30Minor RTP video fixes, be more careful about closing fd's in meetme (bug #1743)markster1-6/+10
2004-05-28Minor reinvite typomarkster1-4/+14
2004-05-27Doc fix for controlplayback, get rid of 500ms wait in rtp.c (bug #1589)markster1-8/+0
2004-05-27Make RTP handle codecs (first pass)markster1-13/+28
2004-05-15Fix typo in outgoing rfc2833 handling (bug #1646)markster1-2/+1
2004-05-05Ignore dupe packets for RFC2833 (bug #1034)markster1-3/+10
2004-05-01Add DTX support (mark bit) (bug #1234)markster1-4/+6
2004-04-20Don't spam 3389 warning messagemarkster1-1/+7
2004-04-15Don't set the address with NAT mode if we haven't programmed an addressmarkster1-4/+6
2004-03-22Use caller's negotiated values when possible.markster1-4/+21
2004-03-20Same for transmit coremarkster1-0/+1
2004-03-20Round offset timestamps to nearest 20ms to clean up numbers.markster1-0/+1
2004-03-17Fix small but deadly typomarkster1-1/+1
2004-03-15Mute received DTMF pathmarkster1-1/+19
2004-03-14Increase amount of time we send tones on RTP to 100msmarkster1-2/+2
2004-03-14If an RTP peer hasn't been set, ignore audio from it (Plexus workaround)markster1-0/+5
2004-03-14Try to make smoother G.729B aware, and able to handle VAD bytesmarkster1-0/+2
2004-03-14Cleanups of RX/TX calculationsmarkster1-8/+10
2004-03-13Move timestamp around in RTP.... Gotta do iax2 eventually here...markster1-10/+39
2004-03-05Know how to send ADPCMmarkster1-0/+1
2004-02-25Fix slow down in rtp.cmarkster1-1/+1
2004-02-25Add G.726-32kbps Codec Transcoder (Tested with Cisco ATA-186)markster1-1/+21
2004-02-18Fix comparision in RTP native bridge (bug #1043)markster1-1/+1
2003-11-25Change the warning message if we can't do native bridge because of diffrent c...martinp1-1/+1
2003-11-25Warn about not being able to do reinvite in the right place and unlock the mu...martinp1-2/+5
2003-11-18Fix AbsoluteTimeout on rtp native bridgemartinp1-0/+4
2003-11-15Don't allow reinvite if both parties talk diffrent codec (part 2)martinp1-1/+9
2003-11-04Remove really broke MP3 stuff in favor of G.726 in the near futuremarkster1-2/+2
2003-11-03fix g.723.1 pass-thru. Bug #477jeremy1-1/+1
2003-10-06Revert previous patchmarkster1-1/+0
2003-10-06Detect 100 as valid DTMF toomarkster1-0/+1
2003-09-08BSD portability enhancements (bug #234)markster1-4/+4
2003-08-18Don't complain on G.723 packets RTPmarkster1-0/+1
2003-08-16Commit RTP fixes this timemarkster1-3/+6
2003-08-16Show the names of the codecs instead of the numbers (bug #92)martinp1-5/+5
2003-08-14Merge DTMF fixes (bug #95)markster1-0/+21
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-10/+10
2003-08-12Take out some debuggingmarkster1-1/+2
2003-07-11Minor rtp fixupmarkster1-0/+1