index
:
~adn770/gst-plugins-good
0.10
alpha
master
qtdemux-0.10
GStreamer plugins good hacking
adn770
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
rtpmanager
/
rtpsession.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2015-03-10
Fix double semicolons
Tim-Philipp Müller
1
-1
/
+1
2015-03-04
rtp: Add Full Intra Request (FIR) packets to statistics
Santiago Carot-Nemesio
1
-0
/
+2
2015-03-04
rtp: Add Packet Loss Indication (PLI) to statistics
Santiago Carot-Nemesio
1
-0
/
+4
2015-03-04
rtpsession: Add explanation why we have space for 32 hash tables
Sebastian Dröge
1
-2
/
+9
2015-03-04
Revert "rtpsession: Do not use an array of maps if they are not being used"
Sebastian Dröge
1
-20
/
+37
2015-03-04
rtpsession: Do not use an array of maps if they are not being used
Santiago Carot-Nemesio
1
-37
/
+20
2015-02-11
rtpsession: Handle first RTCP packet and early feedback correctly
Sebastian Dröge
1
-9
/
+43
2015-01-30
rtpsession: Fix signal name
Sebastian Dröge
1
-1
/
+1
2015-01-30
rtpsession: Add new on-receiving-rtcp signal
Sebastian Dröge
1
-0
/
+20
2015-01-26
rtpsession: Deprecate rtcp-immediate-feedback-threshold property
Sebastian Dröge
1
-2
/
+2
2015-01-26
rtpsession: Delay the next regular RTCP packet after early RTCP
Sebastian Dröge
1
-4
/
+9
2015-01-26
rtpsession: Add new send-rtcp-full signal
Sebastian Dröge
1
-0
/
+21
[next]