aboutsummaryrefslogtreecommitdiffstats
path: root/rtp.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.0@7221 f38db490-d61...kpfleming1-0/+0
2005-11-01prevent possible seg fault (issue #5502)russell1-1/+1
2005-08-26backport "Fix accidental RTCP/RTP linkage"russell1-1/+1
2005-06-24print non-codec capabilities correctly (bug #3960)russell1-2/+37
2005-05-31correctly handle rtp padding (bug #4270)russell1-0/+8
2005-05-31don't print an error when you receive no data until normal circumstances with...russell1-6/+2
2005-05-12oops, I wasn't done with thisrussell1-35/+0
2005-05-12*** empty log message ***russell1-0/+35
2005-04-05handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)russell1-0/+14
2005-04-05fix rtpchecksums option (bug #3908)russell1-11/+7
2005-03-25Don't use deprecated "2" location for G.726 (rfc3551)russell1-0/+3
2005-01-19Send a few more rfc2833 events on hte "down" (bug #3339)russell1-3/+3
2004-12-30ignore invalid rtp packets (bug #3030)russell1-0/+7
2004-12-10implement fmtp 16 in rtp (bug #2999)russell1-2/+11
2004-11-25don't increment the timestamp on dtmf (bug 2928)russell1-5/+0
2004-11-25fix repeated sequence numbers (bug 2902)russell1-0/+2
2004-11-18detect sequence number rollover (bug #2887)russell1-2/+2
2004-11-12fix seg fault (bug #2772)russell1-2/+2
2004-09-18LPC fixmarkster1-1/+1
2004-09-15First pass at LPC10markster1-1/+11
2004-09-09Make sure rtp->f.data is initialized properly for 3389 (asterisk dev mailing ...markster1-0/+4
2004-08-31Grab each lock individually...markster1-1/+5
2004-08-31Be sure to do ntohl before considering extended fieldmarkster1-1/+1
2004-08-31Be sure we still check for proper buffer lengthmarkster1-0/+5
2004-08-31First pass at handling RTP header extension bitmarkster1-0/+7
2004-08-26Repair offer/answer model (bug #2293), initial CNG work for new frametypemarkster1-36/+30
2004-08-07Wait for command to complete (bug #1733) and take RTP 19 as CN too...markster1-0/+1
2004-07-31Get other instance of 101 changed to "payload" (bug #2191)markster1-1/+1
2004-07-31Don't hard code the RTP payload type to 101 (bug #2192)markster1-2/+3
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