1. 81eca83 Revert "Remove unused WebRTC-Bwe-InjectedCongestionController" by Qingsi Wang · 11 months ago
  2. d78e30e Deprecate cricket::VideoCodec and cricket::AudioCodec by Harald Alvestrand · 11 months ago
  3. c95cb6b Remove unused WebRTC-Bwe-InjectedCongestionController by Per K · 11 months ago
  4. f089d7e Reland "FrameCadenceAdapter: align video encoding to metronome" by Zhaoliang Ma · 1 year, 2 months ago
  5. 78a57ef Revert "FrameCadenceAdapter: align video encoding to metronome" by Björn Terelius · 1 year, 3 months ago
  6. b39c2a8 FrameCadenceAdapter: align video encoding to metronome by Zhaoliang Ma · 1 year, 3 months ago
  7. 86b1cf7 Allow configuring pacer burst through RtcConfiguration by Per K · 1 year, 3 months ago
  8. 65bee96 Delete old "metronome" name, API users should use "decode_metronome". by Henrik Boström · 1 year, 4 months ago
  9. f887e07 Rename "metronome" to "decode_metronome". by Henrik Boström · 1 year, 4 months ago
  10. fe66dda Delete deprecated call_factory and media_engine by Danil Chapovalov · 1 year, 4 months ago
  11. 24510d4 Delete deprecated AsyncResolver and related classes by Harald Alvestrand · 1 year, 4 months ago
  12. 530b243 Move TaskQueueFactory ownership into Environment by Danil Chapovalov · 1 year, 4 months ago
  13. 3bdb49b Create PeerConnection specific environment by Danil Chapovalov · 1 year, 4 months ago
  14. b202bc1 Per default set PacingController burst interval to 40ms by Per K · 1 year, 4 months ago
  15. 7eaa9dc Use Environment to keep peer connection factory field trials in ConnectionContext by Danil Chapovalov · 1 year, 4 months ago
  16. a3ce407 Cleanup Call construction by Danil Chapovalov · 1 year, 5 months ago
  17. 4d25a77 Deprecate AsyncResolver config fields and remove internal usage. by Harald Alvestrand · 1 year, 7 months ago
  18. 45a985c Check use_rtx() in PeerConnectionFactory::GetRtpSenderCapabilities by Joachim Reiersen · 1 year, 7 months ago
  19. 0606eaf Make WebRTC-EventLogNewFormat default. by Lionel Koenig · 1 year, 9 months ago
  20. 041ecb8 New PeerConnectionFactory::CreateVideoTrack with refcounted source by Harald Alvestrand · 2 years ago
  21. da4c102 Refactor some config plumbing in call/. by Henrik Boström · 2 years, 4 months ago
  22. cf2856b Add parameter to control the pacer's burst outside of field trials. by Henrik Boström · 2 years, 4 months ago
  23. 15a82c9 Metronome: complete API migration. by Markus Handell · 2 years, 4 months ago
  24. be400e4 Metronome: disable & refactor for single-threaded operation. by Markus Handell · 2 years, 5 months ago
  25. 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 2 years, 7 months ago
  26. 9068f456 Improve IPv6 selection logic when gathering candidates. by Diep Bui · 2 years, 7 months ago
  27. 90af4c1 Change RTCEventLogFactory to have a const Create function by Harald Alvestrand · 2 years, 9 months ago
  28. 573b145 Reland "Move injection of PacketSocketFactory from PC to PCF" by Niels Möller · 2 years, 9 months ago
  29. 3627d57 Revert "Move injection of PacketSocketFactory from PC to PCF" by Niels Moller · 2 years, 9 months ago
  30. 905c3a6 Move injection of PacketSocketFactory from PC to PCF by Niels Möller · 2 years, 9 months ago
  31. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 9 months ago
  32. 485457f Delete ChannelManager class by Harald Alvestrand · 2 years, 10 months ago
  33. c3fa7c3 Remove remaining trampoline functions from channel_manager by Harald Alvestrand · 2 years, 10 months ago
  34. 35f4b4c Remove more trampoline functions from ChannelManager by Harald Alvestrand · 2 years, 10 months ago
  35. c6c02ef Revert "Don't create channel_manager when media_engine is not set" by Artem Titov · 2 years, 11 months ago
  36. c48ad73 Don't create channel_manager when media_engine is not set by Harald Alvestrand · 2 years, 11 months ago
  37. 9e334b7 Remove channel_manager.h from most .h files by Harald Alvestrand · 2 years, 11 months ago
  38. 6c7f984 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 16/inf by Jonas Oreland · 3 years ago
  39. 769de49 Update VideoTrack::Create to use rtc::scoped_refptr. by Niels Möller · 3 years ago
  40. c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years, 1 month ago
  41. 5723d85 Integrate sync decoding in video_receive_stream by Evan Shrubsole · 3 years, 1 month ago
  42. e7cc883 Update pc/ to not use implicit T* --> scoped_refptr<T> conversion by Niels Möller · 3 years, 3 months ago
  43. 73d0774 Add PortAllocator configuration to RTCConfiguration by Niels Möller · 3 years, 4 months ago
  44. 2ee0e64 Add support for manually configuring subnets as VPN by Jonas Oreland · 3 years, 7 months ago
  45. 880fa81 Reland "Use backticks not vertical bars to denote variables in comments for /pc" by Artem Titov · 3 years, 8 months ago
  46. fd05d6f Revert "Use backticks not vertical bars to denote variables in comments for /pc" by Björn Terelius · 3 years, 8 months ago
  47. 37ee0f5 Use backticks not vertical bars to denote variables in comments for /pc by Artem Titov · 3 years, 8 months ago
  48. 504fc19 Add ability to pass factory for RtpTransportControllerSend to PeerConnectionFactoryDependencies. by Vojin Ilic · 3 years, 10 months ago
  49. a1b8201 Move proxies into pc/. by Markus Handell · 3 years, 10 months ago
  50. 86bd92f Add test for many non-dropped packets in unreliable mode. by Harald Alvestrand · 3 years, 10 months ago
  51. f33f7a2 Deprecate PeerConnectionFactory::CreatePeerConnection by Harald Alvestrand · 3 years, 11 months ago
  52. 87f7090 Replace more instances of rtc::RefCountedObject with make_ref_counted. by Tommi · 3 years, 11 months ago
  53. 95d2f47 Call ChannelManager aec dump methods on the worker thread. by Tomas Gunnarsson · 4 years ago
  54. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 1 month ago
  55. 92eebef Reland "Fix unsynchronized access to mid_to_transport_ in JsepTransportController" by Tomas Gunnarsson · 4 years, 1 month ago
  56. 6b143c1 Revert "Fix unsynchronized access to mid_to_transport_ in JsepTransportController" by Guido Urdaneta · 4 years, 1 month ago
  57. 6cd4058 Fix unsynchronized access to mid_to_transport_ in JsepTransportController by Tomas Gunnarsson · 4 years, 1 month ago
  58. 41bfcf4 Inject network thread to Call. by Tomas Gunnarsson · 4 years, 2 months ago
  59. 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 4 years, 2 months ago
  60. 4bab23f Update pc/ to use C++ lambdas instead of rtc::Bind by Niels Möller · 4 years, 2 months ago
  61. a3dd772 Add create function for PeerConnection that can return an error. by Harald Alvestrand · 4 years, 4 months ago
  62. c95b939 Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() by Karl Wiberg · 4 years, 4 months ago
  63. 4da4a87 Move "options" from ConnectionContext to PeerConnectionFactory by Harald Alvestrand · 4 years, 5 months ago
  64. 05f9ccd unify "control reaches end of non-void function" style by Philipp Hancke · 4 years, 5 months ago
  65. 6216693 Change PeerConnection creation to use a static "Create" method by Harald Alvestrand · 4 years, 5 months ago
  66. 4e8c115 Reland "introduce an unsupported content description type" by Philipp Hancke · 4 years, 5 months ago
  67. ffd5dc7 Delete the "initialize" method of PeerConnectionFactory by Harald Alvestrand · 4 years, 5 months ago
  68. a39689c Separate PC resources required at runtime from PCfactory by Harald Alvestrand · 4 years, 5 months ago
  69. ad2ec76 Revert "introduce an unsupported content description type" by Ilya Nikolaevskiy · 4 years, 5 months ago
  70. 239f92e introduce an unsupported content description type by Philipp Hancke · 4 years, 5 months ago
  71. 2bca008 Reland "Make cricket::SctpTransportInternalFactory injectable through PeerConnectionFactory Deps" by Per Kjellander · 4 years, 7 months ago
  72. 1f580a9 Revert "Make cricket::SctpTransportInternalFactory injectable through PeerConnectionFactory Deps" by Björn Terelius · 4 years, 7 months ago
  73. 4c0a381 Make cricket::SctpTransportInternalFactory injectable through PeerConnectionFactory Deps by Per Kjellander · 4 years, 7 months ago
  74. 239ac8a Reland "Pass NetworkMonitorFactory through PeerConnectionFactory." by Taylor Brandstetter · 4 years, 8 months ago
  75. cfba4ff Revert "Reland "Pass NetworkMonitorFactory through PeerConnectionFactory."" by Taylor · 4 years, 8 months ago
  76. 7ded733 Reland "Pass NetworkMonitorFactory through PeerConnectionFactory." by Taylor Brandstetter · 4 years, 8 months ago
  77. 7d62754 Revert "Pass NetworkMonitorFactory through PeerConnectionFactory." by Taylor · 4 years, 8 months ago
  78. 003c9be Pass NetworkMonitorFactory through PeerConnectionFactory. by Taylor Brandstetter · 4 years, 8 months ago
  79. 397cd82 Create port allocator on signaling thread and init on network by Artem Titov · 4 years, 8 months ago
  80. dfc5f0d Reland "Add rtc::Thread invoke policy." by Artem Titov · 4 years, 9 months ago
  81. f37e9a3 Revert "Add rtc::Thread invoke policy." by Artem Titov · 4 years, 9 months ago
  82. 26d4f9c Add rtc::Thread invoke policy. by Artem Titov · 4 years, 9 months ago
  83. 2a70703 Delete MediaTransportInterface and DatagramTransportInterface by Niels Möller · 4 years, 9 months ago
  84. 57cabed Replace std::string::find() == 0 with absl::StartsWith. by Mirko Bonadei · 5 years ago
  85. 3e98368 Reland "Distinguish between send and receive codecs" by Johannes Kron · 5 years ago
  86. 0357b3e RtpTransceiverInterface: add header_extensions_to_offer() by Markus Handell · 5 years ago
  87. cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 5 years ago
  88. 8e8b36a Revert "Reland "Reland "Reland "Distinguish between send and receive codecs"""" by Johannes Kron · 5 years ago
  89. 184ea66 Reland "Reland "Reland "Distinguish between send and receive codecs""" by Johannes Kron · 5 years ago
  90. a104ceb Revert "Reland "Reland "Distinguish between send and receive codecs""" by Johannes Kron · 5 years ago
  91. 9bac68c Reland "Reland "Distinguish between send and receive codecs"" by Johannes Kron · 5 years ago
  92. 00a3087 Revert "Reland "Distinguish between send and receive codecs"" by Johannes Kron · 5 years ago
  93. 133bf2b Reland "Distinguish between send and receive codecs" by Johannes Kron · 5 years ago
  94. e57b266 Revert "Distinguish between send and receive codecs" by Steve Anton · 5 years ago
  95. c0f25cf Distinguish between send and receive codecs by Johannes Kron · 5 years ago
  96. ccab06f Revert "Replaces SynchronousMethodCall with rtc::Thread::Invoke." by Guido Urdaneta · 5 years ago
  97. b0e0728 Replaces SynchronousMethodCall with rtc::Thread::Invoke. by Sebastian Jansson · 5 years ago
  98. e8d54b9 Provide a default async resolver factory if none injected to PeerConnection. by Qingsi Wang · 5 years ago
  99. c363982 Convert proxy.h helper classes to variadic templates by Steve Anton · 5 years ago
  100. 662678d Adds injectable trials from peerconnection down to transport controller. by Erik Språng · 5 years ago