1. c4ae80f Update thread annotiation macros in modules to use RTC_ prefix by danilchap · 7 years ago
  2. 76de83e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  3. a67d960 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  4. ae2f9a7 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  5. 4fd1b9b Merge BitrateControllerImpl::RtcpBandwidthObserverImpl into BitrateControllerImpl by Danil Chapovalov · 8 years ago
  6. 3422f07 Mark |Clock*| as |const Clock*| (for some CongestionController and BWE related modules) by elad.alon · 8 years ago
  7. bd2a918 Reland: Fix race / crash in OnNetworkRouteChanged(). by Stefan Holmer · 8 years ago
  8. 8a98322 Revert of Fix race / crash in OnNetworkRouteChanged(). (patchset #5 id:80001 of https://codereview.webrtc.org/2366333003/ ) by stefan · 8 years ago
  9. d7b2d14 Fix race / crash in OnNetworkRouteChanged(). by stefan · 8 years ago
  10. bc20603 Probing: Add support for exponential startup probing by Irfan Sheriff · 8 years ago
  11. 482a074 Set send side bitrate estimate on successful probing attempt. by philipel · 8 years ago
  12. 23ea12e 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
  13. 822f09e 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
  14. 1e2f1e5 Move RtcEventLog object from inside VoiceEngine to Call. by Ivo Creusen · 9 years ago
  15. 0e15799 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
  16. 632995d 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
  17. cb624fd 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
  18. eb7760d 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
  19. 0792056 Update the BWE when the network route changes. by honghaiz · 9 years ago
  20. d6e6c8d Remove SendPacer from ViEEncoder and make sure SendPacer starts at a valid bitrate by perkj · 9 years ago
  21. fe59b8e Revert "Reland of Remove SendPacer from ViEEncoder by perkj · 9 years ago
  22. 760fe89 Revert "Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ )" by Per · 9 years ago
  23. 737cc97 Revert of Remove SendPacer from ViEEncoder (patchset #13 id:240001 of https://codereview.webrtc.org/1917793002/ ) by perkj · 9 years ago
  24. 94dd955 Remove SendPacer from ViEEncoder by perkj · 9 years ago
  25. 5a49e6a De-flake VideoSendStreamTest.ReconfigureBitratesSetsEncoderBitratesCorrectly by philipel · 9 years ago
  26. 5fb5bd2 #include "webrtc/base/constructormagic.h" where appropriate by kwiberg · 9 years ago
  27. 7958832 Replace scoped_ptr with unique_ptr in webrtc/modules/ by kwiberg · 9 years ago
  28. 36df4c4 Reland of move ignored return code from modules. (patchset #1 id:1 of https://codereview.webrtc.org/1736663004/ ) by pbos · 9 years ago
  29. eccded4 Revert of Remove ignored return code from modules. (patchset #3 id:40001 of https://codereview.webrtc.org/1703833002/ ) by torbjorng · 9 years ago
  30. d8e75e5 Remove ignored return code from modules. by Peter Boström · 9 years ago
  31. 1e5b805 Remove mutable from rtc::CriticalSection members. by pbos · 9 years ago
  32. 10a9538 Support REMB in combination with send-side BWE. by stefan · 9 years ago
  33. cfdad3c Added protobuf message for loss-based BWE events, and wired it up to the send side bandwidth estimator. by terelius · 9 years ago
  34. 9199c0e Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  35. 374a570 Add support for transport wide sequence numbers by sprang · 9 years ago
  36. ca55fa1 Moving the pacer and the pacer thread to ChannelGroup. by Stefan Holmer · 10 years ago
  37. ae790fe Remove code related to REMB suppressor experiment. by sprang@webrtc.org · 10 years ago
  38. 860ac53 Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 10 years ago
  39. 3ada29b Break out allocation from BitrateController into a BitrateAllocator. by stefan@webrtc.org · 10 years ago
  40. deb9dae Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 10 years ago
  41. a3166c4 Use int64_t more consistently for times, in particular for RTT values. by pkasting@chromium.org · 10 years ago
  42. 16d3b5a Suppress REMB in bitrate ctrl if it seems lika a short network glitch. by sprang@webrtc.org · 10 years ago
  43. 25834b8 Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess. by pkasting@chromium.org · 10 years ago
  44. a5f17c8 Change all system clock types to int64_t in bitrate_controller. by stefan@webrtc.org · 10 years ago
  45. d7aa228 Re-submit: rev5775 by andresp@webrtc.org · 11 years ago
  46. 2f0c5f7 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
  47. ca28c29 Revert 5775 "Modify bitrate controller to update bitrate based o..." by andrew@webrtc.org · 11 years ago
  48. a0320c2 Modify bitrate controller to update bitrate based on process call and not by andresp@webrtc.org · 11 years ago
  49. 3b6c0e5 Refactor in BitrateController module. by andresp@webrtc.org · 11 years ago
  50. f2b62a8 Remove locks in SendSideBandwidthEstimation since those are only accessed while owning locks in by andresp@webrtc.org · 11 years ago
  51. c766098 Adding a new ramp-up-down-up test by henrik.lundin@webrtc.org · 11 years ago
  52. 191f4fe Change the low-bitrate handling in BitrateControllerImpl by henrik.lundin@webrtc.org · 11 years ago
  53. 4633e15 Changing the bitrate clamping in BitrateControllerImpl by henrik.lundin@webrtc.org · 11 years ago
  54. 51cd3c7 Fix some chromium-style warnings in webrtc/modules/bitrate_controller/ by pbos@webrtc.org · 11 years ago
  55. 4736a26 Include files from webrtc/.. paths in bitrate_controller/. by pbos@webrtc.org · 11 years ago
  56. b015cbe Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago