1. 0810a7c Add base class NetworkPredictor and NetworkPredictorFactory and wire up. by Ying Wang · 5 years ago
  2. f477040 Reland "Adding a restriction for legal RID values." by Amit Hilbuch · 5 years ago
  3. a857698 Revert "Adding a restriction for legal RID values." by Guido Urdaneta · 5 years ago
  4. 07f3279 Adding a restriction for legal RID values. by Amit Hilbuch · 5 years ago
  5. 1e2d436 Change PlayoutLatency setLatency zero-threshold value. by Ruslan Burakov · 5 years ago
  6. 9435c61 Expose TaskQueueFactory for webrtc::Call in peer connection api by Danil Chapovalov · 5 years ago
  7. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  8. 07122bc Use TaskQueueForTest instead or TaskQueue in unittests by Danil Chapovalov · 5 years ago
  9. 741daaf Move rtc::FunctionView to the public API by Artem Titov · 5 years ago
  10. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 5 years ago
  11. ef1052a Reland "Move api/rtp_headers.h to its own build target." by Niels Möller · 5 years ago
  12. 2baef35 Revert "Move api/rtp_headers.h to its own build target." by Steve Anton · 5 years ago
  13. a67050d Move api/rtp_headers.h to its own build target. by Niels Möller · 5 years ago
  14. b1ae10b Add x-mt line to the offer. by Piotr (Peter) Slatala · 5 years ago
  15. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 5 years ago
  16. c85328f Add SCTP transport to the public API. by Harald Alvestrand · 5 years ago
  17. 4f6ef18 Added underscore to dtls_transport_unittest.cc. by Benjamin Wright · 5 years ago
  18. 493a650 Propagate base minimum delay from video jitter buffer to webrtc/api. by Ruslan Burakov · 5 years ago
  19. e2da931 Remove a leftover audio codec poison immutinty declaration by Karl Wiberg · 5 years ago
  20. 00c57e3 Delete unused class RtpTransportInternalAdapter by Niels Möller · 5 years ago
  21. ca890ee Revert "Fix getStats() freeze bug affecting Chromium but not WebRTC standalone." by Mirko Bonadei · 5 years ago
  22. 05d43c6 Fix getStats() freeze bug affecting Chromium but not WebRTC standalone. by Henrik Boström · 5 years ago
  23. aa58415 Reland "Enabling Simulcast use via AddTransceiver." by Amit Hilbuch · 5 years ago
  24. dac03d9 Move MediaConstraintsInterface to sdk/, and make it a concrete class by Niels Möller · 5 years ago
  25. 501bfba Split rtp_receiver for readability. by Ruslan Burakov · 5 years ago
  26. 7832343 Revert "Enabling Simulcast use via AddTransceiver." by Emircan Uysaler · 5 years ago
  27. ce470aa Enabling Simulcast use via AddTransceiver. by Amit Hilbuch · 5 years ago
  28. 260a71d Delete deprecated method PeerConnectionFactory::CreateVideoSource by Niels Möller · 5 years ago
  29. 9846262 Add IceTransportInterface object by Harald Alvestrand · 5 years ago
  30. 4de1783 Create visible fake_ice_transport target by Piotr (Peter) Slatala · 5 years ago
  31. 64b626b Use Abseil container algorithms in pc/ by Steve Anton · 5 years ago
  32. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 5 years ago
  33. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 5 years ago
  34. dbb49df Moving UniqueIdGenerator into rtc_base. by Amit Hilbuch · 5 years ago
  35. ecb6897 Adds repeating task class. by Sebastian Jansson · 5 years ago
  36. 45340ca Remove legacy video codec factories. by Anders Carlsson · 5 years ago
  37. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 5 years ago
  38. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 5 years ago
  39. d02541e Add an observer API for DTLSTransport events. by Harald Alvestrand · 6 years ago
  40. c63ddb2 Negotiating Simulcast in the initial offer/answer - Part1. by Amit Hilbuch · 6 years ago
  41. 7f57788 Removes trial to enable BBR congestion controller. by Sebastian Jansson · 6 years ago
  42. 31d8b52 Delete unneeded includes of rtc_base/stringutils.h. by Niels Möller · 6 years ago
  43. eb02ecd Move peerconnectionwrapper.(h|cc) into separate build target by Artem Titov · 6 years ago
  44. a201204 Adding SDP parsing for Simulcast. by Amit Hilbuch · 6 years ago
  45. ad88c88 Add API for returning a webrtc::DtlsTransport for a MID on a PC by Harald Alvestrand · 6 years ago
  46. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  47. e3abb81 Decouple //rtc_base:rtc_base_tests_utils from gunit. by Mirko Bonadei · 6 years ago
  48. 2ff3f49 Move webrtc::CreatePeerConnectionFactory definition next to decl. by Mirko Bonadei · 6 years ago
  49. dd9390c Prevent channels being set on stopped transceiver. by Amit Hilbuch · 6 years ago
  50. 175aa2e Implement data channels over media transport. by Bjorn Mellem · 6 years ago
  51. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  52. b768e88 Reland "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  53. 61c6e56 Revert "Isolating APM API build target: making :api an actual target." by Alessio Bazzica · 6 years ago
  54. a7f77a7 Isolating APM API build target: making :api an actual target. by Alessio Bazzica · 6 years ago
  55. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  56. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  57. 69807e8 Depend directly on destination targets. by Yves Gerey · 6 years ago
  58. 78410ad Fixes use after free error when setting a new FrameEncryptor on ChannelSend. by Benjamin Wright · 6 years ago
  59. 039743e Reland "Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase" by Niels Möller · 6 years ago
  60. 6e8e299 Revert "Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase" by Oleh Prypin · 6 years ago
  61. 80cd25b Delete CodecNamesEq, replaced with absl::EqualsIgnoreCase by Niels Möller · 6 years ago
  62. 3c7d599 Replace _stricmp with absl::EqualsIgnoreCase by Niels Möller · 6 years ago
  63. 98a462c Reland "Reland "Propagate media transport to media channel."" by Anton Sukhanov · 6 years ago
  64. 9accc9f Revert "Reland "Propagate media transport to media channel."" by Oleh Prypin · 6 years ago
  65. da65ed2 Reland "Propagate media transport to media channel." by Anton Sukhanov · 6 years ago
  66. 3b56ee7 Export symbols needed by the Chromium component build (part 2). by Mirko Bonadei · 6 years ago
  67. 9ac3c91 Refactor of extmap-allow-mixed in SessionDescription by Johannes Kron · 6 years ago
  68. 37cf245 Revert "Propagate media transport to media channel." by Oleh Prypin · 6 years ago
  69. 8c16f74 Propagate media transport to media channel. by Anton Sukhanov · 6 years ago
  70. 7940da0 Integration of media_transport in JSepTransportController by Anton Sukhanov · 6 years ago
  71. 84583f6 Enable End-to-End Encrypted Audio Payloads. by Benjamin Wright · 6 years ago
  72. e0d455b Remove runtime_enabled_feature. by Mirko Bonadei · 6 years ago
  73. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  74. ab49982 Fix no_exit_time_destructors in pc. by Mirko Bonadei · 6 years ago
  75. 96ede16 Enable -Wexit-time-destructors and -Wglobal-constructors. by Mirko Bonadei · 6 years ago
  76. d8111e2 Delete unused class MockPeerConnection. by Niels Möller · 6 years ago
  77. e4749c2 The default logic for creating video bitrate allocator. by Jiawei Ou · 6 years ago
  78. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 6 years ago
  79. e41c433 Move sigslot to proper third_party directory by Artem Titov · 6 years ago
  80. a76af0c Move base64.h to the proper location. by Artem Titov · 6 years ago
  81. 7fc821d Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  82. 78fef76 Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  83. 1a2cc0a Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  84. 13f4c89 Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  85. 870bca1 Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*. by Qingsi Wang · 6 years ago
  86. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  87. e12c1fe Removing warning suppression flags from pc/. by Mirko Bonadei · 6 years ago
  88. 72b751a Add PeerConnection GetRtpSender/ReceiverCapabilities by Florent Castelli · 6 years ago
  89. d1003d7 A new PeerConnection level perf test. by Seth Hampson · 6 years ago
  90. 1979384 Ensure that PC usage is recorded if a PC is alive for 60 seconds. by Harald Alvestrand · 6 years ago
  91. beb2d98 Removing usage of //build/config/compiler:no_size_t_to_int_warning. by Mirko Bonadei · 6 years ago
  92. de212ca Removing some MSVC warning suppression flags. by Mirko Bonadei · 6 years ago
  93. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 6 years ago
  94. 6bbeb08 Extract rtc_base/base64.h and rtc_base/base64.cc into separate target. by Artem Titov · 6 years ago
  95. 0a5fdbb Use RTC_HISTOGRAM_ENUMERATION to report SRTP/SRTCP unprotect error. by Zhi Huang · 6 years ago
  96. 7685e86 Pass the RtcEventLog instance to ICE via JsepTransportController. by Qingsi Wang · 6 years ago
  97. a1cc73f Delete class FakePeriodicVideoCapturer. by Niels Möller · 6 years ago
  98. 0e36a72 Delete unused class CurrentSpeakerMonitor. by Niels Möller · 6 years ago
  99. 0327c2d Move VideoStreamEncoderInterface to api/. by Niels Möller · 6 years ago
  100. 0f40582 New class FakePeriodicVideoTrackSource, simplifying shutdown logic. by Niels Möller · 6 years ago