Ignore invalid RTP packets (bug #3030)
[asterisk/asterisk.git] / rtp.c
2004-12-28 Mark SpencerIgnore invalid RTP packets (bug #3030)
2004-12-28 Mark SpencerVarious and assundary formatting fixes (bug #3174)
2004-12-28 Mark SpencerPermit RTP to be reset
2004-12-14 Mark SpencerMerge slimey's Solaris compatibility (with small mods...
2004-12-09 Mark SpencerUpdate comment for fmtp 16, implement in RTP (bug ...
2004-11-24 Mark SpencerDon't increment RTP timestmap on sending of DTMF (bug...
2004-11-19 Mark SpencerIncrement seqno in RTP in RFC2833 (bug #2902)
2004-11-17 Mark SpencerRevised seqno fix (bug #2887)
2004-11-17 Mark SpencerFix rollover with DTMF (bug #2887)
2004-11-11 Mark SpencerFix segfault
2004-10-30 Mark SpencerAdd RTP debug support (bug #2570)
2004-10-19 Mark SpencerSend empty frames when missing frames arrive (hope...
2004-09-18 Mark SpencerLPC fix
2004-09-15 Mark SpencerFirst pass at LPC10
2004-09-09 Mark SpencerMake sure rtp->f.data is initialized properly for 3389...
2004-08-31 Mark SpencerGrab each lock individually...
2004-08-31 Mark SpencerBe sure to do ntohl before considering extended field
2004-08-31 Mark SpencerBe sure we still check for proper buffer length
2004-08-31 Mark SpencerFirst pass at handling RTP header extension bit
2004-08-26 Mark SpencerRepair offer/answer model (bug #2293), initial CNG...
2004-08-07 Mark SpencerWait for command to complete (bug #1733) and take RTP...
2004-07-31 Mark SpencerGet other instance of 101 changed to "payload" (bug...
2004-07-31 Mark SpencerDon't hard code the RTP payload type to 101 (bug #2192)
2004-07-19 Mark SpencerDon't copmile in the no-RTP checksum stuff for non...
2004-07-17 Mark SpencerAdd option to disable checksums on RTP UDP ports (bug...
2004-07-08 Mark SpencerExtend bindaddr to RTP connections on SIP (bug #1989...
2004-06-30 Mark SpencerUse INET_ADDRLEN (bug #1956) (from airport!)
2004-06-30 Mark SpencerMerge Steven Davie's timestamp improvements
2004-06-29 Mark SpencerFormatting fixes (bug #1951)
2004-06-29 Mark SpencerReport checksum failures as such (bug #1942)
2004-06-29 Mark SpencerCreate reentrant ast_inet_ntoa and replace all inet_nto...
2004-06-22 James GolovichRemove pthread.h from source. We should be using aster...
2004-06-09 Mark SpencerHandle binding more nicely
2004-06-06 Mark SpencerClearly label EAGAIN as being the UDP checksum error...
2004-05-30 Mark SpencerMinor RTP video fixes, be more careful about closing...
2004-05-28 Mark SpencerMinor reinvite typo
2004-05-27 Mark SpencerDoc fix for controlplayback, get rid of 500ms wait...
2004-05-27 Mark SpencerMake RTP handle codecs (first pass)
2004-05-15 Mark SpencerFix typo in outgoing rfc2833 handling (bug #1646)
2004-05-05 Mark SpencerIgnore dupe packets for RFC2833 (bug #1034)
2004-05-01 Mark SpencerAdd DTX support (mark bit) (bug #1234)
2004-04-20 Mark SpencerDon't spam 3389 warning message
2004-04-15 Mark SpencerDon't set the address with NAT mode if we haven't progr...
2004-03-22 Mark SpencerUse caller's negotiated values when possible.
2004-03-20 Mark SpencerSame for transmit core
2004-03-20 Mark SpencerRound offset timestamps to nearest 20ms to clean up...
2004-03-17 Mark SpencerFix small but deadly typo
2004-03-15 Mark SpencerMute received DTMF path
2004-03-14 Mark SpencerIncrease amount of time we send tones on RTP to 100ms
2004-03-14 Mark SpencerIf an RTP peer hasn't been set, ignore audio from it...
2004-03-14 Mark SpencerTry to make smoother G.729B aware, and able to handle...
2004-03-14 Mark SpencerCleanups of RX/TX calculations
2004-03-13 Mark SpencerMove timestamp around in RTP.... Gotta do iax2 eventua...
2004-03-05 Mark SpencerKnow how to send ADPCM
2004-02-25 Mark SpencerFix slow down in rtp.c
2004-02-25 Mark SpencerAdd G.726-32kbps Codec Transcoder (Tested with Cisco...
2004-02-18 Mark SpencerFix comparision in RTP native bridge (bug #1043)
2003-11-25 Martin PyckoChange the warning message if we can't do native bridge...
2003-11-25 Martin PyckoWarn about not being able to do reinvite in the right...
2003-11-18 Martin PyckoFix AbsoluteTimeout on rtp native bridge
2003-11-15 Martin PyckoDon't allow reinvite if both parties talk diffrent...
2003-11-04 Mark SpencerRemove really broke MP3 stuff in favor of G.726 in...
2003-11-03 Jeremy McNamarafix g.723.1 pass-thru. Bug #477
2003-10-06 Mark SpencerRevert previous patch
2003-10-06 Mark SpencerDetect 100 as valid DTMF too
2003-09-08 Mark SpencerBSD portability enhancements (bug #234)
2003-08-18 Mark SpencerDon't complain on G.723 packets RTP
2003-08-16 Mark SpencerCommit RTP fixes this time
2003-08-16 Martin PyckoShow the names of the codecs instead of the numbers...
2003-08-14 Mark SpencerMerge DTMF fixes (bug #95)
2003-08-13 Mark SpencerTotally revamp thread debugging to support locating...
2003-08-12 Mark SpencerTake out some debugging
2003-07-11 Mark SpencerMinor rtp fixup
2003-06-29 Mark SpencerAdd H.263 video support
2003-06-28 Mark SpencerTotally redo file formats
2003-06-28 Mark SpencerProperly handle broken up packets
2003-06-28 Mark SpencerAdd SIP/RTP video support, video enable app_echo, start...
2003-05-16 Mark SpencerMake RTP ports configurable
2003-05-07 Mark SpencerRemove "contributed" swear words
2003-05-02 Mark SpencerShow uptime
2003-04-30 Mark SpencerHandle hold properly to ensure musiconhold
2003-04-28 Mark SpencerFix CNG issues in G.723.1
2003-04-23 Mark SpencerMore OpenBSD changes
2003-04-18 Mark Spencerast_rtp_pt_lookups must be done against static set
2003-04-17 Mark SpencerFix transmissions
2003-04-15 Mark SpencerUse 97 for ILBC type
2003-04-15 Mark SpencerAdd iLBC codec
2003-04-14 Mark SpencerTrim down gateway names with []'s in them
2003-04-10 Mark SpencerUse a static outbound list for transmitting RTP, and...
2003-04-08 Mark SpencerDon't send empty RTP frames
2003-03-20 Mark SpencerDon't destory rtp until destroy, use rtp_stop instead
2003-03-15 Matteo BrancaleoniSat Mar 15 07:00:01 CET 2003
2003-03-13 Matteo BrancaleoniThu Mar 13 07:00:01 CET 2003
2003-03-12 Matteo BrancaleoniWed Mar 12 07:00:01 CET 2003
2003-03-09 Matteo BrancaleoniSun Mar 9 07:00:01 CET 2003
2003-03-07 Matteo BrancaleoniFri Mar 7 07:00:00 CET 2003
2003-02-24 Matteo Brancaleonilun feb 24 22:10:09 CET 2003
2003-02-20 Matteo BrancaleoniThu Feb 20 07:00:00 CET 2003
2003-02-18 Matteo Brancaleonimar feb 18 19:15:15 CET 2003
2003-02-16 Matteo BrancaleoniSun Feb 16 07:00:01 CET 2003
next