- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/pc/peerconnection.cc]
- 8ffb9c3 Change RtpSender to have multiple stream_ids by Steve Anton · 8 years ago
- 248fd4f Reland of Make RtcEventLogImpl to use a TaskQueue instead of a helper-thread ( https://codereview.webrtc.org/3007473002/ ) by eladalon · 8 years ago
- 23814b7 Revert of Make RtcEventLogImpl to use a TaskQueue instead of a helper-thread (patchset #4 id:200001 of https://codereview.webrtc.org/3005153002/ ) by eladalon · 8 years ago
- d67cefb Reland of Make RtcEventLogImpl to use a TaskQueue instead of a helper-thread (patchset #1 id:1 of https://codereview.webrtc.org/3010143002/ ) by eladalon · 8 years ago
- 141aacb Fix the Chromium crash when creating an answer without a remote description. by zhihuang · 8 years ago
- 1c378ed Relanding: Adding support for Unified Plan offer/answer negotiation to the mediasession layer. by zhihuang · 8 years ago
- 3c74766 Revert of Adding support for Unified Plan offer/answer negotiation. (patchset #9 id:500001 of https://codereview.webrtc.org/2991693002/ ) by olka · 8 years ago
- a77e6bb Adding support for Unified Plan offer/answer negotiation to the mediasession layer. by zhihuang · 8 years ago
- d21eab3e Add "max_ipv6_networks" field to RTCConfiguration. by deadbeef · 8 years ago
- ec390b5 When a track is added/removed directly to MediaStream notify observer->OnRenegotionNeeded by korniltsev.anatoly · 8 years ago
- 038834f Reinstate "Add additional check when setting RTCConfiguration" by Steve Anton · 8 years ago
- 300bf8e Reinstate "API for periodically regathering ICE candidates" by Steve Anton · 8 years ago
- 3beb207 Revert "API for periodically regathering ICE candidates" by Magnus Jedvert · 8 years ago
- 26d5e2e Revert "Add additional check when setting RTCConfiguration" by Magnus Jedvert · 8 years ago
- 8110bed Add additional check when setting RTCConfiguration by Steve Anton · 8 years ago
- aa41f0c API for periodically regathering ICE candidates by Steve Anton · 8 years ago
- c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
- a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
- c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
- 38ede13 Support building WebRTC without audio and video. by zhihuang · 8 years ago
- 4b97980 Relanding: Adds PeerConnectionInterface::UpdateCallBitrate to give clients more control of the bandwidth estimator. PeerConnection implements this method by passing a BitrateConfigMask to its associated Call, which is combined with the existing BitrateConfig and passed on to the SendSideCongestionController as necessary. The existing BitrateConfig generally comes from the x-google-{min,start,max}-bitrate params in the SDP. by zstein · 8 years ago
- 441718e Revert of Add PeerConnectionInterface::UpdateCallBitrate. (patchset #7 id:120001 of https://codereview.webrtc.org/2888303005/ ) by charujain · 8 years ago
- 9641c13 Adds PeerConnectionInterface::UpdateCallBitrate to give clients more control of the bandwidth estimator. PeerConnection implements this method by passing a BitrateConfigMask to its associated Call, which is combined with the existing BitrateConfig and passed on to the SendSideCongestionController as necessary. The existing BitrateConfig generally comes from the x-google-{min,start,max}-bitrate params in the SDP. by zstein · 8 years ago
- 3386025 Initialize PeerConnection members in declaration order and destroy them in reverse order. by terelius · 8 years ago
- eaabdf6 Delete MediaController class, move Call ownership to PeerConnection. by nisse · 8 years ago
- 1dcb164 Rewrite PeerConnection integration tests using better testing practices. by deadbeef · 8 years ago
- 81bf7b0 Pass ownership of candidate to PeerConnection::OnIceCandidate by jbauch · 8 years ago
- 42a4263 Making candidate pool size behave as decided in JSEP. by deadbeef · 8 years ago
- 7f06766 Delete deprecated PeerConnection methods, and corresponding using declarations. by nisse · 8 years ago
- b09b3f9 Add the option to disable IPv6 ICE candidates on WiFi. by zhihuang · 8 years ago
- 6dfd53a Rename PeerConnection::OnIceConnectionChange to OnIceConnectionStateChange by zstein · 8 years ago
- c1b57a1 Test field trial group with startswith rather than equals. by sprang · 8 years ago
- e814a0d Adding "adapter" ORTC objects on top of ChannelManager/BaseChannel/etc. by deadbeef · 8 years ago
- 6038e97 Adding RTCErrorOr class to be used by ORTC APIs. by deadbeef · 8 years ago
- 7798501 Fix the Chrome crash caused by RtcEventLog by zhihuang · 8 years ago
- 9dd77ba Clarifying error messages in ParseIceServerUrl for invalid transport parameters. by zstein · 8 years ago
- d1f5fda Allow changing the minimal ICE ping timeout with PeerConnection.SetConfiguration. by skvlad · 8 years ago
- 5107246 Allow applications to limit the ICE check rate through RTCConfiguration by skvlad · 8 years ago
- 20cb0c1 Move DTMF sender to RtpSender (as opposed to WebRtcSession). by deadbeef · 8 years ago
- 7ce109a Replace the easy cases of VERIFY usage. by nisse · 8 years ago
- 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (99%) from webrtc/api/peerconnection.cc]
- e8abe3e Revert of New method StatsObserver::OnCompleteReports, passing ownership. (patchset #2 id:20001 of https://codereview.webrtc.org/2584553002/ ) by nisse · 8 years ago
- ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
- eb4ca4e Replace RTC_DCHECK(false) with RTC_NOTREACHED(). by nisse · 8 years ago
- 293e926 Reland of: Adding error output param to SetConfiguration, using new RTCError type. by deadbeef · 8 years ago
- c80e741 Replace ASSERT(false) by RTC_NOTREACHED(). by nisse · 8 years ago
- 953c2ce Reland of: Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
- 0483362 Add disabled certificate check support to IceServer PeerConnection API. by hnsl · 8 years ago
- c0dad89 Revert of Separating SCTP code from BaseChannel/MediaChannel. (patchset #14 id:240001 of https://codereview.webrtc.org/2564333002/ ) by deadbeef · 8 years ago
- 67b3bbe Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
- 1e23461 Revert of Adding error output param to SetConfiguration, using new RTCError type. (patchset #4 id:60001 of https://codereview.webrtc.org/2587133004/ ) by deadbeef · 8 years ago
- 7a5fa6c Adding error output param to SetConfiguration, using new RTCError type. by deadbeef · 8 years ago
- fe4a8a4 Implement current/pending session description methods. by deadbeef · 8 years ago
- 3061276 Convert rtc_event_log from webrtc::Clock to rtc::TimeMicros. by nisse · 8 years ago
- b36ee8d New method StatsObserver::OnCompleteReports, passing ownership. by nisse · 8 years ago
- d5236e2 Revert of Add disabled certificate check support to IceServer PeerConnection API. (patchset #8 id:140001 of https://codereview.webrtc.org/2557803002/ ) by magjed · 8 years ago
- b78306a Fix segfault when PeerConnection is destroyed during stats collection. by hbos · 8 years ago
- b0f04fd Add disabled certificate check support to IceServer PeerConnection API. by hnsl · 8 years ago
- 277b250 Refactor "secure bool" into explicit PROTO_TLS. by hnsl · 8 years ago
- 6de92f9 Don't allow changing ICE pool size after SetLocalDescription. by deadbeef · 8 years ago
- bd44bb0 Fix out of bound reads in ParseIceServerUrl() for various input. by hnsl · 8 years ago
- d1a38b5 Implement the "needs-ice-restart" logic for SetConfiguration. by deadbeef · 8 years ago
- 3edec7c Adding error enum to be used by PeerConnectionInterface methods. by deadbeef · 8 years ago
- f515ab8 Moved call.h and most of api/call/* into call/ by ossu · 8 years ago
- 81c3a03 Added a callback function OnAddTrack to PeerConnectionObserver by zhihuang · 8 years ago
- 46c7389 Adding GetConfiguration to PeerConnection. by deadbeef · 8 years ago
- 82ebe02 Correct stats for RTCPeerConnectionStats.dataChannels[Opened/Closed]. by hbos · 8 years ago
- e9e94c3 Return false if PeerConnection::GetStats() is called on invalid tracks by zhihuang · 8 years ago
- af38847 Make SetLocalDescrption succeed with data-channel only offer and max-bundle policy. by zhihuang · 8 years ago
- e7c338f Reland of "Remove the obsolete enum webrtc::PeerConnectionInterface::IceState." (patchset #1 id:1 of https://codereview.webrtc.org/2402993002/ ) by sprang · 8 years ago
- 57cb873 Revert of "Remove the obsolete enum webrtc::PeerConnectionInterface::IceState." (patchset #1 id:1 of https://codereview.webrtc.org/2361053003/ ) by sprang · 8 years ago
- fc9414a Reland of "Remove the obsolete enum webrtc::PeerConnectionInterface::IceState." by johan · 8 years ago
- 11a9cbf Refactoring: move ownership of RtcEventLog from Call to PeerConnection by skvlad · 8 years ago
- d93f50c Add UMA metrics for ICE regathering reasons. by Honghai Zhang · 8 years ago
- 74e1a4f PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added. by hbos · 9 years ago
- 4cedf2b Add signaling to support ICE renomination. by Honghai Zhang · 9 years ago
- bfd398c Add a switch to redetermine role when ICE restarts. by Honghai Zhang · 9 years ago
- 68343a8 Revert of Remove the obsolete enum webrtc::PeerConnectionInterface::IceState. (patchset #1 id:1 of https://codereview.webrtc.org/2256663002/ ) by perkj · 9 years ago
- 31dea98 Remove the obsolete enum webrtc::PeerConnectionInterface::IceState. by johan · 9 years ago
- 9763d56 Modified PeerConnection and WebRtcSession for end-to-end QuicDataChannel usage. by zhihuang · 9 years ago
- 907abe4 Revert of Modified PeerConnection and WebRtcSession for end-to-end QuicDataChannel usage. (patchset #8 id:280001 of https://codereview.webrtc.org/2166873002/ ) by deadbeef · 9 years ago
- 34b54c3 Modified PeerConnection and WebRtcSession for end-to-end QuicDataChannel usage. by zhihuang · 9 years ago
- cb56065 Add support for GCM cipher suites from RFC 7714. by jbauch · 9 years ago
- 29ff844 Add PeerConnection IsClosed check. by zhihuang · 9 years ago
- 14d5dbe Reland of "Move RtcEventLog object from inside VoiceEngine to Call.", "Fix to make the start/stop functions for the Rtc Eventlog non-virtual." and "Fix for RtcEventLog ObjC interface" by ivoc · 9 years ago
- b9e7b4a Add config to prune low-priority TURN ports for creating connections by Honghai Zhang · 9 years ago
- f4e8cf0 Revert of Add config to prune TURN ports (patchset #12 id:360001 of https://codereview.webrtc.org/2093623004/ ) by danilchap · 9 years ago
- 9e03c3b Revert of Move RtcEventLog object from inside VoiceEngine to Call. (patchset #16 id:420001 of https://codereview.webrtc.org/1748403002/ ) by ivoc · 9 years ago
- 17aac05 Add config to prune low-priority TURN ports for creating connections by Honghai Zhang · 9 years ago
- 1895526 Move RtcEventLog object from inside VoiceEngine to Call. by Ivo Creusen · 9 years ago
- f8e6577 Add virtual Initialize methods to PortAllocator and NetworkManager. by Taylor Brandstetter · 9 years ago
- ba29c6a Reland 2 of: Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. by Taylor Brandstetter · 9 years ago
- 3784b4a Revert of Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. (patchset #3 id:40001 of https://codereview.webrtc.org/2046173002/ ) by tkchin · 9 years ago
- 2d54917 Reland of: Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. by Taylor Brandstetter · 9 years ago
- 1a7162d Revert of Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. (patchset #3 id:40001 of https://codereview.webrtc.org/2046173002/ ) by deadbeef · 9 years ago
- bc58319 Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. by Taylor Brandstetter · 9 years ago
- ba8d433 Revert of Add virtual Initialize methods to PortAllocator and NetworkManager. (patchset #4 id:60001 of https://codereview.webrtc.org/2097653002/ ) by deadbeef · 9 years ago
- a6bdb09 Add virtual Initialize methods to PortAllocator and NetworkManager. by Taylor Brandstetter · 9 years ago