1. 35fa280 Adds allocated rate without feedback to new congestion controller. by Sebastian Jansson · 6 years ago
  2. 9416ef8 Rename PayloadRouter to RtpVideoSender. by Stefan Holmer · 6 years ago
  3. 5ed25af Properly clean up RtpVideoSender. by Stefan Holmer · 6 years ago
  4. dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 6 years ago
  5. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  6. bcf9180 Allows audio bitrate allocation in video calls without enabling TWCC (Transport Wide Congestion Control as defined at https://tools.ietf.org/id/draft-holmer-rmcat-transport-wide-cc-extensions-01.html) for audio stream. by Alex Narest · 6 years ago
  7. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 6 years ago
  8. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 6 years ago
  9. bd9fe09 Using shared task queue for congestion controller. by Sebastian Jansson · 6 years ago
  10. 0c4f7be New api struct BitrateSettings. by Niels Möller · 6 years ago
  11. e625605 Moving task queue from Call to transport controller. by Sebastian Jansson · 6 years ago
  12. 4e140da Log SendSideCongestionController experiment by Sebastian Jansson · 6 years ago
  13. 947120f Fix of race on access to send side congestion controller. by Sebastian Jansson · 6 years ago
  14. 12130bb Reporting feedback availability to congestion controller. by Sebastian Jansson · 7 years ago
  15. 317a522 Fixes to posting delayed process tasks in SSCC. by Sebastian Jansson · 7 years ago
  16. 19bea51 Adding task queue congestion control experiment. by Sebastian Jansson · 7 years ago
  17. 68ee465 Moving SetPacingFactor and allocation limits to SSCC. by Sebastian Jansson · 7 years ago
  18. 19704ec Removing AvailableBandwidth method on transport controller. by Sebastian Jansson · 7 years ago
  19. a06e919 Removing interface to access pacer via SSCC. by Sebastian Jansson · 7 years ago
  20. db4fa4b Propagating total_bitrate_bps from BitrateAllocator to ProbeController, part 3. by philipel · 7 years ago
  21. 45087cd Moved retransmission rate limiter to Call class. by Sebastian Jansson · 7 years ago
  22. 832b1c8 Propagating total_bitrate_bps from BitrateAllocator to ProbeController, part 2. by philipel · 7 years ago
  23. 0f9d9a9 Removed unused DeRegisterNetworkObserver. by Sebastian Jansson · 7 years ago
  24. 10211e9 Using pointer to SSCC in transport controller send. by Sebastian Jansson · 7 years ago
  25. 3c24ea8 Removed SetTransportOverhead in transport controller. by Sebastian Jansson · 7 years ago
  26. c33c0fc Moved pacer and congestion thread from call. by Sebastian Jansson · 7 years ago
  27. 8f83b42 Moved bitrate config interface from Call class. by Sebastian Jansson · 7 years ago
  28. 91bb667 Moved routes tracking to rtp transport controller. by Sebastian Jansson · 7 years ago
  29. 97f61ea Moved bitrate configuration to rtp controller by Sebastian Jansson · 7 years ago
  30. 4c1ffb8 Removing access to pacer in rtp controller. by Sebastian Jansson · 7 years ago
  31. e4be6da Removing access to send side cc in rtp controller. by Sebastian Jansson · 7 years ago
  32. ea86bb7 Revert "Revert "Revert "Reland "Moved congestion controller to task queue."""" by Sebastian Jansson · 7 years ago
  33. 65792c5 Revert "Revert "Reland "Moved congestion controller to task queue.""" by Sebastian Jansson · 7 years ago
  34. 4e849f6 Revert "Reland "Moved congestion controller to task queue."" by Danil Chapovalov · 7 years ago
  35. 57daeb7 Reland "Moved congestion controller to task queue." by Sebastian Jansson · 7 years ago
  36. 5a503b0 Revert "Moved congestion controller to task queue." by Sebastian Jansson · 7 years ago
  37. 0cbcba7 Moved congestion controller to task queue. by Sebastian Jansson · 7 years ago
  38. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  39. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/call/rtp_transport_controller_send.cc]
  40. 5c8942a Move PacedSender ownership to RtpTransportControllerSend. by Stefan Holmer · 7 years ago
  41. db2a9fc Wire up RTP keep-alive in ortc api. by sprang · 7 years ago
  42. 76e62b0 Address some violations of chromium-style. by nisse · 7 years ago
  43. 7cb69d5 This will allow me to test that Call invokes SendSideCongestionController::SetBweBitrates as expected (for https://codereview.chromium.org/2793913008). by zstein · 7 years ago
  44. cae45d0 Move RtpTransportControllerSend to a new file. by nisse · 7 years ago