1. 68586e8 Replace starts_with and ends_with with Abseil by Steve Anton · 6 years ago
  2. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  3. 352ce5c Expose delayed packet outage as a cumulative metric of samples in the new getStats API. by Jakob Ivarsson · 6 years ago
  4. 59cfd35 Address vptr race condition while PeerConnection is destructed. by Yves Gerey · 6 years ago
  5. 8af8896 Expose jitter buffer flushes metric in new getStats api. by Ruslan Burakov · 6 years ago
  6. b5bb513 Disable RTCStatsIntegrationTest.GetsStatsWhileDestroyingPeerConnection by Yves Gerey · 6 years ago
  7. 9551375 getStats: add relayProtocol by Philipp Hancke · 6 years ago
  8. 3bc0166 getStats: add kind alias for mediaType by Philipp Hancke · 6 years ago
  9. f06f923 Delete almost all use of MediaConstraintsInterface in the PeerConnection API by Niels Möller · 6 years ago
  10. e12c1fe Removing warning suppression flags from pc/. by Mirko Bonadei · 6 years ago
  11. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  12. 2d02e08 Delete deprecated CreateAudioSource method, with constraints. by Niels Möller · 6 years ago
  13. 25cfeb9 Fix possible race between the stats collector and transport controller by Steve Anton · 6 years ago
  14. 1df1bf8 PeerConnectionInterface::GetStats() with selector argument added. by Henrik Boström · 7 years ago
  15. b619936 Stats traversal algorithm added. by Henrik Boström · 7 years ago
  16. 70473fc Reland "Add hugeFramesSent GetStats metric" by Ilya Nikolaevskiy · 7 years ago
  17. 8ddc2e6 Revert "Add hugeFramesSent GetStats metric" by Max Morin · 7 years ago
  18. f9f71b9 Add hugeFramesSent GetStats metric by Ilya Nikolaevskiy · 7 years ago
  19. 719487e Generate signed packets_lost in WebRTC-stats by Harald Alvestrand · 7 years ago
  20. 37e489c Add network_type to local RTCIceCandidateStats by Gary Liu · 7 years ago
  21. c61ce0d Fixing some clang-tidy findings. by Mirko Bonadei · 7 years ago
  22. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  23. b0a0207 Added RTCMediaStreamTrackStats.jitterBufferDelay for audio by Gustaf Ullberg · 7 years ago
  24. 9a2e906 Added RTCMediaStreamTrackStats.concealmentEvents by Gustaf Ullberg · 7 years ago
  25. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  26. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/rtcstats_integrationtest.cc]
  27. 8ab0fd8 Reland of Trace the stats report as JSON instead of each stat separately. (patchset #1 id:1 of https://codereview.webrtc.org/3001683002/ ) by ehmaldonado · 7 years ago
  28. 2dbc69f Add stats totalSamplesReceived and concealedSamples by Steve Anton · 7 years ago
  29. 3439c89 Revert of Trace the stats report as JSON instead of each stat separately. (patchset #3 id:100001 of https://codereview.webrtc.org/2986453002/ ) by mbonadei · 7 years ago
  30. 80c6578 Trace the stats report as JSON instead of each stat separately. by ehmaldonado · 7 years ago
  31. 35a872c Make RTCStatsReport::ToString() return JSON-parseable string. by ehmaldonado · 7 years ago
  32. 80c829f Enable tracing on rtcstats_integrationtest.cc by ehmaldonado · 7 years ago
  33. e725159 Reland of Make the default ctor of rtc::Thread, protected by tommi · 7 years ago
  34. e76bd3a Adding stats that can be used to compute output audio levels as described here https://w3c.github.io/webrtc-stats/#dom-rtcmediastreamtrackstats-totalaudioenergy. by zstein · 7 years ago
  35. a117b04 Revert of Make the default ctor of rtc::Thread, protected (patchset #3 id:40001 of https://codereview.webrtc.org/2981623002/ ) by charujain · 7 years ago
  36. a8a3515 Make the default ctor of rtc::Thread, protected. by tommi · 7 years ago
  37. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  38. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  39. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  40. 86c40a1 Fixing RTCIceCandidatePairStats.nominated for ICE controlling agent. by deadbeef · 7 years ago
  41. 6488ea4 Remove temporary include of builtin_audio_encoder_factory.h. by ossu · 7 years ago
  42. 98e186c Remove VirtualSocketServer's dependency on PhysicalSocketServer. by deadbeef · 7 years ago
  43. 9e5b11e Test CreatePeerConnectionFactory() with a forwarding mock AudioDecoderFactory by kwiberg · 8 years ago
  44. a7a9be1 Move RTCOutboundRTPStreamStats.roundTripTime to inbound, don't collect. by hbos · 8 years ago
  45. 13f54b2 Rename RTCCodecStats.codec -> mimeType, parameters -> sdpFmtpLine. by hbos · 8 years ago
  46. bf8d3e5 RTCIceCandidatePairStats.[total/current]RoundTripTime collected. by hbos · 8 years ago
  47. 3fd31fe Fix TSAN race in webrtc::voe::Channel. by hbos · 8 years ago
  48. 92eaec6 RTCIceCandidatePairStats.nominated collected. by hbos · 8 years ago
  49. 1498def Disable RTCStatsIntegrationTest on TSAN bots. by philipel · 8 years ago
  50. 5fec128 Add QP for libvpx VP8 decoder. by sakal · 8 years ago
  51. a51d4f3 Re-land of RTCInboundRTPStreamStats.qpSum collected. by hbos · 8 years ago
  52. ed02c6d Revert of RTCInboundRTPStreamStats.qpSum collected. (patchset #4 id:80001 of https://codereview.webrtc.org/2675943002/ ) by skvlad · 8 years ago
  53. cd195be RTCInboundRTPStreamStats.qpSum collected. by hbos · 8 years ago
  54. 338f78a RTCIceCandidatePairStats.available[Outgoing/Incoming]Bitrate collected. by hbos · 8 years ago
  55. b0ae920 RTCRTPStreamStats.mediaTrackId renamed to trackId. by hbos · 8 years ago
  56. 50cfe1f RTCMediaStreamTrackStats.framesDropped collected by RTCStatsCollector. by hbos · 8 years ago
  57. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (99%) from webrtc/api/rtcstats_integrationtest.cc]
  58. f64941f RTCMediaStreamTrackStats.framesDecoded collected. by hbos · 8 years ago
  59. fefe076 RTCMediaStreamTrackStats.framesSent collected by RTCStatsCollector. by hbos · 8 years ago
  60. 2d4d653 Fix msan flake in rtcstats_integrationtest.cc. by hbos · 8 years ago
  61. 42f6d2f RTCMediaStreamTrackStats.framesReceived collected by RTCStatsCollector. by hbos · 8 years ago
  62. 9e30274 RTCMediaStreamTrackStats collected on a per-attachment basis. by hbos · 8 years ago
  63. 160e4a7 RTCMediaStreamTrackStats.kind added and collected. by hbos · 8 years ago
  64. 7064d59 RTCTransportStats.dtlsState replaces .activeConnection by hbos · 8 years ago
  65. 84abeb1 RTC[In/Out]boundRTPStreamStats.mediaTrackId collected. by hbos · 8 years ago
  66. bb37751 RTCMediaStreamTrackStats.ssrcIds removed. by hbos · 8 years ago
  67. b4e426e RTCIceCandidateStats.transportId added and collected. by hbos · 8 years ago
  68. 6769c49 RTC[In/Out]boundRTPStreamStats: qpSum,framesDecoded,framesEncoded added. by hbos · 8 years ago
  69. d17a5a7 RTCIceCandidateStats.deleted = false added. by hbos · 8 years ago
  70. 06495bc RTCIceCandidatePairStats.[state/priority] added, ConnectionInfo updated. by hbos · 8 years ago
  71. 2335119 Improve rtcstats_integrationtest.cc by sanity checking values. by hbos · 8 years ago
  72. c3a2b7f RTCIceCandidateStats.isRemote added and collected. by hbos · 8 years ago
  73. 40610e2 Hook up new "rtc_enable_sctp" build argument to "HAVE_SCTP" define. by deadbeef · 8 years ago
  74. b78306a Fix segfault when PeerConnection is destroyed during stats collection. by hbos · 8 years ago
  75. 3168c7a Rename RTCOutboundRTPStreamStats *_rtt members to *_round_trip_time. by hbos · 8 years ago
  76. 7bf5369 RTCStatsIntegrationTest: TestMemberIsIDReference on all defined IDs. by hbos · 8 years ago
  77. e10e6d1 RTCOutboundRTPStreamStats.roundTripTime: Only report non-negative values. by hbos · 8 years ago
  78. e448dd5 RTCIceCandidatePairStats.consentRequestsSent set by RTCStatsCollector by hbos · 8 years ago
  79. 02cd4d6 RTCInboundRTPStreamStats.packetsLost set by RTCStatsCollector. by hbos · 8 years ago
  80. d82f512 RTCIceCandidatePairStats.requestsReceived defined by RTCStatsCollector. by hbos · 8 years ago
  81. 0583b28 Collecting RTCIceCandidatePairStats.transport_id and improved unittests. by hbos · 8 years ago
  82. db346a7 RTCStatsIntegrationTest added. by hbos · 8 years ago