aboutsummaryrefslogtreecommitdiff
path: root/video/end_to_end_tests/rtp_rtcp_tests.cc
AgeCommit message (Expand)Author
2021-06-14Factor out common receive stream methods to a common interface.Tommi
2021-04-23Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few filesTomas Gunnarsson
2020-07-07Migrate video/adaptation and video/end_to_end_tests to webrtc::Mutex.Markus Handell
2019-12-06Use RtpPacket instead of legacy RtpHeaderParser in video/ testsDanil Chapovalov
2019-10-22Hide deprecated SingleThreadedTaskQueueForTest behind an accessorDanil Chapovalov
2019-10-21Replace SingleThreadedTaskQueueForTesting::SendTask usage with ::webrtc::Send...Danil Chapovalov
2019-10-07Cleanup includes in modules/include/module_common_types.hDanil Chapovalov
2019-09-17Use std::make_unique instead of absl::make_unique.Mirko Bonadei
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-08Include absl/memory/memory.h if absl::make_unique is usedSteve Anton
2018-12-18Delete Start and Stop methods from TestVideoCapturer.Niels Möller
2018-10-08Switch usages of DefaultNetworkSimulationConfig to BuiltInNetworkBehaviorConfigArtem Titov
2018-08-22Disable flaky TestFlexfecRtpStatePreservationEmircan Uysaler
2018-08-20Mark DirectTransport subclasses ctors as deprecated and switch from themArtem Titov
2018-08-20Introduce SimulatedNetworkReceiverInterface.Artem Titov
2018-08-07Remove memcheck.Mirko Bonadei
2018-07-13Makes some CallTest members private.Sebastian Jansson
2018-07-13Separates send and receive event log in CallTest.Sebastian Jansson
2018-07-05Use absl::make_unique and absl::WrapUnique directlyKarl Wiberg
2018-06-15Replace rtc::Optional with absl::optional in audio, call and videoDanil Chapovalov
2018-04-19Reland "Move creating encoder to VideoStreamEncoder."Niels Möller
2018-04-18Revert "Move creating encoder to VideoStreamEncoder."Niels Moller
2018-04-17Move creating encoder to VideoStreamEncoder.Niels Möller
2018-04-05Reland "Reland "Move rtp-specific config out of EncoderSettings.""Niels Möller
2018-03-29Revert "Reland "Move rtp-specific config out of EncoderSettings.""Niels Möller
2018-03-26Reland "Move rtp-specific config out of EncoderSettings."Niels Möller
2018-03-21Revert "Move rtp-specific config out of EncoderSettings."Niels Moller
2018-03-21Move rtp-specific config out of EncoderSettings.Niels Möller
2018-02-02Split end to end tests into more cohesive test sets.Sebastian Jansson