- 78a7138 Remove MediaTransport from Call. by Tommi · 5 years ago
- 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 5 years ago
- e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 5 years ago
- 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 5 years ago
- 359fe33 Move TaskQueueFactory from Call::Create parameter to CallConfig by Danil Chapovalov · 6 years ago
- c42f1a7 Revert "Move TaskQueueFactory from Call::Create parameter to CallConfig" by Danil Chapovalov · 6 years ago
- 90705cb Move TaskQueueFactory from Call::Create parameter to CallConfig by Danil Chapovalov · 6 years ago
- 7fbfaa4 PeerConnection::SetBitrate now also configures media transport. by Piotr (Peter) Slatala · 6 years ago
- 4e5f5ed Allow Clock injection in Call. by Sebastian Jansson · 6 years ago
- 896b47c Injecting ProcessThread and TaskQueueFactory in Call. by Sebastian Jansson · 6 years ago
- 547a1dc Removes injection of RtpTransportControllerSend from Call::Create. by Sebastian Jansson · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 2222a80 Delete unneeded includes of common_types.h and gn deps on webrtc_common. by Niels Möller · 6 years ago
- cc8e8bb Pass the media transport from JsepTransportController to Call. by Piotr (Peter) Slatala · 6 years ago
- 1298541 Removing unnecessary dependencies on socket.h. by Sebastian Jansson · 6 years ago
- 64be7fa Move FecController to RtpVideoSender. by Stefan Holmer · 6 years ago
- 7008287 Delete struct webrtc::PacketTime. by Niels Möller · 6 years ago
- b6b29e0 Convert video quality test from a TEST_F to a TEST fixture. by Patrik Höglund · 6 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
- 11b34f4 Remove chromium clang style errors affecting sdk/android/media_jni by Paulina Hensman · 7 years ago
- 8f83b42 Moved bitrate config interface from Call class. by Sebastian Jansson · 7 years ago
- fc8d26b Reland "Moved BitrateConfig out of Call::Config." by Sebastian Jansson · 7 years ago
- e4bf600 Revert "Moved BitrateConfig out of Call::Config." by Lu Liu · 7 years ago
- 5897fe2 Moved BitrateConfig out of Call::Config. by Sebastian Jansson · 7 years ago
- 0dd1b0a Revert "Revert "Enables PeerConnectionFactory using external fec controller"" by Ying Wang · 7 years ago
- 0073301 Revert "Enables PeerConnectionFactory using external fec controller" by Taylor Brandstetter · 7 years ago
- 4f07bdb Enables PeerConnectionFactory using external fec controller by Ying Wang · 7 years ago
- 8366e17 Rename Call::Config to CallConfig, keep old name as alias. by Niels Möller · 7 years ago
- 3b790f3 Make fec controller plug-able. by Ying Wang · 7 years ago
- 292a73e Deliver packet to Call as rtc::CopyOnWriteBuffer by Danil Chapovalov · 7 years ago
- 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
- dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
- a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
- 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
- 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
- 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/call/call.h]
- 440b6d9 Move video send/receive stream headers to webrtc/call. by aleloi · 7 years ago
- db2a9fc Wire up RTP keep-alive in ortc api. by sprang · 7 years ago
- e5c4a81 Move RTP keep-alive config from VideoSendStream::Config to Call::Config by sprang · 7 years ago
- c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
- a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
- c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
- 38ede13 Support building WebRTC without audio and video. by zhihuang · 7 years ago
- a5e0df6 Move MinPositive to call.h as discussed here: https://codereview.chromium.org/2888303005/#msg19 by zstein · 7 years ago
- 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
- 441718e Revert of Add PeerConnectionInterface::UpdateCallBitrate. (patchset #7 id:120001 of https://codereview.webrtc.org/2888303005/ ) by charujain · 7 years ago
- 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
- 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
- b8a654c Delete declaration of non-existing function webrtc::Version(). by nisse · 8 years ago
- fb45c6c Inform jitter buffer about FlexFEC protection. by brandtr · 8 years ago
- 7250b39 Move FlexfecReceiveStream from api/call/ to call/. by brandtr · 8 years ago
- 446fcb6 Clean up FlexfecReceiveStream ctor signatures. by brandtr · 8 years ago
- f515ab8 Moved call.h and most of api/call/* into call/ by ossu · 8 years ago