summaryrefslogtreecommitdiff
path: root/gst/rtpmanager/rtpsource.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-14rtpbin: add option for increasing ts_offset graduallyPatrick Radizi1-1/+2
2017-03-16rtpsource: fix warning messageMiguel París Díaz1-1/+1
2017-03-16rtpsource: get clock-rate from pt if needed to generate SRMiguel París Díaz1-0/+15
2017-02-02rtpsession: relate received FIRs and PLIs to sourceMiguel París Díaz1-0/+2
2017-01-24rtpstats: Keep number of nacks sent/received per sourceSantiago Carot-Nemesio1-1/+5
2016-08-26rtpsource: reordered packets are very normal, and should not be a warningHavard Graff1-1/+1
2016-06-06rtpsource: complete warn log with SSRCMiguel París Díaz1-1/+2
2016-03-15rtpmanager: Some comment and documentation clarifications/fixesNirbheek Chauhan1-8/+8
2015-11-03rtpmanager: use GST_STIME_ARGS for GstClockTimeDiffLuis de Bethencourt1-4/+2
2015-10-07rtpmanager: Take into account packet rate for max-dropout and max-misorder ca...Miguel París Díaz1-4/+22
2015-10-07rtpmanager: add "max-dropout-time" and "max-misorder-time" propsMiguel París Díaz1-1/+31
2015-10-02rtpsource: doesn't handle probation and rtp gap in case of senderHyunjun Ko1-64/+67
2015-07-07docs: fix "Symbol name not found at the start of the comment block"Stefan Sauer1-0/+2
2015-06-22rtpsource: Do not try to push NULL buffersJose Antonio Santos Cadenas1-2/+4
2015-06-10rtp: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()Sebastian Dröge1-3/+3
2015-06-10rtpmanager: clarify negative lost packets in statsIlya Konstantinov1-10/+19
2015-06-09rtpmanager: document units of stats and argumentsIlya Konstantinov1-42/+53
2015-05-18rtpsource: Queue bad packets instead of dropping themSebastian Dröge1-1/+15
2015-05-18rtpsource: Use g_queue_foreach() to unref all buffers in queuesSebastian Dröge1-5/+2
2015-05-18rtpsource: Refactor seqnum comparison code a bitSebastian Dröge1-9/+8
2015-05-18rtpsource: Allow sequence number wraparound during probationSebastian Dröge1-1/+6
2015-05-18rtpsource: Make sequence number comparison code more readableSebastian Dröge1-7/+8
2015-04-24remove unused enum items PROP_LASTLuis de Bethencourt1-2/+1
2015-04-16rtpsource/rtprtxsend: Also pass correct seqnum-offset and payload to the RTX ...Sebastian Dröge1-4/+10
2015-03-04rtp: Add Full Intra Request (FIR) packets to statisticsSantiago Carot-Nemesio1-1/+5
2015-03-04rtp: Add Packet Loss Indication (PLI) to statisticsSantiago Carot-Nemesio1-1/+6
2014-10-10rtpsource: Rename seqnum-base to seqnum-offset in capsOlivier Crête1-6/+6
2014-05-03rtpsession: Keep local conflicting addresses in the sessionOlivier Crête1-49/+71
2013-12-12rtpsession: fix rb blocks disappearing after the first rtcp cycle with multip...George Kiagiadakis1-0/+5
2013-11-07rtpsource: update receiver stats for senderWim Taymans1-0/+2
2013-11-07rtpsource: refactor receiver stats updateWim Taymans1-31/+45
2013-09-13rtpbin: use PacketInfo for the senderWim Taymans1-55/+12
2013-09-13rtpbin: store more in the PacketInfoWim Taymans1-40/+16
2013-09-13rtpbin: RTPArrivalStats -> RTPPacketInfoWim Taymans1-9/+8
2013-09-13source: small cleanupsWim Taymans1-18/+8
2013-08-06source: add methods to register NACKWim Taymans1-0/+75
2013-07-26session: remove old code to change SSRCWim Taymans1-1/+0
2013-07-26source: don't update packet SSRCWim Taymans1-35/+1
2013-07-26session: let source keep track if it sent BYEWim Taymans1-0/+1
2013-07-26source: reset moreWim Taymans1-1/+7
2013-07-26source: also use the source for bye_reasonWim Taymans1-17/+22
2013-07-26session: configure sdes with structure onlyWim Taymans1-69/+0
2012-11-12rtpsource: protect against invalid RTP packetsWim Taymans1-7/+34
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-08-30rtp: make rtp packet probation configurable (bug #682512)Aleix Conchillo Flaque1-8/+23
2012-01-17rtpmanager: Port to GIOSebastian Dröge1-20/+37
2011-12-09rtp: fix marshallersWim Taymans1-9/+0
2011-12-05rtpmanager: Initialize GstRTPBuffer before usageEdward Hervey1-4/+4
2011-11-02update for netbuffer api changeWim Taymans1-4/+4
2011-11-02structure: fix for api updateWim Taymans1-1/+1