1. 5f6bf24 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API (II) by henrika · 7 years ago
  2. 990d6b8 Revert "Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API" by Mirko Bonadei · 7 years ago
  3. 90bace0 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API by henrika · 7 years ago
  4. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  5. d5585ca Move almost all references from WebRtcSession to PeerConnection by Steve Anton · 7 years ago
  6. c4faa9c Remove QUIC transport/data channel by Steve Anton · 7 years ago
  7. da6c095 Rewrite WebRtcSession data channel tests as PeerConnection tests by Steve Anton · 7 years ago
  8. 8d3444d Reland "Rewrite WebRtcSession media tests as PeerConnection tests" by Steve Anton · 7 years ago
  9. f2662f0 Revert "Rewrite WebRtcSession media tests as PeerConnection tests" by Olga Sharonova · 7 years ago
  10. 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
  11. 3df5dca Rewrite WebRtcSession media tests as PeerConnection tests by Steve Anton · 7 years ago
  12. dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
  13. a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
  14. 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
  15. 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
  16. d6b4819 PeerConnection::StartRtcEventLog: Improve callback memory safety by Karl Wiberg · 7 years ago
  17. 99c3fe5 Add PeerConnection::StartRtcEventLog version that takes RtcEventLogOutput as parameter by Elad Alon · 7 years ago
  18. bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  19. 933d8b0 Reland "Added PeerConnectionObserver::OnRemoveTrack." by Henrik Boström · 7 years ago
  20. 6c0c55c Revert "Added PeerConnectionObserver::OnRemoveTrack." by Alex Loiko · 7 years ago
  21. ba97ba7 Added PeerConnectionObserver::OnRemoveTrack. by Henrik Boström · 7 years ago
  22. 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 7 years ago
  23. b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  24. 83ccca1 Create and use RtcEventLogOutput for output by Elad Alon · 7 years ago
  25. 8c0f7a7 Add GetRemoteAudioSSLCertificate() to PeerConnection by Steve Anton · 7 years ago
  26. 978b876 Move clients of WebRtcSession to use PeerConnection by Steve Anton · 7 years ago
  27. bf66794 Revert "Move clients of WebRtcSession to use PeerConnection" by Alex Loiko · 7 years ago
  28. 3dc4d4a Move clients of WebRtcSession to use PeerConnection by Steve Anton · 7 years ago
  29. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  30. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/peerconnection.cc]
  31. 8ffb9c3 Change RtpSender to have multiple stream_ids by Steve Anton · 7 years ago
  32. 248fd4f Reland of Make RtcEventLogImpl to use a TaskQueue instead of a helper-thread ( https://codereview.webrtc.org/3007473002/ ) by eladalon · 7 years ago
  33. 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
  34. 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
  35. 141aacb Fix the Chromium crash when creating an answer without a remote description. by zhihuang · 7 years ago
  36. 1c378ed Relanding: Adding support for Unified Plan offer/answer negotiation to the mediasession layer. by zhihuang · 7 years ago
  37. 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
  38. a77e6bb Adding support for Unified Plan offer/answer negotiation to the mediasession layer. by zhihuang · 7 years ago
  39. d21eab3 Add "max_ipv6_networks" field to RTCConfiguration. by deadbeef · 7 years ago
  40. ec390b5 When a track is added/removed directly to MediaStream notify observer->OnRenegotionNeeded by korniltsev.anatoly · 7 years ago
  41. 038834f Reinstate "Add additional check when setting RTCConfiguration" by Steve Anton · 7 years ago
  42. 300bf8e Reinstate "API for periodically regathering ICE candidates" by Steve Anton · 7 years ago
  43. 3beb207 Revert "API for periodically regathering ICE candidates" by Magnus Jedvert · 7 years ago
  44. 26d5e2e Revert "Add additional check when setting RTCConfiguration" by Magnus Jedvert · 7 years ago
  45. 8110bed Add additional check when setting RTCConfiguration by Steve Anton · 7 years ago
  46. aa41f0c API for periodically regathering ICE candidates by Steve Anton · 7 years ago
  47. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  48. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  49. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  50. 38ede13 Support building WebRTC without audio and video. by zhihuang · 7 years ago
  51. 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
  52. 441718e Revert of Add PeerConnectionInterface::UpdateCallBitrate. (patchset #7 id:120001 of https://codereview.webrtc.org/2888303005/ ) by charujain · 7 years ago
  53. 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
  54. 3386025 Initialize PeerConnection members in declaration order and destroy them in reverse order. by terelius · 7 years ago
  55. eaabdf6 Delete MediaController class, move Call ownership to PeerConnection. by nisse · 7 years ago
  56. 1dcb164 Rewrite PeerConnection integration tests using better testing practices. by deadbeef · 7 years ago
  57. 81bf7b0 Pass ownership of candidate to PeerConnection::OnIceCandidate by jbauch · 7 years ago
  58. 42a4263 Making candidate pool size behave as decided in JSEP. by deadbeef · 7 years ago
  59. 7f06766 Delete deprecated PeerConnection methods, and corresponding using declarations. by nisse · 8 years ago
  60. b09b3f9 Add the option to disable IPv6 ICE candidates on WiFi. by zhihuang · 8 years ago
  61. 6dfd53a Rename PeerConnection::OnIceConnectionChange to OnIceConnectionStateChange by zstein · 8 years ago
  62. c1b57a1 Test field trial group with startswith rather than equals. by sprang · 8 years ago
  63. e814a0d Adding "adapter" ORTC objects on top of ChannelManager/BaseChannel/etc. by deadbeef · 8 years ago
  64. 6038e97 Adding RTCErrorOr class to be used by ORTC APIs. by deadbeef · 8 years ago
  65. 7798501 Fix the Chrome crash caused by RtcEventLog by zhihuang · 8 years ago
  66. 9dd77ba Clarifying error messages in ParseIceServerUrl for invalid transport parameters. by zstein · 8 years ago
  67. d1f5fda Allow changing the minimal ICE ping timeout with PeerConnection.SetConfiguration. by skvlad · 8 years ago
  68. 5107246 Allow applications to limit the ICE check rate through RTCConfiguration by skvlad · 8 years ago
  69. 20cb0c1 Move DTMF sender to RtpSender (as opposed to WebRtcSession). by deadbeef · 8 years ago
  70. 7ce109a Replace the easy cases of VERIFY usage. by nisse · 8 years ago
  71. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (99%) from webrtc/api/peerconnection.cc]
  72. e8abe3e Revert of New method StatsObserver::OnCompleteReports, passing ownership. (patchset #2 id:20001 of https://codereview.webrtc.org/2584553002/ ) by nisse · 8 years ago
  73. ede5da4 Replace ASSERT by RTC_DCHECK in all non-test code. by nisse · 8 years ago
  74. eb4ca4e Replace RTC_DCHECK(false) with RTC_NOTREACHED(). by nisse · 8 years ago
  75. 293e926 Reland of: Adding error output param to SetConfiguration, using new RTCError type. by deadbeef · 8 years ago
  76. c80e741 Replace ASSERT(false) by RTC_NOTREACHED(). by nisse · 8 years ago
  77. 953c2ce Reland of: Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
  78. 0483362 Add disabled certificate check support to IceServer PeerConnection API. by hnsl · 8 years ago
  79. c0dad89 Revert of Separating SCTP code from BaseChannel/MediaChannel. (patchset #14 id:240001 of https://codereview.webrtc.org/2564333002/ ) by deadbeef · 8 years ago
  80. 67b3bbe Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
  81. 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
  82. 7a5fa6c Adding error output param to SetConfiguration, using new RTCError type. by deadbeef · 8 years ago
  83. fe4a8a4 Implement current/pending session description methods. by deadbeef · 8 years ago
  84. 3061276 Convert rtc_event_log from webrtc::Clock to rtc::TimeMicros. by nisse · 8 years ago
  85. b36ee8d New method StatsObserver::OnCompleteReports, passing ownership. by nisse · 8 years ago
  86. 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
  87. b78306a Fix segfault when PeerConnection is destroyed during stats collection. by hbos · 8 years ago
  88. b0f04fd Add disabled certificate check support to IceServer PeerConnection API. by hnsl · 8 years ago
  89. 277b250 Refactor "secure bool" into explicit PROTO_TLS. by hnsl · 8 years ago
  90. 6de92f9 Don't allow changing ICE pool size after SetLocalDescription. by deadbeef · 8 years ago
  91. bd44bb0 Fix out of bound reads in ParseIceServerUrl() for various input. by hnsl · 8 years ago
  92. d1a38b5 Implement the "needs-ice-restart" logic for SetConfiguration. by deadbeef · 8 years ago
  93. 3edec7c Adding error enum to be used by PeerConnectionInterface methods. by deadbeef · 8 years ago
  94. f515ab8 Moved call.h and most of api/call/* into call/ by ossu · 8 years ago
  95. 81c3a03 Added a callback function OnAddTrack to PeerConnectionObserver by zhihuang · 8 years ago
  96. 46c7389 Adding GetConfiguration to PeerConnection. by deadbeef · 8 years ago
  97. 82ebe02 Correct stats for RTCPeerConnectionStats.dataChannels[Opened/Closed]. by hbos · 8 years ago
  98. e9e94c3 Return false if PeerConnection::GetStats() is called on invalid tracks by zhihuang · 8 years ago
  99. af38847 Make SetLocalDescrption succeed with data-channel only offer and max-bundle policy. by zhihuang · 8 years ago
  100. 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