1. 7750d80 Rename rtc_base/ssl_stream_adapter.h constants. by Mirko Bonadei · 3 years, 6 months ago
  2. bad0ab0 Delete unused class MockDelayable by Niels Möller · 3 years, 7 months ago
  3. 7a2db8a Modify Bundle logic to not add & destroy extra transport at add-track by Harald Alvestrand · 3 years, 7 months ago
  4. a1b8201 Move proxies into pc/. by Markus Handell · 3 years, 8 months ago
  5. a9af50f Introduce CreateDataChannelOrError by Harald Alvestrand · 3 years, 8 months ago
  6. 4ccdf932 VideoRtpReceiver & AudioRtpReceiver threading fixes. by Tommi · 3 years, 8 months ago
  7. d95b149 datachannel: Merge SendDataParams and DMT types with webrtc equivalent by Florent Castelli · 3 years, 9 months ago
  8. f33f7a2 Deprecate PeerConnectionFactory::CreatePeerConnection by Harald Alvestrand · 3 years, 9 months ago
  9. c9625f0 Make MediaChannel classes aware of the network thread. by Tommi · 3 years, 9 months ago
  10. a6983c6 sctp: Add DcsctpTransport based on dcSCTP by Florent Castelli · 3 years, 9 months ago
  11. cc7a368 Move header negotiation state to transceivers. by Tommi · 3 years, 9 months ago
  12. 141a4de datachannel: Check we transition the state properly on remote close by Florent Castelli · 3 years, 9 months ago
  13. 99c8a80 Change the first-packet-received notification in Channel. by Tommi · 3 years, 9 months ago
  14. 87f7090 Replace more instances of rtc::RefCountedObject with make_ref_counted. by Tommi · 3 years, 9 months ago
  15. 1959f8f Make ChannelInterface::Enabled() be async. by Tommi · 3 years, 9 months ago
  16. 88f4b33 usrsctp: Support sending and receiving empty messages by Florent Castelli · 3 years, 9 months ago
  17. bfd9ba8 Fix unsafe variable access in RTCStatsCollector by Tomas Gunnarsson · 3 years, 9 months ago
  18. 7af57c6 Remove RTP data implementation by Harald Alvestrand · 3 years, 9 months ago
  19. 6cd5081 Remove ForTesting methods from BaseChannel by Tomas Gunnarsson · 3 years, 10 months ago
  20. 2efb8a5 Invalidate weak pointers in SdpOfferAnswerHandler::Close(). by Tomas Gunnarsson · 3 years, 10 months ago
  21. 6097b0f Delete use of AsyncInvoker from PeerConnectionIntegrationWrapper by Niels Möller · 3 years, 11 months ago
  22. 3999384 Reland "Reland "Split peer_connection_integrationtest.cc into pieces"" by Harald Alvestrand · 4 years ago
  23. 89c40e2 Revert "Reland "Split peer_connection_integrationtest.cc into pieces"" by Harald Alvestrand · 4 years ago
  24. 772066b Reland "Split peer_connection_integrationtest.cc into pieces" by Harald Alvestrand · 4 years ago
  25. 8644f2b Revert "Split peer_connection_integrationtest.cc into pieces" by Mirko Bonadei · 4 years ago
  26. cae4656 Split peer_connection_integrationtest.cc into pieces by Harald Alvestrand · 4 years ago
  27. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years ago
  28. c8421c4 Replace rtc::ThreadChecker with webrtc::SequenceChecker by Artem Titov · 4 years ago
  29. d0acbd8 Revert "Do all BaseChannel operations within a single Thread::Invoke." by Taylor Brandstetter · 4 years ago
  30. 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 4 years ago
  31. 5eb43b4 Prefix HAVE_SCTP macro with WEBRTC_. by Mirko Bonadei · 4 years ago
  32. 5932fe1 RtpTransceiverInterface: introduce HeaderExtensionsNegotiated. by Markus Handell · 4 years, 1 month ago
  33. 165c618 Reland: Use CRYPTO_BUFFER APIs instead of X509 when building with BoringSSL. by Taylor Brandstetter · 4 years, 1 month ago
  34. c1ad1ff Do all BaseChannel operations within a single Thread::Invoke. by Taylor Brandstetter · 4 years, 1 month ago
  35. 7e6290d Revert "Use CRYPTO_BUFFER APIs instead of X509 when building with BoringSSL." by Sam Zackrisson · 4 years, 1 month ago
  36. 72f638a Use CRYPTO_BUFFER APIs instead of X509 when building with BoringSSL. by Taylor Brandstetter · 4 years, 2 months ago
  37. d3ef499 Enable payload type based demuxing with multiple tracks when applicable. by Taylor Brandstetter · 4 years, 3 months ago
  38. 1ee3325 When stopping a transceiver, end the receiver's track. by Harald Alvestrand · 4 years, 4 months ago
  39. 6b4d962 Fix standard GetStats to not modify NetEq state. by Niels Möller · 4 years, 4 months ago
  40. abdb470 Make MessageHandler cleanup optional. by Tomas Gunnarsson · 4 years, 5 months ago
  41. c03a187 Default streams: don't block media even if on different transceiver. by Taylor Brandstetter · 4 years, 5 months ago
  42. 2bca008 Reland "Make cricket::SctpTransportInternalFactory injectable through PeerConnectionFactory Deps" by Per Kjellander · 4 years, 5 months ago
  43. 1f580a9 Revert "Make cricket::SctpTransportInternalFactory injectable through PeerConnectionFactory Deps" by Björn Terelius · 4 years, 5 months ago
  44. 4c0a381 Make cricket::SctpTransportInternalFactory injectable through PeerConnectionFactory Deps by Per Kjellander · 4 years, 5 months ago
  45. e574a31 [Perfect Negotiation] Fire onnegotiationneeded when chain is empty. by Henrik Boström · 4 years, 5 months ago
  46. 6060df5 Reland "Implement transceiver.stop()" by Harald Alvestrand · 4 years, 5 months ago
  47. a88c977 Revert "Implement transceiver.stop()" by Harald Alvestrand · 4 years, 5 months ago
  48. 11dc657 Implement transceiver.stop() by Harald Alvestrand · 4 years, 6 months ago
  49. 831ae4e Reland "[Perfect Negotiation] Implement non-racy version of SetLocalDescription." by Henrik Boström · 4 years, 6 months ago
  50. 4c9c75a Revert "[Perfect Negotiation] Implement non-racy version of SetLocalDescription." by Henrik Boström · 4 years, 6 months ago
  51. d4089ca [Perfect Negotiation] Implement non-racy version of SetLocalDescription. by Henrik Boström · 4 years, 6 months ago
  52. 3a034e1 Split DataChannel into two separate classes for RTP and SCTP. by Taylor Brandstetter · 4 years, 7 months ago
  53. 6fcd0f8 Migrate pc/ to webrtc::Mutex. by Markus Handell · 4 years, 7 months ago
  54. 2e94de5 Add GetSctpStats to PeerConnectionInternal, remove sctp_data_channels() by Tomas Gunnarsson · 4 years, 7 months ago
  55. 7d3cfbf Inject signaling and network threads to DataChannel. by Tomas Gunnarsson · 4 years, 7 months ago
  56. 4c1e7cc [Adaptation] Add ability to inject resources on the PeerConnection. by Henrik Boström · 4 years, 8 months ago
  57. 0ca13d9 Introduce BYPASS_PROXY_CONSTMETHOD0. by Tomas Gunnarsson · 4 years, 8 months ago
  58. 2af35ab FakeAudioCaptureModule: remove lock recursions. by Markus Handell · 4 years, 8 months ago
  59. 3a35312 In pc/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 8 months ago
  60. 61f74d9 Reland "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 5 years ago
  61. cb8c401 Revert "Expose can_trickle_ice_candidates on PeerConnection" by Harald Alvestrand · 5 years ago
  62. c6a65c8 Expose can_trickle_ice_candidates on PeerConnection by Harald Alvestrand · 5 years ago
  63. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 5 years ago
  64. 1cb929f Cleanup: remove unused sctp_content_name by Harald Alvestrand · 5 years ago
  65. 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 5 years ago
  66. 934afc6 Deprecate RtpReceiver's SetParameters method by Saurav Das · 5 years ago
  67. 4e19670 [PeerConnection] Implement parameterless SetLocalDescription(). by Henrik Boström · 5 years ago
  68. 7b04a91 Delete almost all default methods on PeerConnectionInterface by Niels Möller · 5 years ago
  69. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  70. 7262fc2 Refactor Rtp Receivers to accept SSRC 0. by Saurav Das · 5 years ago
  71. e78fd80 New class DummyPeerConnection by Niels Möller · 5 years ago
  72. 340e0c5 Delete old version of PeerConnection::SetConfiguration by Niels Möller · 5 years ago
  73. 2579f0c RTCError as return type for PeerConnectionInterface::SetConfiguration by Niels Möller · 5 years ago
  74. bbeb109 Reporting audio device underrun counter by Alex Narest · 5 years ago
  75. 79b6980 [PeerConnection] Implement restartIce(). by Henrik Boström · 6 years ago
  76. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 6 years ago
  77. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 6 years ago
  78. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 6 years ago
  79. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  80. 695cf6a Delete deprecated StartRtcEventLog override with PlatformFile by Niels Möller · 6 years ago
  81. 232b6a1 Propagate screenshare info into video track and it's source. by Artem Titov · 6 years ago
  82. 97716c0 Implement max-channels for SCTP datachannels. by Harald Alvestrand · 6 years ago
  83. 1ff16c8 Add RtpSenderInterface.SetStreams by Guido Urdaneta · 6 years ago
  84. cc18917 Revert "Improve spec compliance of SetStreamIDs in RtpSenderInterface" by Henrik Andreassson · 6 years ago
  85. df5731e Improve spec compliance of SetStreamIDs in RtpSenderInterface by Guido Urdaneta · 6 years ago
  86. fbb45bd Send and parse SCTP max-message-size in SDP by Harald Alvestrand · 6 years ago
  87. aec09a2 Use explicit TaskQueueFactory for FrameGeneratorCapturer in FrameGeneratorCapturerVideoTrackSource by Danil Chapovalov · 6 years ago
  88. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  89. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 6 years ago
  90. 4bac79e Add SetJitterBufferMinimumDelay method to RtpReceiverInterface. by Ruslan Burakov · 6 years ago
  91. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 6 years ago
  92. efe4c92 Use RtpSender/RtpReceiver track ID for legacy GetStats by Steve Anton · 6 years ago
  93. 07122bc Use TaskQueueForTest instead or TaskQueue in unittests by Danil Chapovalov · 6 years ago
  94. 4423c36 Migrate RepeatingTask to take raw pointer to TaskQueueBase instead of TaskQueue by Danil Chapovalov · 6 years ago
  95. 15845af Reland "Another mock for GetSctpTransport" (and add test) by Harald Alvestrand · 6 years ago
  96. 727504c Revert "Another mock for GetSctpTransport" by Harald Alvestrand · 6 years ago
  97. b2c4700 Another mock for GetSctpTransport by Harald Alvestrand · 6 years ago
  98. 493a650 Propagate base minimum delay from video jitter buffer to webrtc/api. by Ruslan Burakov · 6 years ago
  99. 619b294 RtpSender's RtpParameters were invalidated in a call to SLD/SRD. by Amit Hilbuch · 6 years ago
  100. 2297d33 Rejected simulcast layers will no longer appear in GetParameters(). by Amit Hilbuch · 6 years ago