aboutsummaryrefslogtreecommitdiff
path: root/test/call_test.cc
AgeCommit message (Expand)Author
2021-06-14Factor out common receive stream methods to a common interface.Tommi
2021-02-15Remove 'secondary sink' concept from webrtc::VideoReceiveStream.Tomas Gunnarsson
2020-08-06Reland "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStr...Philip Eliasson
2020-08-03Revert "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStr...Philip Eliasson
2020-08-03Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Con...philipel
2020-04-15Do not register generic frame descriptor v1 in integration testsDanil Chapovalov
2020-03-06Fix FakeVp8Encoder name.Nikita Zetilov
2020-02-24Add an integration test frame encryption works with DependencyDescriptorDanil Chapovalov
2020-01-14Concatenate string literals at compile time.Jonas Olsson
2019-12-07Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator classArtem Titov
2019-12-03Trials should always be populated in call config.Erik Språng
2019-11-26Delete media transport integration.Bjorn A Mellem
2019-11-13Stop using DEPRECATED_SingleThreadedTaskQueueForTesting in call testsDanil Chapovalov
2019-11-07Revert "Stop using and delete DEPRECATED_SingleThreadedTaskQueueForTesting"Honghai Zhang
2019-11-06Stop using and delete DEPRECATED_SingleThreadedTaskQueueForTestingDanil Chapovalov
2019-10-31Do not stop SingleThreadedTaskQueueForTestingTest near the end of the testsDanil Chapovalov
2019-10-21Replace SingleThreadedTaskQueueForTesting::SendTask usage with ::webrtc::Send...Danil Chapovalov
2019-10-11Move video_sources_.clear() call to CallTest::DestroyStreamsNiels Möller
2019-09-30Propagate task queue to create test::DirectTransport by TaskQueueBase interfaceDanil Chapovalov
2019-09-17Use std::make_unique instead of absl::make_unique.Mirko Bonadei
2019-09-16Delete flag VideoReceiveStream::Config::Rtp::rembNiels Möller
2019-09-03Deprecate SingleThreadedTaskQueueForTesting class.Yves Gerey
2019-08-27Fix deadlock in VideoSendStream tests, cause of flake on some bots.Tommi
2019-07-03Make TaskQueueFactory required construction parameter for CallDanil Chapovalov
2019-06-12Reland "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory"Danil Chapovalov
2019-06-11Revert "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory"Philip Eliasson
2019-06-11Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactoryDanil Chapovalov
2019-05-22Publish rtc event log api and default factory for it in api/Danil Chapovalov
2019-05-21Introduce MediaTransportConfigAnton Sukhanov
2019-05-03Allows injection of network controller factory in test fixture.Sebastian Jansson
2019-04-18Use explicit TaskQueueFactory for FrameGeneratorCapturer in CallTest.Danil Chapovalov
2019-04-18Inject network state predictor into video quality test.Ying Wang
2019-03-11Removes rtp level keep alive support.Sebastian Jansson
2019-03-01Removes injection of RtpTransportControllerSend from Call::Create.Sebastian Jansson
2019-02-20Create version 01 of Generic Frame Descriptor - with discardability flagElad Alon
2019-02-19Reland "Delete test/constants.h"Elad Alon
2019-02-18Revert "Delete test/constants.h"Oleh Prypin
2019-02-17Delete test/constants.hElad Alon
2019-01-23Fix potential race in CallTest.Erik Språng
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2018-12-20Removes trial to enable BBR congestion controller.Sebastian Jansson
2018-12-18Use VideoSourceInterface for owning test video sourcesNiels Möller
2018-12-18Delete Start and Stop methods from TestVideoCapturer.Niels Möller
2018-12-12Add end-to-end test for ColorSpace informationJohannes Kron
2018-11-13Refactor bitrate configuration in CallTestNiels Möller
2018-11-13Add tests for cpu overuse scaling.Åsa Persson
2018-11-08Reland "Use the factory instead of using the builtin code path in `VideoCodec...Jiawei Ou
2018-11-01Revert "Use the factory instead of using the builtin code path in `VideoCodec...Qingsi Wang
2018-10-31Use the factory instead of using the builtin code path in `VideoCodecInitiali...Jiawei Ou
2018-10-26Use MediaTransportInterface, for audio streams.Niels Möller