aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/remote_bitrate_estimator/include
AgeCommit message (Expand)Author
2015-12-15Simple CL to fix lint errors in webrtc/modules/remote_bitrate_estimator. Adde...terelius
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-10-23Set send times in send time history via OnSentPacket.stefan
2015-09-28Fix suspend below min bitrate in new API by making it possible to set min bit...stefan
2015-09-16Add RTC_ prefix to contructormagic macros.henrikg
2015-09-14Add TransportFeedback adapter, adapting remote feedback to bwe estiamtorsprang
2015-09-04Update SendTimeHistory to store complete PacketInfo, not just send timesprang
2015-08-03Add support for transport wide sequence numberssprang
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-05-07Move timestamp_extrapolator and rtp_to_ntp to system wrapper so that it can b...wu@webrtc.org
2014-04-24Calculate local/remote clock delta and capture ntp timestamp in receiver's ti...wu@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-07-03Proper spacing for end-of-namespace comments.pbos@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-27Include files from webrtc/.. paths in remote_bitrate_estimator/pbos@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-04-18revert r3871mikhal@webrtc.org
2013-04-18- Replace the BWE_MIN and BWE_MAX macros with std::min and std::maxsolenberg@webrtc.org
2013-04-08WebRtc_Word32 => int32_t remote_bitrate_estimator/pbos@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