1. 37e489c Add network_type to local RTCIceCandidateStats by Gary Liu · 7 years ago
  2. c61ce0d Fixing some clang-tidy findings. by Mirko Bonadei · 7 years ago
  3. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  4. b0a0207 Added RTCMediaStreamTrackStats.jitterBufferDelay for audio by Gustaf Ullberg · 7 years ago
  5. 9a2e906 Added RTCMediaStreamTrackStats.concealmentEvents by Gustaf Ullberg · 7 years ago
  6. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  7. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/rtcstats_integrationtest.cc]
  8. 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
  9. 2dbc69f Add stats totalSamplesReceived and concealedSamples by Steve Anton · 7 years ago
  10. 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
  11. 80c6578 Trace the stats report as JSON instead of each stat separately. by ehmaldonado · 7 years ago
  12. 35a872c Make RTCStatsReport::ToString() return JSON-parseable string. by ehmaldonado · 7 years ago
  13. 80c829f Enable tracing on rtcstats_integrationtest.cc by ehmaldonado · 7 years ago
  14. e725159 Reland of Make the default ctor of rtc::Thread, protected by tommi · 7 years ago
  15. 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
  16. 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
  17. a8a3515 Make the default ctor of rtc::Thread, protected. by tommi · 7 years ago
  18. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  19. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  20. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  21. 86c40a1 Fixing RTCIceCandidatePairStats.nominated for ICE controlling agent. by deadbeef · 7 years ago
  22. 6488ea4 Remove temporary include of builtin_audio_encoder_factory.h. by ossu · 7 years ago
  23. 98e186c Remove VirtualSocketServer's dependency on PhysicalSocketServer. by deadbeef · 7 years ago
  24. 9e5b11e Test CreatePeerConnectionFactory() with a forwarding mock AudioDecoderFactory by kwiberg · 7 years ago
  25. a7a9be1 Move RTCOutboundRTPStreamStats.roundTripTime to inbound, don't collect. by hbos · 7 years ago
  26. 13f54b2 Rename RTCCodecStats.codec -> mimeType, parameters -> sdpFmtpLine. by hbos · 7 years ago
  27. bf8d3e5 RTCIceCandidatePairStats.[total/current]RoundTripTime collected. by hbos · 7 years ago
  28. 3fd31fe Fix TSAN race in webrtc::voe::Channel. by hbos · 7 years ago
  29. 92eaec6 RTCIceCandidatePairStats.nominated collected. by hbos · 7 years ago
  30. 1498def Disable RTCStatsIntegrationTest on TSAN bots. by philipel · 7 years ago
  31. 5fec128 Add QP for libvpx VP8 decoder. by sakal · 7 years ago
  32. a51d4f3 Re-land of RTCInboundRTPStreamStats.qpSum collected. by hbos · 7 years ago
  33. ed02c6d Revert of RTCInboundRTPStreamStats.qpSum collected. (patchset #4 id:80001 of https://codereview.webrtc.org/2675943002/ ) by skvlad · 7 years ago
  34. cd195be RTCInboundRTPStreamStats.qpSum collected. by hbos · 7 years ago
  35. 338f78a RTCIceCandidatePairStats.available[Outgoing/Incoming]Bitrate collected. by hbos · 7 years ago
  36. b0ae920 RTCRTPStreamStats.mediaTrackId renamed to trackId. by hbos · 7 years ago
  37. 50cfe1f RTCMediaStreamTrackStats.framesDropped collected by RTCStatsCollector. by hbos · 8 years ago
  38. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (99%) from webrtc/api/rtcstats_integrationtest.cc]
  39. f64941f RTCMediaStreamTrackStats.framesDecoded collected. by hbos · 8 years ago
  40. fefe076 RTCMediaStreamTrackStats.framesSent collected by RTCStatsCollector. by hbos · 8 years ago
  41. 2d4d653 Fix msan flake in rtcstats_integrationtest.cc. by hbos · 8 years ago
  42. 42f6d2f RTCMediaStreamTrackStats.framesReceived collected by RTCStatsCollector. by hbos · 8 years ago
  43. 9e30274 RTCMediaStreamTrackStats collected on a per-attachment basis. by hbos · 8 years ago
  44. 160e4a7 RTCMediaStreamTrackStats.kind added and collected. by hbos · 8 years ago
  45. 7064d59 RTCTransportStats.dtlsState replaces .activeConnection by hbos · 8 years ago
  46. 84abeb1 RTC[In/Out]boundRTPStreamStats.mediaTrackId collected. by hbos · 8 years ago
  47. bb37751 RTCMediaStreamTrackStats.ssrcIds removed. by hbos · 8 years ago
  48. b4e426e RTCIceCandidateStats.transportId added and collected. by hbos · 8 years ago
  49. 6769c49 RTC[In/Out]boundRTPStreamStats: qpSum,framesDecoded,framesEncoded added. by hbos · 8 years ago
  50. d17a5a7 RTCIceCandidateStats.deleted = false added. by hbos · 8 years ago
  51. 06495bc RTCIceCandidatePairStats.[state/priority] added, ConnectionInfo updated. by hbos · 8 years ago
  52. 2335119 Improve rtcstats_integrationtest.cc by sanity checking values. by hbos · 8 years ago
  53. c3a2b7f RTCIceCandidateStats.isRemote added and collected. by hbos · 8 years ago
  54. 40610e2 Hook up new "rtc_enable_sctp" build argument to "HAVE_SCTP" define. by deadbeef · 8 years ago
  55. b78306a Fix segfault when PeerConnection is destroyed during stats collection. by hbos · 8 years ago
  56. 3168c7a Rename RTCOutboundRTPStreamStats *_rtt members to *_round_trip_time. by hbos · 8 years ago
  57. 7bf5369 RTCStatsIntegrationTest: TestMemberIsIDReference on all defined IDs. by hbos · 8 years ago
  58. e10e6d1 RTCOutboundRTPStreamStats.roundTripTime: Only report non-negative values. by hbos · 8 years ago
  59. e448dd5 RTCIceCandidatePairStats.consentRequestsSent set by RTCStatsCollector by hbos · 8 years ago
  60. 02cd4d6 RTCInboundRTPStreamStats.packetsLost set by RTCStatsCollector. by hbos · 8 years ago
  61. d82f512 RTCIceCandidatePairStats.requestsReceived defined by RTCStatsCollector. by hbos · 8 years ago
  62. 0583b28 Collecting RTCIceCandidatePairStats.transport_id and improved unittests. by hbos · 8 years ago
  63. db346a7 RTCStatsIntegrationTest added. by hbos · 8 years ago