1. f34116e Replacing bandwidth adaptation trial with stable target in Opus encoder. by Sebastian Jansson · 6 years ago
  2. 40de3cc Propagating TargetRate struct to BitrateAllocator. by Sebastian Jansson · 6 years ago
  3. 93b1ea2 Using struct for bitrate allocation limits. by Sebastian Jansson · 6 years ago
  4. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
  5. 7bf7a42 Delete flag VideoReceiveStream::Config::Rtp::remb by Niels Möller · 6 years ago
  6. f13df86 Delete audio methods SignalNetworkState by Niels Möller · 6 years ago
  7. 25eb47c Make the RtpHeaderParserImpl available to tests and tools only. by Tommi · 6 years ago
  8. 4e615d5 Wire the stable target bitrate from GoogCC to the BitrateAllocator by Florent Castelli · 6 years ago
  9. 6950b30 Fix thread naming in Call constructor by Erik Språng · 6 years ago
  10. 48b48e5 Enable thread check in Call::GetStats(). by Tommi · 6 years ago
  11. 78a7138 Remove MediaTransport from Call. by Tommi · 6 years ago
  12. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 6 years ago
  13. 425d6aa Add RtpPacketPacer interface for pacer control by Erik Språng · 6 years ago
  14. aa59eca Move RtpPacketSender and merge it with RtpPacketPacer. by Erik Språng · 6 years ago
  15. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 6 years ago
  16. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 6 years ago
  17. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 6 years ago
  18. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  19. 53d45ba Make TaskQueueFactory required construction parameter for Call by Danil Chapovalov · 6 years ago
  20. 3d61ab1 Adds send time to ReceivedPacket struct. by Sebastian Jansson · 6 years ago
  21. 607a6f1 Moves conversion to ReceivedPacket from RtpPacketReceived to Call. by Sebastian Jansson · 6 years ago
  22. 4ad51d8 Removes SendSideCongestionController. by Sebastian Jansson · 6 years ago
  23. 8b27910 Include downlink delay into congestion window size. by Ying Wang · 6 years ago
  24. 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 6 years ago
  25. 0810a7c Add base class NetworkPredictor and NetworkPredictorFactory and wire up. by Ying Wang · 6 years ago
  26. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 6 years ago
  27. f59666b Fix potential bug due to malformed input by Johannes Kron · 6 years ago
  28. a556448 Don't recreate the VideoReceiveStream on SetFrameDecryptor in the MediaEngine. by Benjamin Wright · 6 years ago
  29. 359fe33 Move TaskQueueFactory from Call::Create parameter to CallConfig by Danil Chapovalov · 6 years ago
  30. c42f1a7 Revert "Move TaskQueueFactory from Call::Create parameter to CallConfig" by Danil Chapovalov · 6 years ago
  31. 90705cb Move TaskQueueFactory from Call::Create parameter to CallConfig by Danil Chapovalov · 6 years ago
  32. 11c012a Removing avoidable usages of Clock::GetRealTimeClock(). by Sebastian Jansson · 6 years ago
  33. 7fbfaa4 PeerConnection::SetBitrate now also configures media transport. by Piotr (Peter) Slatala · 6 years ago
  34. 946b968 Add support for target rate constraints by Piotr (Peter) Slatala · 6 years ago
  35. 6d83592 Improve handling of packets with unknown ssrc. by Jonas Oreland · 6 years ago
  36. 41f9f2c ClangTidy fixes for call/ by Benjamin Wright · 6 years ago
  37. 44dd9f2 Adds ChannelSend specific encoder task queue. by Sebastian Jansson · 6 years ago
  38. 0b69826 Don't inject worker queue into send streams. by Sebastian Jansson · 6 years ago
  39. 8fb1a6a Delete a few return values from audio streams and video send streams. by Niels Möller · 6 years ago
  40. 977b335 Injecting Clock into audio streams. by Sebastian Jansson · 6 years ago
  41. 572c60f Injecting Clock into video senders. by Sebastian Jansson · 6 years ago
  42. 8026d60 Injecting Clock in video receive. by Sebastian Jansson · 6 years ago
  43. 4e5f5ed Allow Clock injection in Call. by Sebastian Jansson · 6 years ago
  44. da6806c Injecting Clock into BitrateAllocator. by Sebastian Jansson · 6 years ago
  45. 896b47c Injecting ProcessThread and TaskQueueFactory in Call. by Sebastian Jansson · 6 years ago
  46. ed50e6c Inject TaskQueueFactory in RtpTransportControllerSend. by Sebastian Jansson · 6 years ago
  47. 547a1dc Removes injection of RtpTransportControllerSend from Call::Create. by Sebastian Jansson · 6 years ago
  48. 74682c1 Inject TaskQueueFactory to video streams. by Sebastian Jansson · 6 years ago
  49. 418dd0b Stop using special RTT value for DelayBasedBwe. by Sebastian Jansson · 6 years ago
  50. 7ff164e Plumbing of feedback on request setting by Johannes Kron · 6 years ago
  51. 48c5493 Add 'UpdateAllocationLimits' in media transport. by Piotr (Peter) Slatala · 6 years ago
  52. 79f0d4d Enables feature to account for unacknowledged data. by Sebastian Jansson · 6 years ago
  53. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  54. 4687915 Enable use of MediaTransportInterface for video streams. by Niels Möller · 6 years ago
  55. b275788 Register stat callbacks after rate observer is registered. by Piotr (Peter) Slatala · 6 years ago
  56. 2701bc9 Signals start rate when registering to TargetTransferRateObserver. by Sebastian Jansson · 6 years ago
  57. ff05816 Delete the WebRTC.Call.TimeSendingAudioRtpPacketsInSeconds metric by Sam Zackrisson · 6 years ago
  58. 89c94b9 Adds target bandwidth to BitrateAllocator. by Sebastian Jansson · 6 years ago
  59. cc8e8bb Pass the media transport from JsepTransportController to Call. by Piotr (Peter) Slatala · 6 years ago
  60. 56ef305 Move event logging of config into AudioSendStream. by Oskar Sundbom · 6 years ago
  61. 992a868 Fix for clock reset repair. by Christoffer Rodbro · 6 years ago
  62. 76ad154 New method for precise packet reception time measurement. by Christoffer Rodbro · 6 years ago
  63. 64be7fa Move FecController to RtpVideoSender. by Stefan Holmer · 6 years ago
  64. 35fa280 Adds allocated rate without feedback to new congestion controller. by Sebastian Jansson · 6 years ago
  65. cb7e1d2 Use SdpVideoFormat in VideoReceiveStream::Decoder by Niels Möller · 7 years ago
  66. 8fdcac3 Remove clang:find_bad_constructs suppression from call:call. by Mirko Bonadei · 7 years ago
  67. 2ff1f2a Reland "Refactor RtpVideoStreamReceiver without RtpReceiver." by Niels Möller · 7 years ago
  68. 1788dcb Revert "Refactor RtpVideoStreamReceiver without RtpReceiver." by Niels Moller · 7 years ago
  69. 0b9e01d Refactor RtpVideoStreamReceiver without RtpReceiver. by Niels Möller · 7 years ago
  70. 7008287 Delete struct webrtc::PacketTime. by Niels Möller · 7 years ago
  71. dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 7 years ago
  72. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  73. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  74. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 7 years ago
  75. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 7 years ago
  76. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 7 years ago
  77. c6c4426 Moves network control interface to API. by Sebastian Jansson · 7 years ago
  78. e625605 Moving task queue from Call to transport controller. by Sebastian Jansson · 7 years ago
  79. 259a497 Reland "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 7 years ago
  80. 0a713b6 replace stringstream in call/ by Jonas Olsson · 7 years ago
  81. 6c2c13a Revert "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 7 years ago
  82. 38c5d93 Reduce locking for CallStats (preparation for TaskQueue). by Tommi · 7 years ago
  83. 04dd176 Reland "Move rtp-specific config out of EncoderSettings." by Niels Möller · 7 years ago
  84. 2b85792 Move rw_lock_wrapper.h to rtc_base/synchronization/ by Karl Wiberg · 7 years ago
  85. 12130bb Reporting feedback availability to congestion controller. by Sebastian Jansson · 7 years ago
  86. b34556e Added receive time calculator under field trial. by Sebastian Jansson · 7 years ago
  87. 92be1ca Revert "Move rtp-specific config out of EncoderSettings." by Niels Moller · 7 years ago
  88. fe617a3 Adding has_packet_feedback to LimitObserver callback. by Sebastian Jansson · 7 years ago
  89. bc900cb Move rtp-specific config out of EncoderSettings. by Niels Möller · 7 years ago
  90. 04d4950 Revert "Using safe casts of allocation limits in Call." by Oleh Prypin · 7 years ago
  91. 4a9b4d6 Using safe casts of allocation limits in Call. by Sebastian Jansson · 7 years ago
  92. 0970851 Reland: Add ability to emulate degraded network in Call via field trial by Erik Språng · 7 years ago
  93. 16cba5c Revert "Add ability to emulate degraded network in Call via field trial" by Ilya Nikolaevskiy · 7 years ago
  94. 31a12c5 Add ability to emulate degraded network in Call via field trial by Erik Språng · 7 years ago
  95. 19704ec Removing AvailableBandwidth method on transport controller. by Sebastian Jansson · 7 years ago
  96. a06e919 Removing interface to access pacer via SSCC. by Sebastian Jansson · 7 years ago
  97. 012b7e7 Add a couple of logs. by Ying Wang · 7 years ago
  98. 45087cd Moved retransmission rate limiter to Call class. by Sebastian Jansson · 7 years ago
  99. 832b1c8 Propagating total_bitrate_bps from BitrateAllocator to ProbeController, part 2. by philipel · 7 years ago
  100. 25e5110 Explicit injection of rate limiter in VideoSendStream. by Sebastian Jansson · 7 years ago