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