aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
AgeCommit message (Expand)Author
2015-12-15[rtp_rtcp] fixed lint errors in rtp_rtcp module that are not fixed in other CLsdanilchap
2015-12-10lint build/include errors fixed in rtp_rtcp moduledanilchap
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-10-13Avoid data race in RtcpReceiver.sprang
2015-10-02Unify newapi::RtcpMode and RTCPMethod.pbos
2015-09-24Reland "Wire up send-side bandwidth estimation."Erik Språng
2015-09-23Revert of Wire up send-side bandwidth estimation. (patchset #8 id:140001 of h...Erik Språng
2015-09-22Wire up send-side bandwidth estimation.sprang
2015-09-17Remove channel ids from various interfaces.Peter Boström
2015-07-24Removed extended jitter report from RtcpSender.Erik Språng
2015-04-23Prevent sender RTCP signals for receive-only channels.Peter Boström
2015-02-25Removing FEC functionality from the default RTP module.mflodman@webrtc.org
2015-02-19Add RtcpPacketTypeCounter stats to new API.pbos@webrtc.org
2015-02-17Fix data race for RTCPReceiver stats callback.pbos@webrtc.org
2015-01-29Remove ChangeUniqueID.tommi@webrtc.org
2015-01-21Change CreateOrGetReportBlockInformation to have one return path.asapersson@webrtc.org
2015-01-12Use int64_t more consistently for times, in particular for RTT values.pkasting@chromium.org
2014-12-19Rtp-Rtcp sender cleanup.pbos@webrtc.org
2014-12-18Store the received report blocks map (mapped per remote ssrc) in a map per so...asapersson@webrtc.org
2014-11-14Report total bitrate for all streams in GetStats.pbos@webrtc.org
2014-10-29Add stats for duplicate sent and received NACK requests.asapersson@webrtc.org
2014-07-15Make RTCP sender report send media bytes.pbos@webrtc.org
2014-02-19Add RTCP packet type counter (for getting statistics such as sent/received NA...asapersson@webrtc.org
2013-12-05Add callbacks for send channel rtcp statisticssprang@webrtc.org
2013-11-04Removed unused code.asapersson@webrtc.org
2013-10-31Propagate estimated RTT from receivers to rtt observer.asapersson@webrtc.org
2013-10-02Added support for sending and receiving RTCP XR packets:asapersson@webrtc.org
2013-09-17Add support for multiple report blocks.stefan@webrtc.org
2013-08-15Update talk to 50918584.wu@webrtc.org
2013-07-16Revert r4301tnakamura@webrtc.org
2013-07-05Breaking out receive-stats, rtp-payload-registry and rtp-receiver from thestefan@webrtc.org
2013-07-03Proper spacing for end-of-namespace comments.pbos@webrtc.org
2013-05-29Include files from webrtc/.. paths in rtp_rtcp/pbos@webrtc.org
2013-04-23Revert "Add a default RTT to CallStats and use different values for buffered/...stefan@webrtc.org
2013-04-23Add a default RTT to CallStats and use different values for buffered/real-tim...stefan@webrtc.org
2013-04-08WebRtc_Word32 => int32_t for rtp_rtcp/pbos@webrtc.org
2013-02-01Break out RemoteBitrateEstimator from RtpRtcp module and make RemoteBitrateEs...stefan@webrtc.org
2013-01-21Move video_coding to new Clock interface and remove fake clock implementation...stefan@webrtc.org
2013-01-17Break out RtpClock to system_wrappers and make it more generic.stefan@webrtc.org
2013-01-09Add logs when no RTCP RR has been received for three regular RTCP intervals.mflodman@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org