- 9c166e0 Remove VideoSendStream::StartPerRtpStream by Per K · 1 year, 2 months ago
- 55a6189 Pass Environment to custom FecController at construction by Danil Chapovalov · 1 year, 2 months ago
- c03d8b6 Update CallTests to create Call using Environment by Danil Chapovalov · 1 year, 3 months ago
- a3ce407 Cleanup Call construction by Danil Chapovalov · 1 year, 5 months ago
- f92cc6d Reland: FrameGeneratorCapturer: don't generate video before Start is called by Artem Titov · 1 year, 9 months ago
- 2d7ccb4 Revert "FrameGeneratorCapturer: don't generate video before Start is called" by Mirko Bonadei · 1 year, 9 months ago
- 00a8576 FrameGeneratorCapturer: don't generate video before Start is called by Artem Titov · 1 year, 9 months ago
- 8a9f3a8 Reland "Remove dependency of video_replay on TestADM." by Artem Titov · 1 year, 11 months ago
- f9e3bdd Revert "Remove dependency of video_replay on TestADM." by Jeremy Leconte · 1 year, 11 months ago
- 0171666 Remove dependency of video_replay on TestADM. by Artem Titov · 1 year, 11 months ago
- fb8e3de Use AudioDeviceModule instead of TestAudioDeviceModule. by Artem Titov · 1 year, 11 months ago
- 217b384 Remove rtp header extension from config of Call audio and video receivers by Per K · 2 years, 1 month ago
- b0d8a37 Ensure CallTest derived tests per default set min/max audio bitrate. by Per K · 2 years, 2 months ago
- 5671c64 Stop overriding extensions in rampup tests by Per K · 2 years, 2 months ago
- 89870ff Reland "Change CallTests to use new PacketReceiver::DeliverRtp and PacketReceiver::DeliverRtcp" by Per Kjellander · 2 years, 2 months ago
- 3e61f88 Revert "Change CallTests to use new PacketReceiver::DeliverRtp and PacketReceiver::DeliverRtcp" by Per Kjellander · 2 years, 2 months ago
- 3b96f2c Change CallTests to use new PacketReceiver::DeliverRtp and PacketReceiver::DeliverRtcp by Per K · 2 years, 2 months ago
- 9253240 Reland "Remove use of ReceiveStreamRtpConfig:transport_cc" by Per K · 2 years, 2 months ago
- be5c713 Revert "Remove use of ReceiveStreamRtpConfig:transport_cc" by Olga Sharonova · 2 years, 2 months ago
- 97ba853 Remove use of ReceiveStreamRtpConfig:transport_cc by Per K · 2 years, 2 months ago
- 59ade01 Reland "Remame VideoSendStream::UpdateActiveSimulcastLayers to StartPerRtpStream" by Per Kjellander · 2 years, 3 months ago
- 75170be Revert "Remame VideoSendStream::UpdateActiveSimulcastLayers to StartPerRtpStream" by Per Kjellander · 2 years, 4 months ago
- d8c4de7 Remame VideoSendStream::UpdateActiveSimulcastLayers to StartPerRtpStream by Per Kjellander · 2 years, 4 months ago
- 6c2dae2 Move VideoEncoderConfig from api/ into video/config by Jonas Oreland · 2 years, 6 months ago
- f4f2287 CallTest: migrate timeouts to TimeDelta. by Markus Handell · 2 years, 7 months ago
- e519f38 Remove rtc::Location from SendTask test helper by Danil Chapovalov · 2 years, 7 months ago
- 3176ef7 Rename AudioReceiveStream to AudioReceiveStreamInterface by Tommi · 2 years, 10 months ago
- f6f4543 Rename VideoReceiveStream to VideoReceiveStreamInterface by Tommi · 2 years, 10 months ago
- 1c1f540 Factor out common receive stream methods to a common interface. by Tommi · 3 years, 9 months ago
- 8408c99 Remove 'secondary sink' concept from webrtc::VideoReceiveStream. by Tomas Gunnarsson · 4 years, 1 month ago
- 2b068ce Reland "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory." by Philip Eliasson · 4 years, 7 months ago
- a4f23ad Revert "Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory." by Philip Eliasson · 4 years, 7 months ago
- acb9d83 Moved VideoReceiveStream::Decoder::decoder_factory to VideoReceiveStream::Config::decoder_factory. by philipel · 4 years, 7 months ago
- 8ec11b8 Do not register generic frame descriptor v1 in integration tests by Danil Chapovalov · 5 years ago
- 8e9fd48 Fix FakeVp8Encoder name. by Nikita Zetilov · 5 years ago
- ce515f7 Add an integration test frame encryption works with DependencyDescriptor by Danil Chapovalov · 5 years ago
- b2b2031 Concatenate string literals at compile time. by Jonas Olsson · 5 years ago
- 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 5 years ago
- 014dd3c Trials should always be populated in call config. by Erik Språng · 5 years ago
- 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
- 1b66890 Stop using DEPRECATED_SingleThreadedTaskQueueForTesting in call tests by Danil Chapovalov · 5 years ago
- 17b92cb Revert "Stop using and delete DEPRECATED_SingleThreadedTaskQueueForTesting" by Honghai Zhang · 5 years ago
- b1c1f69 Stop using and delete DEPRECATED_SingleThreadedTaskQueueForTesting by Danil Chapovalov · 5 years ago
- 577c580 Do not stop SingleThreadedTaskQueueForTestingTest near the end of the tests by Danil Chapovalov · 5 years ago
- 82a3f0a Replace SingleThreadedTaskQueueForTesting::SendTask usage with ::webrtc::SendTask by Danil Chapovalov · 5 years ago
- 3b819f3 Move video_sources_.clear() call to CallTest::DestroyStreams by Niels Möller · 5 years ago
- 44db436 Propagate task queue to create test::DirectTransport by TaskQueueBase interface by Danil Chapovalov · 5 years ago
- 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
- 7bf7a42 Delete flag VideoReceiveStream::Config::Rtp::remb by Niels Möller · 5 years ago
- 6516f76 Deprecate SingleThreadedTaskQueueForTesting class. by Yves Gerey · 6 years ago
- 31d1bce Fix deadlock in VideoSendStream tests, cause of flake on some bots. by Tommi · 6 years ago
- 53d45ba Make TaskQueueFactory required construction parameter for Call by Danil Chapovalov · 6 years ago
- 08fa953 Reland "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory" by Danil Chapovalov · 6 years ago
- fd5166c Revert "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory" by Philip Eliasson · 6 years ago
- fc96135 Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory by Danil Chapovalov · 6 years ago
- b32f2c7 Publish rtc event log api and default factory for it in api/ by Danil Chapovalov · 6 years ago
- 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 6 years ago
- 1391ed2 Allows injection of network controller factory in test fixture. by Sebastian Jansson · 6 years ago
- a92e624 Use explicit TaskQueueFactory for FrameGeneratorCapturer in CallTest. by Danil Chapovalov · 6 years ago
- cab77fd Inject network state predictor into video quality test. by Ying Wang · 6 years ago
- d155d68 Removes rtp level keep alive support. by Sebastian Jansson · 6 years ago
- 547a1dc Removes injection of RtpTransportControllerSend from Call::Create. by Sebastian Jansson · 6 years ago
- ccb9b75 Create version 01 of Generic Frame Descriptor - with discardability flag by Elad Alon · 6 years ago
- d8d3248 Reland "Delete test/constants.h" by Elad Alon · 6 years ago
- 4f36b7a Revert "Delete test/constants.h" by Oleh Prypin · 6 years ago
- 389b167 Delete test/constants.h by Elad Alon · 6 years ago
- 6a32de4 Fix potential race in CallTest. by Erik Språng · 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
- 7f57788 Removes trial to enable BBR congestion controller. by Sebastian Jansson · 6 years ago
- 1c931c4 Use VideoSourceInterface for owning test video sources by Niels Möller · 6 years ago
- 8eeccbe Delete Start and Stop methods from TestVideoCapturer. by Niels Möller · 6 years ago
- f7f13e0 Add end-to-end test for ColorSpace information by Johannes Kron · 6 years ago
- de8e6e6 Refactor bitrate configuration in CallTest by Niels Möller · 6 years ago
- cb7eddb Add tests for cpu overuse scaling. by Åsa Persson · 6 years ago
- c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
- 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
- be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
- 7d76a31 Use MediaTransportInterface, for audio streams. by Niels Möller · 6 years ago
- 75e3647 Switch usages of DefaultNetworkSimulationConfig to BuiltInNetworkBehaviorConfig by Artem Titov · 6 years ago
- cbcbc22 Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Möller · 6 years ago
- 377b26e Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Sebastian Jansson · 6 years ago
- efb94d5 Revert "Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."" by Oleh Prypin · 6 years ago
- 7961dc2 Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Moller · 6 years ago
- 529d0d9 Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config. by Niels Möller · 6 years ago
- 569397f Reland "Added field trial WebRTC-GenericDescriptor for the new generic descriptor." by philipel · 6 years ago
- 6f68324 Revert "Added field trial WebRTC-GenericDescriptor for the new generic descriptor." by Lu Liu · 6 years ago
- 3f4a4fa Added field trial WebRTC-GenericDescriptor for the new generic descriptor. by philipel · 6 years ago
- cb7e1d2 Use SdpVideoFormat in VideoReceiveStream::Decoder by Niels Möller · 7 years ago
- b0588e6 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 7 years ago
- 8d92e8d Revert "Reland "Move FakeCodec to separate target and behave like real encoder."" by Ilya Nikolaevskiy · 7 years ago
- f2a8287 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 7 years ago
- 7d13a6e Revert "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 7 years ago
- 223eba5 Move FakeCodec to separate target and behave like real encoder. by Ilya Nikolaevskiy · 7 years ago
- 4e199e9 Mark DirectTransport subclasses ctors as deprecated and switch from them by Artem Titov · 7 years ago
- 46c4e60 Introduce SimulatedNetworkReceiverInterface. by Artem Titov · 7 years ago
- 50eb4c4 Adds BBR field trial to CallTest. by Sebastian Jansson · 7 years ago
- 7258224 Replaces call config create in tests with modify. by Sebastian Jansson · 7 years ago
- 3bd2c79 Moving functionality from VideoQualityTest to CallTest by Sebastian Jansson · 7 years ago
- f33905d Makes some CallTest members private. by Sebastian Jansson · 7 years ago
- 8e6602f Separates send and receive event log in CallTest. by Sebastian Jansson · 7 years ago