- ef65ef1 Fire OnAddTrack when Unified Plan is enabled by Steve Anton · 7 years ago
- 02ee47c Signal track ID correctly when Unified Plan semantics selected by Steve Anton · 7 years ago
- 6077675 Change RtpReceivers to interact with the media channel directly by Steve Anton · 7 years ago
- 2d6c76a Switch to using AddTrack with stream labels by Steve Anton · 7 years ago
- fa2260d Add support for data channels with Unified Plan by Steve Anton · 7 years ago
- 8906187 Pivot generation of stats to iterate senders/receivers by Harald Alvestrand · 7 years ago
- dcc3c02 Add support for JSEP offer/answer with transceivers by Steve Anton · 7 years ago
- 7411648 Remove SessionStats.proxy_to_transport by Steve Anton · 7 years ago
- 8af2186 Destroy stats collectors before destroying BaseChannels by Steve Anton · 7 years ago
- f9381f0 Implement PeerConnection::AddTrack/RemoveTrack for Unified Plan by Steve Anton · 7 years ago
- 3fe1b15 Fix PeerConnection crashing on Close() when Unified Plan enabled by Steve Anton · 7 years ago
- 3828c06 Replace cricket::ContentAction with webrtc::SdpType by Steve Anton · 7 years ago
- ed10bd9 Modify SetLocalDescription helpers to work with RtpTransceivers by Steve Anton · 7 years ago
- 2039306 Replace PeerConnection::Action with cricket::ContentAction by Steve Anton · 7 years ago
- 8a00691 Use RTCError for internal PeerConnection methods by Steve Anton · 7 years ago
- f847081 Rename PeerConnection::Error to PeerConnection::SessionError by Steve Anton · 7 years ago
- 6fec880 Unify and de-duplicate BaseChannel deletion in PeerConnection by Steve Anton · 7 years ago
- eda6ccd Refactor BaseChannel creation in PeerConnection by Steve Anton · 7 years ago
- 1d03a75 Remove cricket::RtpTransceiverDirection by Steve Anton · 7 years ago
- 9158ef6 Reland "Add AddTransceiver and GetTransceivers to PeerConnection" by Steve Anton · 7 years ago
- 8b13f96 Revert "Add AddTransceiver and GetTransceivers to PeerConnection" by Steve Anton · 7 years ago
- f93d280 Add AddTransceiver and GetTransceivers to PeerConnection by Steve Anton · 7 years ago
- 3163867 Reland "SetRemoteDescriptionObserverInterface added." by Henrik Boström · 7 years ago
- a4ecf55 Revert "SetRemoteDescriptionObserverInterface added." by Henrik Boström · 7 years ago
- 6c7ec32 SetRemoteDescriptionObserverInterface added. by Henrik Boström · 7 years ago
- de93943 Revert "Revert "Encode log events periodically instead of for every event."" by Bjorn Terelius · 7 years ago
- 79e7960 Add SDP semantics option to RTCConfiguration by Steve Anton · 7 years ago
- 4171afb Use RtpTransceivers in PeerConnection by Steve Anton · 7 years ago
- 33c5c7f Revert "Encode log events periodically instead of for every event." by Zhi Huang · 7 years ago
- b154c27 Encode log events periodically instead of for every event. by Bjorn Terelius · 7 years ago
- d25da37 Inline various trivial methods from the WebRtcSession merge by Steve Anton · 7 years ago
- 75737c0 Merge WebRtcSession into PeerConnection by Steve Anton · 7 years ago
- ba81867 Prepare WebRtcSession to be merged into PeerConnection by Steve Anton · 7 years ago
- 5f6bf24 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API (II) by henrika · 7 years ago
- 990d6b8 Revert "Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API" by Mirko Bonadei · 7 years ago
- 90bace0 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API by henrika · 7 years ago
- d5585ca Move almost all references from WebRtcSession to PeerConnection by Steve Anton · 7 years ago
- 8a63f78 Rewrite the remaining few WebRtcSession tests. by Steve Anton · 7 years ago
- 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
- dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
- a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
- 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
- 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
- 99c3fe5 Add PeerConnection::StartRtcEventLog version that takes RtcEventLogOutput as parameter by Elad Alon · 7 years ago
- bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
- 933d8b0 Reland "Added PeerConnectionObserver::OnRemoveTrack." by Henrik Boström · 7 years ago
- 6c0c55c Revert "Added PeerConnectionObserver::OnRemoveTrack." by Alex Loiko · 7 years ago
- ba97ba7 Added PeerConnectionObserver::OnRemoveTrack. by Henrik Boström · 7 years ago
- 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 7 years ago
- b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
- acb2417 Fix apparent copy/paste error in comment (PeerConnection) by Elad Alon · 7 years ago
- 8c0f7a7 Add GetRemoteAudioSSLCertificate() to PeerConnection by Steve Anton · 7 years ago
- 978b876 Move clients of WebRtcSession to use PeerConnection by Steve Anton · 7 years ago
- bf66794 Revert "Move clients of WebRtcSession to use PeerConnection" by Alex Loiko · 7 years ago
- 3dc4d4a Move clients of WebRtcSession to use PeerConnection by Steve Anton · 7 years ago
- 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
- bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/peerconnection.h]
- 1c378ed Relanding: Adding support for Unified Plan offer/answer negotiation to the mediasession layer. by zhihuang · 7 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 · 7 years ago
- a77e6bb Adding support for Unified Plan offer/answer negotiation to the mediasession layer. by zhihuang · 7 years ago
- ec390b5 When a track is added/removed directly to MediaStream notify observer->OnRenegotionNeeded by korniltsev.anatoly · 7 years ago
- 038834f Reinstate "Add additional check when setting RTCConfiguration" by Steve Anton · 7 years ago
- 26d5e2e Revert "Add additional check when setting RTCConfiguration" by Magnus Jedvert · 7 years ago
- 8110bed Add additional check when setting RTCConfiguration by Steve Anton · 7 years ago
- 38ede13 Support building WebRTC without audio and video. by zhihuang · 7 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 · 7 years ago
- 441718e Revert of Add PeerConnectionInterface::UpdateCallBitrate. (patchset #7 id:120001 of https://codereview.webrtc.org/2888303005/ ) by charujain · 7 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 · 7 years ago
- 3386025 Initialize PeerConnection members in declaration order and destroy them in reverse order. by terelius · 7 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
- 6dfd53a Rename PeerConnection::OnIceConnectionChange to OnIceConnectionStateChange by zstein · 8 years ago
- 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (97%) from webrtc/api/peerconnection.h]
- 293e926 Reland of: Adding error output param to SetConfiguration, using new RTCError type. 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
- 46c7389 Adding GetConfiguration to PeerConnection. by deadbeef · 8 years ago
- 82ebe02 Correct stats for RTCPeerConnectionStats.dataChannels[Opened/Closed]. by hbos · 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
- 74e1a4f PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added. by hbos · 8 years ago
- 4cedf2b Add signaling to support ICE renomination. by Honghai Zhang · 8 years ago
- 68343a8 Revert of Remove the obsolete enum webrtc::PeerConnectionInterface::IceState. (patchset #1 id:1 of https://codereview.webrtc.org/2256663002/ ) by perkj · 8 years ago
- 31dea98 Remove the obsolete enum webrtc::PeerConnectionInterface::IceState. by johan · 8 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 · 8 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 · 8 years ago
- 1895526 Move RtcEventLog object from inside VoiceEngine to Call. by Ivo Creusen · 8 years ago
- ba29c6a Reland 2 of: Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. by Taylor Brandstetter · 8 years ago
- 3784b4a Revert of Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. (patchset #3 id:40001 of https://codereview.webrtc.org/2046173002/ ) by tkchin · 8 years ago
- 2d54917 Reland of: Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. by Taylor Brandstetter · 8 years ago
- 1a7162d Revert of Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. (patchset #3 id:40001 of https://codereview.webrtc.org/2046173002/ ) by deadbeef · 8 years ago
- bc58319 Use VoiceChannel/VideoChannel directly from RtpSender/RtpReceiver. by Taylor Brandstetter · 8 years ago
- a601f5c Separating internal and external methods of RtpSender/RtpReceiver. by deadbeef · 8 years ago
- d03c23b Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 8 years ago
- d7973cc Revert of Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. (patchset #2 id:20001 of https://codereview.webrtc.org/2013523002/ ) by hbos · 8 years ago
- 400781a Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 8 years ago