Sign in
webrtc
/
src
/
abbff89b298da3b03cf1f1b23c651f25017ab9b1
/
modules
/
congestion_controller
/
probe_bitrate_estimator.cc
5b8c0a2
Optional: Use nullopt and implicit construction in /modules/congestion_controller
by Oskar Sundbom
· 7 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 7 years ago
4a87e1c
Remove encoding code from RtcEventLogImpl and use RtcEventLogEncoder instead
by Elad Alon
· 7 years ago
1d87b0e
Create RtcEventLogEncoderLegacy
by Elad Alon
· 7 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 7 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 7 years ago
[Renamed from webrtc/modules/congestion_controller/probe_bitrate_estimator.cc]
c20978e
Rename webrtc/base -> webrtc/rtc_base
by Edward Lemur
· 8 years ago
dca1e09
Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)"
by Henrik Kjellander
· 8 years ago
c8fa692
Update includes for webrtc/{base => rtc_base} rename (1/3)
by kjellander
· 8 years ago
3764730
Only use 95% of the link capacity if the true link capacity is found by probing.
by terelius
· 8 years ago
91047e5
Remove redundant std::min from ProbeBitrateEstimator.
by terelius
· 8 years ago
76e62b0
Address some violations of chromium-style.
by nisse
· 8 years ago
8490f8a
Remove GetFeedbackInterval in sender side BWE.
by michaelt
· 8 years ago
f4238f9
Log probe results to RtcEventLog.
by philipel
· 8 years ago
b5feb2e
Use pacing info in ProbeBitrateEstimator to validate probe results.
by philipel
· 8 years ago
f949000
Rename webrtc::PacketInfo to webrtc::PacketFeedback. This resolves ambiguity with a similarly named RTCPReceiver::PacketInformation and RtpPacketizerVp9::PacketInfo.
by elad.alon
· 8 years ago
8aadd50
Propagate packet pacing information to SendTimeHistory.
by philipel
· 8 years ago
c7bf32a
Propagate packet pacing information to SenTimeHistory.
by philipel
· 8 years ago
4e7e8d7
Now probe for x3 and x6 of the initial start bitrate and allow for faster receive bitrates when calculating probing estimates.
by philipel
· 8 years ago
0561bdf
Only use payload size within the know send/receive interval for probing calculations.
by philipel
· 8 years ago
f99a9de
ProbingEstimator: Erase history based on time threshold
by Irfan Sheriff
· 8 years ago
bf8a2c9
Probe bitrate estimator correction.
by philipel
· 8 years ago
233c4ba
New ProbingCalculator class.
by philipel
· 9 years ago