rtpsession: Use bandwidth calculation by default instead of some arbitrary hardcoded...
[platform/upstream/gst-plugins-good.git] / gst / rtpmanager / rtpsession.c
2015-04-27 Sebastian Drögertpsession: Use bandwidth calculation by default instea...
2015-04-27 Sebastian Drögertpsession: Bandwidth is supposed to be in bits/s,...
2015-04-24 Luis de Bethencourtremove unused enum items PROP_LAST
2015-04-16 Arun Raghavanrtpsession: Track RTX ssrc caps
2015-04-14 Sebastian Drögertpsession: Not sending early RTCP now because of dithe...
2015-04-14 Sebastian Drögertpsession: Improve debug output a bit if we can't...
2015-03-10 Tim-Philipp MüllerFix double semicolons
2015-03-04 Santiago Carot-Nemesiortp: Add Full Intra Request (FIR) packets to statistics
2015-03-04 Santiago Carot-Nemesiortp: Add Packet Loss Indication (PLI) to statistics
2015-03-04 Sebastian Drögertpsession: Add explanation why we have space for 32...
2015-03-04 Sebastian DrögeRevert "rtpsession: Do not use an array of maps if...
2015-03-04 Santiago Carot-Nemesiortpsession: Do not use an array of maps if they are...
2015-02-11 Sebastian Drögertpsession: Handle first RTCP packet and early feedback...
2015-01-30 Sebastian Drögertpsession: Fix signal name
2015-01-30 Sebastian Drögertpsession: Add new on-receiving-rtcp signal
2015-01-26 Sebastian Drögertpsession: Deprecate rtcp-immediate-feedback-threshold...
2015-01-26 Sebastian Drögertpsession: Delay the next regular RTCP packet after...
2015-01-26 Sebastian Drögertpsession: Add new send-rtcp-full signal
2015-01-22 Sebastian Drögertpsession: Fix indention
2014-10-22 Miguel París Díazrtpsession: fix Early Feedback Transmission
2014-09-23 Sanjay NMMiscellaneous minor cleanups
2014-05-16 Wim Taymansrtpsession: update last_activity when sending RTP
2014-05-14 George Kiagiadakisrtpsession: remove unused if branch
2014-05-14 George Kiagiadakisrtpsession: cleanup sources that have sent BYE
2014-05-14 George Kiagiadakisrtpsession: unify nested if clauses
2014-05-14 George Kiagiadakisrtpsession: timeout internal sources that are inactive...
2014-05-03 Olivier Crêtertpsession: Keep local conflicting addresses in the...
2014-04-18 Wim Taymansrtpsession: send reconfigure when internal-ssrc changes
2014-03-05 Wim Taymanssession: small cleanups
2014-03-05 Wim Taymanssession: handle unknown SSRC in FIR
2014-01-03 Wim Taymanssession: place SSRC in Retransmission event
2013-12-30 Wim Taymansrtpsession: internal-ssrc is no longer deprecated
2013-12-30 George Kiagiadakisrtpsession: allow setting internal-ssrc again
2013-12-13 Olivier Crêtertpsession: Add error message if the app tries to set...
2013-12-13 Olivier Crêtertpsession: Only count nacks when a nack packet is...
2013-12-13 Olivier Crêtertpsession: Process PSFB FIR requests which lack the...
2013-12-12 George Kiagiadakisrtpsession: fix rb blocks disappearing after the first...
2013-12-12 George Kiagiadakisrtpsession: keep extra stats for scheduling BYE
2013-12-12 George Kiagiadakisrtpsession: when we schedule BYE, only deal with BYE...
2013-12-12 George Kiagiadakisrtpsession: reset state after scheduling BYE
2013-12-12 George Kiagiadakisrtpsession: also count NACKS when no signal was pending
2013-12-12 George Kiagiadakissession: ignore RTCP packets for the BYE sources
2013-12-10 Julien Isorcertpsession: determine if the session is doing point...
2013-11-28 Wim Taymansrtpsession: don't unref buffer twice
2013-11-16 Tim-Philipp Müllerrtpmanager: fix Since markers
2013-11-15 Torrie Fischergstrtpsession: Implement a number of feedback packet...
2013-11-07 Wim Taymansrtpsource: update receiver stats for sender
2013-09-13 Olivier Crêtertpsession: Demux RTCP buffers from the RTP stream
2013-09-13 Wim Taymansrtpbin: use PacketInfo for the sender
2013-09-13 Wim Taymansrtpbin: store more in the PacketInfo
2013-09-13 Wim Taymanssession: store more in the PacketInfo structure
2013-09-13 Wim Taymansrtpbin: RTPArrivalStats -> RTPPacketInfo
2013-08-27 Wim Taymanssession: only update next check time when reconsidering
2013-08-27 Wim Taymanssession: add more debug
2013-08-26 Wim Taymansrtsession: fix locking
2013-08-26 Wim Taymansrtpsession: add some more debug
2013-08-19 Wim Taymanssession: add some docs
2013-08-19 Wim Taymanssession: handle NACK feedback and generate events
2013-08-06 Wim Taymanssession: add NACK feedback in RTCP
2013-08-06 Wim Taymanssession: handle Retransmission event and schedule NACK
2013-08-06 Wim Taymanssession: pass data to remove func
2013-08-05 Wim Taymanssession: use common send_rtcp method
2013-08-05 Wim Taymanssession: Don't use ClockTimeDiff for unsigned delays
2013-08-04 Tim-Philipp Müllerrtpmanager: use generic marshaller
2013-08-02 Wim Taymanssession: add FIR and PLI like other RTCP packets
2013-07-26 Wim Taymanssession: don't make buffer writable prematurely
2013-07-26 Wim Taymanssession: ignore RTCP for inactive sources
2013-07-26 Wim Taymanssession: small cleanup
2013-07-26 Wim Taymanssession: handle partial RTCP report blocks
2013-07-26 Wim Taymanssession: create SSRC before doing session cleanup
2013-07-26 Wim Taymanssession: reorganize the report block code
2013-07-26 Wim Taymanssession: refactor active and sender checks
2013-07-26 Wim Taymanssession: remove internal sources on timeout
2013-07-26 Wim Taymanssession: create an internal source for RTCP
2013-07-26 Wim Taymanssession: remove old code to change SSRC
2013-07-26 Wim Taymanssession: delay allocation of internal source
2013-07-26 Wim Taymanssession: generate reconfigure on collision
2013-07-26 Wim Taymanssession: produce RTCP for all internal sources
2013-07-26 Wim Taymanssession: deprecate internal source and ssrc properties
2013-07-26 Wim Taymanssession: internal sources don't use probation
2013-07-26 Wim Taymanssession: give caps to session
2013-07-26 Wim Taymanssession: make method to suggest available SSRC
2013-07-26 Wim Taymanssession: keep SDES and set on new internal sources
2013-07-26 Wim Taymanssession: make method to make internal sources
2013-07-26 Wim Taymanssession: count internal sources and how many are senders
2013-07-26 Wim Taymansrtpsession: separate BYE marking and scheduling
2013-07-26 Wim Taymanssession: get SSRC from RTCP packet itself
2013-07-26 Wim Taymanssession: fix bandwidth calculation
2013-07-26 Wim Taymanssession: add some docs
2013-07-26 Wim Taymanssession: Rearrange RTCP reporting a little
2013-07-26 Wim Taymanssession: move check for is_early around
2013-07-26 Wim Taymanssession: parse packet outside of the session lock
2013-07-26 Wim Taymanssession: do nicer checks for internal sources
2013-07-26 Wim Taymanssession: let source keep track if it sent BYE
2013-07-26 Wim Taymanssource: also use the source for bye_reason
2013-07-26 Wim Taymanssession: configure sdes with structure only
2013-07-26 Wim Taymanssession: refactor add and find source
2013-07-26 Wim Taymanssession: remove source from sync_rtcp
2013-07-23 Wim Taymansrtpsession: don't use invalid times in RTCP timeouts
2013-07-23 Wim Taymansrtpsession: lock session when changing bandwidth
next