- 9c58483 Rename EncodedImage property Timetamp to RtpTimestamp by Danil Chapovalov · 1 year, 6 months ago
- f785bd4 Split WebRtcVideoMediaChannel into Send and Receive by Harald Alvestrand · 1 year, 10 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
- f6eae95 Delete EncoderSimulcastProxy in favor of SimulcastEncoderAdapter. by Henrik Boström · 2 years ago
- c5a4c93 Reland "Make SimulcastIndex() and SpatialIndex() distinct (remove fallback)." by Henrik Boström · 2 years, 1 month ago
- 217b384 Remove rtp header extension from config of Call audio and video receivers by Per K · 2 years, 1 month 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
- 3fab086 Use RtcEventLog::EncodingType::NewFormat in VideoQualityTest. by philipel · 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
- 0dbce83 Use non deprecated kRtpExtensionDependencyDescriptor in VideoQualityTest. by philipel · 2 years, 2 months ago
- 7496ff6 Add --dependency_descriptor flag to video_loopback. by philipel · 2 years, 2 months ago
- 80c87d7 RtpEncodingParameters::request_resolution patch 2 by Jonas Oreland · 2 years, 6 months ago
- 1262eb5 Move EncoderStreamFactory into own file by Jonas Oreland · 2 years, 6 months ago
- e519f38 Remove rtc::Location from SendTask test helper by Danil Chapovalov · 2 years, 7 months ago
- b5b159d Update old TODO comments by Niels Möller · 2 years, 8 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
- 8139cda Enable encoder frame drop for call tests and video quality tests by Niels Möller · 2 years, 10 months ago
- cf2c891 Delete H264EncoderSpecificSettings by Niels Möller · 2 years, 10 months ago
- 408a46c Don't disable frame dropping in screenshare tests by Sergey Silkin · 3 years, 2 months ago
- d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 4 months ago
- 97597c0 Remove usage of INFO alias for LS_INFO in log messages by Harald Alvestrand · 3 years, 4 months ago
- 1c1f540 Factor out common receive stream methods to a common interface. by Tommi · 3 years, 9 months ago
- c1d5891 Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few files by Tomas Gunnarsson · 3 years, 11 months ago
- 0bb354c Add and refactor functionality into rtc_base/win by Austin Orion · 4 years, 5 months ago
- 25a1334 Updates how min bitrate is set for VP9 SVC in perf tests. by Erik Språng · 4 years, 5 months ago
- 55c1786 Add support for NV12 frame generation for tests by Evan Shrubsole · 4 years, 6 months ago
- 2549f17 Remove RTPFragmentationHeader creation and propagation through webrtc by Danil Chapovalov · 4 years, 7 months ago
- 059f4f7 Cleanup setting VideoQualityTestFixtureInterface::Param struct by Danil Chapovalov · 4 years, 8 months ago
- 636865e Delete field trial WebRTC-GenericDescriptor by Danil Chapovalov · 4 years, 9 months ago
- a54ba4c Make video_loopback work with av1 by Danil Chapovalov · 4 years, 10 months ago
- 9e46cf5 Introduce a RunLoop class that supports the TaskQueue interface by Tommi · 4 years, 10 months ago
- 8ec11b8 Do not register generic frame descriptor v1 in integration tests by Danil Chapovalov · 5 years ago
- 06c7095 Make video quality tests to always take a fixed duration by Ilya Nikolaevskiy · 5 years ago
- eac08bf Reland "Wire up internal libvpx VP9 scaler to statistics proxy" by Ilya Nikolaevskiy · 5 years ago
- a2cb93d Revert "Wire up internal libvpx VP9 scaler to statistics proxy" by Sebastian Jansson · 5 years ago
- 50327a5 Wire up internal libvpx VP9 scaler to statistics proxy by Ilya Nikolaevskiy · 5 years ago
- 420ad1a Fix video_loopback crash when selecting all streams by Evan Shrubsole · 5 years ago
- 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 5 years ago
- 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
- d15a028 Hide deprecated SingleThreadedTaskQueueForTest behind an accessor by Danil Chapovalov · 5 years ago
- 85a1000 Use deprecated SingleThreadedTaskQueueForTesting as regular task queue 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
- 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 6 years ago
- 1c2f637 Simplify the VideoFrameDumpingDecoder API. by Markus Handell · 6 years ago
- ed0febf Add k prefix to FrameGenerator::OutputType enum values by Sebastian Jansson · 6 years ago
- a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
- 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 6 years ago
- 5894b6a Add kPayloadTypeGeneric to CallTest and use it in VideoQualityTest. by Rasmus Brandt · 6 years ago
- 3c396e5 Add injectable video encoder and decoder to video quality test. by “Michael · 6 years ago
- 08fa953 Reland "Delete TestAudioDeviceModule factory which uses GlobalTaskQueueFactory" by Danil Chapovalov · 6 years ago
- 370f93a Reland "Inform VideoEncoder of negotiated capabilities" by Elad Alon · 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
- 49d661a7 Revert "Inform VideoEncoder of negotiated capabilities" by Philip Eliasson · 6 years ago
- 11dfff0 Inform VideoEncoder of negotiated capabilities by Elad Alon · 6 years ago
- 5c18a5f Reland "VP9 screenshare: Don't base layers frame-rate on input frame-rate" by Ilya Nikolaevskiy · 6 years ago
- ce72323 Revert "VP9 screenshare: Don't base layers frame-rate on input frame-rate" by Ilya Nikolaevskiy · 6 years ago
- eb1754c VP9 screenshare: Don't base layers frame-rate on input frame-rate by Ilya Nikolaevskiy · 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
- d8b9ed7 Promote RtcEventLogOutputFile to api/ by Niels Möller · 6 years ago
- fe4f694 Add missing overrides to QualityTestVideoEncoder by Elad Alon · 6 years ago
- 1391ed2 Allows injection of network controller factory in test fixture. by Sebastian Jansson · 6 years ago
- 908e22e Use explicit TaskQueueFactory for FrameGeneratorCapturer in video/ tests by Danil Chapovalov · 6 years ago
- cab77fd Inject network state predictor into video quality test. by Ying Wang · 6 years ago
- ff7730d Reland "Fix threading model of video quality test with audio enabled" by Artem Titov · 6 years ago
- 16cb8f5 Reland "Replace usage of old SetRates/SetRateAllocation methods" by Erik Språng · 6 years ago
- 304ea5f Add RtcEventLogFactory factory with explicit TaskQueueFactory by Danil Chapovalov · 6 years ago
- 7ddef1a Revert "Replace usage of old SetRates/SetRateAllocation methods" by Minyue Li · 6 years ago
- f8bc044 Revert "Fix threading model of video quality test with audio enabled" by Artem Titov · 6 years ago
- 7ac0d5f Replace usage of old SetRates/SetRateAllocation methods by Erik Språng · 6 years ago
- f537da6 Fix threading model of video quality test with audio enabled by Artem Titov · 6 years ago
- 1c41be6 Propagate TaskQueueFactory to AudioDeviceBuffer by Danil Chapovalov · 6 years ago
- 11c012a Removing avoidable usages of Clock::GetRealTimeClock(). by Sebastian Jansson · 6 years ago
- e896490 Revert "Fix target bitrate RTCP messages behavior for SVC streams" by Oleh Prypin · 6 years ago
- ab65d8a Fix target bitrate RTCP messages behavior for SVC streams by Ilya Nikolaevskiy · 6 years ago
- 1f4173e Fix ClangTidy issues in video/ by Benjamin Wright · 6 years ago
- 3c589be Reland "Change clip_name -> clip_path in VideoQualityTestFixture::Params::Video." by Rasmus Brandt · 6 years ago
- 3368721 Revert "Change clip_name -> clip_path in VideoQualityTestFixture::Params::Video." by Yves Gerey · 6 years ago
- 184f6d5 Change clip_name -> clip_path in VideoQualityTestFixture::Params::Video. by Rasmus Brandt · 6 years ago
- 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
- ede7cb2 Rewrite video_loopback to use new mac capturer. by Kári Tristan Helgason · 6 years ago
- c8d2e73 Delete CodecSpecificInfo argument from VideoEncoder::Encode by Niels Möller · 6 years ago
- aec663e Fix video_loopback tool with different TL numbers in simulcast streams by Ilya Nikolaevskiy · 6 years ago
- ccb9b75 Create version 01 of Generic Frame Descriptor - with discardability flag by Elad Alon · 6 years ago
- a89800c Parse params of 3rd spatial layer from command line. by Sergey Silkin · 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
- 616b233 Add FullStackTest with simulated encoder overshooting by Erik Språng · 6 years ago