1. fc1acd2 Add support for enabling simulcast in "Plan B" using MediaConstraints. by Jonas Oreland · 6 years ago
  2. 6fcdc2f Support domain name ICE candidates by Zach Stein · 6 years ago
  3. e4749c2 The default logic for creating video bitrate allocator. by Jiawei Ou · 6 years ago
  4. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 6 years ago
  5. 6b1985d Reimplement rtc::ToString and rtc::FromString without streams. by Jonas Olsson · 6 years ago
  6. cdb87f1 Add a missing #include from jsepicecandidate.cc to absl/memory/memory.h by tzik · 6 years ago
  7. 6f80f09 Adds the custom TLS certificate verifier pointer to the reconfigure option as by Benjamin Wright · 6 years ago
  8. 948b7e3 Revert "Add initial support for RtpEncodingParameters max_framerate." by Mirko Bonadei · 6 years ago
  9. b336c27 Implement serialization for ICE candidates with hostname addresses. by Zach Stein · 6 years ago
  10. ced5cfd Add initial support for RtpEncodingParameters max_framerate. by Åsa Persson · 6 years ago
  11. 656d609 Add UTC time to init event in AEC debug dump. by Minyue Li · 6 years ago
  12. f820a5e Fix use after move in SafeSetError by Steve Anton · 6 years ago
  13. 7008287 Delete struct webrtc::PacketTime. by Niels Möller · 6 years ago
  14. e20867f Add AsyncResolverFactory interface and basic implementation. by Zach Stein · 6 years ago
  15. 7a1c7f7 Modified peerconnection's "observer" slot to be nulled on close. by Harald Alvestrand · 6 years ago
  16. 8a3ab0e Revert "Add framesRendered to StatsReport" by Artem Titov · 6 years ago
  17. dcfa938 Add framesRendered to StatsReport by Joachim Reiersen · 6 years ago
  18. 01560de Use "wildcard" instead of "unknown" for ADAPTER_TYPE_ANY in stats. by Qingsi Wang · 6 years ago
  19. c0e9725 Add API to report "interesting" usage patterns to PC client by Harald Alvestrand · 6 years ago
  20. d9e4a06 Add CreateSessionDescription overload which takes a cricket::SessionDescription by Steve Anton · 6 years ago
  21. e41c433 Move sigslot to proper third_party directory by Artem Titov · 6 years ago
  22. 27ab0e5 Add CreateIceCandidate overload which takes a cricket::Candidate by Steve Anton · 6 years ago
  23. ea1bb35 Cleanup networkroute.h by Steve Anton · 6 years ago
  24. 24db573 Step 1: Add RemoveTrackNew which returns an RTCError by Steve Anton · 6 years ago
  25. a76af0c Move base64.h to the proper location. by Artem Titov · 6 years ago
  26. 2ffed6d Enable clang::find_bad_constructs for sdk/android (part 1/2). by Mirko Bonadei · 6 years ago
  27. ee01a83 Remove MetricsObserverInterface. by Qingsi Wang · 6 years ago
  28. 76829d7 Add UMA metric for ICE candidate addition outcome by Harald Alvestrand · 6 years ago
  29. 4f6d233 Added explicit EOR to sctp messages and coalesce messages on the receiving side. by Jeroen de Borst · 6 years ago
  30. 87b3c51 Implement changing degradation preference with setParameters() by Florent Castelli · 6 years ago
  31. 0f5400a [Unified Plan] Implement FiredDirection for RtpTransceiver by Steve Anton · 6 years ago
  32. 056d811 Add counting of PCs with private IP addresses exposed by Harald Alvestrand · 6 years ago
  33. db90556 Re-enable skipped test. by Mirko Bonadei · 6 years ago
  34. 7fc821d Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  35. 4238628 Buffer ICE candidates that can't be added immediately. by Harald Alvestrand · 6 years ago
  36. d78323f Remove AddTrack override with MediaStreams by Steve Anton · 6 years ago
  37. 065a52a Reland "Remove rtc::Optional alias and api:optional target" by Danil Chapovalov · 6 years ago
  38. 70aa374 Remove not-updating-stats log message. by Jonathan Yu · 6 years ago
  39. 78fef76 Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  40. 199e27b RtpReceiverInterface::stream_ids() added. by Henrik Boström · 6 years ago
  41. b661c65 Revert "Remove rtc::Optional alias and api:optional target" by Ilya Nikolaevskiy · 6 years ago
  42. 1a2cc0a Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  43. 13f4c89 Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  44. 870bca1 Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*. by Qingsi Wang · 6 years ago
  45. 6f5b0f9 Remove rtc::Optional alias and api:optional target by Danil Chapovalov · 6 years ago
  46. 651b92e Regenerate mock peer connection to add missing mock methods. by Jiawei Ou · 7 years ago
  47. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  48. e12c1fe Removing warning suppression flags from pc/. by Mirko Bonadei · 6 years ago
  49. 4374593 Adding shampson (me) as an owner to pc/ & api/. by Seth Hampson · 6 years ago
  50. ec20710 Adding ICE configurations to the PC perf test. by Seth Hampson · 7 years ago
  51. 9f1de69 Add ADAPTER_TYPE_ANY in AdapterType. by Qingsi Wang · 7 years ago
  52. dc99e24 Removing deadbeef@ from OWNERS files. by Taylor Brandstetter · 7 years ago
  53. 776199a Enable PeerConnectionEndToEndTest.CallWithLegacySdp on ASan. by Mirko Bonadei · 7 years ago
  54. 82d171c Skip PeerConnectionEndToEndTest.CallWithCustomCodec on Win ASan builds. by Mirko Bonadei · 7 years ago
  55. b2a7478 Fix usage logging of TURN and STUN servers by Harald Alvestrand · 7 years ago
  56. 72b751a Add PeerConnection GetRtpSender/ReceiverCapabilities by Florent Castelli · 7 years ago
  57. 183e09d Correct data histogram entry for incoming DC by Harald Alvestrand · 7 years ago
  58. d1003d7 A new PeerConnection level perf test. by Seth Hampson · 7 years ago
  59. 0756373 [Unified Plan] Avoid offering two senders with the same ID by Steve Anton · 7 years ago
  60. 1bc9716 [Unified Plan] Do not initialize recvonly transceivers with any send streams by Steve Anton · 7 years ago
  61. 111fdfd Refactor RtpSender to take the sender ID as a constructor argument by Steve Anton · 7 years ago
  62. d5b8ee1 Re-enable PeerConnectionEndToEndTest.Call on TSan. by Mirko Bonadei · 7 years ago
  63. 1979384 Ensure that PC usage is recorded if a PC is alive for 60 seconds. by Harald Alvestrand · 7 years ago
  64. b6b29e0 Convert video quality test from a TEST_F to a TEST fixture. by Patrik Höglund · 7 years ago
  65. c19ab07 Add support for content-hint value "text" by Harald Alvestrand · 7 years ago
  66. b983bae Remove unused/deprecated DTMF methods by Steve Anton · 7 years ago
  67. beb2d98 Removing usage of //build/config/compiler:no_size_t_to_int_warning. by Mirko Bonadei · 7 years ago
  68. de212ca Removing some MSVC warning suppression flags. by Mirko Bonadei · 7 years ago
  69. 5565981 Add functionality to set min/max bitrate per simulcast layer through RtpEncodingParameters. by Åsa Persson · 7 years ago
  70. 1d4a76d Fixing flakiness in PeerConnectionIntegrationTest. by Seth Hampson · 7 years ago
  71. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 7 years ago
  72. a465344 Return SSRC stats with the old stats API when SSRCs are unsignaled. by Taylor Brandstetter · 7 years ago
  73. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  74. 6bbeb08 Extract rtc_base/base64.h and rtc_base/base64.cc into separate target. by Artem Titov · 7 years ago
  75. fc9dcb6 Remove wire-up for cancelled experement on VAAPI VP8 encoding by Ilya Nikolaevskiy · 7 years ago
  76. 0a5fdbb Use RTC_HISTOGRAM_ENUMERATION to report SRTP/SRTCP unprotect error. by Zhi Huang · 7 years ago
  77. 60b6c1d [Unified Plan] Clear RtpSender "SSRC" when the SDP has no send streams by Steve Anton · 7 years ago
  78. 241d0c1 Remove ContinualGatheringPolicy::GATHER_CONTINUALLY_AND_RECOVER. by Qingsi Wang · 7 years ago
  79. aed7164 Updated PeerConnection integration test to fix race condition. by Seth Hampson · 7 years ago
  80. b57e169 Add a flag to actively reset the SRTP parameters by Zhi Huang · 7 years ago
  81. abe301f Add HeaderExtensions to RtpParameters by Florent Castelli · 7 years ago
  82. 7685e86 Pass the RtcEventLog instance to ICE via JsepTransportController. by Qingsi Wang · 7 years ago
  83. 6c789e0 Revert "Add a flag to actively reset the SRTP parameters" by Zhi Huang · 7 years ago
  84. bae1031 Add a flag to actively reset the SRTP parameters by Zhi Huang · 7 years ago
  85. c17ca53 Delete deprecated VideoTrackSource constructor. by Niels Möller · 7 years ago
  86. 43568dd Remove stringstreams from pc/ by Jonas Olsson · 7 years ago
  87. 2d02e08 Delete deprecated CreateAudioSource method, with constraints. by Niels Möller · 7 years ago
  88. 5234a49 Create PeerConnectionFactoryDependencies to prevent new function overloads. by Benjamin Wright · 7 years ago
  89. cdd05f0 Implement proper SCTP data channel closing procedure. by Taylor Brandstetter · 7 years ago
  90. 311428f Remove unnecessary set_stream_ids call by Piasy Xu · 7 years ago
  91. 8ebba74 Add collection of usage signatures on PeerConnections by Harald Alvestrand · 7 years ago
  92. e8ae5df Convert PeerConnectionWrapper from FakeVideoCapturer to FakeVideoTrackSource. by Niels Möller · 7 years ago
  93. a1cc73f Delete class FakePeriodicVideoCapturer. by Niels Möller · 7 years ago
  94. 73771a8 Prepare to remove old OnFailure implementations by Harald Alvestrand · 7 years ago
  95. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 7 years ago
  96. 2f65ec5 Add serialization of a=ice-lite. by Taylor Brandstetter · 7 years ago
  97. 5d67f82 Refactor VideoTrackSource, without raw pointer injection. by Niels Möller · 7 years ago
  98. 89ee4a6 Delete unused member variable VideoTrackSource::options_. by Niels Möller · 7 years ago
  99. 2d5f3cb Added an integration test to validate TURN servers can send media in relay mode. by Benjamin Wright · 7 years ago
  100. 0e36a72 Delete unused class CurrentSpeakerMonitor. by Niels Möller · 7 years ago