summaryrefslogtreecommitdiff
path: root/gst/rtpmanager
AgeCommit message (Expand)AuthorFilesLines
2017-04-19Revert "rtpbin: pipeline gets an EOS when any rtpsources byes"Tim-Philipp Müller3-21/+17
2017-04-11rtprtxqueue: implement handling of the max-size-time propertyGeorge Kiagiadakis2-1/+68
2017-03-24rtpmux: fix output segment and buffer DTS to correspond to the flattened PTSGeorge Kiagiadakis1-5/+20
2017-03-20rtprtxqueue: add basic documentation and example pipelinesGeorge Kiagiadakis1-0/+38
2017-03-17rtprtxreceive: fix example pipelines and improve the documentationGeorge Kiagiadakis1-78/+101
2017-03-16rtpsession: print the correct variable in debug statementGeorge Kiagiadakis1-1/+1
2017-03-16rtprtxsend: convert LOG message to TRACEGeorge Kiagiadakis1-1/+1
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íaz2-0/+17
2017-03-01rtprtxreceive: fix potential leak of old, unassociated, association requestsGeorge Kiagiadakis1-0/+17
2017-02-26rtpjitterbuffer: Don't always reset PTS to 0 after a gapAndrew3-7/+10
2017-02-02rtpsession: relate received FIRs and PLIs to sourceMiguel París Díaz5-24/+26
2017-01-24rtpstats: Keep number of nacks sent/received per sourceSantiago Carot-Nemesio3-1/+10
2017-01-12rtxqueue: Expose basic statistics as properties.Mathieu Duponchelle2-1/+27
2017-01-09Fix indentationTim-Philipp Müller1-1/+1
2016-12-14rtpmanager: place content before Since-version API markerReynaldo H. Verdejo Pinochet2-8/+8
2016-12-02jitterbuffer: Don't leak duplicate itemsEdward Hervey2-1/+5
2016-11-27rtprtxsend: Update statistics before pushingEdward Hervey1-2/+3
2016-11-23rtpbin: Handle create_session() returning NULL in bundle codeSebastian Dröge1-0/+6
2016-11-18rtpmux: Mark pad as needing reconfiguration again if it failedSebastian Dröge1-2/+10
2016-11-16rtpbin: receive bundle supportPhilippe Normand2-159/+405
2016-11-04rtpjitterbuffer: fix timer-reuse bugHavard Graff1-0/+1
2016-11-04rtpjitterbuffer: fix lost-event using dts instead of ptsHavard Graff3-279/+286
2016-11-04rtpjitterbuffer: fix bug in reschedule_timerHavard Graff1-7/+12
2016-11-01rtpbin: avoid generating errors when rtcp messages are empty and check the qu...Alejandro G. Castro1-2/+10
2016-11-01rtpbin: pipeline gets an EOS when any rtpsources byesAlejandro G. Castro3-17/+21
2016-09-15ext, gst: fix indentationTim-Philipp Müller1-4/+4
2016-09-14rtpjitterbuffer: Fix calculating next_seqnum when dropping old buffers from a...Thomas Bluemel1-1/+1
2016-09-14rtpjitterbuffer: improved rtx-rtt averagingHavard Graff1-4/+27
2016-09-14rtpjitterbuffer: Detect whether to assume equidistant spacing when lossStian Selnes1-44/+66
2016-09-14rtpjitterbuffer: Don't request rtx if 'now' is past retry periodStian Selnes1-1/+2
2016-09-14rtpjitterbuffer: Fix lost duration when gap after lost timerStian Selnes1-1/+3
2016-09-14rtpjitterbuffer: Expose rtx-deadline as a propertyHavard Graff1-1/+33
2016-09-14rtpjitterbuffer: Improved expected-timer handling when gap > 0Havard Graff1-4/+6
2016-09-14rtpjitterbuffer: Major improvements for RTX statsStian Selnes1-61/+252
2016-09-14rtpjitterbuffer: Add and expose more stats and increase testing of itHavard Graff1-7/+44
2016-09-14rtxreceive: Set buffer flag for retransmitted packetsStian Selnes1-0/+1
2016-09-14rtpjitterbuffer: Option to disable rtx-delay-reorderHavard Graff1-33/+35
2016-08-26Revert "rtpmux: fix PROP_TIMESTAMP_OFFSET range problems"Olivier Crête2-25/+19
2016-08-26rtpmux: fix PROP_TIMESTAMP_OFFSET range problemsHavard Graff2-19/+25
2016-08-26rtpbin: introduce max-streams propertyHavard Graff2-1/+26
2016-08-26rtpsource: reordered packets are very normal, and should not be a warningHavard Graff1-1/+1
2016-08-26rtpsession: degrade g_warning to GST_ERRORHavard Graff1-1/+1
2016-08-25rtpsession: sanity check RTT before ignoring PLI/FIRStian Selnes1-0/+5
2016-08-25rtpsession: handle sdes messages with non-utf8 more gracefullyStian Selnes1-1/+5
2016-08-23gstrtpsession: refactor duplicate code into a functionHavard Graff1-17/+15
2016-08-23rtpbin: fix typo in max-misorder-time property nameVincent Penquerc'h1-1/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+26
2016-08-10rtpjitterbuffer: Actually calculate the packet rate for max-dropout and max-m...Thomas Bluemel2-3/+10
2016-08-10rtpjitterbuffer: Don't warn for duplicate packetsThomas Bluemel1-1/+1