aboutsummaryrefslogtreecommitdiffstats
path: root/rtp.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-12Fix accidental RTCP/RTP linkagemarkster1-2/+1
2005-08-09bridging code cleanups:kpfleming1-11/+9
2005-08-03Improve RTP comments (bug #4792 with mods)markster1-8/+29
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming1-53/+22
2005-07-14ensure we record the last seqno we transmitted (bug #4659)kpfleming1-0/+4
2005-07-12send final 3 RFC2833 packets with same seqno (bug #4659)kpfleming1-9/+32
2005-06-18Revert silly "sipura fix" which breaks RFC compatibility (bug #4549)markster1-0/+4
2005-06-18Don't try to read from an rtcp if there isn't onemarkster1-1/+1
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06remove experimental module version tagskpfleming1-0/+4
2005-06-02fix wordwrapjeremy1-2/+1
2005-06-02Spell noise correctlyjeremy1-4/+5
2005-05-16add comments, fix typos, and add note on default values (bug #4284)russell1-20/+27
2005-05-15fix RTP DTMF for Sipura SPA-3000 (bug #3675, yet again)kpfleming1-8/+12
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)kpfleming1-2/+2
2005-05-14Add remainder of rtp fixes, iax2 patch (bug #3961)markster1-117/+4
2005-05-14properly strip incoming padded RTP frames (bug #4264)kpfleming1-0/+8
2005-05-04don't report EAGAIN as an error (bug #4128)kpfleming1-6/+2
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-12/+12
2005-04-20ensure that sequential DTMF sent via RTP has some 'dead air' between digits (...kpfleming1-3/+4
2005-04-06use more efficient code to produce non-codec-capability list (bug #3960)kpfleming1-4/+18
2005-04-05report non-codec capabilities in 'sip debug' properly (bug #3960)kpfleming1-2/+23
2005-04-04fix breakage from slin endianness commit earlier today (sorry :-()kpfleming1-7/+19
2005-04-03handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)kpfleming1-0/+14
2005-03-31Fix RTP checksums config option (bug #3908 with minor mods)markster1-11/+7
2005-03-29Simplify endianness and fix for unaligned reads (bug #3867)markster1-15/+4
2005-03-25Don't use deprecated "2" location for G.726 (rfc3551)markster1-0/+3
2005-03-24show correct seq no in debug output (bug #3849)russell1-2/+3
2005-03-17Add support for Solaris/x86 (bug #3064)markster1-3/+1
2005-03-05Merge H.263+ support (bug #3709)markster1-0/+3
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-9/+8
2005-02-27Revert earlier timestamp stuff pending contact with Intel over apparent HMP b...markster1-9/+2
2005-02-27Make sure we increase the timestamp between digits (bug #3675)markster1-2/+9
2005-02-15Fix message from WARNING to DEBUG.markster1-1/+1
2005-01-25Merge config updates (bug #3406)markster1-2/+2
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-18Send a few more rfc2833 events on hte "down" (bug #3339)markster1-3/+3
2005-01-07Support CNG transmission when on hold (bug #2904)markster1-0/+40
2004-12-28Ignore invalid RTP packets (bug #3030)markster1-0/+7
2004-12-28Various and assundary formatting fixes (bug #3174)markster1-152/+185
2004-12-28Permit RTP to be resetmarkster1-0/+18
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-5/+23
2004-12-09Update comment for fmtp 16, implement in RTP (bug #2999)markster1-2/+11
2004-11-24Don't increment RTP timestmap on sending of DTMF (bug #2928)markster1-5/+0
2004-11-19Increment seqno in RTP in RFC2833 (bug #2902)markster1-0/+2
2004-11-17Revised seqno fix (bug #2887)markster1-5/+5
2004-11-17Fix rollover with DTMF (bug #2887)markster1-5/+5
2004-11-11Fix segfaultmarkster1-2/+2
2004-10-30Add RTP debug support (bug #2570)markster1-18/+108
2004-10-19Send empty frames when missing frames arrive (hope this doesn't break anything)markster1-0/+18