aboutsummaryrefslogtreecommitdiff
path: root/pc
AgeCommit message (Expand)Author
2018-05-29Prepare to remove old OnFailure implementationsHarald Alvestrand
2018-05-28Wire up VAAPI VP8 experimental support in WebRTC.Ilya Nikolaevskiy
2018-05-25Add serialization of a=ice-lite.Taylor Brandstetter
2018-05-23Refactor VideoTrackSource, without raw pointer injection.Niels Möller
2018-05-23Delete unused member variable VideoTrackSource::options_.Niels Möller
2018-05-23Added an integration test to validate TURN servers can send media in relay mode.Benjamin Wright
2018-05-22Delete unused class CurrentSpeakerMonitor.Niels Möller
2018-05-21Move VideoStreamEncoderInterface to api/.Niels Möller
2018-05-21Delete unneeded includes of basictypes.h.Niels Möller
2018-05-21New class FakePeriodicVideoTrackSource, simplifying shutdown logic.Niels Möller
2018-05-18Returns RTCError for setting unimplemented RtpParameters.Seth Hampson
2018-05-18Allows injection of network controller factory into peer connection factory.Sebastian Jansson
2018-05-17Delete unused include of fakevideocapturer.h.Niels Möller
2018-05-15Reland "Implement RtpParameters.transaction_id for PC RtpSenderInterface"Florent Castelli
2018-05-14Fix build errors when rtc_use_builtin_sw_codecs is set to false.Anders Carlsson
2018-05-14Remove dependency in FakeWebRtcVideoCodecFactories.Anders Carlsson
2018-05-14New file api/video/BUILD.gnNiels Möller
2018-05-11Refactor PeerConnectionIntegrationTest to not use cricket::VideoCapturerNiels Möller
2018-05-11Add method FakePeriodicVideoSource::Stop()Niels 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-08Remove last mention of speex codecHenrik Lundin
2018-05-07Implement OnRemoveTrack and OnRemoveStream for Unified PlanSteve Anton
2018-05-07New api struct BitrateSettings.Niels Möller
2018-05-07Revert "Implement RtpParameters.transaction_id for PC RtpSenderInterface"Max Morin
2018-05-04Integrated PeerConnectionDependencies into PeerConnection::InitializeBenjamin Wright
2018-05-04Implement RtpParameters.transaction_id for PC RtpSenderInterfaceFlorent Castelli
2018-05-04Break out the part of the iSAC codec that's used for Voice Activity DetectionKarl Wiberg
2018-05-04Add missing casts-to-int to int/uint16 comparisons.Wez
2018-05-03Built in video codec factories.Anders Carlsson
2018-05-03Reland "Reland "Remove our stream << overloads from non-test build targets.""Jonas Olsson
2018-05-02Created PeerConnectionDependencies to avoid creating new CreatePeerConnection...Benjamin Wright
2018-05-02Remove deprecated std::bind2nd and std::ptr_funtzik
2018-05-02Don't transition ICE to Checking if there are no transportsSteve Anton
2018-04-27Add e2e test for multiple video tracks without signaling SSRCsSteve Anton
2018-04-26Fix possible race between the stats collector and transport controllerSteve Anton
2018-04-26Revert "TCP TURN Integration Test"Benjamin Wright
2018-04-26TCP TURN Integration TestBenjamin Wright
2018-04-25Mark built-in software video codecs as poisonous.Anders Carlsson
2018-04-24Add IsClosed checks to various PeerConnection methodsSteve Anton
2018-04-24Remove PeerConnectionInterface::UpdateIceSteve Anton
2018-04-23GN hack to tag targets as poisonous (and use it with audio codecs)Karl Wiberg
2018-04-20Fix bug that reset SRTP context on every applied answer.Taylor Brandstetter
2018-04-20Revert "Reland "Remove our stream << overloads from non-test build targets.""Taylor Brandstetter
2018-04-20Reland "Remove our stream << overloads from non-test build targets."Jonas Olsson
2018-04-18Change PeerConnection error codesHarald Alvestrand
2018-04-18Revert "Remove our stream << overloads from non-test build targets."Jonas Olsson
2018-04-18Remove our stream << overloads from non-test build targets.Jonas Olsson
2018-04-17Attempting to fix lingering issues with BUNDLE negotiation.Taylor Brandstetter
2018-04-16Reland "Add thread checker to PortAllocator and its subclasses and fix a bug ...Qingsi Wang