aboutsummaryrefslogtreecommitdiff
path: root/modules/congestion_controller
AgeCommit message (Expand)Author
2019-12-05Apply network estimate by default.Sebastian Jansson
2019-11-28Remove WebRTC-Bwe-CongestionWindowDownlinkDelay.Mirko Bonadei
2019-11-22Add field trial to cap trendline slope in delay-based BWE.Björn Terelius
2019-11-21Add config to reduce weight on small samples in BitrateEstimator.Christoffer Rodbro
2019-11-19Store delay measurements as struct instead of std::pairBjörn Terelius
2019-11-18Enable WebRTC-Bwe-MaxRttLimit by default.Nikita Zetilov
2019-11-15Fix filtering of small packets in delay-based BWEBjörn Terelius
2019-11-11Simplified throughput estimatorBjörn Terelius
2019-11-06Using unit types in TransportFeedbackAdapter.Sebastian Jansson
2019-11-01Cleanup of TransportFeedbackAdapter.Sebastian Jansson
2019-10-30Cleanup of feedback observer interfaceSebastian Jansson
2019-10-29Removes OnPacketAdded callback from feedback adapter.Sebastian Jansson
2019-10-28Ignore low probe results when using NetworkStateEstimator under field trialPer Kjellander
2019-10-24Remove trial WebRTC-Bwe-ProbeRateFallbackPer Kjellander
2019-10-21Clarify NetworkControl interface: result of each function must be usedDanil Chapovalov
2019-10-18Update the minimum bitrate when a stream allocation is removed.Jakob Ivarsson
2019-10-17Use source_sets in component builds and static_library in release builds.Mirko Bonadei
2019-10-17Delete unused method PacedSender::QueueSizePacketsNiels Möller
2019-10-14Adds logging of NetworkStateEstimator estimates.Sebastian Jansson
2019-10-14Adds test for loss based controller under cross traffic induced loss.Sebastian Jansson
2019-10-11Adds support for stopping fake TCP cross traffic.Sebastian Jansson
2019-10-11Merging TransportFeedbackAdapter and SendTimeHistory.Sebastian Jansson
2019-10-04Account for IP and UDP headers in emulated networkNiels Möller
2019-10-04Cleanup of simple TODO(srte) comments.Sebastian Jansson
2019-10-01Improve readability in GoogCcNetworkController::OnSentPacketElad Alon
2019-09-30Refactoring CapBitrateToThresholds in SendSideBandwidthEstimation.Sebastian Jansson
2019-09-26Renaming variables in SendSideBandwidthEstimation.Sebastian Jansson
2019-09-25Cleanup of unused field trials and options in SendSideBandwidthEstimationSebastian Jansson
2019-09-25Cleanup of target rates in GoogCC/SendSideBandwidthEstimation.Sebastian Jansson
2019-09-25Moves contents of bitrate_controller to goog_ccSebastian Jansson
2019-09-24Replacing bandwidth adaptation trial with stable target in Opus encoder.Sebastian Jansson
2019-09-24Include module_common_types.h only where neededNiels Möller
2019-09-19Propagating TargetRate struct to BitrateAllocator.Sebastian Jansson
2019-09-19Improve trendline estimator logging.Björn Terelius
2019-09-17Use std::make_unique instead of absl::make_unique.Mirko Bonadei
2019-09-12Backoff to acked bitrate during first overuse detectionPer Kjellander
2019-09-11Stop using rtc_event.h forward headerDanil Chapovalov
2019-09-10Make NetworkStateEstimator injectable in RemoteBitrateEstimatorPer Kjellander
2019-09-04Make the stable target rate always less or equal than the target rateFlorent Castelli
2019-09-01Filter out small packets from delay-based overuse detection.Bjorn Terelius
2019-08-22Wire the stable target bitrate from GoogCC to the BitrateAllocatorFlorent Castelli
2019-08-19Make "WebRTC-BweAllocProbingOnlyInAlr/Enabled/" default and remove key.Konrad Hofbauer
2019-08-14Use struct parser for AlrDetector config.Sebastian Jansson
2019-08-09Delete unused class MockTargetTransferRateObserverNiels Möller
2019-08-07Delete deprecated rtc_event_log headerDanil Chapovalov
2019-07-24Report congestion window updates on GoogCC time updatesEvan Shrubsole
2019-07-24Add congestion window values to GoogCcPrinterEvan Shrubsole
2019-07-19Removes overuse predictor.Sebastian Jansson
2019-07-08Format almost everything.Jonas Olsson
2019-06-27Adds interface for remote network estimates to NetworkControllerInterface.Sebastian Jansson