1. 280de9e Reland: Fix race / crash in OnNetworkRouteChanged(). by Stefan Holmer · 9 years ago
  2. 5ec85fb Revert of Fix race / crash in OnNetworkRouteChanged(). (patchset #5 id:80001 of https://codereview.webrtc.org/2366333003/ ) by stefan · 9 years ago
  3. fd0d426 Fix race / crash in OnNetworkRouteChanged(). by stefan · 9 years ago
  4. b2540bb Probing: Add support for exponential startup probing by Irfan Sheriff · 9 years ago
  5. 0aa9d18 Set send side bitrate estimate on successful probing attempt. by philipel · 9 years ago
  6. 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
  7. 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
  8. 1895526 Move RtcEventLog object from inside VoiceEngine to Call. by Ivo Creusen · 9 years ago
  9. 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
  10. 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
  11. 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
  12. 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
  13. 2221e1c Update the BWE when the network route changes. by honghaiz · 9 years ago
  14. ec81bcd Remove SendPacer from ViEEncoder and make sure SendPacer starts at a valid bitrate by perkj · 9 years ago
  15. e30c272 Revert "Reland of Remove SendPacer from ViEEncoder by perkj · 9 years ago
  16. 28a4456 Revert "Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ )" by Per · 9 years ago
  17. 825eb58 Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ ) by perkj · 9 years ago
  18. 857c5cc Remove SendPacer from ViEEncoder by perkj · 9 years ago
  19. c6957c7 De-flake VideoSendStreamTest.ReconfigureBitratesSetsEncoderBitratesCorrectly by philipel · 9 years ago
  20. 4485ffb #include "webrtc/base/constructormagic.h" where appropriate by kwiberg · 9 years ago
  21. 22feaa3 Replace scoped_ptr with unique_ptr in webrtc/modules/ by kwiberg · 9 years ago
  22. a26ac92 Reland of move ignored return code from modules. (patchset #1 id:1 of https://codereview.webrtc.org/1736663004/ ) by pbos · 9 years ago
  23. da33a8a Revert of Remove ignored return code from modules. (patchset #3 id:40001 of https://codereview.webrtc.org/1703833002/ ) by torbjorng · 9 years ago
  24. f14c47a Remove ignored return code from modules. by Peter Boström · 9 years ago
  25. 5ad935c Remove mutable from rtc::CriticalSection members. by pbos · 9 years ago
  26. 32f8154 Support REMB in combination with send-side BWE. by stefan · 10 years ago
  27. 006d93d Added protobuf message for loss-based BWE events, and wired it up to the send side bandwidth estimator. by terelius · 10 years ago
  28. 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 10 years ago
  29. 867fb52 Add support for transport wide sequence numbers by sprang · 10 years ago
  30. e590416 Moving the pacer and the pacer thread to ChannelGroup. by Stefan Holmer · 10 years ago
  31. 8bd2f40 Remove code related to REMB suppressor experiment. by sprang@webrtc.org · 10 years ago
  32. 14665ff Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 10 years ago
  33. 792f1a1 Break out allocation from BitrateController into a BitrateAllocator. by stefan@webrtc.org · 10 years ago
  34. 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
  35. 16825b1 Use int64_t more consistently for times, in particular for RTT values. by pkasting@chromium.org · 11 years ago
  36. 9b79197 Suppress REMB in bitrate ctrl if it seems lika a short network glitch. by sprang@webrtc.org · 11 years ago
  37. 0b1534c Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess. by pkasting@chromium.org · 11 years ago
  38. edeea91 Change all system clock types to int64_t in bitrate_controller. by stefan@webrtc.org · 11 years ago
  39. 44caf01 Re-submit: rev5775 by andresp@webrtc.org · 11 years ago
  40. 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
  41. 6cd201c Revert 5775 "Modify bitrate controller to update bitrate based o..." by andrew@webrtc.org · 11 years ago
  42. da07737 Modify bitrate controller to update bitrate based on process call and not by andresp@webrtc.org · 11 years ago
  43. 07bc734 Refactor in BitrateController module. by andresp@webrtc.org · 11 years ago
  44. 16b75c2 Remove locks in SendSideBandwidthEstimation since those are only accessed while owning locks in by andresp@webrtc.org · 11 years ago
  45. 845862f Adding a new ramp-up-down-up test by henrik.lundin@webrtc.org · 11 years ago
  46. b56d0e3 Change the low-bitrate handling in BitrateControllerImpl by henrik.lundin@webrtc.org · 12 years ago
  47. 29dd0de Changing the bitrate clamping in BitrateControllerImpl by henrik.lundin@webrtc.org · 12 years ago
  48. 4fac8a4 Fix some chromium-style warnings in webrtc/modules/bitrate_controller/ by pbos@webrtc.org · 12 years ago
  49. 2e10b8e Include files from webrtc/.. paths in bitrate_controller/. by pbos@webrtc.org · 12 years ago
  50. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 13 years ago[Renamed from src/modules/bitrate_controller/bitrate_controller_impl.h]
  51. 1281dc0 Fixes issue 555 by replacing the bitrate/observer map with a list. by stefan@webrtc.org · 13 years ago
  52. a2cd732 Fix for calling OnNetworkChanged too often. by pwestin@webrtc.org · 13 years ago
  53. 1cd1162 Break out of send side bandwidth estimation and controll. by pwestin@webrtc.org · 13 years ago