Sign in
webrtc
/
src
/
2c72fe8a2a0e540a66028254b26e2409f9360cd8
/
pc
/
webrtcsession.cc
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/webrtcsession.cc]
2a5e426
Reject the descriptions that attempt to change the order of m= sections
by Zhi Huang
· 8 years ago
18ee1d5
Move SDP m= line matching from BaseChannel to WebRtcSession
by Steve Anton
· 8 years ago
169629a
Change WebRtcSession to have a vector of channels
by Steve Anton
· 8 years ago
24efa72
Fix RTCP transport not destroyed when channel creation fails
by Steve Anton
· 8 years ago
ea5cc86
Delete unneeded include of videocapturer.h
by Niels Möller
· 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
aa41f0c
API for periodically regathering ICE candidates
by Steve Anton
· 8 years ago
d8cf08f
Don't call CreateDtlsTransport_n from non-network thread in WebRtcSession
by deadbeef
· 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
5869f50
Support encrypted RTP extensions (RFC 6904)
by jbauch
· 8 years ago
38ede13
Support building WebRTC without audio and video.
by zhihuang
· 8 years ago
f79ade1
Revert "Revert of Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. (patchset #8 id:140001 of https://codereview.webrtc.org/2863123002/ )"
by stefan
· 8 years ago
d72098a
Revert of Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. (patchset #8 id:140001 of https://codereview.webrtc.org/2863123002/ )
by charujain
· 8 years ago
e80f4c9
Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls.
by Stefan Holmer
· 8 years ago
eaabdf6
Delete MediaController class, move Call ownership to PeerConnection.
by nisse
· 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
b789253
Accept SDP with TRANSPORT attributes missing from bundled m= sections.
by deadbeef
· 8 years ago
1a2183d
Removing unnecessary parameters from CreateXChannel methods.
by deadbeef
· 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/webrtcsession.cc]
b2cdd93
Remove the dependency of TransportChannel and TransportChannelImpl.
by zhihuang
· 8 years ago
6ce9259
Revert of make the DtlsTransportWrapper inherit form DtlsTransportInternal (patchset #11 id:320001 of https://codereview.webrtc.org/2606123002/ )
by zhihuang
· 8 years ago
5aed06c
make the DtlsTransportWrapper inherit form DtlsTransportInternal
by zhihuang
· 8 years ago
bad5dad
More minor improvements to BaseChannel/transport code.
by deadbeef
· 8 years ago
a9dd4a1
Replace left-over ASSERTs in httpcommon.h and webrtcsession.cc.
by nisse
· 8 years ago
ac22f70
Refactoring of RTCP options in BaseChannel.
by deadbeef
· 8 years ago
f5b251b
Remove BaseChannel's dependency on TransportController.
by zhihuang
· 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
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
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
fe4a8a4
Implement current/pending session description methods.
by deadbeef
· 8 years ago
df6075a
RTCStatsCollector: Utilize network thread to minimize thread hops.
by hbos
· 8 years ago
7af91dd
Removing "crypto_required" from MediaContentDescription.
by deadbeef
· 8 years ago
d1a38b5
Implement the "needs-ice-restart" logic for SetConfiguration.
by deadbeef
· 8 years ago
f515ab8
Moved call.h and most of api/call/* into call/
by ossu
· 8 years ago
ebbe4f2
Set the preferred DSCP value for Rtp data channel to be DSCP_AF41.
by zhihuang
· 8 years ago
daf88b1
Removing ERROR message for something that's expected to occur.
by deadbeef
· 8 years ago
a69d973
Move webrtc/audio_*.h to webrtc/api/call
by kjellander
· 9 years ago
d82eee0
Log how often DTLS negotiation failed because of incompatible ciphersuites.
by zhihuang
· 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
29ff844
Add PeerConnection IsClosed check.
by zhihuang
· 9 years ago
5622c5e
If continual gathering is enabled,
by Honghai Zhang
· 9 years ago
e985111
Adding API for "presume writable when fully relayed" ICE option.
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
184a3fd
Forward the SignalFirstPacketReceived to RtpReceiver.
by zhihuang
· 9 years ago
5a4a75a
Combining SetVideoSend and SetSource into one method.
by deadbeef
· 9 years ago
d03c23b
Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface.
by Henrik Boström
· 9 years ago
d7973cc
Revert of Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. (patchset #2 id:20001 of https://codereview.webrtc.org/2013523002/ )
by hbos
· 9 years ago
400781a
Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface.
by Henrik Boström
· 9 years ago
6aefc63
Move the ICE state transition ASSERTS to a lower level.
by Taylor Brandstetter
· 9 years ago
6c87a67
Do not create a temporary transport channel when using max-bundle
by skvlad
· 9 years ago
e9021a3
Propogate network-worker thread split to api
by danilchap
· 9 years ago
db0cd9e
Adding getParameters/setParameters APIs to RtpReceiver.
by Taylor Brandstetter
· 9 years ago
a1c3035
Relanding: Implement RTCConfiguration.iceCandidatePoolSize.
by Taylor Brandstetter
· 9 years ago
c55fb30
Revert of Implement RTCConfiguration.iceCandidatePoolSize. (patchset #7 id:120001 of https://codereview.webrtc.org/1956453003/ )
by deadbeef
· 9 years ago
48e9d05
Implement RTCConfiguration.iceCandidatePoolSize.
by Taylor Brandstetter
· 9 years ago
33b01f2
Adds network thread to rtc::BaseChannel
by Danil Chapovalov
· 9 years ago
d1fe281
Replace scoped_ptr with unique_ptr in webrtc/api/
by kwiberg
· 9 years ago
1c7fdd8
Remove calls to ScopedToUnique and UniqueToScoped
by kwiberg
· 9 years ago
555604a
Replace scoped_ptr with unique_ptr in webrtc/base/
by jbauch
· 9 years ago
2ded9b1
Replace SetCapturer and SetCaptureDevice by SetSource. Drop return value.
by nisse
· 9 years ago
b4d01c4
A bunch of interfaces: Return scoped_ptr<SSLCertificate>
by kwiberg
· 9 years ago
eec21bd
Reland Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies.
by jbauch
· 9 years ago
194e3bc
Revert of Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies. (patchset #4 id:60001 of https://codereview.webrtc.org/1785713005/ )
by kjellander
· 9 years ago
944c390
Use CopyOnWriteBuffer instead of Buffer to avoid unnecessary copies.
by jbauch
· 9 years ago
dc1c62c
Enable setting the maximum bitrate limit in RtpSender.
by skvlad
· 9 years ago
7fb69db
Reland the CL to remove candidates when doing continual gathering
by Honghai Zhang
· 9 years ago
3102294
Replace scoped_ptr with unique_ptr in webrtc/pc/
by kwiberg
· 9 years ago
6f59a4f
Revert of Remove candidates when doing continual gathering (patchset #15 id:560001 of https://codereview.webrtc.org/1648813004/ )
by tommi
· 9 years ago
84430da
When doing candidate re-gathering in the same generation, Remove the existing local candidate on the same network
by honghaiz
· 9 years ago
1a018dc
Prevent a voice channel from sending data before a source is set.
by Taylor Brandstetter
· 9 years ago
049fbb1
Renaming variables in p2ptransportchannel to be consistent.
by Honghai Zhang
· 9 years ago
a2a49d9
This CL provides interfaces that do not use constraints for
by hta
· 9 years ago
36f0137
Implement Turn/Turn first logic for connection selection.
by guoweis
· 9 years ago
f475277
Rename constants files in webrtc/{media,p2p}
by kjellander
· 9 years ago
03d6d57
Late initialize MediaController, for less resource i.e. ProcessThread, usage by PeerConnection.
by solenberg
· 9 years ago
0db023a
Move suspend_below_min_bitrate from VideoOptions to MediaConfig.
by nisse
· 9 years ago
7ffeab5
Reland "Move webrtc/audio/audio_sink.h to webrtc/ and fix some dependencies."
by kjellander@webrtc.org
· 9 years ago
7324eb9
Revert of Move webrtc/audio/audio_sink.h to webrtc/ and fix some dependencies. (patchset #2 id:40001 of https://codereview.webrtc.org/1737593002/ )
by kjellander
· 9 years ago
99b345c
Move webrtc/audio/audio_sink.h to webrtc/ and fix some dependencies.
by kjellander@webrtc.org
· 9 years ago
0ed85b2
Track pending ICE restarts independently for different media sections.
by deadbeef
· 9 years ago
51542be
Introduce struct MediaConfig, with construction-time settings.
by nisse
· 9 years ago
9b8df25
Move talk/session/media -> webrtc/pc
by kjellander@webrtc.org
· 9 years ago
Next »