1. 26b6756 Fix BitrateControllerImpl not to ignore BW probe results mid-call. by sergeyu · 9 years ago
  2. 492ee28 Use bayesian estimate of acked bitrate. by Stefan Holmer · 9 years ago
  3. 61050f6 Fixig issues in BWE dynamics plot scripts. by gaetano.carlucci · 9 years ago
  4. 280de9e Reland: Fix race / crash in OnNetworkRouteChanged(). by Stefan Holmer · 9 years ago
  5. 5ec85fb Revert of Fix race / crash in OnNetworkRouteChanged(). (patchset #5 id:80001 of https://codereview.webrtc.org/2366333003/ ) by stefan · 9 years ago
  6. fd0d426 Fix race / crash in OnNetworkRouteChanged(). by stefan · 9 years ago
  7. 52a5703 Enable BWE logging to command line when rtc_enable_bwe_test_logging is set to true by gaetano.carlucci · 9 years ago
  8. b2540bb Probing: Add support for exponential startup probing by Irfan Sheriff · 9 years ago
  9. 0aa9d18 Set send side bitrate estimate on successful probing attempt. by philipel · 9 years ago
  10. d48717b Fix issue where the number of packets reported in tests/simulations sometimes are negative. by stefan · 9 years ago
  11. 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
  12. 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
  13. 1895526 Move RtcEventLog object from inside VoiceEngine to Call. by Ivo Creusen · 9 years ago
  14. 059e183 Reland of "Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://… (patchset #1 id:1 of https://codereview.webrtc.org/2098703004/ ) by honghaiz · 9 years ago
  15. ae4d0d9 Revert of Revert "Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://… (patchset #5 id:120001 of https://codereview.webrtc.org/2041593002/ ) by honghaiz · 9 years ago
  16. 5b5d2cd Revert "Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://codereview.webrtc.org/2000063003/ )" by Honghai Zhang · 9 years ago
  17. 72d41aa Revert of Update the BWE when the network route changes. (patchset #5 id:180001 of https://codereview.webrtc.org/2000063003/ ) by guidou · 9 years ago
  18. 2221e1c Update the BWE when the network route changes. by honghaiz · 9 years ago
  19. ec81bcd Remove SendPacer from ViEEncoder and make sure SendPacer starts at a valid bitrate by perkj · 9 years ago
  20. e30c272 Revert "Reland of Remove SendPacer from ViEEncoder by perkj · 9 years ago
  21. 28a4456 Revert "Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ )" by Per · 9 years ago
  22. 825eb58 Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ ) by perkj · 9 years ago
  23. 857c5cc Remove SendPacer from ViEEncoder by perkj · 9 years ago
  24. c6957c7 De-flake VideoSendStreamTest.ReconfigureBitratesSetsEncoderBitratesCorrectly by philipel · 9 years ago
  25. a26ac92 Reland of move ignored return code from modules. (patchset #1 id:1 of https://codereview.webrtc.org/1736663004/ ) by pbos · 9 years ago
  26. da33a8a Revert of Remove ignored return code from modules. (patchset #3 id:40001 of https://codereview.webrtc.org/1703833002/ ) by torbjorng · 9 years ago
  27. f14c47a Remove ignored return code from modules. by Peter Boström · 9 years ago
  28. f91e6d0 Enable cpplint for webrtc/modules/bitrate_controller and fix all uncovered cpplint errors. by jbauch · 9 years ago
  29. 32f8154 Support REMB in combination with send-side BWE. by stefan · 10 years ago
  30. 006d93d Added protobuf message for loss-based BWE events, and wired it up to the send side bandwidth estimator. by terelius · 10 years ago
  31. ff761fb modules: more interface -> include renames by Henrik Kjellander · 10 years ago
  32. b6b0b92 Rate limit the low bandwidth / min bitrate warning to once every 10 seconds. by stefan · 10 years ago
  33. 867fb52 Add support for transport wide sequence numbers by sprang · 10 years ago
  34. e590416 Moving the pacer and the pacer thread to ChannelGroup. by Stefan Holmer · 10 years ago
  35. 8bd2f40 Remove code related to REMB suppressor experiment. by sprang@webrtc.org · 10 years ago
  36. 14665ff Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 10 years ago
  37. 792f1a1 Break out allocation from BitrateController into a BitrateAllocator. by stefan@webrtc.org · 10 years ago
  38. 16825b1 Use int64_t more consistently for times, in particular for RTT values. by pkasting@chromium.org · 11 years ago
  39. 9b79197 Suppress REMB in bitrate ctrl if it seems lika a short network glitch. by sprang@webrtc.org · 11 years ago
  40. 0b1534c Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess. by pkasting@chromium.org · 11 years ago
  41. edeea91 Change all system clock types to int64_t in bitrate_controller. by stefan@webrtc.org · 11 years ago
  42. 077593b Ensure that the start bitrate can be set multiple times. by stefan@webrtc.org · 11 years ago
  43. 44caf01 Re-submit: rev5775 by andresp@webrtc.org · 11 years ago
  44. 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
  45. 6cd201c Revert 5775 "Modify bitrate controller to update bitrate based o..." by andrew@webrtc.org · 11 years ago
  46. da07737 Modify bitrate controller to update bitrate based on process call and not by andresp@webrtc.org · 11 years ago
  47. 07bc734 Refactor in BitrateController module. by andresp@webrtc.org · 11 years ago
  48. 16b75c2 Remove locks in SendSideBandwidthEstimation since those are only accessed while owning locks in by andresp@webrtc.org · 11 years ago
  49. 845862f Adding a new ramp-up-down-up test by henrik.lundin@webrtc.org · 11 years ago
  50. b56d0e3 Change the low-bitrate handling in BitrateControllerImpl by henrik.lundin@webrtc.org · 12 years ago
  51. 29dd0de Changing the bitrate clamping in BitrateControllerImpl by henrik.lundin@webrtc.org · 12 years ago
  52. 28a331e Add support for multiple report blocks. by stefan@webrtc.org · 12 years ago
  53. 4fac8a4 Fix some chromium-style warnings in webrtc/modules/bitrate_controller/ by pbos@webrtc.org · 12 years ago
  54. 2e10b8e Include files from webrtc/.. paths in bitrate_controller/. by pbos@webrtc.org · 12 years ago
  55. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 13 years ago[Renamed from src/modules/bitrate_controller/bitrate_controller_impl.cc]
  56. 1281dc0 Fixes issue 555 by replacing the bitrate/observer map with a list. by stefan@webrtc.org · 13 years ago
  57. e9727cd Fixed some memory leaks. by pwestin@webrtc.org · 13 years ago
  58. a2cd732 Fix for calling OnNetworkChanged too often. by pwestin@webrtc.org · 13 years ago
  59. 1cd1162 Break out of send side bandwidth estimation and controll. by pwestin@webrtc.org · 13 years ago