summaryrefslogtreecommitdiff
path: root/rtp.c
AgeCommit message (Expand)Author
2006-06-04- 5 is the highest used debug level, so let's stay thereOlle Johansson
2006-06-04- Doxygen fixOlle Johansson
2006-05-31Merged revisions 31161 via svnmerge from Kevin P. Fleming
2006-05-31Add support for using a jitterbuffer for RTP on bridged calls. This includesRussell Bryant
2006-05-16mark RTP sessions that are not carrying DTMFKevin P. Fleming
2006-05-16clean up some compiler warnings (no reason to use signed integers for buffer ...Kevin P. Fleming
2006-05-16- Format fixesOlle Johansson
2006-05-11cast sockaddr_in to sockaddr because we need that.Luigi Rizzo
2006-05-11Go ahead and merge STUN mods for RTP in preparation for some STUN Mark Spencer
2006-05-11Set "MARK" whenever SSRC changes (bug #6934)Mark Spencer
2006-05-10Fix buglet on debugMark Spencer
2006-05-09Make SIP early media work more efficiently without so many reinvitesMark Spencer
2006-05-02- fix typo in rtp.c, devicestate.hOlle Johansson
2006-04-27Change channel locking to API, nifty janitor project. (issue #7039 reported b...Joshua Colp
2006-04-15- use '=' to copy struct sockaddr_inLuigi Rizzo
2006-04-14- use '?' instead of if statements for assignment;Luigi Rizzo
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
2006-03-31make an error message more descriptive (issue #6855)Russell Bryant
2006-03-18convert malloc+memset to ast_callocRussell Bryant
2006-03-15Merged revisions 13095 via svnmerge from Tilghman Lesher
2006-03-13Merged revisions 12792 via svnmerge from Tilghman Lesher
2006-02-14Bug 4377 - Initial round of loader changesTilghman Lesher
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-31define a global null_frame object so when queueing a null frame, you don'tRussell Bryant
2006-01-24Whitespace change, extra <tab> added from my tab storage.Olle Johansson
2006-01-17don't generate any message for native bridge attempts unless all the basic ch...Kevin P. Fleming
2006-01-07Add support for H.264 with SIP and recordingMark Spencer
2006-01-03update copyright headers for files changed this yearKevin P. Fleming
2006-01-03fix breakage from rev 7730 (failure to unlock list in get_proto)Kevin P. Fleming
2006-01-03Bug #6109: Fix unprotected list in RTP, implement AST_LIST macros, update dox...Olle Johansson
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of Mark Spencer
2005-11-30do not allow an rtp message with zero type (issue #5749)Russell Bryant
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-11Fix wrap around for rtp (bug #5595)Mark Spencer
2005-11-08issue #5595Kevin P. Fleming
2005-11-01allow DTMF timeout to be configurable (issue #5160)Kevin P. Fleming
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)Mark Spencer
2005-10-14use existing sample size in frame instead of recalculating it (issue #5390)Kevin P. Fleming
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)Mark Spencer
2005-10-12fix some formatting and add some comments (issue #5403)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-09allow users of RTP to know when the peer endpoint is (apparently) behind a NATKevin P. Fleming
2005-09-07clarify transmission failure message when RTP peer is behind NAT (issue #5136...Kevin P. Fleming
2005-08-30Add SIP video fixesMark Spencer
2005-08-12Fix accidental RTCP/RTP linkageMark Spencer
2005-08-09bridging code cleanups:Kevin P. Fleming
2005-08-03Improve RTP comments (bug #4792 with mods)Mark Spencer
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming