1. 6563934 Revert "Sanitize the codec list before sending it to the media engine" by Artem Titov · 5 years ago
  2. 032ea9c Remove "Missing track ID" StatsCollector log message by Steve Anton · 5 years ago
  3. add7ef9 Sanitize the codec list before sending it to the media engine by Steve Anton · 5 years ago
  4. 928e7a3 Make ID of datachannel stats not depend on dc.id by Harald Alvestrand · 5 years ago
  5. bedb7a8 Revert "Reporting of decoding_codec_plc events" by Mirko Bonadei · 5 years ago
  6. 0a88ea0 Reporting of decoding_codec_plc events by Alex Narest · 5 years ago
  7. cb11a31 Guard GenerateUniqueId() against concurrent access. by Yves Gerey · 5 years ago
  8. 1a13c8f Add option to remove transport sequence number from FEC packet calculation by Anton Sukhanov · 5 years ago
  9. 97321b6 Adds test for experimental remote estimate SDP negotiation. by Sebastian Jansson · 6 years ago
  10. e1795f4 Adds remote estimate RTCP packet. by Sebastian Jansson · 6 years ago
  11. f781bb5 [Unit test] Add check to prevent segfault on empty vector. by Yves Gerey · 6 years ago
  12. 2ab97f6 Migrate WebRTC test infra to ABSL_FLAG. by Mirko Bonadei · 6 years ago
  13. 79b6980 [PeerConnection] Implement restartIce(). by Henrik Boström · 6 years ago
  14. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 6 years ago
  15. 5a29d52 Propagate datagram SentNotification for RTCP packets by Anton Sukhanov · 6 years ago
  16. 9a44b2d Add an end-to-end integration test for |enable_encrypted_rtp_header_extensions| by Steve Anton · 6 years ago
  17. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 6 years ago
  18. 3ae59d3 Use the dummy address 0.0.0.0:9 in the c= and the m= lines if the by Qingsi Wang · 6 years ago
  19. ac6c096 Integrate datagram feedback loop by Anton Sukhanov · 6 years ago
  20. ee303fa Move datagram_dtls_adaptor from p2p/base/ to pc/ by Anton Sukhanov · 6 years ago
  21. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 6 years ago
  22. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  23. 3fbf1e2 Reduce kMaxSimulcastStreams to 3 by Florent Castelli · 6 years ago
  24. d2c336f [getStats] Implement "media-source" audio levels, fixing Chrome bug. by Henrik Boström · 6 years ago
  25. 53d45ba Make TaskQueueFactory required construction parameter for Call by Danil Chapovalov · 6 years ago
  26. b60141b Save and serialize the receive RIDs in MediaContentDescription by Florent Castelli · 6 years ago
  27. c442197 Check the rid direction matches the direction in simulcast description by Florent Castelli · 6 years ago
  28. 238aab9 Fix bug in use_datagram_transport configuration. by Bjorn A Mellem · 6 years ago
  29. b073f1c Only set the RtcEventLog for media transport when it's used for media. by Bjorn A Mellem · 6 years ago
  30. bfd343b Add totalDecodeTime to RTCInboundRTPStreamStats by Johannes Kron · 6 years ago
  31. 6fdfec1 Add overload to CreateIceTransport that takes additional dependencies by Steve Anton · 6 years ago
  32. 5985a04 Add a field trial to control datagram transport use. by Bjorn A Mellem · 6 years ago
  33. 825aad1 Delete almost all includes of platform_file.h by Niels Möller · 6 years ago
  34. 2efae77 Add RTCStats for keyFramesEncoded, keyFramesDecoded. by Rasmus Brandt · 6 years ago
  35. e4ac723 Delete deprecated version of PeerConnectionFactoryInterface::StartAecDump by Niels Möller · 6 years ago
  36. bca1485 Enable setting surface_ice_candidates_on_ice_transport_type_changed on the fly. by Qingsi Wang · 6 years ago
  37. 3472b9a Delete RTCInboundRTPStreamStats::fraction_lost by Niels Möller · 6 years ago
  38. 25ca0ac Also fail CreateOffer and CreateAnswer if there is a session error by Steve Anton · 6 years ago
  39. 8605fbf [getStats] Make remote-inbound-rtp.ssrc match outbound-rtp.ssrc. by Henrik Boström · 6 years ago
  40. 746dd0d Add support for two-byte RTP header extensions to UsedRtpHeaderExtensionIds by Johannes Kron · 6 years ago
  41. 9da25bd In PeerConnection unittests set TaskQueueFactory explicitly by Danil Chapovalov · 6 years ago
  42. 5bf5806 Force DefaultTaskQueueFactory in legacy CreatePeerConnectionFactory by Danil Chapovalov · 6 years ago
  43. c5effc2 Remove DataContentDescription shim by Harald Alvestrand · 6 years ago
  44. ef10a4c Remove deprecated JsepSession initializer by Harald Alvestrand · 6 years ago
  45. e8e4dc4 Change StartAecDump methods to work with FILE* and FileWrapper by Niels Möller · 6 years ago
  46. 37348e0 Make hbos a full OWNER of pc/ by Harald Alvestrand · 6 years ago
  47. 5d24b16 Prepare for splitting the api/video:video_frames build rule. by Chen Xing · 6 years ago
  48. dec9f74 Delete obsolete RtcEventLogOutputFile constructor by Niels Möller · 6 years ago
  49. 54c9d89 Remove obsolete test changes by Steve Anton · 6 years ago
  50. c85ebbe Reland: Implement true negotiation for DatagramTransport with fallback to RTP. by Bjorn A Mellem · 6 years ago
  51. 7e8de0b Revert "Implement true negotiation for DatagramTransport with fallback to RTP." by Bjorn Mellem · 6 years ago
  52. b4f3f37 Revert "Remove an over-zealous DCHECK in jsep_transport.h" by Bjorn Mellem · 6 years ago
  53. dea0a0c Revert "Remove another DCHECK that fails during renegotiation." by Bjorn Mellem · 6 years ago
  54. 907b592 Remove another DCHECK that fails during renegotiation. by Bjorn A Mellem · 6 years ago
  55. ffa007a Remove an over-zealous DCHECK in jsep_transport.h by Bjorn A Mellem · 6 years ago
  56. 71c6482 Implement true negotiation for DatagramTransport with fallback to RTP. by Bjorn A Mellem · 6 years ago
  57. da13ea2 Reland "Added OnIceCandidateError to API and implementation" by Eldar Rello · 6 years ago
  58. 3b8ed28 Revert "Added OnIceCandidateError to API and implementation" by Yves Gerey · 6 years ago
  59. 7b06b9b Remove pthatcher@webrtc.org from OWNERS by Steve Anton · 6 years ago
  60. 9469c78 Added OnIceCandidateError to API and implementation by Eldar Rello · 6 years ago
  61. 835baf7 Add amithi@ as pc OWNERS by Steve Anton · 6 years ago
  62. 479a3c0 Add support for enabling and negotiating raw RTP packetization. by Mirta Dvornicic · 6 years ago
  63. 292ce4e Move datagram transport to JsepTransport by Anton Sukhanov · 6 years ago
  64. 1716d39 Let SessionDescription take ownership of MediaDescription by Harald Alvestrand · 6 years ago
  65. 1fe119f Change the gating of surfacing candidates on ICE transport type change by Qingsi Wang · 6 years ago
  66. 695cf6a Delete deprecated StartRtcEventLog override with PlatformFile by Niels Möller · 6 years ago
  67. 36e3147 Surface the standardized ICE connection state to mobile clients. by Qingsi Wang · 6 years ago
  68. cecf87f Reland "Change default secure SCTP protocol to UDP/DTLS/SCTP" by Guido Urdaneta · 6 years ago
  69. 4436887 Revert "Change default secure SCTP protocol to UDP/DTLS/SCTP" by Guido Urdaneta · 6 years ago
  70. d91969e Explicitly close PeerConnections when using ScopedFieldTrials by Steve Anton · 6 years ago
  71. 0c1c1b4 Move ownership of ICE from DtlsTransport to JsepTransport. by Bjorn A Mellem · 6 years ago
  72. 232b6a1 Propagate screenshare info into video track and it's source. by Artem Titov · 6 years ago
  73. 6737841 Add jitterBufferDelay and jitterBufferEmittedCount stats for video by Guido Urdaneta · 6 years ago
  74. 44bd71c Create a composite implementation of RtpTransportInternal. by Bjorn A Mellem · 6 years ago
  75. ce33b6a Implement QualityLimitationReasonTracker and expose "reason". by Henrik Boström · 6 years ago
  76. a33a860 Deprecate functions returning cricket::DataContentDescription. by Harald Alvestrand · 6 years ago
  77. 883eefc Implement RTCRemoteInboundRtpStreamStats for both audio and video. by Henrik Boström · 6 years ago
  78. 3a1b927 Remove rtp_ and rtcp_packet_transport() from the RtpTransport interface. by Bjorn A Mellem · 6 years ago
  79. 34cd485 Delete the remaining ORTC interfaces. by Bjorn A Mellem · 6 years ago
  80. fadb181 Negotiate use of RTCP loss notification feedback (LNTF) by Elad Alon · 6 years ago
  81. 316f3ac Datagram Transport Integration by Anton Sukhanov · 6 years ago
  82. 4163317 [PeerConnection::AddIceCandidate()] Use mid to look up contents in remote descriptions by Guido Urdaneta · 6 years ago
  83. ecd3054 Replace a broken assumption in candidate gathering for mDNS candidates. by Qingsi Wang · 6 years ago
  84. 646fda0 Implement RTCMediaSourceStats and friends in standard getStats(). by Henrik Boström · 6 years ago
  85. 23aff9b Implement RTCOutboundRtpStreamStats.totalEncodedBytesTarget. by Henrik Boström · 6 years ago
  86. 4f08faa Introduce MediaTransportConfig by Anton Sukhanov · 6 years ago
  87. 3b112e2 Delete multi-parameter CreateModularPeerConnectionFactory by Danil Chapovalov · 6 years ago
  88. 04a3cc1 Delete rtc_base/unittest_main.cc by Niels Möller · 6 years ago
  89. 97716c0 Implement max-channels for SCTP datachannels. by Harald Alvestrand · 6 years ago
  90. 1ff16c8 Add RtpSenderInterface.SetStreams by Guido Urdaneta · 6 years ago
  91. cc18917 Revert "Improve spec compliance of SetStreamIDs in RtpSenderInterface" by Henrik Andreassson · 6 years ago
  92. 9fe1834 Implement RTCOutboundRtpStreamStats.totalPacketSendDelay for video. by Henrik Boström · 6 years ago
  93. df5731e Improve spec compliance of SetStreamIDs in RtpSenderInterface by Guido Urdaneta · 6 years ago
  94. 8d3d6cf SCTP: Treat message size zero as "responder selects" by Harald Alvestrand · 6 years ago
  95. 198cf00 Reland "Change SimpleStringBuilder::Append to not use strcpyn and SIZE_UNKNOWN" by Niels Möller · 6 years ago
  96. fbb45bd Send and parse SCTP max-message-size in SDP by Harald Alvestrand · 6 years ago
  97. 4aa1192 Change default SDP syntax for SCTP to spec-compliant. by Harald Alvestrand · 6 years ago
  98. c3f4820 Change default secure SCTP protocol to UDP/DTLS/SCTP by Harald Alvestrand · 6 years ago
  99. 5fc28b1 Reland "Reland "Version 2 "Refactoring DataContentDescription class""" by Harald Alvestrand · 6 years ago
  100. f00ca1a Make the output_period_ms argument to StartRtcEventLog optional by Niels Möller · 6 years ago