1. 0ca13d9 Introduce BYPASS_PROXY_CONSTMETHOD0. by Tomas Gunnarsson · 4 years, 10 months ago
  2. 2af35ab FakeAudioCaptureModule: remove lock recursions. by Markus Handell · 4 years, 10 months ago
  3. 3a35312 In pc/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 10 months ago
  4. 61f74d9 Reland "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 5 years ago
  5. cb8c401 Revert "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 5 years ago
  6. c6a65c8 Expose can_trickle_ice_candidates on PeerConnection by Harald Alvestrand · 5 years ago
  7. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 5 years ago
  8. 1cb929f Cleanup: remove unused sctp_content_name by Harald Alvestrand · 5 years ago
  9. 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 5 years ago
  10. 934afc6 Deprecate RtpReceiver's SetParameters method by Saurav Das · 5 years ago
  11. 4e19670 [PeerConnection] Implement parameterless SetLocalDescription(). by Henrik Boström · 5 years ago
  12. 7b04a91 Delete almost all default methods on PeerConnectionInterface by Niels Möller · 6 years ago
  13. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 6 years ago
  14. 7262fc2 Refactor Rtp Receivers to accept SSRC 0. by Saurav Das · 6 years ago
  15. e78fd80 New class DummyPeerConnection by Niels Möller · 6 years ago
  16. 340e0c5 Delete old version of PeerConnection::SetConfiguration by Niels Möller · 6 years ago
  17. 2579f0c RTCError as return type for PeerConnectionInterface::SetConfiguration by Niels Möller · 6 years ago
  18. bbeb109 Reporting audio device underrun counter by Alex Narest · 6 years ago
  19. 79b6980 [PeerConnection] Implement restartIce(). by Henrik Boström · 6 years ago
  20. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 6 years ago
  21. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 6 years ago
  22. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 6 years ago
  23. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  24. 695cf6a Delete deprecated StartRtcEventLog override with PlatformFile by Niels Möller · 6 years ago
  25. 232b6a1 Propagate screenshare info into video track and it's source. by Artem Titov · 6 years ago
  26. 97716c0 Implement max-channels for SCTP datachannels. by Harald Alvestrand · 6 years ago
  27. 1ff16c8 Add RtpSenderInterface.SetStreams by Guido Urdaneta · 6 years ago
  28. cc18917 Revert "Improve spec compliance of SetStreamIDs in RtpSenderInterface" by Henrik Andreassson · 6 years ago
  29. df5731e Improve spec compliance of SetStreamIDs in RtpSenderInterface by Guido Urdaneta · 6 years ago
  30. fbb45bd Send and parse SCTP max-message-size in SDP by Harald Alvestrand · 6 years ago
  31. aec09a2 Use explicit TaskQueueFactory for FrameGeneratorCapturer in FrameGeneratorCapturerVideoTrackSource by Danil Chapovalov · 6 years ago
  32. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  33. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 6 years ago
  34. 4bac79e Add SetJitterBufferMinimumDelay method to RtpReceiverInterface. by Ruslan Burakov · 6 years ago
  35. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 6 years ago
  36. efe4c92 Use RtpSender/RtpReceiver track ID for legacy GetStats by Steve Anton · 6 years ago
  37. 07122bc Use TaskQueueForTest instead or TaskQueue in unittests by Danil Chapovalov · 6 years ago
  38. 4423c36 Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueue by Danil Chapovalov · 6 years ago
  39. 15845af Reland "Another mock for GetSctpTransport" (and add test) by Harald Alvestrand · 6 years ago
  40. 727504c Revert "Another mock for GetSctpTransport" by Harald Alvestrand · 6 years ago
  41. b2c4700 Another mock for GetSctpTransport by Harald Alvestrand · 6 years ago
  42. 493a650 Propagate base minimum delay from video jitter buffer to webrtc/api. by Ruslan Burakov · 6 years ago
  43. 619b294 RtpSender's RtpParameters were invalidated in a call to SLD/SRD. by Amit Hilbuch · 6 years ago
  44. 2297d33 Rejected simulcast layers will no longer appear in GetParameters(). by Amit Hilbuch · 6 years ago
  45. 5c4ddad Delete obsolete usage of FakeConstraints by Niels Möller · 6 years ago
  46. 64b626b Use Abseil container algorithms in pc/ by Steve Anton · 6 years ago
  47. bcd39d4 Creating Simulcast offer and answer in Peer Connection. by Amit Hilbuch · 6 years ago
  48. 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
  49. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  50. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  51. 3eaf9f1 Refactor PeerConnectionFactoryTest to not use FakeVideoCapturer. by Niels Möller · 6 years ago
  52. ecb6897 Adds repeating task class. by Sebastian Jansson · 6 years ago
  53. 4a7b3ac Add DTLSTransport info into sender/receiver state. by Harald Alvestrand · 6 years ago
  54. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  55. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  56. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  57. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  58. bde7104 Add constructor from test::FrameGeneratorCapturer by Artem Titov · 6 years ago
  59. 8eeccbe Delete Start and Stop methods from TestVideoCapturer. by Niels Möller · 6 years ago
  60. 4139047 Add LookupDtlsTransportByMid to proxy map by Harald Alvestrand · 6 years ago
  61. a41959e [Unified Plan] Fix old GetStats() not associating track id by Steve Anton · 6 years ago
  62. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  63. 59cfd35 Address vptr race condition while PeerConnection is destructed. by Yves Gerey · 6 years ago
  64. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  65. dd9390c Prevent channels being set on stopped transceiver. by Amit Hilbuch · 6 years ago
  66. f3ff14c Properly setup MockPeerConnectionObserver in tests. by Yves Gerey · 6 years ago
  67. f25303e Reland: Modernize rtc::SSLCertificate by Steve Anton · 6 years ago
  68. 82c71af Revert "Modernize rtc::SSLCertificate" by Niklas Enbom · 6 years ago
  69. 55cd3ac Modernize rtc::SSLCertificate by Steve Anton · 6 years ago
  70. a54daf1 Reland "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Benjamin Wright · 6 years ago
  71. 8f4bc41 Revert "Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h" by Oleh Prypin · 6 years ago
  72. ac2f3d1 Move CryptoOptions to api/crypto from rtc_base/sslstreamadapter.h by Benjamin Wright · 6 years ago
  73. 892acf0 Add support for send_encodings parameters in addTransceiver by Florent Castelli · 6 years ago
  74. 965e794 Add sanity checks to UpdateDelayStatistics and patch unit tests. by Johannes Kron · 7 years ago
  75. 16e27a1 Reland "Delete leftover includes and declarations for MediaConstraintsInterface" by Niels Möller · 7 years ago
  76. d81ac95 Injects FrameEncryptorInterface into RtpSender. by Benjamin Wright · 7 years ago
  77. d8111e2 Delete unused class MockPeerConnection. by Niels Möller · 7 years ago
  78. ec4a060 Revert "Delete leftover includes and declarations for MediaConstraintsInterface" by Niels Moller · 7 years ago
  79. a1e4ae2 Delete leftover includes and declarations for MediaConstraintsInterface by Niels Möller · 7 years ago
  80. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 7 years ago
  81. e41c433 Move sigslot to proper third_party directory by Artem Titov · 7 years ago
  82. ee01a83 Remove MetricsObserverInterface. by Qingsi Wang · 7 years ago
  83. d78323f Remove AddTrack override with MediaStreams by Steve Anton · 7 years ago
  84. 065a52a Reland "Remove rtc::Optional alias and api:optional target" by Danil Chapovalov · 7 years ago
  85. 199e27b RtpReceiverInterface::stream_ids() added. by Henrik Boström · 7 years ago
  86. b661c65 Revert "Remove rtc::Optional alias and api:optional target" by Ilya Nikolaevskiy · 7 years ago
  87. 6f5b0f9 Remove rtc::Optional alias and api:optional target by Danil Chapovalov · 7 years ago
  88. 651b92e Regenerate mock peer connection to add missing mock methods. by Jiawei Ou · 7 years ago
  89. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 7 years ago
  90. d1003d7 A new PeerConnection level perf test. by Seth Hampson · 7 years ago
  91. b983bae Remove unused/deprecated DTMF methods by Steve Anton · 7 years ago
  92. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 7 years ago
  93. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  94. 2d02e08 Delete deprecated CreateAudioSource method, with constraints. by Niels Möller · 7 years ago
  95. cdd05f0 Implement proper SCTP data channel closing procedure. by Taylor Brandstetter · 7 years ago
  96. a1cc73f Delete class FakePeriodicVideoCapturer. by Niels Möller · 7 years ago
  97. 5d67f82 Refactor VideoTrackSource, without raw pointer injection. by Niels Möller · 7 years ago
  98. 0327c2d Move VideoStreamEncoderInterface to api/. by Niels Möller · 7 years ago
  99. 65ec0fc Delete unneeded includes of basictypes.h. by Niels Möller · 7 years ago
  100. 0f40582 New class FakePeriodicVideoTrackSource, simplifying shutdown logic. by Niels Möller · 7 years ago