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