Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
edab3011fa79803ed4e93836d924d266cd4df013
/
pc
/
peerconnection.cc
9a5c6f8
Add the network preference to RTCConfiguration.
by Qingsi Wang
· 7 years ago
70b820f
Implemented the GetRemoteAudioSSLCertificate method.
by Zhi Huang
· 7 years ago
22da89f
Implement legacy offer_to_receive options for Unified Plan
by Steve Anton
· 7 years ago
74255ff
Add PeerConnection interop integration tests
by Steve Anton
· 7 years ago
94d8cce
Revert "Parameterize PeerConnection signaling tests for Unified Plan"
by Taylor Brandstetter
· 7 years ago
65c0a60
Parameterize PeerConnection signaling tests for Unified Plan
by Steve Anton
· 7 years ago
ad7bffc
Parameterize PeerConnection media tests for Unified Plan
by Steve Anton
· 7 years ago
2d8609c
Move internal PeerConnection methods to PeerConnectionInternal
by Steve Anton
· 7 years ago
194939b
Added UMA counters for SDES vs DTLS key agreement
by Harald Alvestrand
· 7 years ago
dbf9d03
Parameterize PeerConnection data channel tests for Unified Plan
by Steve Anton
· 7 years ago
7464fca
Parameterize PeerConnection BUNDLE tests for Unified Plan
by Steve Anton
· 7 years ago
d367921
Configure media flow correctly with Unified Plan
by Steve Anton
· 7 years ago
47136dd
Change RtpSenders to interact with the media channel directly
by Steve Anton
· 7 years ago
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
43a723a
Move AddTrack stats update to submethod
by Steve Anton
· 7 years ago
75ceef2
Pivot old stats generation to iterate senders/receivers
by Harald Alvestrand
· 7 years ago
389a97c
Fixing leaked reference from SCTP transport to DTLS/ICE transport.
by Taylor Brandstetter
· 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
b1c1de1
Use the SDP ContentInfo helpers to avoid downcasting
by Steve Anton
· 7 years ago
5adfafd
Make ContentInfo/ContentDescription slightly more ergonomic
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
a3a92c2
Replace string type with SdpType enum
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
6d6a2ae
Refactor PeerConnection::UpdateSessionState
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
4e70a72
Replace MediaContentDirection with RtpTransceiverDirection
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
e40468b
Move some numeric utility code from rtc_base/ to rtc_base/numerics/
by Karl Wiberg
· 7 years ago
9b28a03
Optional: Use nullopt and implicit construction in /pc/peerconnection.cc
by Oskar Sundbom
· 7 years ago
9e6fd2b
Add streams() to RtpReceiverInterface and implementations.
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
fdb9201
Avoid use-after-move in PeerConnection::Set[Local/Remote]Description.
by Henrik Boström
· 7 years ago
675513b
Stop using LOG macros in favor of RTC_ prefixed macros.
by Mirko Bonadei
· 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
36b29d1
Enable cpplint in pc/
by Steve Anton
· 7 years ago
d5585ca
Move almost all references from WebRtcSession to PeerConnection
by Steve Anton
· 7 years ago
c4faa9c
Remove QUIC transport/data channel
by Steve Anton
· 7 years ago
da6c095
Rewrite WebRtcSession data channel tests as PeerConnection tests
by Steve Anton
· 7 years ago
8d3444d
Reland "Rewrite WebRtcSession media tests as PeerConnection tests"
by Steve Anton
· 7 years ago
f2662f0
Revert "Rewrite WebRtcSession media tests as PeerConnection tests"
by Olga Sharonova
· 7 years ago
78609d5
Reland of BWE allocation strategy
by Alex Narest
· 7 years ago
3df5dca
Rewrite WebRtcSession media tests as PeerConnection tests
by Steve Anton
· 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
d6b4819
PeerConnection::StartRtcEventLog: Improve callback memory safety
by Karl Wiberg
· 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
83ccca1
Create and use RtcEventLogOutput for output
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.cc]
8ffb9c3
Change RtpSender to have multiple stream_ids
by Steve Anton
· 7 years ago
248fd4f
Reland of Make RtcEventLogImpl to use a TaskQueue instead of a helper-thread ( https://codereview.webrtc.org/3007473002/ )
by eladalon
· 7 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
· 7 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
· 7 years ago
141aacb
Fix the Chromium crash when creating an answer without a remote description.
by zhihuang
· 7 years ago
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
d21eab3
Add "max_ipv6_networks" field to RTCConfiguration.
by deadbeef
· 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
Next »