1. cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 4 years, 6 months ago
  2. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 4 years, 7 months ago
  3. 9b881ab Enable congestion window pushback to reduce bitrate by only drop video frames. by Ying Wang · 4 years, 7 months ago
  4. 538ca57 Converts const methods in BitrateAllocator to non-member functions. by Sebastian Jansson · 5 years ago
  5. f34116e Replacing bandwidth adaptation trial with stable target in Opus encoder. by Sebastian Jansson · 5 years ago
  6. 40de3cc Propagating TargetRate struct to BitrateAllocator. by Sebastian Jansson · 5 years ago
  7. 93b1ea2 Using struct for bitrate allocation limits. by Sebastian Jansson · 5 years ago
  8. 4d461ba Reusing MediaStreamAllocationConfig struct in ObserverConfig. by Sebastian Jansson · 5 years ago
  9. 4e615d5 Wire the stable target bitrate from GoogCC to the BitrateAllocator by Florent Castelli · 5 years ago
  10. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 5 years ago
  11. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 5 years ago
  12. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 5 years ago
  13. 4ad51d8 Removes SendSideCongestionController. by Sebastian Jansson · 5 years ago
  14. 8f119ca Enable experiments with audio bitrate priority. by Jonas Olsson · 5 years ago
  15. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 5 years ago
  16. da6806c Injecting Clock into BitrateAllocator. by Sebastian Jansson · 5 years ago
  17. 464a557 Adds audio priority bitrate field trial parameter. by Sebastian Jansson · 6 years ago
  18. 681de20 Stop changing the requested max bitrate based on protection level. by Rasmus Brandt · 6 years ago
  19. 79f0d4d Enables feature to account for unacknowledged data. by Sebastian Jansson · 6 years ago
  20. 2701bc9 Signals start rate when registering to TargetTransferRateObserver. by Sebastian Jansson · 6 years ago
  21. 00672b1 Don't trigger too many probes when max allocated bitrate changes. by Erik Språng · 6 years ago
  22. d1d7b23 Include protection bitrate in total max allocated bitrate by Erik Språng · 6 years ago
  23. 6736df1 Moves BitrateAllocationUpdate to api. by Sebastian Jansson · 6 years ago
  24. 13e5903 Using unit classes in BitrateAllocationUpdate struct. by Sebastian Jansson · 6 years ago
  25. 89c94b9 Adds target bandwidth to BitrateAllocator. by Sebastian Jansson · 6 years ago
  26. e2754c9 Fixes bug in AudioPriorityBitrateAllocationStrategy field trial. by Sebastian Jansson · 6 years ago
  27. c0e4d45 Adds BitrateAllocation struct to OnBitrateUpdated. by Sebastian Jansson · 6 years ago
  28. 44a262a Declares BitrateAllocator methods const. by Sebastian Jansson · 6 years ago
  29. 35fa280 Adds allocated rate without feedback to new congestion controller. by Sebastian Jansson · 6 years ago
  30. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  31. d4043f6 Replace runtime thread checks by compile-time checks. by Niels Möller · 6 years ago
  32. 74e5f80 Make BitrateAllocator::transmission_max_bitrate_multiplier_ const. by Niels Möller · 6 years ago
  33. 24ad720 Uses config struct with bitrate allocator. by Sebastian Jansson · 6 years ago
  34. 448f4d5 Checking if total max bitrate has changed in BitrateAllocator. by Sebastian Jansson · 6 years ago
  35. 29b204e Tracking packet feedback availability in BitrateAllocator. by Sebastian Jansson · 6 years ago
  36. fe617a3 Adding has_packet_feedback to LimitObserver callback. by Sebastian Jansson · 6 years ago
  37. 012b7e7 Add a couple of logs. by Ying Wang · 6 years ago
  38. a646d30 Enables configuration of transmission max bitrate multiplier and fec protection level. by Ying Wang · 6 years ago
  39. f69e768 Propagating total_bitrate_bps from BitrateAllocator to ProbeController, part 1. by philipel · 6 years ago
  40. 1eb051c Made functions on BitrateAllocator::ObserverConfig member functions by srte · 7 years ago
  41. e0b2ff5 Add kTransmissionMaxBitrateMultiplier logic to audio priority bitrate allocation strategy similarly to default bitrate allocation logic. by Alex Narest · 7 years ago
  42. fe73d6a Extended the bitrate allocator to allow allocation to tracks based upon priorities which are planned to be defined as a relative bitrate in the RTCRtpEncodingParameters. by Seth Hampson · 7 years ago
  43. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  44. 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
  45. dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
  46. a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
  47. 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
  48. 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
  49. b3944f0 Media track ID visibility at BWE level by Alex Narest · 7 years ago
  50. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  51. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/call/bitrate_allocator.cc]
  52. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  53. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  54. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  55. 93e4522 Renaming probing_interval to bwe_period globally. by minyue · 7 years ago
  56. 5ef2bc1 Reland of Fixes a bug where a video stream can get stuck in the suspended state. (patchset #1 id:1 of https://codereview.chromium.org/2703393002/ ) by philipel · 8 years ago
  57. b80bdca Revert of Fixes a bug where a video stream can get stuck in the suspended state. (patchset #8 id:120001 of https://codereview.webrtc.org/2705603002/ ) by philipel · 8 years ago
  58. a518a39 Fixes a bug where a video stream can get stuck in the suspended state. by stefan · 8 years ago
  59. 78b4d56 Relanding "Pass time constant to bwe smoothing filter." by minyue · 8 years ago
  60. af476c7 RTC_[D]CHECK_op: Remove "u" suffix on integer constants by kwiberg · 8 years ago
  61. 6287e82 Revert of Pass time constant to bwe smoothing filter. (patchset #8 id:140001 of https://codereview.webrtc.org/2518923003/ ) by ossu · 8 years ago
  62. 9abbf5a Pass time constanct to bwe smoothing filter. by michaelt · 8 years ago
  63. e2b1501 Start probes only after network is connected. by Sergey Ulanov · 8 years ago
  64. 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
  65. 5c99c76 Start probes only after network is connected. by sergeyu · 8 years ago
  66. 1d02d3e Remove RTC_LOGGED_* macro. by asapersson · 8 years ago
  67. 26091b1 This reverts commit 8eb37a39e79fe1098d3503dcb8c8c2d196203fed. Chrome now have its own implementation of TaskQueues that is based on Chrome threads. by perkj · 8 years ago
  68. 8eb37a3 Revert of Add task queue to Call. (patchset #42 id:840001 of https://codereview.webrtc.org/2060403002/ ) by perkj · 8 years ago
  69. cc16836 - Add task queue to Call with the intent of replacing the use of one of the process threads. by perkj · 8 years ago
  70. 9b522f8 Add more logging about the bwe state and VideoSendStream state. by perkj · 8 years ago
  71. 48a4beb Auto pause video streams based on encoder target bitrate. by mflodman · 8 years ago
  72. 57c21f9 Remove ViEEncoder::Pause / Start by perkj · 8 years ago
  73. 71ee44c This cl: by perkj · 8 years ago
  74. 101f250 Implementing auto pausing of video streams. by mflodman · 8 years ago
  75. fea9309 This reland https://codereview.webrtc.org/1932683002/. by perkj · 8 years ago
  76. 2ebe5b1 Refactor before implementing per stream suspension. by mflodman · 8 years ago
  77. ec81bcd Remove SendPacer from ViEEncoder and make sure SendPacer starts at a valid bitrate by perkj · 8 years ago
  78. e30c272 Revert "Reland of Remove SendPacer from ViEEncoder by perkj · 8 years ago
  79. 28a4456 Revert "Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ )" by Per · 8 years ago
  80. 825eb58 Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ ) by perkj · 8 years ago
  81. 857c5cc Remove SendPacer from ViEEncoder by perkj · 8 years ago
  82. 86aabb2 Move BitrateAllocator reference from ViEEncoder to VideoSendStream. by mflodman · 8 years ago
  83. 63cb434 Switch use of CriticalSectionWrapper -> rtc::CriticalSection in call/ by tommi · 9 years ago
  84. 0e7e259 Move BitrateAllocator from BitrateController logic to Call. by mflodman · 9 years ago[Renamed (97%) from webrtc/modules/bitrate_controller/bitrate_allocator.cc]
  85. 2f48d94 Set pacer target bitrate to max of bwe and bitrate allocation. by sprang · 9 years ago
  86. 8e4e8b0 Simplify BitrateAllocator::AddBitrateObserver. by Peter Boström · 9 years ago
  87. e590416 Moving the pacer and the pacer thread to ChannelGroup. by Stefan Holmer · 9 years ago
  88. 792f1a1 Break out allocation from BitrateController into a BitrateAllocator. by stefan@webrtc.org · 9 years ago