index
:
~bilboed/gst-plugins-good
WIP
closedcaption
damaged
master
pushfile
qtdemux
qtdemux-cc
qtdemuxgap
qtpushfix
Personal repository for gst-plugins-good
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
rtpmanager
/
rtpsession.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-02
rtpsession: Handle zero length feedback packets
Haakon Sporsheim
1
-6
/
+17
2017-11-01
rtpsesson: downgrade message level to debug when detected XR
Justin Kim
1
-0
/
+6
2017-07-04
rtpsession: Send EOS if all internal sources sent bye
Olivier Crête
1
-1
/
+1
2017-07-04
rtpsession: Only send EOS if all sources have been marked bye
Olivier Crête
1
-2
/
+17
2017-05-31
rtpsession: print value of unknown RTCP Payload Type
Juan Navarro
1
-1
/
+1
2017-04-19
Revert "rtpbin: pipeline gets an EOS when any rtpsources byes"
Tim-Philipp Müller
1
-1
/
+5
2017-03-16
rtpsession: print the correct variable in debug statement
George Kiagiadakis
1
-1
/
+1
2017-02-02
rtpsession: relate received FIRs and PLIs to source
Miguel París Díaz
1
-17
/
+18
2017-01-24
rtpstats: Keep number of nacks sent/received per source
Santiago Carot-Nemesio
1
-0
/
+3
2016-11-01
rtpbin: avoid generating errors when rtcp messages are empty and check the qu...
Alejandro G. Castro
1
-2
/
+10
2016-11-01
rtpbin: pipeline gets an EOS when any rtpsources byes
Alejandro G. Castro
1
-5
/
+1
2016-09-15
ext, gst: fix indentation
Tim-Philipp Müller
1
-4
/
+4
2016-08-26
rtpsession: degrade g_warning to GST_ERROR
Havard Graff
1
-1
/
+1
2016-08-25
rtpsession: sanity check RTT before ignoring PLI/FIR
Stian Selnes
1
-0
/
+5
2016-08-25
rtpsession: handle sdes messages with non-utf8 more gracefully
Stian Selnes
1
-1
/
+5
2016-06-17
rtpsession: take the lock when changing stats
Miguel París Díaz
1
-2
/
+5
2016-05-20
rtpsession: don't act on suspicious BYE RTCP
Mikhail Fludkov
1
-14
/
+7
2016-05-15
rtpsession: Take the lock already when reading the other stats, not just for ...
Sebastian Dröge
1
-1
/
+1
2016-05-11
rtpsession: Don't notify about stats property changes while taking the sessio...
Sebastian Dröge
1
-3
/
+3
2016-05-06
rtpsession: Take session lock when creating stats
Miguel París Díaz
1
-0
/
+2
2016-03-30
rtpsession: Add new signal 'on-app-rtcp'
Stian Selnes
1
-0
/
+45
2015-12-07
rtpsession: Add a warning if an empty RTCP packet is tried to be sent
Sebastian Dröge
1
-0
/
+3
2015-11-25
rtpmanager: rtpsession: don't send empty RTCP packets
Alessandro Decina
1
-4
/
+9
2015-11-05
rtpmanager: Document properties that are expressed in bits per second
Arun Raghavan
1
-6
/
+6
2015-11-05
rtpmanager: Trivial gst-indent fixes
Arun Raghavan
1
-3
/
+2
2015-10-11
rtpmanager: Add 'source-stats' to stats and notify
Stian Selnes
1
-1
/
+34
2015-10-11
rtpsession: Implement sending of reduced size RTCP packets
Sebastian Dröge
1
-2
/
+20
2015-10-07
rtpmanager: add "max-dropout-time" and "max-misorder-time" props
Miguel París Díaz
1
-4
/
+33
2015-10-02
rtpmanager: add new on-new-sender-ssrc, on-sender-ssrc-active signals
Hyunjun Ko
1
-0
/
+68
2015-06-10
rtp: Use GST_BUFFER_PTS() instead of GST_BUFFER_TIMESTAMP()
Sebastian Dröge
1
-1
/
+1
2015-06-07
rtpsession: Override the SSRC from the packets' SSRC if none was given via ca...
Sebastian Dröge
1
-0
/
+9
2015-06-05
rtpsession: Only suggest our internal ssrc if it's not a random one and was s...
Sebastian Dröge
1
-5
/
+13
2015-06-05
rtpsession: Add support for receiving reduced size rtcp
Jose Antonio Santos Cadenas
1
-1
/
+1
2015-06-02
rtpsession: Only schedule a timer when we actually have to send RTCP
Sebastian Dröge
1
-60
/
+112
2015-06-02
rtpsession: Remove useless goto
Sebastian Dröge
1
-7
/
+1
2015-06-02
rtpsession: Only put RRs and full SDES into regular RTCP packets
Sebastian Dröge
1
-5
/
+11
2015-06-02
rtpsession: Keep track of tp/tn and t_rr_last separately
Sebastian Dröge
1
-11
/
+16
2015-06-02
rtpsession: Add property for selecting RTP profile (AVP/AVPF/etc)
Sebastian Dröge
1
-5
/
+38
2015-05-21
rtpsession: Don't crash if we receive FIR/PLI from a source we don't know
Sebastian Dröge
1
-2
/
+4
2015-05-21
rtpsession: Fix collection of statistics
Santiago Carot-Nemesio
1
-3
/
+2
2015-05-07
Revert "rtpsession: Also report internal sources in on-new-ssrc and on-ssrc-a...
Sebastian Dröge
1
-13
/
+0
2015-05-06
rtpsession: Also report internal sources in on-new-ssrc and on-ssrc-active
Sebastian Dröge
1
-0
/
+13
2015-05-04
rtpsession: The stats min_interval is in seconds, not nanoseconds
Sebastian Dröge
1
-1
/
+1
2015-05-04
rtpsession: Only return TRUE if early feedback was requested already and it's...
Sebastian Dröge
1
-1
/
+1
2015-04-27
rtpsession: Use bandwidth calculation by default instead of some arbitrary ha...
Sebastian Dröge
1
-2
/
+2
2015-04-27
rtpsession: Bandwidth is supposed to be in bits/s, not bytes/s
Sebastian Dröge
1
-2
/
+1
2015-04-24
remove unused enum items PROP_LAST
Luis de Bethencourt
1
-2
/
+1
2015-04-16
rtpsession: Track RTX ssrc caps
Arun Raghavan
1
-0
/
+9
2015-04-14
rtpsession: Not sending early RTCP now because of dithering means we send it ...
Sebastian Dröge
1
-4
/
+10
2015-04-14
rtpsession: Improve debug output a bit if we can't allow early feedback
Sebastian Dröge
1
-1
/
+10
[next]