1. 0676f22 Probe on video encoder reconfiguration test. by philipel · 7 years ago
  2. db4fa4b Propagating total_bitrate_bps from BitrateAllocator to ProbeController, part 3. by philipel · 7 years ago
  3. ea86bb7 Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" by Sebastian Jansson · 7 years ago
  4. 65792c5 Revert "Revert "Reland "Moved congestion controller to task queue.""" by Sebastian Jansson · 7 years ago
  5. 4e849f6 Revert "Reland "Moved congestion controller to task queue."" by Danil Chapovalov · 7 years ago
  6. bda5068 Revert "Moved congestion controller to goog_cc folder." by Danil Chapovalov · 7 years ago[Renamed (93%) from modules/congestion_controller/goog_cc/probe_controller.h]
  7. e6cefdf Moved congestion controller to goog_cc folder. by Sebastian Jansson · 7 years ago[Renamed (93%) from modules/congestion_controller/probe_controller.h]
  8. 57daeb7 Reland "Moved congestion controller to task queue." by Sebastian Jansson · 7 years ago
  9. 5a503b0 Revert "Moved congestion controller to task queue." by Sebastian Jansson · 7 years ago
  10. 0cbcba7 Moved congestion controller to task queue. by Sebastian Jansson · 7 years ago
  11. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 8 years ago
  12. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  13. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/modules/congestion_controller/probe_controller.h]
  14. 56359be Update thread annotiation macros in modules to use RTC_ prefix by danilchap · 8 years ago
  15. 3376c84 Add probing to recover faster from large bitrate drops. A single probe at 85% of the original bitrate is sent when transitioning from underusing back to normal state. The actual sending of the probes is disabled by default, and enabled by the field trial string WebRTC-BweRapidRecoveryExperiment/Enabled/. Existing code that did probing after large drops in ALR have been restructured so that it also delays the probe until we are no longer overusing. by terelius · 8 years ago
  16. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  17. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  18. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  19. 61ce37e Mark |Clock*| as |const Clock*| (for some CongestionController and BWE related modules) by elad.alon · 8 years ago
  20. cb9ba30 Perform probing on network route change. by philipel · 8 years ago
  21. 2df0734 Add WebRTC.BWE.MidCallProbing.* metrics. by philipel · 8 years ago
  22. 5bc3945 Fix integer overflow in ProbeController. by sergeyu · 8 years ago
  23. 80ed35e Implement periodic bandwidth probing in application-limited region. by sergeyu · 8 years ago
  24. e2b1501 Start probes only after network is connected. by Sergey Ulanov · 8 years ago
  25. 906c5dc Revert of Start probes only after network is connected. (patchset #9 id:240001 of https://codereview.webrtc.org/2458863002/ ) by honghaiz · 8 years ago
  26. 5c99c76 Start probes only after network is connected. by sergeyu · 8 years ago
  27. 1eb1293 Handle BW drop in ALR region and initiate probing by Irfan Sheriff · 8 years ago
  28. b2540bb Probing: Add support for exponential startup probing by Irfan Sheriff · 9 years ago