1. 9158ef6 Reland "Add AddTransceiver and GetTransceivers to PeerConnection" by Steve Anton · 7 years ago
  2. 8b13f96 Revert "Add AddTransceiver and GetTransceivers to PeerConnection" by Steve Anton · 7 years ago
  3. f93d280 Add AddTransceiver and GetTransceivers to PeerConnection by Steve Anton · 7 years ago
  4. 0710965 Old SetRemoteDescription signature default implementation. by Henrik Boström · 7 years ago
  5. 3163867 Reland "SetRemoteDescriptionObserverInterface added." by Henrik Boström · 7 years ago
  6. a4ecf55 Revert "SetRemoteDescriptionObserverInterface added." by Henrik Boström · 7 years ago
  7. 6c7ec32 SetRemoteDescriptionObserverInterface added. by Henrik Boström · 7 years ago
  8. de93943 Revert "Revert "Encode log events periodically instead of for every event."" by Bjorn Terelius · 7 years ago
  9. 79e7960 Add SDP semantics option to RTCConfiguration by Steve Anton · 7 years ago
  10. 33c5c7f Revert "Encode log events periodically instead of for every event." by Zhi Huang · 7 years ago
  11. b154c27 Encode log events periodically instead of for every event. by Bjorn Terelius · 7 years ago
  12. 32df86e Remove deprecated CreatePeerConnectionFactory() overloads by Karl Wiberg · 7 years ago
  13. 5f6bf24 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API (II) by henrika · 7 years ago
  14. 990d6b8 Revert "Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API" by Mirko Bonadei · 7 years ago
  15. 90bace0 Add SetAudioPlayout and SetAudioRecording methods to the PeerConnection API by henrika · 7 years ago
  16. c4faa9c Remove QUIC transport/data channel by Steve Anton · 7 years ago
  17. cb423c4 Adding comment about ice_connection_state really being ICE+DTLS. by Taylor Brandstetter · 7 years ago
  18. 78609d5 Reland of BWE allocation strategy by Alex Narest · 7 years ago
  19. dc9ca93 Revert "BWE allocation strategy" by Alex Narest · 7 years ago
  20. 1c66f9f Fix chrome tests by making SetBitrateAllocationStrategy not pure virtual by Alex Narest · 7 years ago
  21. a5fbc23 BWE allocation strategy by Alex Narest · 7 years ago
  22. 39260c4 Revert "BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic." by Lu Liu · 7 years ago
  23. 54d1da1 BWE allocation strategy allows controlling of bitrate allocation with WEBRTC external logic. by Alex Narest · 7 years ago
  24. 99c3fe5 Add PeerConnection::StartRtcEventLog version that takes RtcEventLogOutput as parameter by Elad Alon · 7 years ago
  25. bdcee28 TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  26. 933d8b0 Reland "Added PeerConnectionObserver::OnRemoveTrack." by Henrik Boström · 7 years ago
  27. 6c0c55c Revert "Added PeerConnectionObserver::OnRemoveTrack." by Alex Loiko · 7 years ago
  28. ba97ba7 Added PeerConnectionObserver::OnRemoveTrack. by Henrik Boström · 7 years ago
  29. 604427b Revert "TurnCustomizer - an interface for modifying stun messages sent by TurnPort" by Guido Urdaneta · 7 years ago
  30. b23ed7f TurnCustomizer - an interface for modifying stun messages sent by TurnPort by Jonas Oreland · 7 years ago
  31. 82eb3c4 Remove dead version of StartRtcEventLog by Elad Alon · 7 years ago
  32. bf35eb2 Prepare to remove StartRtcEventLog and StopRtcEventLog by Elad Alon · 7 years ago
  33. d8970db Delete unneeded includes of fileutils.h by Niels Möller · 7 years ago
  34. 02e7a19 Remove unnecessary video factory references in PeerConnectionFactory by Magnus Jedvert · 7 years ago
  35. 835cc0c Remove unnecessary audio references in PeerConnectionFactory by Magnus Jedvert · 7 years ago
  36. 58b0316 Expose new video codec factories in the PeerConnectionFactory API by Magnus Jedvert · 7 years ago
  37. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  38. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/api/peerconnectioninterface.h]
  39. 7bd1f1b Add support for changing the TLS elliptic curve set. by Diogo Real · 7 years ago
  40. 1dca9d5 Support a user-provided string for the TLS ALPN extension. by Diogo Real · 7 years ago
  41. d21eab3 Add "max_ipv6_networks" field to RTCConfiguration. by deadbeef · 7 years ago
  42. 83dc6b6 Remove default implementation of PeerConnectionInterface::SetBitrate. by zstein · 7 years ago
  43. 300bf8e Reinstate "API for periodically regathering ICE candidates" by Steve Anton · 7 years ago
  44. 3beb207 Revert "API for periodically regathering ICE candidates" by Magnus Jedvert · 7 years ago
  45. aa41f0c API for periodically regathering ICE candidates by Steve Anton · 7 years ago
  46. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  47. 17675ce Enable the injection of an APM into a peerconnection by peah · 7 years ago
  48. a9cc40b Allow an external audio processing module to be used in WebRTC by peah · 7 years ago
  49. dab1d2d Enable SNI in ssl adapter. by Emad Omara · 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. 6488ea4 Remove temporary include of builtin_audio_encoder_factory.h. by ossu · 7 years ago
  55. eb1fde4 Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/. by ossu · 7 years ago
  56. 7914b8c Negotiate the same SRTP crypto suites for every DTLS association formed. by deadbeef · 7 years ago
  57. d07061c Add comments about PeerConnection::Close and PeerConnectionObserver. by deadbeef · 7 years ago
  58. a1a040a Injectable audio encoders: BuiltinAudioEncoderFactory by ossu · 7 years ago
  59. 1dcb164 Rewrite PeerConnection integration tests using better testing practices. by deadbeef · 7 years ago
  60. 7f06766 Delete deprecated PeerConnection methods, and corresponding using declarations. by nisse · 7 years ago
  61. b09b3f9 Add the option to disable IPv6 ICE candidates on WiFi. by zhihuang · 7 years ago
  62. 8d60a94 Replace NULL with nullptr or null in webrtc/api/. by deadbeef · 7 years ago
  63. e814a0d Adding "adapter" ORTC objects on top of ChannelManager/BaseChannel/etc. by deadbeef · 7 years ago
  64. 6038e97 Adding RTCErrorOr class to be used by ORTC APIs. by deadbeef · 7 years ago
  65. 39e14da Changing some PeerConnection-related comments. by deadbeef · 7 years ago
  66. 112b2e9 Switching some interfaces to use std::unique_ptr<>. by deadbeef · 7 years ago
  67. 087bd34 Move AudioDecoder and related stuff to the api/ directory by kwiberg · 7 years ago
  68. b10f32f Adding more comments to every header file in api/ subdirectory. by deadbeef · 7 years ago
  69. 5107246 Allow applications to limit the ICE check rate through RTCConfiguration by skvlad · 7 years ago
  70. 803dc29 Enable cpplint and fix cpplint errors in webrtc/api by oprypin · 7 years ago
  71. 1e4e8cb Add CreatePeerConnectionFactory overloads that take audio codec factory args by kwiberg · 7 years ago
  72. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago
  73. e8abe3e Revert of New method StatsObserver::OnCompleteReports, passing ownership. (patchset #2 id:20001 of https://codereview.webrtc.org/2584553002/ ) by nisse · 8 years ago
  74. fe0fd41 Stop using deprecated constraints-based version of CreateAudioSource. by deadbeef · 8 years ago
  75. 1d3c7e0 Move MetricsObserverInterface out of peerconnectioninterface.h by skvlad · 8 years ago
  76. 293e926 Reland of: Adding error output param to SetConfiguration, using new RTCError type. by deadbeef · 8 years ago
  77. 0483362 Add disabled certificate check support to IceServer PeerConnection API. by hnsl · 8 years ago
  78. 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
  79. 7a5fa6c Adding error output param to SetConfiguration, using new RTCError type. by deadbeef · 8 years ago
  80. fe4a8a4 Implement current/pending session description methods. by deadbeef · 8 years ago
  81. b36ee8d New method StatsObserver::OnCompleteReports, passing ownership. by nisse · 8 years ago
  82. 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
  83. b0f04fd Add disabled certificate check support to IceServer PeerConnection API. by hnsl · 8 years ago
  84. 95aa964 Support external audio mixer in webrtc 2. by gyzhou · 8 years ago
  85. e381015 Revert of New PeerConnectionInterface::GetStats: No bogus default implementation. (patchset #1 id:1 of https://codereview.webrtc.org/2566143002/ ) by hbos · 8 years ago
  86. 8f23094 New PeerConnectionInterface::GetStats: No bogus default implementation. by hbos · 8 years ago
  87. 39ce11f Revert of Support external audio mixer. (patchset #5 id:140001 of https://codereview.webrtc.org/2539213003/ ) by gyzhou · 8 years ago
  88. f6bcac5 Support external audio mixer in webrtc. by gyzhou · 8 years ago
  89. d1a38b5 Implement the "needs-ice-restart" logic for SetConfiguration. by deadbeef · 8 years ago
  90. 3edec7c Adding error enum to be used by PeerConnectionInterface methods. by deadbeef · 8 years ago
  91. c63b894 Modify the parameter type of PeerConnectionObserver callback OnAddTrack. by zhihuang · 8 years ago
  92. 4dfb8ce Make the default value of rtcp-mux policy to required. by zhihuang · 8 years ago
  93. 81c3a03 Added a callback function OnAddTrack to PeerConnectionObserver by zhihuang · 8 years ago
  94. 46c7389 Adding GetConfiguration to PeerConnection. by deadbeef · 8 years ago
  95. 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
  96. 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
  97. fc9414a Reland of "Remove the obsolete enum webrtc::PeerConnectionInterface::IceState." by johan · 8 years ago
  98. 74e1a4f PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added. by hbos · 8 years ago
  99. aecd982 Change a few configurations in AggressiveConfiguration by Honghai Zhang · 8 years ago
  100. 79c6458 Provide a default implementation for PeerConnectionInterface::ice_state(). by johan · 8 years ago