Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
9f79a92e2642015c3f6bfde8d3c22920d7e00d98
/
pc
/
mediasession.h
e831b8c
Add MSID signaling compatibility for Unified Plan endpoints
by Steve Anton
· 7 years ago
ad7bffc
Parameterize PeerConnection media tests for Unified Plan
by Steve Anton
· 7 years ago
fa2260d
Add support for data channels with Unified Plan
by Steve Anton
· 7 years ago
afd8e8c
Move MediaContentDescription into sessiondescription.h
by Steve Anton
· 7 years ago
4ab68ee
Move sessiondescription.h/cc from p2p/base to pc/
by Steve Anton
· 7 years ago
6e2e7ce
Reland "Move JsepTransport from p2p/base to pc/."
by Taylor Brandstetter
· 7 years ago
8424acd
Revert "Move JsepTransport from p2p/base to pc/."
by Oleh Prypin
· 7 years ago
4770fd9
Move JsepTransport from p2p/base to pc/.
by Taylor Brandstetter
· 7 years ago
5634427
Remove unused properties from MediaContentDescription
by Steve Anton
· 7 years ago
f72ab83
Remove transceiver direction getter/setter
by Steve Anton
· 7 years ago
4e70a72
Replace MediaContentDirection with RtpTransceiverDirection
by Steve Anton
· 7 years ago
73da79c
Step 1 to remove MediaContentDirection
by Steve Anton
· 7 years ago
1d03a75
Remove cricket::RtpTransceiverDirection
by Steve Anton
· 7 years ago
1d88d74
Remove the unused code.
by Zhi Huang
· 7 years ago
7aee3d5
Fix ortc_api circular deps.
by Patrik Höglund
· 7 years ago
36b29d1
Enable cpplint in pc/
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/mediasession.h]
8ffb9c3
Change RtpSender to have multiple stream_ids
by Steve Anton
· 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
5869f50
Support encrypted RTP extensions (RFC 6904)
by jbauch
· 8 years ago
7914b8c
Negotiate the same SRTP crypto suites for every DTLS association formed.
by deadbeef
· 8 years ago
38989e5
Parse the connection data in SDP (c= line).
by zhihuang
· 8 years ago
e814a0d
Adding "adapter" ORTC objects on top of ChannelManager/BaseChannel/etc.
by deadbeef
· 8 years ago
b789253
Accept SDP with TRANSPORT attributes missing from bundled m= sections.
by deadbeef
· 8 years ago
4b2e082
Use the same draft version in SDP data channel answers as used in the offer.
by zstein
· 8 years ago
7bb87ee
Create //webrtc/api:libjingle_peerconnection_api + refactorings.
by ossu
· 8 years ago
49f34fd
Relanding: Refactoring that removes P2PTransport and DtlsTransport classes.
by deadbeef
· 8 years ago
57fd726
Revert of Refactoring that removes P2PTransport and DtlsTransport classes. (patchset #9 id:150001 of https://codereview.webrtc.org/2517883002/ )
by deadbeef
· 8 years ago
bd28681
Refactoring that removes P2PTransport and DtlsTransport classes.
by deadbeef
· 8 years ago
4cedf2b
Add signaling to support ICE renomination.
by Honghai Zhang
· 8 years ago
cb56065
Add support for GCM cipher suites from RFC 7714.
by jbauch
· 8 years ago
dedfd28
Support for two audio codec lists down into WebRtcVoiceEngine.
by ossu
· 9 years ago
075af92
Initial asymmetric codec support in MediaSessionDescription
by ossu
· 9 years ago
a1c548b
Add RtpHeaderExtension to avoid client breakage
by isheriff
· 9 years ago
6f8d686
Remove use of RtpHeaderExtension and clean up
by isheriff
· 9 years ago
dc4eb8c
Refactoring some tests in peerconnectioninterface_unittest.cc.
by Taylor Brandstetter
· 9 years ago
8f65cdf
Only generate one CNAME per PeerConnection.
by zhihuang
· 9 years ago
8c011e5
Simple lint fixes
by terelius
· 9 years ago
67cf2c1
Removing `preference` field from `cricket::Codec`.
by deadbeef
· 9 years ago
3102294
Replace scoped_ptr with unique_ptr in webrtc/pc/
by kwiberg
· 9 years ago
f475277
Rename constants files in webrtc/{media,p2p}
by kjellander
· 9 years ago
0ed85b2
Track pending ICE restarts independently for different media sections.
by deadbeef
· 9 years ago
65c7f67
Fix license headers in webrtc/pc
by kjellander
· 9 years ago
9b8df25
Move talk/session/media -> webrtc/pc
by kjellander@webrtc.org
· 9 years ago
[Renamed from talk/session/media/mediasession.h]
a96e2d7
Move talk/media to webrtc/media
by kjellander
· 9 years ago
f475d36
Properly handle different transports having different SSL roles.
by Taylor Brandstetter
· 9 years ago
1387149
Adding reduced size RTCP configuration down to the video stream level.
by deadbeef
· 9 years ago
521ed7b
Reland Convert internal representation of Srtp cryptos from string to int
by Guo-wei Shieh
· 9 years ago
318166b
Revert of Convert internal representation of Srtp cryptos from string to int. (patchset #10 id:180001 of https://codereview.webrtc.org/1416673006/ )
by guoweis
· 9 years ago
2764e10
Convert internal representation of Srtp cryptos from string to int.
by guoweis
· 9 years ago
0c4e06b
Use suffixed {uint,int}{8,16,32,64}_t types.
by Peter Boström
· 9 years ago
456696a
Reland Change WebRTC SslCipher to be exposed as number only
by Guo-wei Shieh
· 9 years ago
27dc29b
Revert of Change WebRTC SslCipher to be exposed as number only. (patchset #20 id:750001 of https://codereview.webrtc.org/1337673002/ )
by guoweis
· 9 years ago
4fe3c9a
Change WebRTC SslCipher to be exposed as number only.
by guoweis
· 9 years ago
7cbd188
Remove GICE (again).
by Peter Thatcher
· 9 years ago
d12140a
Revert change which removes GICE.
by guoweis
· 9 years ago
2159b89
Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots.
by Peter Thatcher
· 9 years ago
5bdafd4
Revert "Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots.""
by minyuel
· 9 years ago
081f34b
Reland "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots."
by Peter Thatcher
· 9 years ago
fa30180
Revert "Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever)." becauese remoting code is using dead constants and breaks the FYI bots.
by pthatcher
· 9 years ago
3449faa
Remove GICE (gone forever!) and PORTALLOCATOR_ENABLE_SHARED_UFRAG (enabled forever).
by Peter Thatcher
· 9 years ago
a747093
After another round of reviews.
by lally@webrtc.org
· 10 years ago
ec97c65
Attempt on read-only acceptance of -12.
by lally@webrtc.org
· 10 years ago
586f2ed
Change GetStreamBySsrc to not copy StreamParams.
by tommi@webrtc.org
· 10 years ago
269fb4b
move xmpp and p2p to webrtc
by henrike@webrtc.org
· 10 years ago
28100cb
Reverts r7459 "Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p."
by henrike@webrtc.org
· 10 years ago
d1ba6d9
Create a copy of talk/xmpp and talk/p2p under webrtc/libjingle/xmpp and webrtc/p2p.
by henrike@webrtc.org
· 10 years ago
742922b
Make the media content send only if offerToReceive is false while local streams exist.
by jiayl@webrtc.org
· 10 years ago
a09a999
(Auto)update libjingle 73222930-> 73226398
by buildbot@webrtc.org
· 10 years ago
e7d47a1
Maintain the order of the m-lines in CreateOffer and CreateAnswer.
by jiayl@webrtc.org
· 10 years ago
d4e598d
(Auto)update libjingle 72097588-> 72159069
by buildbot@webrtc.org
· 11 years ago
8dcd43c
Make MediaSessionDescriptionFactory accept offers with UDP/TLS/RTP/SAVPF.
by jiayl@webrtc.org
· 11 years ago
9c16c39
Sets the SCTP port codec in the native SessionDescription.
by jiayl@webrtc.org
· 11 years ago
b90991d
Update libjingle 62472237->62550414
by henrike@webrtc.org
· 11 years ago
4b26e2e
Update libjingle to 59676287
by sergeyu@chromium.org
· 11 years ago
cecfd18
Update talk to 55821645.
by wu@webrtc.org
· 11 years ago
1112c30
Update libjingle to 53057474.
by mallinath@webrtc.org
· 11 years ago
28e2075
Adds trunk/talk folder of revision 359 from libjingles google code to trunk/talk
by henrike@webrtc.org
· 12 years ago