summaryrefslogtreecommitdiff
path: root/gst/rtpmanager
Commit message (Expand)AuthorAgeFilesLines
* rtpmanager: Some comment and documentation clarifications/fixesNirbheek Chauhan2016-03-152-9/+9
* Revert "rtpjitterbuffer: don't forget to unlock mutex in error code path in t...Sebastian Dröge2016-03-021-2/+0
* rtpjitterbuffer: don't forget to unlock mutex in error code path in two casesTim-Philipp Müller2016-03-011-0/+2
* rtpmanager: Don't warn for duplicate/reordered packetsStian Selnes2016-02-211-2/+2
* rtpbin: add "get-session" signalMiguel París Díaz2016-02-162-0/+35
* Revert "WIP: rtpjitterbuffer: Add RFC7273 media clock handling"Sebastian Dröge2016-01-183-222/+0
* WIP: rtpjitterbuffer: Add RFC7273 media clock handlingSebastian Dröge2016-01-183-0/+222
* rtpjitterbuffer: Fix packet dropping after a big discontSebastian Dröge2015-12-091-1/+11
* rtpsession: Add a warning if an empty RTCP packet is tried to be sentSebastian Dröge2015-12-071-0/+3
* rtpmanager: rtpsession: don't send empty RTCP packetsAlessandro Decina2015-11-251-4/+9
* rtpmanager: Document properties that are expressed in bits per secondArun Raghavan2015-11-051-6/+6
* rtpmanager: Trivial gst-indent fixesArun Raghavan2015-11-052-4/+4
* rtpmanager: switch G_GINT64_FORMAT for GST_STIME_ARGSLuis de Bethencourt2015-11-031-2/+3
* rtpmanager: use GST_STIME_ARGS for GstClockTimeDiffLuis de Bethencourt2015-11-031-4/+2
* docs: Minor fixes in various placesMischa Spiegelmock2015-10-231-1/+1
* rtpmanager: Add 'source-stats' to stats and notifyStian Selnes2015-10-112-1/+44
* rtpsession: Implement sending of reduced size RTCP packetsSebastian Dröge2015-10-112-2/+22
* rtpbin: Add missing breakSebastian Dröge2015-10-071-0/+1
* rtpmanager: Take into account packet rate for max-dropout and max-misorder ca...Miguel París Díaz2015-10-075-26/+95
* rtpmanager: add "max-dropout-time" and "max-misorder-time" propsMiguel París Díaz2015-10-078-7/+206
* rtpmux: Use default upstream event handlingOlivier Crête2015-10-021-30/+1
* rtpmux: As 0xFFFFFFFF is a valid ssrc, check if it has been setOlivier Crête2015-10-022-3/+6
* gstrtpmux: allow the ssrc-property to decide ssrc on outgoing buffersHavard Graff2015-10-022-22/+139
* rtpstats: add utility for calculating RTP packet rateMiguel París Díaz2015-10-022-0/+79
* rtpsource: doesn't handle probation and rtp gap in case of senderHyunjun Ko2015-10-021-64/+67
* rtpmanager: add new on-new-sender-ssrc, on-sender-ssrc-active signalsHyunjun Ko2015-10-026-1/+178
* Fix some compiler warnings when building with G_DISABLE_ASSERTJan Schmidt2015-09-262-0/+2
* gst: Don't use deprecated gst_segment_to_position()Sebastian Dröge2015-09-261-2/+4
* rtpbin/rtpjitterbuffer/rtspsrc: Add property to set maximum ms between RTCP S...Sebastian Dröge2015-09-253-3/+61
* rtpbin/session: Allow RTCP sync to happen based on capture time or send timeSebastian Dröge2015-09-253-4/+51
* rtpjitterbuffer: reset just a bit more upon flush_stopMark Nauwelaerts2015-09-131-0/+1
* rtpjitterbuffer: remove dead struct memberMark Nauwelaerts2015-09-131-3/+0
* rtpjitterbuffer: Keep the DTS estimate if we got no DTS after a jitterbuffer ...Sebastian Dröge2015-08-131-1/+7
* rtprtxsend: print valid type where guint32 is expectedHyunjun Ko2015-08-061-2/+3
* rtpmux: handle different ssrc's on sinkpadsHavard Graff2015-07-161-9/+12
* rtpjitterbuffer: Fix indentionSebastian Dröge2015-07-101-1/+1
* rtpjitterbuffer: Always estimate DTS from the current clock timeSebastian Dröge2015-07-101-56/+47
* rtpjitterbuffer: Calculate DTS from the clock if we had none for the first pa...Sebastian Dröge2015-07-081-0/+22
* rtpjitterbuffer: fix gap-time calculation and remove "late"Havard Graff2015-07-081-15/+19
* Revert "rtpjitterbuffer: Fix expected_dts calc in calculate_expected"Stian Selnes2015-07-081-2/+2
* rtpjitterbuffer: Calculate receive time if we don't have anySebastian Dröge2015-07-081-2/+31
* rtpjitterbuffer: Handle seqnum gaps in TCP streams without erroring out or ov...Sebastian Dröge2015-07-081-16/+6
* docs: fix "Symbol name not found at the start of the comment block"Stefan Sauer2015-07-071-0/+2
* rtpjitterbuffer: Consider timers len to compare with RTP_MAX_DROPOUTMiguel París Díaz2015-07-021-3/+17
* rtpjitterbuffer: If possible, always update the current time before looping o...Sebastian Dröge2015-07-021-1/+13
* rtpjitterbuffer: refactor handle_next_bufferMiguel París Díaz2015-07-011-17/+16
* Revert "rtpjitterbuffer: If we have an immediate timeout, don't try to find a...Sebastian Dröge2015-06-291-4/+0
* rtpjitterbuffer: If we have an immediate timeout, don't try to find an earlie...Sebastian Dröge2015-06-291-0/+4
* rtpbin/session: fix descriptionHyunjun Ko2015-06-252-2/+2
* rtpjitterbuffer: Minor clean-upSangkyu Park2015-06-222-3/+2