1. 014dd3c Trials should always be populated in call config. by Erik Språng · 4 years, 8 months ago
  2. 7a9a092 Delete media transport integration. by Bjorn A Mellem · 4 years, 8 months ago
  3. 04671b0 Delete unused method PacedSender::QueueSizePackets by Niels Möller · 4 years, 9 months ago
  4. 78a7138 Remove MediaTransport from Call. by Tommi · 5 years ago
  5. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  6. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  7. 53d45ba Make TaskQueueFactory required construction parameter for Call by Danil Chapovalov · 5 years ago
  8. 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 5 years ago
  9. 3d2ed19 Remove Transport implementation from ChannelSend by Fredrik Solenberg · 6 years ago
  10. 179a392 Implement TargetBitrate, NetworkRoute and overhead features of media transport interface. by Piotr (Peter) Slatala · 6 years ago
  11. cc8e8bb Pass the media transport from JsepTransportController to Call. by Piotr (Peter) Slatala · 6 years ago
  12. 7d76a31 Use MediaTransportInterface, for audio streams. by Niels Möller · 6 years ago
  13. ae4237e Set ChannelReceive transport at construction time. by Niels Möller · 6 years ago
  14. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  15. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  16. e5447fb Removed fake rtp transport controller send. by Sebastian Jansson · 6 years ago
  17. fc8d26b Reland "Moved BitrateConfig out of Call::Config." by Sebastian Jansson · 6 years ago
  18. e4bf600 Revert "Moved BitrateConfig out of Call::Config." by Lu Liu · 6 years ago
  19. 5897fe2 Moved BitrateConfig out of Call::Config. by Sebastian Jansson · 6 years ago
  20. 8f5787a Move ownership of voe::Channel into Audio[Receive|Send]Stream. by Fredrik Solenberg · 7 years ago
  21. fedc00c Optional: Use nullopt and implicit construction in /call by Oskar Sundbom · 7 years ago
  22. 2a87797 Remove voe::TransmitMixer by Fredrik Solenberg · 7 years ago
  23. d319534 Move ADM initialization into WebRtcVoiceEngine by Fredrik Solenberg · 7 years ago
  24. f3850f6 Voice Engine: Require caller to supply an AudioDecoderFactory by Karl Wiberg · 7 years ago
  25. a32dd01 Reland "Remove AudioDeviceObserver and make ADM not inherit from the Module interface." by Fredrik Solenberg · 7 years ago
  26. d4404c2 Revert "Remove AudioDeviceObserver and make ADM not inherit from the Module interface." by Fredrik Solenberg · 7 years ago
  27. 34cdd2d Remove AudioDeviceObserver and make ADM not inherit from the Module interface. by Fredrik Solenberg · 7 years ago
  28. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  29. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/call/call_unittest.cc]
  30. 5c8942a Move PacedSender ownership to RtpTransportControllerSend. by Stefan Holmer · 7 years ago
  31. db2a9fc Wire up RTP keep-alive in ortc api. by sprang · 7 years ago
  32. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  33. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  34. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  35. a9cc40b Allow an external audio processing module to be used in WebRTC by peah · 7 years ago
  36. 4b97980 Relanding: Adds PeerConnectionInterface::UpdateCallBitrate to give clients more control of the bandwidth estimator. PeerConnection implements this method by passing a BitrateConfigMask to its associated Call, which is combined with the existing BitrateConfig and passed on to the SendSideCongestionController as necessary. The existing BitrateConfig generally comes from the x-google-{min,start,max}-bitrate params in the SDP. by zstein · 7 years ago
  37. 441718e Revert of Add PeerConnectionInterface::UpdateCallBitrate. (patchset #7 id:120001 of https://codereview.webrtc.org/2888303005/ ) by charujain · 7 years ago
  38. 9641c13 Adds PeerConnectionInterface::UpdateCallBitrate to give clients more control of the bandwidth estimator. PeerConnection implements this method by passing a BitrateConfigMask to its associated Call, which is combined with the existing BitrateConfig and passed on to the SendSideCongestionController as necessary. The existing BitrateConfig generally comes from the x-google-{min,start,max}-bitrate params in the SDP. by zstein · 7 years ago
  39. c3d4b48 Store/restore RTP state for audio streams with same SSRC within a call by ossu · 7 years ago
  40. 8c96a14 Simple tests for Call::SetBitrateConfig. by zstein · 7 years ago
  41. 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
  42. 37e99fd Move AudioDecoder and AudioDecoderFactory mocks to webrtc/test/ by kwiberg · 7 years ago
  43. 1c07c70 Reland "WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType" by kwiberg · 7 years ago
  44. 670a7f3 Revert of WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType (patchset #13 id:260001 of https://codereview.webrtc.org/2686043006/ ) by kwiberg · 7 years ago
  45. 1724cfb WebRtcVoiceMediaChannel::AddRecvStream: Don't call SetRecPayloadType by kwiberg · 7 years ago
  46. 8313a6f Make |rtcp_send_transport| mandatory in FlexfecReceiveStream::Config. by brandtr · 8 years ago
  47. 1cfbd60 Generalize FlexfecReceiveStream::Config. by brandtr · 8 years ago
  48. f515ab8 Moved call.h and most of api/call/* into call/ by ossu · 8 years ago
  49. 10111bc Passed AudioMixer to AudioState::Config. by aleloi · 8 years ago
  50. dd31071 Added an empty AudioTransportProxy to AudioState. by aleloi · 8 years ago
  51. 7602aab Remove usage of VoEBase::AssociateSendChannel() from WVoMC. by solenberg · 8 years ago
  52. 25445d3 Integrate FlexfecReceiveStream with Call. by brandtr · 8 years ago
  53. 11a9cbf Refactoring: move ownership of RtcEventLog from Call to PeerConnection by skvlad · 8 years ago
  54. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  55. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  56. a69d973 Move webrtc/audio_*.h to webrtc/api/call by kjellander · 8 years ago
  57. 29b1a8d Moved creation of AudioDecoderFactory to inside PeerConnectionFactory. by ossu · 8 years ago
  58. b25345e Replace scoped_ptr with unique_ptr in webrtc/call/ by kwiberg · 8 years ago
  59. 3a94154 Move some send stream configuration into webrtc::AudioSendStream. by solenberg · 9 years ago
  60. 566ef24 Move VoiceEngineObserver into AudioSendStream so that we detect typing noises and return properly in GetStats(). by solenberg · 9 years ago
  61. 0ccae13 Changed FakeVoiceEngine into a MockVoiceEngine. by Fredrik Solenberg · 9 years ago
  62. 4f4ec0a Re-Land: Implement AudioReceiveStream::GetStats(). by Fredrik Solenberg · 9 years ago
  63. 43e83d4 Revert of Implement AudioReceiveStream::GetStats(). (patchset #19 id:360001 of https://codereview.webrtc.org/1390753002/ ) by solenberg · 9 years ago
  64. a457752 Implement AudioReceiveStream::GetStats(). by Fredrik Solenberg · 9 years ago
  65. c7a8b08 Add webrtc::AudioSendStream and methods on webrtc::Call to create and delete AudioSendStreams. by solenberg · 9 years ago