aboutsummaryrefslogtreecommitdiff
path: root/modules/remote_bitrate_estimator/BUILD.gn
AgeCommit message (Expand)Author
2021-06-04Avoid using legacy rtp header parser in the rtp_to_text toolDanil Chapovalov
2021-06-03Modernize style in RemoteBitrateEstimatorAbsSendTime implementationDanil Chapovalov
2021-05-11Use a std::deque in RemoteEstimatorProxyVictor Boivie
2020-11-26Make the remote_bitrate_estimator build target privateNiels Möller
2020-08-25Delete unneeded dependencies on deprecated build target webrtc_commonNiels Möller
2020-07-07Migrate modules/remote_bitrate_estimator to webrtc::Mutex.Markus Handell
2020-06-08Use absl_deps in order to preapre to the Abseil component build release.Mirko Bonadei
2020-04-02Replace std::string::find() == 0 with absl::StartsWith (part 2).Mirko Bonadei
2020-01-21Reformat GN files.Mirko Bonadei
2019-10-17Use source_sets in component builds and static_library in release builds.Mirko Bonadei
2019-10-10Send rtcp::RemoteEstimate and rtcp::TransportFeedback in one packetPer Kjellander
2019-09-10Make NetworkStateEstimator injectable in RemoteBitrateEstimatorPer Kjellander
2019-07-08Remove bwe_rtp_play and add rtp_to_text to the build.Mirko Bonadei
2019-06-18Cleanup of resources from removed remote bitrate estimate test framework.Sebastian Jansson
2019-06-10Removes legacy remote bitrate estimator test framework.Sebastian Jansson
2019-05-09Move OverUseDetectorOptions out of common_types.hNiels Möller
2019-04-16Remove direct use of FieldTrials from modules/remote_bitrate_estimatorPer Kjellander
2019-04-15Allow injection of network estimator into GoogCC.Sebastian Jansson
2019-04-10Add base class NetworkPredictor and NetworkPredictorFactory and wire up.Ying Wang
2019-04-02Use SeqNumUnwapper to handle reordering of first packetsJohannes Kron
2019-03-27Introduce a configurable "critical low" bandwidth in AIMD rate control.Christoffer Rodbro
2019-03-21Cleanup BUILD.gn files from imports like foo:fooArtem Titov
2019-03-21Reland "Move api/rtp_headers.h to its own build target."Niels Möller
2019-03-20Revert "Move api/rtp_headers.h to its own build target."Steve Anton
2019-03-20Move api/rtp_headers.h to its own build target.Niels Möller
2019-03-01Implicitly suppress //build/config/clang:find_bad_constructs.Mirko Bonadei
2019-01-18Adds WebRtcKeyValueConfig interfaceSebastian Jansson
2018-11-29Extracts LinkCapacityEstimator from AimdRateControl.Sebastian Jansson
2018-11-28[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.Yves Gerey
2018-11-20Using unit classes in AimdRateControl.Sebastian Jansson
2018-10-31Harmonize paths to dependent targets.Yves Gerey
2018-10-23[Cleanup] Add missing #include. Remove useless ones.Yves Gerey
2018-10-15Extract functionality of test_main into separate library.Artem Titov
2018-10-08Reland "Reland "Using units in SendSideBandwidthEstimation.""Sebastian Jansson
2018-10-08Revert "Reland "Using units in SendSideBandwidthEstimation.""Sebastian Jansson
2018-10-08Reland "Using units in SendSideBandwidthEstimation."Sebastian Jansson
2018-10-08Revert "Using units in SendSideBandwidthEstimation."Oleh Prypin
2018-10-05Using units in SendSideBandwidthEstimation.Sebastian Jansson
2018-10-03Compile remote_bitrate_estimator without -Wno-exit-time-destructors.Mirko Bonadei
2018-09-28Remove deprecated field_trial_default and metrics_default.Mirko Bonadei
2018-09-11Fix no_global_constructors in remote_bitrate_estimator.Mirko Bonadei
2018-09-06Enable -Wexit-time-destructors and -Wglobal-constructors.Mirko Bonadei
2018-07-25Delete root header file typedef.h.Niels Möller
2018-07-20Enable clang::find_bad_constructs for remote_bitrate_estimator.Mirko Bonadei
2018-07-05Use absl::make_unique and absl::WrapUnique directlyKarl Wiberg
2018-07-02Removes redundant delay based bwe.Sebastian Jansson
2018-06-20Removing some MSVC warning suppression flags.Mirko Bonadei
2018-06-18Replace rtc::Optional with absl::optionalDanil Chapovalov
2018-05-24Replaces redundant congestion controller componentsSebastian Jansson
2018-03-16Remove the public_deps to fileutils from test_support.Patrik Höglund