1. f082c2a Set min BWE bitrate form 10kbps to 5kbps and centralize minimum bitrate. by michaelt · 9 years ago
  2. 2d81eb3 Fix BWE simulations so that it uses the delay based BWE. by terelius · 9 years ago
  3. db158f9 Fix experiment name in BitrateControllerTest. by Stefan Holmer · 9 years ago
  4. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 9 years ago
  5. 280de9e Reland: Fix race / crash in OnNetworkRouteChanged(). by Stefan Holmer · 9 years ago
  6. 5ec85fb Revert of Fix race / crash in OnNetworkRouteChanged(). (patchset #5 id:80001 of https://codereview.webrtc.org/2366333003/ ) by stefan · 9 years ago
  7. fd0d426 Fix race / crash in OnNetworkRouteChanged(). by stefan · 9 years ago
  8. 77eab70 Enable the -Wundef warning for clang by kwiberg · 9 years ago
  9. 52200d0 Stop increasing loss-based BWE if no feedback is received. by Stefan Holmer · 9 years ago
  10. b2540bb Probing: Add support for exponential startup probing by Irfan Sheriff · 9 years ago
  11. d48717b Fix issue where the number of packets reported in tests/simulations sometimes are negative. by stefan · 9 years ago
  12. fa1d568 Added NiceMock for MockRtcEventLog in several unittests where we don't care about the event logging. by Ivo Creusen · 9 years ago
  13. 14d5dbe Reland of "Move RtcEventLog object from inside VoiceEngine to Call.", "Fix to make the start/stop functions for the Rtc Eventlog non-virtual." and "Fix for RtcEventLog ObjC interface" by ivoc · 9 years ago
  14. 9e03c3b Revert of Move RtcEventLog object from inside VoiceEngine to Call. (patchset #16 id:420001 of https://codereview.webrtc.org/1748403002/ ) by ivoc · 9 years ago
  15. 1895526 Move RtcEventLog object from inside VoiceEngine to Call. by Ivo Creusen · 9 years ago
  16. ec81bcd Remove SendPacer from ViEEncoder and make sure SendPacer starts at a valid bitrate by perkj · 9 years ago
  17. e30c272 Revert "Reland of Remove SendPacer from ViEEncoder by perkj · 9 years ago
  18. 28a4456 Revert "Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ )" by Per · 9 years ago
  19. 825eb58 Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ ) by perkj · 9 years ago
  20. 857c5cc Remove SendPacer from ViEEncoder by perkj · 9 years ago
  21. f91e6d0 Enable cpplint for webrtc/modules/bitrate_controller and fix all uncovered cpplint errors. by jbauch · 9 years ago
  22. 32f8154 Support REMB in combination with send-side BWE. by stefan · 10 years ago
  23. ff761fb modules: more interface -> include renames by Henrik Kjellander · 10 years ago
  24. e590416 Moving the pacer and the pacer thread to ChannelGroup. by Stefan Holmer · 10 years ago
  25. 792f1a1 Break out allocation from BitrateController into a BitrateAllocator. by stefan@webrtc.org · 10 years ago
  26. 16825b1 Use int64_t more consistently for times, in particular for RTT values. by pkasting@chromium.org · 11 years ago
  27. edeea91 Change all system clock types to int64_t in bitrate_controller. by stefan@webrtc.org · 11 years ago
  28. 83d4804 Put send-side bwe probing under finch experiment. by stefan@webrtc.org · 11 years ago
  29. 82462aa Adds support for sending first set of packets at increasingly higher bitrates to probe the link and faster ramp up to a high bitrate. by stefan@webrtc.org · 11 years ago
  30. 077593b Ensure that the start bitrate can be set multiple times. by stefan@webrtc.org · 11 years ago
  31. 44caf01 Re-submit: rev5775 by andresp@webrtc.org · 11 years ago
  32. 4e65602 Add API to allow deducting bitrate from incoming estimates before the capacity is distributed among outgoing video streams. For example, this can be used to reserve space for audio streams. by solenberg@webrtc.org · 11 years ago
  33. 6cd201c Revert 5775 "Modify bitrate controller to update bitrate based o..." by andrew@webrtc.org · 11 years ago
  34. da07737 Modify bitrate controller to update bitrate based on process call and not by andresp@webrtc.org · 11 years ago
  35. 07bc734 Refactor in BitrateController module. by andresp@webrtc.org · 11 years ago
  36. 29dd0de Changing the bitrate clamping in BitrateControllerImpl by henrik.lundin@webrtc.org · 12 years ago
  37. 28a331e Add support for multiple report blocks. by stefan@webrtc.org · 12 years ago
  38. 2e10b8e Include files from webrtc/.. paths in bitrate_controller/. by pbos@webrtc.org · 12 years ago
  39. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 13 years ago[Renamed from src/modules/bitrate_controller/bitrate_controller_unittest.cc]
  40. 1281dc0 Fixes issue 555 by replacing the bitrate/observer map with a list. by stefan@webrtc.org · 13 years ago
  41. 2e84c11 Updating bitrate controller tests to test naming conventions. by kjellander@webrtc.org · 13 years ago[Renamed (61%) from src/modules/bitrate_controller/test/test_bitrate_controller.cc]
  42. a2cd732 Fix for calling OnNetworkChanged too often. by pwestin@webrtc.org · 13 years ago
  43. 1cd1162 Break out of send side bandwidth estimation and controll. by pwestin@webrtc.org · 13 years ago