1. 79492bf Add functions to send feedback according to RFC 8888 in ReceiveSideCongestionController. by Per K · 8 months ago
  2. a97c292 Ensure packets are sorted on arrival time in CongestionControlFeedbackGenerator by Per K · 8 months ago
  3. 1072257 Disable CongestionControlFeedbackGeneratorTest.ReportsFirstReceivedPacketArrivalTimeButEcnFromCePacketIfDuplicate by Per K · 8 months ago
  4. bd49fa6 Add CongestionControlFeedbackGenerator by Per K · 8 months ago
  5. 49c860f Remove BWE logging functionality by Per K · 8 months ago
  6. 0596503 Split BandwidthUsage from network_state_predictor.h by Björn Terelius · 8 months ago
  7. 99c519b Mass removal of absl_deps in all BUILD.gn files by Florent Castelli · 8 months ago
  8. c78f25b Rename RemoteEstimatorProxy to TransportSequenceNumberFeedbackGenenerator by Per K · 8 months ago
  9. b84097e Delete deprecated ReceiveSideCongestionController constructor by Danil Chapovalov · 9 months ago
  10. d5c107d Remove expired WebRTC-Bwe-SubtractAdditionalBackoffTerm by Emil Lundmark · 10 months ago
  11. 7b4b398 Remove DCHECK when transport feedback on request can't be produced by Danil Chapovalov · 1 year, 2 months ago
  12. f124572 Per default enable WebRTC-Bwe-EstimateBoundedIncrease/c_upper:true by Per K · 1 year, 2 months ago
  13. 98e71f5 Subtract an additional 5kbps of the bitrate when backing off. by Björn Terelius · 1 year, 4 months ago
  14. 85c05a8 Update RemoteBitreateEstimatorAbsSendTime to use BitrateTracker by Danil Chapovalov · 1 year, 5 months ago
  15. 4c420f9 Cleanup RemoteBitreateEstimatorSingleStream to use unit types by Danil Chapovalov · 1 year, 6 months ago
  16. a041a97 Reset RobustThroughputEstimator if recv timestamp jump backwards by Per K · 1 year, 5 months ago
  17. b5dedfc In AimdRateControl, add trial to use current bitrate as min upper limit by Per K · 1 year, 5 months ago
  18. 9a09ed73 Cleanup RemoteBitrateEstimatorSingleStream by Danil Chapovalov · 1 year, 6 months ago
  19. 4f4e989 In remote bitrate estimator pass packet using RtpPacketReceived class by Danil Chapovalov · 1 year, 6 months ago
  20. 2b5beb9 Set correct absolute send time on reordered packets by Per K · 1 year, 8 months ago
  21. c018bae Format /modules by Jared Siskin · 1 year, 9 months ago
  22. deb25d2 Cleanup ReceiveSideCongestionController api from OnReceivedPacket taking legacy RTPHeader by Danil Chapovalov · 1 year, 10 months ago
  23. 755ffa7 Remove unused field trial parameters from AimdRateControl. by Per K · 1 year, 10 months ago
  24. 1821faa Cleanup AimdRateControl interface and unittests by Danil Chapovalov · 1 year, 10 months ago
  25. 48476d8 Fix generating transport feedback RTCP packet by Danil Chapovalov · 1 year, 10 months ago
  26. 0e5501f Cleanup OveruseDetector from tracers of old experimentation by Danil Chapovalov · 1 year, 10 months ago
  27. bbc926d Cleanup construction parameters for remote bitrate estimator helpers by Danil Chapovalov · 1 year, 10 months ago
  28. 198d0d7 Remove mutexes from remote bitrate estimators by Danil Chapovalov · 1 year, 10 months ago
  29. 65ab5fd Cleanup RemoteEstimatorProxy::IncomingPacket by Danil Chapovalov · 2 years ago
  30. dad91a6 Send periodic TransportFeedback based on extension version by Per K · 2 years ago
  31. a6b9924 Remove all usage of //rtc_base target by Florent Castelli · 2 years ago
  32. 17f783e Skip trimming packet arrival history at the beginning by Danil Chapovalov · 2 years, 1 month ago
  33. 097fc34 [Unwrap] Prepare SequenceNumberUnwrapper for migrations by Evan Shrubsole · 2 years, 1 month ago
  34. b1b2840 Remove field trial string WebRTC-Bwe-EstimateBoundedBackoff by Per Kjellander · 2 years, 2 months ago
  35. f889217 In RemoteBitrateEstimator unwrap remote_rate_ member from unique_ptr by Danil Chapovalov · 2 years, 2 months ago
  36. c19ec96 Delete WebRTC-Bwe-TransportWideFeedbackIntervals as unused by Danil Chapovalov · 2 years, 2 months ago
  37. c5aac4e Fix crash in PacketArrivalMap::EraseTo() when using missing seq number by Johannes Kron · 2 years, 2 months ago
  38. bc43fe3 Remove field trial string WebRTC-AdaptiveBweThreshold and cleanup by Per Kjellander · 2 years, 2 months ago
  39. ea59abe Speed up congestion controller feedback fuzzer by Danil Chapovalov · 2 years, 3 months ago
  40. ae56776 Revise video owners by Emil Lundmark · 2 years, 4 months ago
  41. 7f0a7ac Improve PacketArrivalTimeMap perfomance by Danil Chapovalov · 2 years, 6 months ago
  42. a204ad2 clean up misc TimeDelta use by Philipp Hancke · 2 years, 7 months ago
  43. 8743db9 Cleanup congestion controller min bitrate by Danil Chapovalov · 2 years, 6 months ago
  44. fc22dfa In RemoteEstimatorProxy treat zero arrival time as valid by Danil Chapovalov · 2 years, 6 months ago
  45. 9dcbfd8 Revert "In bitrate estimator Improve handing send time of out of order packets" by Mirko Bonadei · 2 years, 6 months ago
  46. 2295ddb In bitrate estimator Improve handing send time of out of order packets by Danil Chapovalov · 2 years, 7 months ago
  47. 74680c0 Cleanup RemoteBitrateEstimate::LatestEstimate function by Danil Chapovalov · 2 years, 7 months ago
  48. 2bc41bc Detach RemoteBitrateEstimator interface from Module by Danil Chapovalov · 2 years, 7 months ago
  49. 3a08d2a Reland "Detach RemoteEstimatorProxy from RemoteBitrateEstimator interface" by Danil Chapovalov · 2 years, 7 months ago
  50. 6769e95 Revert "Detach RemoteEstimatorProxy from RemoteBitrateEstimator interface" by Danil Chapovalov · 2 years, 7 months ago
  51. 08c7e75 Detach RemoteEstimatorProxy from RemoteBitrateEstimator interface by Danil Chapovalov · 2 years, 7 months ago
  52. e58f199 Add Timestamp -> AbsoluteSendTime conversion function by Danil Chapovalov · 2 years, 7 months ago
  53. 1220855 In RemoteEstimatorProxy use Timestamp type by Danil Chapovalov · 2 years, 8 months ago
  54. f6934c3 Add method ReceiveSideCongestionController::SetTransportOverhead by Per Kjellander · 2 years, 8 months ago
  55. ea1e6f4 Delete rtc_base/format_macros.h by Niels Möller · 2 years, 9 months ago
  56. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 2 years, 9 months ago
  57. 6bb1fd3 Move rate_statistics out of rtc_base_approved by Florent Castelli · 2 years, 9 months ago
  58. f4db351 Move race_checker out of rtc_base_approved by Florent Castelli · 2 years, 10 months ago
  59. 71337f3 Move random out of rtc_base_approved by Florent Castelli · 2 years, 10 months ago
  60. 45a0599 Remove platform_thread from //rtc_base:rtc_base_approved public_deps by Florent Castelli · 2 years, 10 months ago
  61. a529b0c Fix chromium roll: remove variables that are written but not accessed by Artem Titov · 2 years, 10 months ago
  62. 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 2 years, 10 months ago
  63. 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 2 years, 10 months ago
  64. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 2 years, 10 months ago
  65. b6c5855 Add fieldtrial flag to AimdRateControl to increase to link capacity by Per Kjellander · 2 years, 10 months ago
  66. e62c2f2 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf by Jonas Oreland · 2 years, 10 months ago
  67. 0a5e12b Reland "Apply lower bound of delay based estimate in AimdRateControl::ClampBitrate" by Per Kjellander · 2 years, 10 months ago
  68. 865d94e Revert "Apply lower bound of delay based estimate in AimdRateControl::ClampBitrate" by Per Kjellander · 2 years, 10 months ago
  69. e66e6a8 Apply lower bound of delay based estimate in AimdRateControl::ClampBitrate by Per Kjellander · 2 years, 10 months ago
  70. ed99dae WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 1 by Jonas Oreland · 2 years, 11 months ago
  71. 4d54260 Field trial to not clamp delay based estimate to a lowered link estimate by Per Kjellander · 2 years, 11 months ago
  72. f73b524 Add perkj@ as owner of remote_bitrate_estimator by Per Kjellander · 2 years, 11 months ago
  73. 1410076 Add field trial for limiting probes and delay based estimates to link capacity. by Per Kjellander · 2 years, 11 months ago
  74. 6cae2d5 Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years ago
  75. 3f87250 Revert "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years ago
  76. 5f0eb93 Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely by Byoungchan Lee · 3 years ago
  77. 604fd2f Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ by Byoungchan Lee · 3 years ago
  78. 63654ef Remove manual implementaion of the c++17 insert_or_assign by Danil Chapovalov · 3 years ago
  79. ef5b21e Deprecate and remove usage for WARNING log level by Harald Alvestrand · 3 years, 2 months ago
  80. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 2 months ago
  81. 53cd346 RemoteBitrateEstimator: remove unused method. by Markus Handell · 3 years, 3 months ago
  82. 1fd7af5 Use backticks not vertical bars to denote variables in comments for /modules/remote_bitrate_estimator by Artem Titov · 3 years, 6 months ago
  83. 190244b Remove all #include <assert.h>/<cassert> and usage in Obj-C code. by Mirko Bonadei · 3 years, 7 months ago
  84. 25ab322 Replace assert() with RTC_DCHECK(). by Mirko Bonadei · 3 years, 7 months ago
  85. 1a778a2 Avoid using legacy rtp header parser in the rtp_to_text tool by Danil Chapovalov · 3 years, 8 months ago
  86. 52c7fd6 Modernize style in RemoteBitrateEstimatorAbsSendTime implementation by Danil Chapovalov · 3 years, 8 months ago
  87. fe2063e Remove REMB throttling funcionality from PacketRouter by Per Kjellander · 3 years, 9 months ago
  88. ae1f8f5 Use a std::deque in RemoteEstimatorProxy by Victor Boivie · 3 years, 9 months ago
  89. 7b4ee15 Refactor RemoteEstimatorProxy by Victor Boivie · 3 years, 9 months ago
  90. 898f091 Replace interfaces for sending RTCP with std::functions in ReceiveSideCongestionController by Per Kjellander · 3 years, 9 months ago
  91. 0d863f7 Cleanup of bwe_defines.h by Niels Möller · 4 years, 2 months ago
  92. e57eb34 Make the remote_bitrate_estimator build target private by Niels Möller · 4 years, 2 months ago
  93. de95329 Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS by Niels Möller · 4 years, 4 months ago
  94. cccd550 Delete unneeded dependencies on deprecated build target webrtc_common by Niels Möller · 4 years, 5 months ago
  95. edcb907 Migrate modules/remote_bitrate_estimator to webrtc::Mutex. by Markus Handell · 4 years, 7 months ago
  96. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 8 months ago
  97. 014197b In modules/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 8 months ago
  98. 06d3559 Replace std::string::find() == 0 with absl::StartsWith (part 2). by Mirko Bonadei · 4 years, 10 months ago
  99. 5b60b19 Cleanup: Removes unused AimdRateControl field trials. by Sebastian Jansson · 4 years, 11 months ago
  100. 4940e08 Cleanup: Improving readability in AimdRateControl by Sebastian Jansson · 4 years, 11 months ago