1. 27e573e Move RTCOutboundRTPStreamStats.roundTripTime to inbound, don't collect. by hbos · 8 years ago
  2. 95aa50b Rename RTCCodecStats.codec -> mimeType, parameters -> sdpFmtpLine. by hbos · 8 years ago
  3. fca0fe0 RTCIceCandidatePairStats.[total/current]RoundTripTime collected. by hbos · 8 years ago
  4. cf2b8c1 RTCIceCandidatePairStats.nominated collected. by hbos · 8 years ago
  5. 48728ef Re-land of RTCInboundRTPStreamStats.qpSum collected. by hbos · 8 years ago
  6. 191371e Revert of RTCInboundRTPStreamStats.qpSum collected. (patchset #4 id:80001 of https://codereview.webrtc.org/2675943002/ ) by skvlad · 8 years ago
  7. 842e3c1 RTCInboundRTPStreamStats.qpSum collected. by hbos · 8 years ago
  8. 22ec864 RTCIceCandidatePairStats.available[Outgoing/Incoming]Bitrate collected. by hbos · 8 years ago
  9. ce9ceb6 RTCRTPStreamStats.ssrc changed type to uint32_t. by hbos · 8 years ago
  10. 9759bb7 Refactor and clean-up relating to RTCCodecStats. by hbos · 8 years ago
  11. 13c97c7 Enable cpplint and fix cpplint errors in webrtc/api by oprypin · 8 years ago
  12. 68eafed RTCRTPStreamStats.mediaTrackId renamed to trackId. by hbos · 8 years ago
  13. e43c0e3 RTCMediaStreamTrackStats.framesDropped collected by RTCStatsCollector. by hbos · 8 years ago
  14. 25e4ac7 Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago
  15. 43d227b RTCMediaStreamTrackStats.framesDecoded collected. by hbos · 8 years ago
  16. 4ee728e RTCMediaStreamTrackStats.framesSent collected by RTCStatsCollector. by hbos · 8 years ago
  17. d481738 RTCMediaStreamTrackStats.framesReceived collected by RTCStatsCollector. by hbos · 8 years ago
  18. b20cdfc RTCMediaStreamTrackStats.kind added and collected. by hbos · 8 years ago
  19. ee5b9ea RTCTransportStats.dtlsState replaces .activeConnection by hbos · 8 years ago
  20. d8e05ee RTC[In/Out]boundRTPStreamStats.mediaTrackId collected. by hbos · 8 years ago
  21. dffc25c RTCMediaStreamTrackStats.ssrcIds removed. by hbos · 8 years ago
  22. 7c8813f RTCIceCandidateStats.transportId added and collected. by hbos · 8 years ago
  23. cfcb96e RTC[In/Out]boundRTPStreamStats: qpSum,framesDecoded,framesEncoded added. by hbos · 8 years ago
  24. 69f4979 RTCIceCandidateStats.deleted = false added. by hbos · 8 years ago
  25. aca2942 RTCIceCandidatePairStats.[state/priority] added, ConnectionInfo updated. by hbos · 8 years ago
  26. dd7f2be RTCIceCandidateStats.isRemote added and collected. by hbos · 8 years ago
  27. 8a7cf9d RTCStatsReport::AddStats DCHECKs that the ID is unique. by hbos · 8 years ago
  28. a75e2b0 Rename RTCOutboundRTPStreamStats *_rtt members to *_round_trip_time. by hbos · 8 years ago
  29. e03eb14 RTCIceCandidatePairStats.consentRequestsSent set by RTCStatsCollector by hbos · 8 years ago
  30. 27a71cd RTCInboundRTPStreamStats.packetsLost set by RTCStatsCollector. by hbos · 8 years ago
  31. 2cc9cc0 RTCIceCandidatePairStats.requestsReceived defined by RTCStatsCollector. by hbos · 8 years ago
  32. 3e7172f Collecting RTCIceCandidatePairStats.transport_id and improved unittests. by hbos · 8 years ago
  33. bb6fe68 Change rtc::TimeNanos and rtc::TimeMicros return value from uint64_t to int64_t. by nisse · 8 years ago
  34. c2b817b RTCPeerConnectionStats: Removed fixed TODO comments. by hbos · 8 years ago
  35. 25b5d4d RTCCodecStats[1] added. by hbos · 8 years ago
  36. a54c85f RTCStats operator== bugfix by hbos · 8 years ago
  37. abef9e9 Remove all references to GYP by Henrik Kjellander · 8 years ago
  38. bafa0b3 RTCMediaStream[Track]Stats added. by hbos · 8 years ago
  39. 2e6d69a RTCInboundRTPStreamStats[1] added. by hbos · 8 years ago
  40. a7ab11e RTCOutboundRTPStreamStats[1] added. by hbos · 8 years ago
  41. 00f0bd9 Revert of RTCOutboundRTPStreamStats added. (patchset #3 id:80001 of https://codereview.webrtc.org/2456463002/ ) by perkj · 8 years ago
  42. b601707 Revert of RTCInboundRTPStreamStats added. (patchset #4 id:100001 of https://codereview.webrtc.org/2452043002/ ) by perkj · 8 years ago
  43. 5827b0f RTCInboundRTPStreamStats[1] added. by hbos · 8 years ago
  44. 6688f2e RTCOutboundRTPStreamStats[1] added. by hbos · 8 years ago
  45. 243a494 RTCStats equality operator added. by hbos · 8 years ago
  46. c262c70 rtcstats_objects.h updated with TODOs about stats not being collected by hbos · 8 years ago
  47. ab8516c RTCTransportStats[1] added, supporting all members. by hbos · 8 years ago
  48. 2b6447d RTCDataChannelStats[1] added, supporting all stats members. by hbos · 8 years ago
  49. d706ab4 RTCIceCandidatePairStats[1] added. by hbos · 8 years ago
  50. 1f3dee6 RTCIceCandidateStats[1] added. by hbos · 8 years ago
  51. 2cbdcd8 rtc_stats: Update code to remove chromium style warnings suppression. by hbos · 8 years ago
  52. f4f0f24 RTCStatsMember<bool> and RTCStatsMember<std::vector<bool>> added. by hbos · 8 years ago
  53. 3869112 RTCCertificateStats[1] added. by hbos · 8 years ago
  54. 1bd790c webrtc/api/stats/OWNERS file added. by hbos · 8 years ago
  55. 4220421 PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added. by hbos · 9 years ago