1. 5b8c0a2 Optional: Use nullopt and implicit construction in /modules/congestion_controller by Oskar Sundbom · 7 years ago
  2. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  3. 4a87e1c Remove encoding code from RtcEventLogImpl and use RtcEventLogEncoder instead by Elad Alon · 7 years ago
  4. 1d87b0e Create RtcEventLogEncoderLegacy by Elad Alon · 7 years ago
  5. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  6. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/congestion_controller/probe_bitrate_estimator.cc]
  7. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  8. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  9. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  10. 3764730 Only use 95% of the link capacity if the true link capacity is found by probing. by terelius · 8 years ago
  11. 91047e5 Remove redundant std::min from ProbeBitrateEstimator. by terelius · 8 years ago
  12. 76e62b0 Address some violations of chromium-style. by nisse · 8 years ago
  13. 8490f8a Remove GetFeedbackInterval in sender side BWE. by michaelt · 8 years ago
  14. f4238f9 Log probe results to RtcEventLog. by philipel · 8 years ago
  15. b5feb2e Use pacing info in ProbeBitrateEstimator to validate probe results. by philipel · 8 years ago
  16. 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
  17. 8aadd50 Propagate packet pacing information to SendTimeHistory. by philipel · 8 years ago
  18. c7bf32a Propagate packet pacing information to SenTimeHistory. by philipel · 8 years ago
  19. 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
  20. 0561bdf Only use payload size within the know send/receive interval for probing calculations. by philipel · 8 years ago
  21. f99a9de ProbingEstimator: Erase history based on time threshold by Irfan Sheriff · 8 years ago
  22. bf8a2c9 Probe bitrate estimator correction. by philipel · 8 years ago
  23. 233c4ba New ProbingCalculator class. by philipel · 9 years ago