1. 870bca1 Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*. by Qingsi Wang · 6 years ago
  2. 6f5b0f9 Remove rtc::Optional alias and api:optional target by Danil Chapovalov · 6 years ago
  3. 651b92e Regenerate mock peer connection to add missing mock methods. by Jiawei Ou · 6 years ago
  4. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  5. e12c1fe Removing warning suppression flags from pc/. by Mirko Bonadei · 6 years ago
  6. 4374593 Adding shampson (me) as an owner to pc/ & api/. by Seth Hampson · 6 years ago
  7. ec20710 Adding ICE configurations to the PC perf test. by Seth Hampson · 6 years ago
  8. 9f1de69 Add ADAPTER_TYPE_ANY in AdapterType. by Qingsi Wang · 6 years ago
  9. dc99e24 Removing deadbeef@ from OWNERS files. by Taylor Brandstetter · 6 years ago
  10. 776199a Enable PeerConnectionEndToEndTest.CallWithLegacySdp on ASan. by Mirko Bonadei · 6 years ago
  11. 82d171c Skip PeerConnectionEndToEndTest.CallWithCustomCodec on Win ASan builds. by Mirko Bonadei · 6 years ago
  12. b2a7478 Fix usage logging of TURN and STUN servers by Harald Alvestrand · 6 years ago
  13. 72b751a Add PeerConnection GetRtpSender/ReceiverCapabilities by Florent Castelli · 6 years ago
  14. 183e09d Correct data histogram entry for incoming DC by Harald Alvestrand · 6 years ago
  15. d1003d7 A new PeerConnection level perf test. by Seth Hampson · 6 years ago
  16. 0756373 [Unified Plan] Avoid offering two senders with the same ID by Steve Anton · 6 years ago
  17. 1bc9716 [Unified Plan] Do not initialize recvonly transceivers with any send streams by Steve Anton · 6 years ago
  18. 111fdfd Refactor RtpSender to take the sender ID as a constructor argument by Steve Anton · 6 years ago
  19. d5b8ee1 Re-enable PeerConnectionEndToEndTest.Call on TSan. by Mirko Bonadei · 6 years ago
  20. 1979384 Ensure that PC usage is recorded if a PC is alive for 60 seconds. by Harald Alvestrand · 6 years ago
  21. b6b29e0 Convert video quality test from a TEST_F to a TEST fixture. by Patrik Höglund · 6 years ago
  22. c19ab07 Add support for content-hint value "text" by Harald Alvestrand · 6 years ago
  23. b983bae Remove unused/deprecated DTMF methods by Steve Anton · 6 years ago
  24. beb2d98 Removing usage of //build/config/compiler:no_size_t_to_int_warning. by Mirko Bonadei · 6 years ago
  25. de212ca Removing some MSVC warning suppression flags. by Mirko Bonadei · 6 years ago
  26. 5565981 Add functionality to set min/max bitrate per simulcast layer through RtpEncodingParameters. by Åsa Persson · 6 years ago
  27. 1d4a76d Fixing flakiness in PeerConnectionIntegrationTest. by Seth Hampson · 6 years ago
  28. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 6 years ago
  29. a465344 Return SSRC stats with the old stats API when SSRCs are unsignaled. by Taylor Brandstetter · 6 years ago
  30. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  31. 6bbeb08 Extract rtc_base/base64.h and rtc_base/base64.cc into separate target. by Artem Titov · 6 years ago
  32. fc9dcb6 Remove wire-up for cancelled experement on VAAPI VP8 encoding by Ilya Nikolaevskiy · 6 years ago
  33. 0a5fdbb Use RTC_HISTOGRAM_ENUMERATION to report SRTP/SRTCP unprotect error. by Zhi Huang · 6 years ago
  34. 60b6c1d [Unified Plan] Clear RtpSender "SSRC" when the SDP has no send streams by Steve Anton · 6 years ago
  35. 241d0c1 Remove ContinualGatheringPolicy::GATHER_CONTINUALLY_AND_RECOVER. by Qingsi Wang · 6 years ago
  36. aed7164 Updated PeerConnection integration test to fix race condition. by Seth Hampson · 6 years ago
  37. b57e169 Add a flag to actively reset the SRTP parameters by Zhi Huang · 6 years ago
  38. abe301f Add HeaderExtensions to RtpParameters by Florent Castelli · 6 years ago
  39. 7685e86 Pass the RtcEventLog instance to ICE via JsepTransportController. by Qingsi Wang · 6 years ago
  40. 6c789e0 Revert "Add a flag to actively reset the SRTP parameters" by Zhi Huang · 6 years ago
  41. bae1031 Add a flag to actively reset the SRTP parameters by Zhi Huang · 6 years ago
  42. c17ca53 Delete deprecated VideoTrackSource constructor. by Niels Möller · 6 years ago
  43. 43568dd Remove stringstreams from pc/ by Jonas Olsson · 6 years ago
  44. 2d02e08 Delete deprecated CreateAudioSource method, with constraints. by Niels Möller · 6 years ago
  45. 5234a49 Create PeerConnectionFactoryDependencies to prevent new function overloads. by Benjamin Wright · 6 years ago
  46. cdd05f0 Implement proper SCTP data channel closing procedure. by Taylor Brandstetter · 6 years ago
  47. 311428f Remove unnecessary set_stream_ids call by Piasy Xu · 6 years ago
  48. 8ebba74 Add collection of usage signatures on PeerConnections by Harald Alvestrand · 6 years ago
  49. e8ae5df Convert PeerConnectionWrapper from FakeVideoCapturer to FakeVideoTrackSource. by Niels Möller · 6 years ago
  50. a1cc73f Delete class FakePeriodicVideoCapturer. by Niels Möller · 6 years ago
  51. 73771a8 Prepare to remove old OnFailure implementations by Harald Alvestrand · 6 years ago
  52. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 6 years ago
  53. 2f65ec5 Add serialization of a=ice-lite. by Taylor Brandstetter · 6 years ago
  54. 5d67f82 Refactor VideoTrackSource, without raw pointer injection. by Niels Möller · 6 years ago
  55. 89ee4a6 Delete unused member variable VideoTrackSource::options_. by Niels Möller · 6 years ago
  56. 2d5f3cb Added an integration test to validate TURN servers can send media in relay mode. by Benjamin Wright · 6 years ago
  57. 0e36a72 Delete unused class CurrentSpeakerMonitor. by Niels Möller · 6 years ago
  58. 0327c2d Move VideoStreamEncoderInterface to api/. by Niels Möller · 6 years ago
  59. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 6 years ago
  60. 0f40582 New class FakePeriodicVideoTrackSource, simplifying shutdown logic. by Niels Möller · 6 years ago
  61. 2d2c888 Returns RTCError for setting unimplemented RtpParameters. by Seth Hampson · 6 years ago
  62. dfce03a Allows injection of network controller factory into peer connection factory. by Sebastian Jansson · 6 years ago
  63. 8e7a62b Delete unused include of fakevideocapturer.h. by Niels Möller · 6 years ago
  64. cebf50f Reland "Implement RtpParameters.transaction_id for PC RtpSenderInterface" by Florent Castelli · 6 years ago
  65. b330688 Fix build errors when rtc_use_builtin_sw_codecs is set to false. by Anders Carlsson · 6 years ago
  66. 5f2bb62 Remove dependency in FakeWebRtcVideoCodecFactories. by Anders Carlsson · 6 years ago
  67. c6ce9c5 New file api/video/BUILD.gn by Niels Möller · 6 years ago
  68. 5c7efe7 Refactor PeerConnectionIntegrationTest to not use cricket::VideoCapturer by Niels Möller · 6 years ago
  69. 3cbdb78 Add method FakePeriodicVideoSource::Stop() by Niels Möller · 6 years ago
  70. d6f86e8 This changeset adds dependency injection support for SSL Root Certs. by Benjamin Wright · 6 years ago
  71. 5f83cf0 Replacing rtc::TimeDelta with webrtc::TimeDelta. by Sebastian Jansson · 6 years ago
  72. f8ed561 Remove last mention of speex codec by Henrik Lundin · 6 years ago
  73. 3172c03 Implement OnRemoveTrack and OnRemoveStream for Unified Plan by Steve Anton · 6 years ago
  74. 0c4f7be New api struct BitrateSettings. by Niels Möller · 6 years ago
  75. 909338b Revert "Implement RtpParameters.transaction_id for PC RtpSenderInterface" by Max Morin · 6 years ago
  76. cab5888 Integrated PeerConnectionDependencies into PeerConnection::Initialize by Benjamin Wright · 6 years ago
  77. 5faf36e Implement RtpParameters.transaction_id for PC RtpSenderInterface by Florent Castelli · 6 years ago
  78. 7ba22b8 Break out the part of the iSAC codec that's used for Voice Activity Detection by Karl Wiberg · 6 years ago
  79. 939eb80 Add missing casts-to-int to int/uint16 comparisons. by Wez · 6 years ago
  80. 6753795 Built in video codec factories. by Anders Carlsson · 6 years ago
  81. 3e18c82 Reland "Reland "Remove our stream << overloads from non-test build targets."" by Jonas Olsson · 6 years ago
  82. 6f7e6d6 Created PeerConnectionDependencies to avoid creating new CreatePeerConnection overloads. by Benjamin Wright · 6 years ago
  83. 2199580 Remove deprecated std::bind2nd and std::ptr_fun by tzik · 6 years ago
  84. f764cf4 Don't transition ICE to Checking if there are no transports by Steve Anton · 6 years ago
  85. df527fd Add e2e test for multiple video tracks without signaling SSRCs by Steve Anton · 6 years ago
  86. 25cfeb9 Fix possible race between the stats collector and transport controller by Steve Anton · 6 years ago
  87. e782aba Revert "TCP TURN Integration Test" by Benjamin Wright · 6 years ago
  88. edbd389 TCP TURN Integration Test by Benjamin Wright · 6 years ago
  89. 1f433e4 Mark built-in software video codecs as poisonous. by Anders Carlsson · 6 years ago
  90. c79268f Add IsClosed checks to various PeerConnection methods by Steve Anton · 6 years ago
  91. 97a5896 Remove PeerConnectionInterface::UpdateIce by Steve Anton · 6 years ago
  92. bb23c83 GN hack to tag targets as poisonous (and use it with audio codecs) by Karl Wiberg · 6 years ago
  93. 53e43b3 Fix bug that reset SRTP context on every applied answer. by Taylor Brandstetter · 6 years ago
  94. bd73928 Revert "Reland "Remove our stream << overloads from non-test build targets."" by Taylor Brandstetter · 6 years ago
  95. d7ee720 Reland "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 6 years ago
  96. 3725d54 Change PeerConnection error codes by Harald Alvestrand · 6 years ago
  97. 31ef5f0 Revert "Remove our stream << overloads from non-test build targets." by Jonas Olsson · 6 years ago
  98. c841d18 Remove our stream << overloads from non-test build targets. by Jonas Olsson · 6 years ago
  99. cbaa254 Attempting to fix lingering issues with BUNDLE negotiation. by Taylor Brandstetter · 6 years ago
  100. a2d6067 Reland "Add thread checker to PortAllocator and its subclasses and fix a bug causing memory contention by threads." by Qingsi Wang · 6 years ago