1. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  2. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/pc/peerconnectioninterface_unittest.cc]
  3. 2a5e426 Reject the descriptions that attempt to change the order of m= sections by Zhi Huang · 8 years ago
  4. db45ca8 Change PeerConnection test helpers to take unique_ptr by Steve Anton · 8 years ago
  5. 141aacb Fix the Chromium crash when creating an answer without a remote description. by zhihuang · 8 years ago
  6. d7850b2 Use fake audio device in peerconnectioninterface_unittest.cc. by deadbeef · 8 years ago
  7. 1c378ed Relanding: Adding support for Unified Plan offer/answer negotiation to the mediasession layer. by zhihuang · 8 years ago
  8. 3c74766 Revert of Adding support for Unified Plan offer/answer negotiation. (patchset #9 id:500001 of https://codereview.webrtc.org/2991693002/ ) by olka · 8 years ago
  9. a77e6bb Adding support for Unified Plan offer/answer negotiation to the mediasession layer. by zhihuang · 8 years ago
  10. 773be36 Reland of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt by perkj · 8 years ago
  11. d21eab3e Add "max_ipv6_networks" field to RTCConfiguration. by deadbeef · 8 years ago
  12. ec390b5 When a track is added/removed directly to MediaStream notify observer->OnRenegotionNeeded by korniltsev.anatoly · 8 years ago
  13. 038834f Reinstate "Add additional check when setting RTCConfiguration" by Steve Anton · 8 years ago
  14. e725159 Reland of Make the default ctor of rtc::Thread, protected by tommi · 8 years ago
  15. 26d5e2e Revert "Add additional check when setting RTCConfiguration" by Magnus Jedvert · 8 years ago
  16. 8110bed Add additional check when setting RTCConfiguration by Steve Anton · 8 years ago
  17. a117b04 Revert of Make the default ctor of rtc::Thread, protected (patchset #3 id:40001 of https://codereview.webrtc.org/2981623002/ ) by charujain · 8 years ago
  18. a8a3515 Make the default ctor of rtc::Thread, protected. by tommi · 8 years ago
  19. 539d104 Revert of Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on wt (patchset #2 id:20001 of https://codereview.webrtc.org/2964863002/ ) by mbonadei · 8 years ago
  20. f1377f7 Change VideoTrack implementation to invoke VideoTrackSourceInterface::AddOrUpdateSink on the worker thread. by perkj · 8 years ago
  21. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  22. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  23. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  24. a9cc40b Allow an external audio processing module to be used in WebRTC by peah · 8 years ago
  25. 38ede13 Support building WebRTC without audio and video. by zhihuang · 8 years ago
  26. 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 · 8 years ago
  27. 441718e Revert of Add PeerConnectionInterface::UpdateCallBitrate. (patchset #7 id:120001 of https://codereview.webrtc.org/2888303005/ ) by charujain · 8 years ago
  28. 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 · 8 years ago
  29. 98e186c Remove VirtualSocketServer's dependency on PhysicalSocketServer. by deadbeef · 8 years ago
  30. 9a6f4d4 Get tests working on systems that only support IPv6. by deadbeef · 8 years ago
  31. 528b793 Update comments for removal of MediaController. by nisse · 8 years ago
  32. eaabdf6 Delete MediaController class, move Call ownership to PeerConnection. by nisse · 8 years ago
  33. eb1fde4 Injectable audio encoders: Moved audio encoder, factory and builtin factory to api/. by ossu · 8 years ago
  34. 7914b8c Negotiate the same SRTP crypto suites for every DTLS association formed. by deadbeef · 8 years ago
  35. 30952b4 Add "ice-option:trickle" to generated offers/answers. by deadbeef · 8 years ago
  36. a1a040a Injectable audio encoders: BuiltinAudioEncoderFactory by ossu · 8 years ago
  37. 1dcb164 Rewrite PeerConnection integration tests using better testing practices. by deadbeef · 8 years ago
  38. 42a4263 Making candidate pool size behave as decided in JSEP. by deadbeef · 8 years ago
  39. 7f06766 Delete deprecated PeerConnection methods, and corresponding using declarations. by nisse · 8 years ago
  40. 6038e97 Adding RTCErrorOr class to be used by ORTC APIs. by deadbeef · 8 years ago
  41. 112b2e9 Switching some interfaces to use std::unique_ptr<>. by deadbeef · 8 years ago
  42. 087bd34 Move AudioDecoder and related stuff to the api/ directory by kwiberg · 8 years ago
  43. 7798501 Fix the Chrome crash caused by RtcEventLog by zhihuang · 8 years ago
  44. d1f5fda Allow changing the minimal ICE ping timeout with PeerConnection.SetConfiguration. by skvlad · 8 years ago
  45. 63b14b7 Add override declarations to PeerConnectionObserver subclasses, and delete obsolete methods. by nisse · 8 years ago
  46. 1e4e8cb Add CreatePeerConnectionFactory overloads that take audio codec factory args by kwiberg · 8 years ago
  47. f534659 Adding ability for BaseChannel to use PacketTransportInterface. by deadbeef · 8 years ago
  48. 1b54a5f Relanding: Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
  49. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (99%) from webrtc/api/peerconnectioninterface_unittest.cc]
  50. 8662f94 Only set certificate on DTLS transport if fingerprint is found in SDP. by deadbeef · 8 years ago
  51. 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
  52. eaa826c Removing #defines previously used for building without BoringSSL/OpenSSL. by deadbeef · 8 years ago
  53. 293e926 Reland of: Adding error output param to SetConfiguration, using new RTCError type. by deadbeef · 8 years ago
  54. 953c2ce Reland of: Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
  55. c0dad89 Revert of Separating SCTP code from BaseChannel/MediaChannel. (patchset #14 id:240001 of https://codereview.webrtc.org/2564333002/ ) by deadbeef · 8 years ago
  56. 67b3bbe Separating SCTP code from BaseChannel/MediaChannel. by deadbeef · 8 years ago
  57. 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
  58. 7a5fa6c Adding error output param to SetConfiguration, using new RTCError type. by deadbeef · 8 years ago
  59. fe4a8a4 Implement current/pending session description methods. by deadbeef · 8 years ago
  60. 6de92f9 Don't allow changing ICE pool size after SetLocalDescription. by deadbeef · 8 years ago
  61. d1a38b5 Implement the "needs-ice-restart" logic for SetConfiguration. by deadbeef · 8 years ago
  62. 3edec7c Adding error enum to be used by PeerConnectionInterface methods. by deadbeef · 8 years ago
  63. c63b894 Modify the parameter type of PeerConnectionObserver callback OnAddTrack. by zhihuang · 8 years ago
  64. 4dfb8ce Make the default value of rtcp-mux policy to required. by zhihuang · 8 years ago
  65. 81c3a03 Added a callback function OnAddTrack to PeerConnectionObserver by zhihuang · 8 years ago
  66. 46c7389 Adding GetConfiguration to PeerConnection. by deadbeef · 8 years ago
  67. 71a1b61 WebRTC: Fix and enable -Woverloaded-virtual warnings. by kjellander · 8 years ago
  68. e9e94c3 Return false if PeerConnection::GetStats() is called on invalid tracks by zhihuang · 8 years ago
  69. 11a9cbf Refactoring: move ownership of RtcEventLog from Call to PeerConnection by skvlad · 8 years ago
  70. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 9 years ago
  71. 77eab70 Enable the -Wundef warning for clang by kwiberg · 9 years ago
  72. bfd398c Add a switch to redetermine role when ICE restarts. by Honghai Zhang · 9 years ago
  73. 9763d56 Modified PeerConnection and WebRtcSession for end-to-end QuicDataChannel usage. by zhihuang · 9 years ago
  74. 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
  75. 34b54c3 Modified PeerConnection and WebRtcSession for end-to-end QuicDataChannel usage. by zhihuang · 9 years ago
  76. 29ff844 Add PeerConnection IsClosed check. by zhihuang · 9 years ago
  77. f8e6577 Add virtual Initialize methods to PortAllocator and NetworkManager. by Taylor Brandstetter · 9 years ago
  78. ba8d433 Revert of Add virtual Initialize methods to PortAllocator and NetworkManager. (patchset #4 id:60001 of https://codereview.webrtc.org/2097653002/ ) by deadbeef · 9 years ago
  79. a6bdb09 Add virtual Initialize methods to PortAllocator and NetworkManager. by Taylor Brandstetter · 9 years ago
  80. a601f5c Separating internal and external methods of RtpSender/RtpReceiver. by deadbeef · 9 years ago
  81. d79599d Turning FakeDtlsIdentityStore into FakeRTCCertificateGenerator. by Henrik Boström · 9 years ago
  82. d03c23b Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 9 years ago
  83. 6034705 Add a flag to filter out high-cost networks. by honghaiz · 9 years ago
  84. 98cde26 Use scoped_refptr for On(Add|Remove)Stream and OnDataChannel. by Taylor Brandstetter · 9 years ago
  85. d7973cc Revert of Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. (patchset #2 id:20001 of https://codereview.webrtc.org/2013523002/ ) by hbos · 9 years ago
  86. 400781a Replacing DtlsIdentityStoreInterface with RTCCertificateGeneratorInterface. by Henrik Boström · 9 years ago
  87. 417eebe Fixing the behavior of the candidate filter with pooled candidates. by Taylor Brandstetter · 9 years ago
  88. e9021a3 Propogate network-worker thread split to api by danilchap · 9 years ago
  89. fd8be34 Remove webrtc/base/scoped_ptr.h by kwiberg · 9 years ago
  90. a1c3035 Relanding: Implement RTCConfiguration.iceCandidatePoolSize. by Taylor Brandstetter · 9 years ago
  91. c55fb30 Revert of Implement RTCConfiguration.iceCandidatePoolSize. (patchset #7 id:120001 of https://codereview.webrtc.org/1956453003/ ) by deadbeef · 9 years ago
  92. 48e9d05 Implement RTCConfiguration.iceCandidatePoolSize. by Taylor Brandstetter · 9 years ago
  93. dc4eb8c Refactoring some tests in peerconnectioninterface_unittest.cc. by Taylor Brandstetter · 9 years ago
  94. 3fe372d Fix all -Wnon-virtual-dtor warnings. by Henrik Kjellander · 9 years ago
  95. 6ab3db2 Revert of Remove webrtc/base/scoped_ptr.h (patchset #3 id:100001 of https://codereview.webrtc.org/1942823002/ ) by kwiberg · 9 years ago
  96. 65fc62e Remove webrtc/base/scoped_ptr.h by kwiberg · 9 years ago
  97. 8f65cdf Only generate one CNAME per PeerConnection. by zhihuang · 9 years ago
  98. ef8b61e Enable -Winconsistent-missing-override flag. by nisse · 9 years ago
  99. d1fe281 Replace scoped_ptr with unique_ptr in webrtc/api/ by kwiberg · 9 years ago
  100. 7ff1737 Re-enabling tests that were disabled for Windows debug builds. by Taylor Brandstetter · 9 years ago