- 591b2ab Wires up WebrtcKeyValueBasedConfig in media engines. by Erik Språng · 4 years, 6 months ago
- 6060df5 Reland "Implement transceiver.stop()" by Harald Alvestrand · 4 years, 7 months ago
- a88c977 Revert "Implement transceiver.stop()" by Harald Alvestrand · 4 years, 7 months ago
- 11dc657 Implement transceiver.stop() by Harald Alvestrand · 4 years, 7 months ago
- 9ad1f6f Reland "Delete PeerConnectionInterface::BitrateParameters" by Niels Möller · 4 years, 8 months ago
- f60d4c2 Revert "Delete PeerConnectionInterface::BitrateParameters" by Artem Titov · 4 years, 8 months ago
- e2dfe74 Delete PeerConnectionInterface::BitrateParameters by Niels Möller · 4 years, 8 months ago
- 2a70703 Delete MediaTransportInterface and DatagramTransportInterface by Niels Möller · 4 years, 9 months ago
- 3a35312 In pc/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 10 months ago
- f0a34f2 Revert "remove mslabel and mslabel ssrc-specific attributes" by Artem Titov · 5 years ago
- e3f257c remove mslabel and mslabel ssrc-specific attributes by Philipp Hancke · 5 years ago
- 61f74d9 Reland "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 5 years ago
- cb8c401 Revert "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 5 years ago
- c6a65c8 Expose can_trickle_ice_candidates on PeerConnection by Harald Alvestrand · 5 years ago
- f417238 Remove iceRegatherIntervalRange by Steve Anton · 5 years ago
- 7a9a092 Delete media transport integration. by Bjorn A Mellem · 5 years ago
- f8998cf Add a turn port prune policy to keep the first ready turn port. by Honghai Zhang · 5 years ago
- 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
- 340e0c5 Delete old version of PeerConnection::SetConfiguration by Niels Möller · 6 years ago
- 2579f0c RTCError as return type for PeerConnectionInterface::SetConfiguration by Niels Möller · 6 years ago
- a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
- 825aad1 Delete almost all includes of platform_file.h by Niels Möller · 6 years ago
- bca1485 Enable setting surface_ice_candidates_on_ice_transport_type_changed on the fly. by Qingsi Wang · 6 years ago
- 9da25bd In PeerConnection unittests set TaskQueueFactory explicitly by Danil Chapovalov · 6 years ago
- dec9f74 Delete obsolete RtcEventLogOutputFile constructor by Niels Möller · 6 years ago
- 695cf6a Delete deprecated StartRtcEventLog override with PlatformFile by Niels Möller · 6 years ago
- d8b9ed7 Promote RtcEventLogOutputFile to api/ by Niels Möller · 6 years ago
- 70c2db1 Reland "Make negotiationneeded processing in PeerConnection spec compliant." by Guido Urdaneta · 6 years ago
- 668a42b Revert "Make negotiationneeded processing in PeerConnection spec compliant." by Jeroen de Borst · 6 years ago
- 1fa0604 Make negotiationneeded processing in PeerConnection spec compliant. by Guido Urdaneta · 6 years ago
- 4d7160e Code cleanup: Make JsepSessionDescription::Initialize take std::unique_ptr by Harald Alvestrand · 6 years ago
- 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
- f3736ed Datachannel: Use absl::optional for maxRetransmits and maxRetransmitTime. by Harald Alvestrand · 6 years ago
- 5c4d2ee RTCDataChannel: Ignore "id" when "negotiated" is false by Harald Alvestrand · 6 years ago
- f5258be Make PeerConnectionFactory constructor taking dependency the only constructor by Danil Chapovalov · 6 years ago
- db4def9 Update parsing of stun and turn urls for RFC 7064-7065 by Niels Möller · 6 years ago
- 1c9c9fc Replace replace_substrs with Abseil by Steve Anton · 6 years ago
- 9f3aabb Delete obsolete class cricket::VideoCapturer by Niels Möller · 6 years ago
- c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
- 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
- d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
- 215ba60 Refactor PeerConnectionInterfaceTest to not depend on cricket::VideoCapturer by Niels Möller · 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
- 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/peerconnectioninterface_unittest.cc]
- b8b3c99 Clean up visibility and dependencies of RTC event log build targets. by Bjorn Terelius · 6 years ago
- ab64e8a Using fully qualified names for using declarations. by Mirko Bonadei · 6 years ago
- 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
- 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
- 37227be Add check for media transport and bundle policy by Piotr (Peter) Slatala · 6 years ago
- 89f874e Add offer_extmap_allow_mixed to RTCConfiguration by Johannes Kron · 6 years ago
- a9bbd86 Add a configuration parameter for using the media transport for data channels. by Bjorn Mellem · 6 years ago
- 4e93329 Properly setup MockPeerConnectionObserver in tests (continued). by Yves Gerey · 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
- f3ff14c Properly setup MockPeerConnectionObserver in tests. by Yves Gerey · 6 years ago
- aa1e7c2 Allow 'use_media_transport' to be modified on PeerConnection before local/remote description are set. by Piotr (Peter) Slatala · 6 years ago
- 16e27a1 Reland "Delete leftover includes and declarations for MediaConstraintsInterface" by Niels Möller · 7 years ago
- ec4a060 Revert "Delete leftover includes and declarations for MediaConstraintsInterface" by Niels Moller · 7 years ago
- a1e4ae2 Delete leftover includes and declarations for MediaConstraintsInterface by Niels Möller · 7 years ago
- f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 7 years ago
- d9e4a06 Add CreateSessionDescription overload which takes a cricket::SessionDescription by Steve Anton · 7 years ago
- 0f5400a [Unified Plan] Implement FiredDirection for RtpTransceiver by Steve Anton · 7 years ago
- 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
- e12c1fe Removing warning suppression flags from pc/. by Mirko Bonadei · 7 years ago
- 0756373 [Unified Plan] Avoid offering two senders with the same ID by Steve Anton · 7 years ago
- b983bae Remove unused/deprecated DTMF methods by Steve Anton · 7 years ago
- 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 7 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
- fc9dcb6 Remove wire-up for cancelled experement on VAAPI VP8 encoding by Ilya Nikolaevskiy · 7 years ago
- 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 7 years ago
- b330688 Fix build errors when rtc_use_builtin_sw_codecs is set to false. by Anders Carlsson · 7 years ago
- 0c4f7be New api struct BitrateSettings. by Niels Möller · 7 years ago
- 6753795 Built in video codec factories. by Anders Carlsson · 7 years ago
- c79268f Add IsClosed checks to various PeerConnection methods by Steve Anton · 7 years ago
- a2d6067 Reland "Add thread checker to PortAllocator and its subclasses and fix a bug causing memory contention by threads." by Qingsi Wang · 7 years ago
- 3dc4106 Revert "Add thread checker to PortAllocator and its subclasses and fix a bug" by Patrik Höglund · 7 years ago
- fc43d11 Add thread checker to PortAllocator and its subclasses and fix a bug by Qingsi Wang · 7 years ago
- 83d676b Bug fix for applying a remote description twice without stream IDs. by Seth Hampson · 7 years ago
- fd350d7 By default, don't use SRTP_AES128_CM_SHA1_32 protection profile. by Taylor Brandstetter · 7 years ago
- 5897a6e Adds support for signaling a=msid lines without a=ssrc lines. by Seth Hampson · 7 years ago
- 644fde4 Add nullptr check in SctpTransport. by Zhi Huang · 7 years ago
- 5b4f075 Reland "Reland "Adds support for multiple or no media stream ids."" by Seth Hampson · 7 years ago
- e830e68 Use new TransportController implementation in PeerConnection. by Zhi Huang · 7 years ago
- 191bf5c Revert "Reland "Adds support for multiple or no media stream ids."" by Tomas Gunnarsson · 7 years ago
- f351c34 Reland "Adds support for multiple or no media stream ids." by Seth Hampson · 7 years ago
- bc609eaa Revert "Adds support for multiple or no media stream ids." by Emircan Uysaler · 7 years ago
- 1550292 Adds support for multiple or no media stream ids. by Seth Hampson · 7 years ago
- 13b8bad Final name changing of MediaStreamInterface.label() to id(). by Seth Hampson · 7 years ago
- 845e878 Name change from stream label to stream id for spec compliance. by Seth Hampson · 7 years ago
- 5a26a3a Remove public sync_label from StreamParams by Steve Anton · 7 years ago
- fc8d26b Reland "Moved BitrateConfig out of Call::Config." by Sebastian Jansson · 7 years ago
- 6e22137 Enable Unified Plan tests that were blocked on the stats collector by Steve Anton · 7 years ago
- e4bf600 Revert "Moved BitrateConfig out of Call::Config." by Lu Liu · 7 years ago
- 5897fe2 Moved BitrateConfig out of Call::Config. by Sebastian Jansson · 7 years ago
- 36da6ff Parameterize PeerConnection interface tests for Unified Plan by Steve Anton · 7 years ago
- 57858b3 Reland "Update RTCStatsCollector to work with RtpTransceivers" by Steve Anton · 7 years ago
- ee2388f Revert "Update RTCStatsCollector to work with RtpTransceivers" by Guido Urdaneta · 7 years ago
- 56bae8d Update RTCStatsCollector to work with RtpTransceivers by Steve Anton · 7 years ago
- 8e545ee Revert "Use SRTP_AES128_CM_SHA1_80 by default instead of SRTP_AES128_CM_SHA1_32." by Tommi · 7 years ago
- 6780c51 Use SRTP_AES128_CM_SHA1_80 by default instead of SRTP_AES128_CM_SHA1_32. by Joachim Bauch · 7 years ago