1. 4e70a72 Replace MediaContentDirection with RtpTransceiverDirection by Steve Anton · 7 years ago
  2. b95fd2c Optional: Use nullopt and implicit construction in /pc/peerconnectioninterface_unittest.cc by Oskar Sundbom · 7 years ago
  3. c61ce0d Fixing some clang-tidy findings. by Mirko Bonadei · 7 years ago
  4. de93943 Revert "Revert "Encode log events periodically instead of for every event."" by Bjorn Terelius · 7 years ago
  5. b2d355e Reland: Reject the description with fewer m= sections. by Zhi Huang · 7 years ago
  6. 6f25b09 Reland "Rewrite WebRtcSession BUNDLE tests as PeerConnection tests" by Steve Anton · 7 years ago
  7. 8d3444d Reland "Rewrite WebRtcSession media tests as PeerConnection tests" by Steve Anton · 7 years ago
  8. f2662f0 Revert "Rewrite WebRtcSession media tests as PeerConnection tests" by Olga Sharonova · 7 years ago
  9. b49b661 Revert "Rewrite WebRtcSession BUNDLE tests as PeerConnection tests" by Olga Sharonova · 7 years ago
  10. 096e367 Rewrite WebRtcSession BUNDLE tests as PeerConnection tests by Steve Anton · 7 years ago
  11. 3df5dca Rewrite WebRtcSession media tests as PeerConnection tests by Steve Anton · 7 years ago
  12. 1b0eae3 Don't call deprecated CreatePeerConnectionFactory() overloads by Karl Wiberg · 7 years ago
  13. 919dc2e Removes fallback from Linux PulseAudio to ALSA. by henrika · 7 years ago
  14. 589ae45 Revert "Reject the subsequent offer with fewer m= sections." by Tommi · 7 years ago
  15. a8264db Reject the subsequent offer with fewer m= sections. by Zhi Huang · 7 years ago
  16. f1c6db1 Rewrite WebRtcSession ICE tests as PeerConnection tests by Steve Anton · 7 years ago
  17. 99c3fe5 Add PeerConnection::StartRtcEventLog version that takes RtcEventLogOutput as parameter by Elad Alon · 7 years ago
  18. 9e6565b Fix PeerConnectionInterfaceTest_StartAndStopLoggingAfterPeerConnectionClosed by Elad Alon · 7 years ago
  19. 94286cb Add base fixture and PeerConnection wrapper for unit tests by Steve Anton · 7 years ago
  20. 02e7a19 Remove unnecessary video factory references in PeerConnectionFactory by Magnus Jedvert · 7 years ago
  21. 835cc0c Remove unnecessary audio references in PeerConnectionFactory by Magnus Jedvert · 7 years ago
  22. b19012e Remove the support of fallback from DTLS to SDES. by zhihuang · 7 years ago
  23. 563934e Clean up dependencies of peerconnection_unittest. by Patrik Höglund · 7 years ago
  24. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  25. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/peerconnectioninterface_unittest.cc]
  26. 2a5e426 Reject the descriptions that attempt to change the order of m= sections by Zhi Huang · 7 years ago
  27. db45ca8 Change PeerConnection test helpers to take unique_ptr by Steve Anton · 7 years ago
  28. 141aacb Fix the Chromium crash when creating an answer without a remote description. by zhihuang · 7 years ago
  29. d7850b2 Use fake audio device in peerconnectioninterface_unittest.cc. by deadbeef · 7 years ago
  30. 1c378ed Relanding: Adding support for Unified Plan offer/answer negotiation to the mediasession layer. by zhihuang · 7 years ago
  31. 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
  32. a77e6bb Adding support for Unified Plan offer/answer negotiation to the mediasession layer. by zhihuang · 7 years ago
  33. 773be36 Reland of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt by perkj · 7 years ago
  34. d21eab3 Add "max_ipv6_networks" field to RTCConfiguration. by deadbeef · 7 years ago
  35. ec390b5 When a track is added/removed directly to MediaStream notify observer->OnRenegotionNeeded by korniltsev.anatoly · 7 years ago
  36. 038834f Reinstate "Add additional check when setting RTCConfiguration" by Steve Anton · 7 years ago
  37. e725159 Reland of Make the default ctor of rtc::Thread, protected by tommi · 7 years ago
  38. 26d5e2e Revert "Add additional check when setting RTCConfiguration" by Magnus Jedvert · 7 years ago
  39. 8110bed Add additional check when setting RTCConfiguration by Steve Anton · 7 years ago
  40. a117b04 Revert of Make the default ctor of rtc::Thread, protected (patchset #3 id:40001 of https://codereview.webrtc.org/2981623002/ ) by charujain · 7 years ago
  41. a8a3515 Make the default ctor of rtc::Thread, protected. by tommi · 7 years ago
  42. 539d104 Revert of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt (patchset #2 id:20001 of https://codereview.webrtc.org/2964863002/ ) by mbonadei · 7 years ago
  43. f1377f7 Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on the worker thread. by perkj · 7 years ago
  44. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  45. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  46. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  47. a9cc40b Allow an external audio processing module to be used in WebRTC by peah · 7 years ago
  48. 38ede13 Support building WebRTC without audio and video. by zhihuang · 7 years ago
  49. 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
  50. 441718e Revert of Add PeerConnectionInterface::UpdateCallBitrate. (patchset #7 id:120001 of https://codereview.webrtc.org/2888303005/ ) by charujain · 7 years ago
  51. 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
  52. 98e186c Remove VirtualSocketServer's dependency on PhysicalSocketServer. by deadbeef · 7 years ago
  53. 9a6f4d4 Get tests working on systems that only support IPv6. by deadbeef · 7 years ago
  54. 528b793 Update comments for removal of MediaController. by nisse · 7 years ago
  55. eaabdf6 Delete MediaController class, move Call ownership to PeerConnection. by nisse · 7 years ago
  56. eb1fde4 Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/. by ossu · 7 years ago
  57. 7914b8c Negotiate the same SRTP crypto suites for every DTLS association formed. by deadbeef · 7 years ago
  58. 30952b4 Add "ice-option:trickle" to generated offers/answers. by deadbeef · 7 years ago
  59. a1a040a Injectable audio encoders: BuiltinAudioEncoderFactory by ossu · 7 years ago
  60. 1dcb164 Rewrite PeerConnection integration tests using better testing practices. by deadbeef · 7 years ago
  61. 42a4263 Making candidate pool size behave as decided in JSEP. by deadbeef · 7 years ago
  62. 7f06766 Delete deprecated PeerConnection methods, and corresponding using declarations. by nisse · 7 years ago
  63. 6038e97 Adding RTCErrorOr class to be used by ORTC APIs. by deadbeef · 7 years ago
  64. 112b2e9 Switching some interfaces to use std::unique_ptr<>. by deadbeef · 7 years ago
  65. 087bd34 Move AudioDecoder and related stuff to the api/ directory by kwiberg · 7 years ago
  66. 7798501 Fix the Chrome crash caused by RtcEventLog by zhihuang · 7 years ago
  67. d1f5fda Allow changing the minimal ICE ping timeout with PeerConnection.SetConfiguration. by skvlad · 7 years ago
  68. 63b14b7 Add override declarations to PeerConnectionObserver subclasses, and delete obsolete methods. by nisse · 7 years ago
  69. 1e4e8cb Add CreatePeerConnectionFactory overloads that take audio codec factory args by kwiberg · 7 years ago
  70. f534659 Adding ability for BaseChannel to use PacketTransportInterface. by deadbeef · 7 years ago
  71. 1b54a5f Relanding: Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
  72. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (99%) from webrtc/api/peerconnectioninterface_unittest.cc]
  73. 8662f94 Only set certificate on DTLS transport if fingerprint is found in SDP. by deadbeef · 8 years ago
  74. f33491e Revert of Removing #defines previously used for building without BoringSSL/OpenSSL. (patchset #2 id:20001 of https://codereview.webrtc.org/2640513002/ ) by deadbeef · 8 years ago
  75. eaa826c Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
  76. 293e926 Reland of: Adding error output param to SetConfiguration, using new RTCError type. by deadbeef · 8 years ago
  77. 953c2ce Reland of: Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
  78. c0dad89 Revert of Separating SCTP code from BaseChannel/MediaChannel. (patchset #14 id:240001 of https://codereview.webrtc.org/2564333002/ ) by deadbeef · 8 years ago
  79. 67b3bbe Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
  80. 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
  81. 7a5fa6c Adding error output param to SetConfiguration, using new RTCError type. by deadbeef · 8 years ago
  82. fe4a8a4 Implement current/pending session description methods. by deadbeef · 8 years ago
  83. 6de92f9 Don't allow changing ICE pool size after SetLocalDescription. by deadbeef · 8 years ago
  84. d1a38b5 Implement the "needs-ice-restart" logic for SetConfiguration. by deadbeef · 8 years ago
  85. 3edec7c Adding error enum to be used by PeerConnectionInterface methods. by deadbeef · 8 years ago
  86. c63b894 Modify the parameter type of PeerConnectionObserver callback OnAddTrack. by zhihuang · 8 years ago
  87. 4dfb8ce Make the default value of rtcp-mux policy to required. by zhihuang · 8 years ago
  88. 81c3a03 Added a callback function OnAddTrack to PeerConnectionObserver by zhihuang · 8 years ago
  89. 46c7389 Adding GetConfiguration to PeerConnection. by deadbeef · 8 years ago
  90. 71a1b61 WebRTC: Fix and enable -Woverloaded-virtual warnings. by kjellander · 8 years ago
  91. e9e94c3 Return false if PeerConnection::GetStats() is called on invalid tracks by zhihuang · 8 years ago
  92. 11a9cbf Refactoring: move ownership of RtcEventLog from Call to PeerConnection by skvlad · 8 years ago
  93. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  94. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  95. bfd398c Add a switch to redetermine role when ICE restarts. by Honghai Zhang · 8 years ago
  96. 9763d56 Modified PeerConnection and WebRtcSession for end-to-end QuicDataChannel usage. by zhihuang · 8 years ago
  97. 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 · 8 years ago
  98. 34b54c3 Modified PeerConnection and WebRtcSession for end-to-end QuicDataChannel usage. by zhihuang · 8 years ago
  99. 29ff844 Add PeerConnection IsClosed check. by zhihuang · 8 years ago
  100. f8e6577 Add virtual Initialize methods to PortAllocator and NetworkManager. by Taylor Brandstetter · 8 years ago