aboutsummaryrefslogtreecommitdiff
path: root/call/call_unittest.cc
AgeCommit message (Expand)Author
2020-05-25Add SharedModuleThread class to share a module thread across Call instances.Tommi
2020-05-08Start consolidating management/querying of stats on the Call thread.Tommi
2020-04-26APM: Add build flag to allow building WebRTC without APMPer Åhgren
2019-12-03Trials should always be populated in call config.Erik Språng
2019-11-26Delete media transport integration.Bjorn A Mellem
2019-10-17Delete unused method PacedSender::QueueSizePacketsNiels Möller
2019-08-08Remove MediaTransport from Call.Tommi
2019-08-07Delete deprecated rtc_event_log headerDanil Chapovalov
2019-07-08Format almost everything.Jonas Olsson
2019-07-03Make TaskQueueFactory required construction parameter for CallDanil Chapovalov
2019-05-21Introduce MediaTransportConfigAnton Sukhanov
2018-12-18Remove Transport implementation from ChannelSendFredrik Solenberg
2018-11-16Implement TargetBitrate, NetworkRoute and overhead features of media transpor...Piotr (Peter) Slatala
2018-11-15Pass the media transport from JsepTransportController to Call.Piotr (Peter) Slatala
2018-10-26Use MediaTransportInterface, for audio streams.Niels Möller
2018-10-05Set ChannelReceive transport at construction time.Niels Möller
2018-07-05Use absl::make_unique and absl::WrapUnique directlyKarl Wiberg
2018-06-19Reformat the WebRTC code baseYves Gerey
2018-02-21Removed fake rtp transport controller send.Sebastian Jansson
2018-02-21Reland "Moved BitrateConfig out of Call::Config."Sebastian Jansson
2018-02-20Revert "Moved BitrateConfig out of Call::Config."Lu Liu
2018-02-20Moved BitrateConfig out of Call::Config.Sebastian Jansson
2018-01-11Move ownership of voe::Channel into Audio[Receive|Send]Stream.Fredrik Solenberg
2018-01-11Optional: Use nullopt and implicit construction in /callOskar Sundbom
2017-12-15Remove voe::TransmitMixerFredrik Solenberg
2017-11-21Move ADM initialization into WebRtcVoiceEngineFredrik Solenberg
2017-11-02Voice Engine: Require caller to supply an AudioDecoderFactoryKarl Wiberg
2017-10-04Reland "Remove AudioDeviceObserver and make ADM not inherit from the Module i...Fredrik Solenberg
2017-10-02Revert "Remove AudioDeviceObserver and make ADM not inherit from the Module i...Fredrik Solenberg
2017-10-02Remove AudioDeviceObserver and make ADM not inherit from the Module interface.Fredrik Solenberg
2017-09-15Fixing WebRTC after moving from src/webrtc to src/Mirko Bonadei
2017-09-15Moving src/webrtc into src/.Mirko Bonadei