- 4c420f9 Cleanup RemoteBitreateEstimatorSingleStream to use unit types by Danil Chapovalov · 1 year, 7 months ago
- 4f4e989 In remote bitrate estimator pass packet using RtpPacketReceived class by Danil Chapovalov · 1 year, 8 months ago
- 8743db9 Cleanup congestion controller min bitrate by Danil Chapovalov · 2 years, 8 months ago
- 74680c0 Cleanup RemoteBitrateEstimate::LatestEstimate function by Danil Chapovalov · 2 years, 9 months ago
- 2bc41bc Detach RemoteBitrateEstimator interface from Module by Danil Chapovalov · 2 years, 9 months ago
- 53cd346 RemoteBitrateEstimator: remove unused method. by Markus Handell · 3 years, 6 months ago
- 1fd7af5 Use backticks not vertical bars to denote variables in comments for /modules/remote_bitrate_estimator by Artem Titov · 3 years, 8 months ago
- fe2063e Remove REMB throttling funcionality from PacketRouter by Per Kjellander · 3 years, 11 months ago
- 898f091 Replace interfaces for sending RTCP with std::functions in ReceiveSideCongestionController by Per Kjellander · 4 years ago
- ee153c9 Send rtcp::RemoteEstimate and rtcp::TransportFeedback in one packet by Per Kjellander · 5 years ago
- 52f7ae7 Make NetworkStateEstimator injectable in RemoteBitrateEstimator by Per Kjellander · 6 years ago
- 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 6 years ago
- a12c42a Delete root header file typedef.h. by Niels Möller · 7 years ago
- 599df85 Resolve cyclic dependency in remote bitrate estimator by Danil Chapovalov · 8 years ago
- 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 8 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h]
- 76e62b0 Address some violations of chromium-style. by nisse · 8 years ago
- 52a0ce6 Delete unused method OnProbeBitrate. by nisse · 8 years ago
- 5419ac8 Remove unused RemoteBitrateEstimator::IncomingPacketFeedbackVector() by elad.alon · 8 years ago
- f082c2aa Set min BWE bitrate form 10kbps to 5kbps and centralize minimum bitrate. by michaelt · 8 years ago
- 2206c95 Revert of Fix some chromium style warnings in remote_bitrate_estimator.h (patchset #1 id:1 of https://codereview.webrtc.org/2387113008/ ) by terelius · 8 years ago
- c22bcf4 Fix some chromium style warnings in remote_bitrate_estimator.h by terelius · 8 years ago
- b2540bb Probing: Add support for exponential startup probing by Irfan Sheriff · 9 years ago
- 0aa9d18 Set send side bitrate estimate on successful probing attempt. by philipel · 9 years ago
- 2169d8b Reland of move audio/video distinction for probe packets. (patchset #1 id:1 of https://codereview.webrtc.org/2086633002/ ) by pbos · 9 years ago
- 17bde8c Revert of Remove audio/video distinction for probe packets. (patchset #2 id:20001 of https://codereview.webrtc.org/2061193002/ ) by honghaiz · 9 years ago
- a7d88d3 Remove audio/video distinction for probe packets. by Peter Boström · 9 years ago
- 3ee73a5 Make RemoteBitrateEstimator::GetStats() virtual. by Stefan Holmer · 9 years ago
- 59c634b Re-add RemoteBitrateEstimator::GetStats. by Stefan Holmer · 9 years ago
- 62a5ccd Update bitrate only when we have incoming packet. by Stefan Holmer · 9 years ago
- 58c664c Clean up of CongestionController. by Stefan Holmer · 9 years ago
- ff761fb modules: more interface -> include renames by Henrik Kjellander · 9 years ago
- 4fbd145 Fix suspend below min bitrate in new API by making it possible to set min bitrate at the receive-side. by stefan · 10 years ago
- 5e023eb Add TransportFeedback adapter, adapting remote feedback to bwe estiamtor by sprang · 10 years ago
- 11324b9 Wait for a longer time (5 seconds) before establishing the first bandwidth estimate. by Stefan Holmer · 10 years ago
- 468e62a Remove MimdRateControl and factories for RemoteBitrateEstimor. by Erik Språng · 10 years ago
- ff4ea93 Only use paced packets for estimating bitrate probes. by Stefan Holmer · 10 years ago
- fb609a1 Wire up new feedback format by introducing a FeedbackPacket type. by stefan@webrtc.org · 10 years ago
- 0b1534c Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess. by pkasting@chromium.org · 10 years ago
- 4591fbd Use size_t more consistently for packet/payload lengths. by pkasting@chromium.org · 10 years ago
- 5779ca4 Fixes a potential BWE clock mismatch bug. by stefan@webrtc.org · 11 years ago
- af839b2 Add AIMD option to BWE API. by stefan@webrtc.org · 11 years ago
- de78218 Change the type of propagation delta from int64 to int. by jiayl@webrtc.org · 11 years ago
- 1f64f06 Add stats of incoming frame delays for debugging bandwidth estimation. by jiayl@webrtc.org · 11 years ago
- e9abd59 Making RemoteRateControl::min_configured_bit_rate_ configurable by henrik.lundin@webrtc.org · 11 years ago
- 8215106 Framework for testing bandwidth estimation. by solenberg@webrtc.org · 11 years ago
- 91811e2 Remove unused multi stream bandwidth estimator. by solenberg@webrtc.org · 12 years ago
- de98478 Update the remote bitrate estimator before passing the packet to the RTP module. by stefan@webrtc.org · 12 years ago
- a6db54d - Created RemoteBitrateEstimator wrapper for use internally in (ViE) ChannelGroup. by solenberg@webrtc.org · 12 years ago
- 561990f - Changed RemoteBitrateEstimator::IncomingPacket() to include a const WebRtcRTPHeader& and remove ssrc, rtp_timestamp. by solenberg@webrtc.org · 12 years ago
- 29b2219 Adding a factory to remote bitrate estimator and allow it to be set via config. by andresp@webrtc.org · 12 years ago
- aea96d3 Rename webrtc::StatsObserver to webrtc::CallStatsObserver by fischman@webrtc.org · 12 years ago
- b586507 Break out RemoteBitrateEstimator from RtpRtcp module and make RemoteBitrateEstimator::Process trigger new REMB messages. by stefan@webrtc.org · 12 years ago
- 4100b04 Move SSRC list to RemoteBitrateEstimator. by stefan@webrtc.org · 12 years ago
- 42aa10e Clarifies the bandwidth estimation interfaces. by stefan@webrtc.org · 12 years ago
- 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago[Renamed from src/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h]
- 3aece42 Move the REMB summation into RemoteBitrateEstimatorSingleStream. by stefan@webrtc.org · 12 years ago
- 1ca4bf9 Remove unneccessary includes. by stefan@webrtc.org · 13 years ago
- 976a7e6 Adding support for jointly estimating bandwidth using all streams from the same sending client. by stefan@webrtc.org · 13 years ago
- bd7aeba Expose a set of options to the OveruseDetector supporting experiments by astor@webrtc.org · 13 years ago
- 9354cc9 Refactoring the receive-side bandwidth estimation into its own module. by stefan@webrtc.org · 13 years ago
- 20e13ed New attempt to revert r2362, since drover failed. by bjornv@webrtc.org · 13 years ago
- f728814 Refactoring the receive-side bandwidth estimation into its own module. by stefan@webrtc.org · 13 years ago