1. 07ba2b9 Parse two-byte header extensions. by Johannes Kron · 6 years ago
  2. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  3. 49ac595 Add GetSources to VideoRtpReceiver by Jonas Oreland · 6 years ago
  4. 965e794 Add sanity checks to UpdateDelayStatistics and patch unit tests. by Johannes Kron · 6 years ago
  5. 84df1c7 Make fewer copies when using StringBuilder. by Jonas Olsson · 6 years ago
  6. 8c1bf95 Reland "Add initial support for RtpEncodingParameters max_framerate." by Åsa Persson · 6 years ago
  7. 941a07c Remove all remaining non-test uses of std::stringstream. by Jonas Olsson · 6 years ago
  8. 9c147dd Revert "Add SSLConfig object to IceServer." by Sergey Silkin · 6 years ago
  9. 4f08543 Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  10. bfd412e Adds integration of the FrameEncryptor/FrameDecryptor into the MediaChannel. by Benjamin Wright · 6 years ago
  11. ab49982 Fix no_exit_time_destructors in pc. by Mirko Bonadei · 6 years ago
  12. 3a66edf Use C++11 for range loop in pc/mediasession.cc (and test) by Steve Anton · 6 years ago
  13. 211856b Make HasAttribute handle partial matching of attribute names. by Johannes Kron · 6 years ago
  14. 4daf66e Use C++11 style for loop in webrtcsdp.cc by Steve Anton · 6 years ago
  15. d7b79af Add "tones remaining" argument to DTMF ontonechange callback by Harald Alvestrand · 6 years ago
  16. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  17. 96ede16 Enable -Wexit-time-destructors and -Wglobal-constructors. by Mirko Bonadei · 6 years ago
  18. ad18276 Revert "Use AsyncInvoker in PeerConnection instead of MessageHandler" by Steve Anton · 6 years ago
  19. ec9e492 Remove stringstreams from sdp parsing. by Jonas Olsson · 6 years ago
  20. 1d52d2c Revert "Add SSLConfig object to IceServer." by Ying Wang · 6 years ago
  21. 7f1ffcc Add SSLConfig object to IceServer. by Diogo Real · 6 years ago
  22. 3bc0166 getStats: add kind alias for mediaType by Philipp Hancke · 6 years ago
  23. 16e27a1 Reland "Delete leftover includes and declarations for MediaConstraintsInterface" by Niels Möller · 6 years ago
  24. 9a4fd9b Use AsyncInvoker in DtmfSender instead of MessageHandler by Steve Anton · 6 years ago
  25. 044a04d Use AsyncInvoker in DataChannel instead of MessageHandler by Steve Anton · 6 years ago
  26. d25828a Use AsyncInvoker in JsepTransportController instead of MessageHandler by Steve Anton · 6 years ago
  27. bb19276 Use AsyncInvoker in PeerConnection instead of MessageHandler by Steve Anton · 6 years ago
  28. d81ac95 Injects FrameEncryptorInterface into RtpSender. by Benjamin Wright · 6 years ago
  29. d8111e2 Delete unused class MockPeerConnection. by Niels Möller · 6 years ago
  30. ec4a060 Revert "Delete leftover includes and declarations for MediaConstraintsInterface" by Niels Moller · 6 years ago
  31. a1e4ae2 Delete leftover includes and declarations for MediaConstraintsInterface by Niels Möller · 6 years ago
  32. fc1acd2 Add support for enabling simulcast in "Plan B" using MediaConstraints. by Jonas Oreland · 6 years ago
  33. 6fcdc2f Support domain name ICE candidates by Zach Stein · 6 years ago
  34. e4749c2 The default logic for creating video bitrate allocator. by Jiawei Ou · 6 years ago
  35. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 6 years ago
  36. 6b1985d Reimplement rtc::ToString and rtc::FromString without streams. by Jonas Olsson · 6 years ago
  37. cdb87f1 Add a missing #include from jsepicecandidate.cc to absl/memory/memory.h by tzik · 6 years ago
  38. 6f80f09 Adds the custom TLS certificate verifier pointer to the reconfigure option as by Benjamin Wright · 6 years ago
  39. 948b7e3 Revert "Add initial support for RtpEncodingParameters max_framerate." by Mirko Bonadei · 6 years ago
  40. b336c27 Implement serialization for ICE candidates with hostname addresses. by Zach Stein · 6 years ago
  41. ced5cfd Add initial support for RtpEncodingParameters max_framerate. by Åsa Persson · 6 years ago
  42. 656d609 Add UTC time to init event in AEC debug dump. by Minyue Li · 6 years ago
  43. f820a5e Fix use after move in SafeSetError by Steve Anton · 6 years ago
  44. 7008287 Delete struct webrtc::PacketTime. by Niels Möller · 6 years ago
  45. e20867f Add AsyncResolverFactory interface and basic implementation. by Zach Stein · 6 years ago
  46. 7a1c7f7 Modified peerconnection's "observer" slot to be nulled on close. by Harald Alvestrand · 6 years ago
  47. 8a3ab0e Revert "Add framesRendered to StatsReport" by Artem Titov · 6 years ago
  48. dcfa938 Add framesRendered to StatsReport by Joachim Reiersen · 6 years ago
  49. 01560de Use "wildcard" instead of "unknown" for ADAPTER_TYPE_ANY in stats. by Qingsi Wang · 6 years ago
  50. c0e9725 Add API to report "interesting" usage patterns to PC client by Harald Alvestrand · 6 years ago
  51. d9e4a06 Add CreateSessionDescription overload which takes a cricket::SessionDescription by Steve Anton · 6 years ago
  52. e41c433 Move sigslot to proper third_party directory by Artem Titov · 6 years ago
  53. 27ab0e5 Add CreateIceCandidate overload which takes a cricket::Candidate by Steve Anton · 6 years ago
  54. ea1bb35 Cleanup networkroute.h by Steve Anton · 6 years ago
  55. 24db573 Step 1: Add RemoveTrackNew which returns an RTCError by Steve Anton · 6 years ago
  56. a76af0c Move base64.h to the proper location. by Artem Titov · 6 years ago
  57. 2ffed6d Enable clang::find_bad_constructs for sdk/android (part 1/2). by Mirko Bonadei · 6 years ago
  58. ee01a83 Remove MetricsObserverInterface. by Qingsi Wang · 6 years ago
  59. 76829d7 Add UMA metric for ICE candidate addition outcome by Harald Alvestrand · 6 years ago
  60. 4f6d233 Added explicit EOR to sctp messages and coalesce messages on the receiving side. by Jeroen de Borst · 6 years ago
  61. 87b3c51 Implement changing degradation preference with setParameters() by Florent Castelli · 6 years ago
  62. 0f5400a [Unified Plan] Implement FiredDirection for RtpTransceiver by Steve Anton · 6 years ago
  63. 056d811 Add counting of PCs with private IP addresses exposed by Harald Alvestrand · 6 years ago
  64. db90556 Re-enable skipped test. by Mirko Bonadei · 6 years ago
  65. 7fc821d Reland "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  66. 4238628 Buffer ICE candidates that can't be added immediately. by Harald Alvestrand · 6 years ago
  67. d78323f Remove AddTrack override with MediaStreams by Steve Anton · 6 years ago
  68. 065a52a Reland "Remove rtc::Optional alias and api:optional target" by Danil Chapovalov · 6 years ago
  69. 70aa374 Remove not-updating-stats log message. by Jonathan Yu · 6 years ago
  70. 78fef76 Revert "Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*."" by Qingsi Wang · 6 years ago
  71. 199e27b RtpReceiverInterface::stream_ids() added. by Henrik Boström · 6 years ago
  72. b661c65 Revert "Remove rtc::Optional alias and api:optional target" by Ilya Nikolaevskiy · 6 years ago
  73. 1a2cc0a Reland "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  74. 13f4c89 Revert "Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*." by Qingsi Wang · 6 years ago
  75. 870bca1 Replace the usage of MetricsObserverInterface by RTC_HISTOGRAM_*. by Qingsi Wang · 6 years ago
  76. 6f5b0f9 Remove rtc::Optional alias and api:optional target by Danil Chapovalov · 6 years ago
  77. 651b92e Regenerate mock peer connection to add missing mock methods. by Jiawei Ou · 6 years ago
  78. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  79. e12c1fe Removing warning suppression flags from pc/. by Mirko Bonadei · 6 years ago
  80. 4374593 Adding shampson (me) as an owner to pc/ & api/. by Seth Hampson · 6 years ago
  81. ec20710 Adding ICE configurations to the PC perf test. by Seth Hampson · 6 years ago
  82. 9f1de69 Add ADAPTER_TYPE_ANY in AdapterType. by Qingsi Wang · 6 years ago
  83. dc99e24 Removing deadbeef@ from OWNERS files. by Taylor Brandstetter · 6 years ago
  84. 776199a Enable PeerConnectionEndToEndTest.CallWithLegacySdp on ASan. by Mirko Bonadei · 6 years ago
  85. 82d171c Skip PeerConnectionEndToEndTest.CallWithCustomCodec on Win ASan builds. by Mirko Bonadei · 6 years ago
  86. b2a7478 Fix usage logging of TURN and STUN servers by Harald Alvestrand · 6 years ago
  87. 72b751a Add PeerConnection GetRtpSender/ReceiverCapabilities by Florent Castelli · 6 years ago
  88. 183e09d Correct data histogram entry for incoming DC by Harald Alvestrand · 6 years ago
  89. d1003d7 A new PeerConnection level perf test. by Seth Hampson · 6 years ago
  90. 0756373 [Unified Plan] Avoid offering two senders with the same ID by Steve Anton · 6 years ago
  91. 1bc9716 [Unified Plan] Do not initialize recvonly transceivers with any send streams by Steve Anton · 6 years ago
  92. 111fdfd Refactor RtpSender to take the sender ID as a constructor argument by Steve Anton · 6 years ago
  93. d5b8ee1 Re-enable PeerConnectionEndToEndTest.Call on TSan. by Mirko Bonadei · 6 years ago
  94. 1979384 Ensure that PC usage is recorded if a PC is alive for 60 seconds. by Harald Alvestrand · 6 years ago
  95. b6b29e0 Convert video quality test from a TEST_F to a TEST fixture. by Patrik Höglund · 6 years ago
  96. c19ab07 Add support for content-hint value "text" by Harald Alvestrand · 6 years ago
  97. b983bae Remove unused/deprecated DTMF methods by Steve Anton · 6 years ago
  98. beb2d98 Removing usage of //build/config/compiler:no_size_t_to_int_warning. by Mirko Bonadei · 6 years ago
  99. de212ca Removing some MSVC warning suppression flags. by Mirko Bonadei · 6 years ago
  100. 5565981 Add functionality to set min/max bitrate per simulcast layer through RtpEncodingParameters. by Åsa Persson · 6 years ago