aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h
AgeCommit message (Expand)Author
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-09-28Fix suspend below min bitrate in new API by making it possible to set min bit...stefan
2015-09-14Add TransportFeedback adapter, adapting remote feedback to bwe estiamtorsprang
2015-07-09Wait for a longer time (5 seconds) before establishing the first bandwidth es...Stefan Holmer
2015-07-06Remove MimdRateControl and factories for RemoteBitrateEstimor.Erik Språng
2015-06-18Only use paced packets for estimating bitrate probes.Stefan Holmer
2015-02-06Wire up new feedback format by introducing a FeedbackPacket type.stefan@webrtc.org
2014-12-15Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess.pkasting@chromium.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-07-01Fixes a potential BWE clock mismatch bug.stefan@webrtc.org
2014-03-24Add AIMD option to BWE API.stefan@webrtc.org
2014-02-12Change the type of propagation delta from int64 to int.jiayl@webrtc.org
2014-02-10Add stats of incoming frame delays for debugging bandwidth estimation.jiayl@webrtc.org
2013-12-13Making RemoteRateControl::min_configured_bit_rate_ configurablehenrik.lundin@webrtc.org
2013-10-21Framework for testing bandwidth estimation.solenberg@webrtc.org
2013-06-25Remove unused multi stream bandwidth estimator.solenberg@webrtc.org
2013-06-04Update the remote bitrate estimator before passing the packet to the RTP module.stefan@webrtc.org
2013-05-27- Created RemoteBitrateEstimator wrapper for use internally in (ViE) ChannelG...solenberg@webrtc.org
2013-05-22- Changed RemoteBitrateEstimator::IncomingPacket() to include a const WebRtcR...solenberg@webrtc.org
2013-05-14Adding a factory to remote bitrate estimator and allow it to be set via config.andresp@webrtc.org
2013-02-19Rename webrtc::StatsObserver to webrtc::CallStatsObserverfischman@webrtc.org
2013-02-01Break out RemoteBitrateEstimator from RtpRtcp module and make RemoteBitrateEs...stefan@webrtc.org
2012-11-19Move SSRC list to RemoteBitrateEstimator.stefan@webrtc.org
2012-11-13Clarifies the bandwidth estimation interfaces.stefan@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org