aboutsummaryrefslogtreecommitdiff
path: root/pc/peerconnection_integrationtest.cc
AgeCommit message (Expand)Author
2018-05-23Added an integration test to validate TURN servers can send media in relay mode.Benjamin Wright
2018-05-21New class FakePeriodicVideoTrackSource, simplifying shutdown logic.Niels Möller
2018-05-14Remove dependency in FakeWebRtcVideoCodecFactories.Anders Carlsson
2018-05-11Refactor PeerConnectionIntegrationTest to not use cricket::VideoCapturerNiels Möller
2018-05-09This changeset adds dependency injection support for SSL Root Certs.Benjamin Wright
2018-05-08Replacing rtc::TimeDelta with webrtc::TimeDelta.Sebastian Jansson
2018-05-03Built in video codec factories.Anders Carlsson
2018-04-27Add e2e test for multiple video tracks without signaling SSRCsSteve Anton
2018-04-26Revert "TCP TURN Integration Test"Benjamin Wright
2018-04-26TCP TURN Integration TestBenjamin Wright
2018-04-16Reland "Add thread checker to PortAllocator and its subclasses and fix a bug ...Qingsi Wang
2018-04-14Replace BundleFilter with RtpDemuxer in RtpTransport.Zhi Huang
2018-04-13Remove SdpSemantics::kDefaultSteve Anton
2018-04-11Adding regression test for rejecting and un-rejecting an m= section.Taylor Brandstetter
2018-04-11Report an error when trying to set complex Plan B SDP on Unified PlanSteve Anton
2018-04-11Revert "Add thread checker to PortAllocator and its subclasses and fix a bug"Patrik Höglund
2018-04-11Add thread checker to PortAllocator and its subclasses and fix a bugQingsi Wang
2018-04-05By default, don't use SRTP_AES128_CM_SHA1_32 protection profile.Taylor Brandstetter
2018-04-03Adds support for signaling a=msid lines without a=ssrc lines.Seth Hampson
2018-04-02Ensure that data channel transport stats are includedSteve Anton
2018-03-30Use new TransportController implementation in PeerConnection.Zhi Huang
2018-03-23Adding flag to enable/disable use of SRTP_AES128_CM_SHA1_32 crypto suite.Taylor Brandstetter
2018-03-13Named threads in PeerConnectionIntegrationBaseTest.Sebastian Jansson
2018-03-02Name change from stream label to stream id for spec compliance.Seth Hampson
2018-03-02Crash if PeerConnection methods are called with the wrong SdpSemantics.Steve Anton
2018-02-21Enable GetRemoteAudioSSLCertificate tests for Unified PlanSteve Anton
2018-02-20Parameterize PeerConnection integration tests for Unified PlanSeth Hampson
2018-02-08Revert "Use SRTP_AES128_CM_SHA1_80 by default instead of SRTP_AES128_CM_SHA1_...Tommi
2018-02-07Use SRTP_AES128_CM_SHA1_80 by default instead of SRTP_AES128_CM_SHA1_32.Joachim Bauch
2018-01-27Implemented the GetRemoteAudioSSLCertificate method.Zhi Huang
2018-01-26Add PeerConnection interop integration testsSteve Anton
2018-01-24Added UMA counters for SDES vs DTLS key agreementHarald Alvestrand
2018-01-18Configure media flow correctly with Unified PlanSteve Anton
2018-01-18Convert PeerConnection integration tests to the track-based APISteve Anton
2018-01-04Fixing leaked reference from SCTP transport to DTLS/ICE transport.Taylor Brandstetter
2017-12-22Use the SDP ContentInfo helpers to avoid downcastingSteve Anton
2017-12-20Move sessiondescription.h/cc from p2p/base to pc/Steve Anton
2017-12-07Replace string type with SdpType enumSteve Anton
2017-11-21Fixing some clang-tidy findings.Mirko Bonadei
2017-11-21Revert "Revert "Encode log events periodically instead of for every event.""Bjorn Terelius
2017-11-11Fix and re-enable flaky PeerConnectionIntegrationTestsSteve Anton
2017-11-09Stop using LOG macros in favor of RTC_ prefixed macros.Mirko Bonadei
2017-11-07Disable several flaky PeerConnectionIntegration tests.Ivo Creusen
2017-11-06Fix flake in AddMediaToConnectedBundleDoesNotRestartIce testSteve Anton
2017-11-02Adds new DisableAndEnableAudioRecording integration test to Peerconnection.henrika
2017-11-01Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API (II)henrika
2017-11-01Revert "Add SetAudioPlayout and SetAudioRecording methods to the PeerConnecti...Mirko Bonadei
2017-10-31Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection APIhenrika
2017-10-24Fix flaky DataChannel integration testSteve Anton
2017-10-23Rewrite WebRtcSession data channel tests as PeerConnection testsSteve Anton