1. c3ed630 Add stats googHasEnteredLowResolution. by Åsa Persson · 7 years ago
  2. b0a0207 Added RTCMediaStreamTrackStats.jitterBufferDelay for audio by Gustaf Ullberg · 7 years ago
  3. 9a2e906 Added RTCMediaStreamTrackStats.concealmentEvents by Gustaf Ullberg · 7 years ago
  4. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  5. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/api/statstypes.h]
  6. a37de39 Update thread annotiation macros to use RTC_ prefix by danilchap · 7 years ago
  7. 0d0b912 Add and modify a few ANA stats. by ivoc · 7 years ago
  8. e1198e0 Add new ANA stats to the old GetStats() to count the number of actions taken by each controller. by ivoc · 7 years ago
  9. 2e1b40b Implement googContentType GetStats metric reported on receive side. by ilnik · 7 years ago
  10. 0e320ec Wiring discard rate of audio FEC/RED packets up to StatsReport. by minyue-webrtc · 7 years ago
  11. 2dbc69f Add stats totalSamplesReceived and concealedSamples by Steve Anton · 7 years ago
  12. a79cc28 Report max interframe delay over window insdead of interframe delay sum by ilnik · 7 years ago
  13. 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
  14. f04afde Report interframe delay sum in old GetStats by ilnik · 7 years ago
  15. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  16. 2edc684 Report timing frames info in GetStats. by ilnik · 7 years ago
  17. 8d60a94 Replace NULL with nullptr or null in webrtc/api/. by deadbeef · 7 years ago
  18. 803dc29 Enable cpplint and fix cpplint errors in webrtc/api by oprypin · 7 years ago
  19. 7d25426 Delete unneeded includes of base/common.h. by nisse · 7 years ago
  20. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago
  21. 6da303d Reland of Delete rtc::linked_ptr. (patchset #1 id:1 of https://codereview.webrtc.org/2579753002/ ) by nisse · 8 years ago
  22. 4e477a1 Added a new echo likelihood stat that reports the maximum value from a previous time period. by ivoc · 8 years ago
  23. 6a58f33 Revert of Delete rtc::linked_ptr. Only use, in statstypes.h, replaced bu std::unique_ptr. (patchset #1 id:1 of https://codereview.webrtc.org/2581663002/ ) by nisse · 8 years ago
  24. 06035cf Reland of Delete rtc::linked_ptr. Only use, in statstypes.h, replaced bu std::unique_ptr. (patchset #1 id:1 of https://codereview.webrtc.org/2576673002/ ) by nisse · 8 years ago
  25. 8afbc8c Revert of Delete rtc::linked_ptr. Only use, in statstypes.h, replaced bu std::unique_ptr. (patchset #1 id:1 of https://codereview.webrtc.org/2567143003/ ) by nisse · 8 years ago
  26. 36f74e5 Delete rtc::linked_ptr. Only use, in statstypes.h, replaced with std::unique_ptr. by nisse · 8 years ago
  27. ba7e71b remove googViewLimitedResolution stat by philipp.hancke · 8 years ago
  28. 87da404 Implement qpSum stat for video send ssrc stats. by sakal · 8 years ago
  29. e5ba44e Implement framesDecoded stat in video receive ssrc stats. by sakal · 8 years ago
  30. 43536c3 Implement framesEncoded stat in video send ssrc stats. by sakal · 8 years ago
  31. 8c63a82 Add a placeholder stat for logging the estimated residual echo likelihood. by ivoc · 8 years ago
  32. 6348978 Add new decoding statistics for muted output by henrik.lundin · 8 years ago
  33. 5ecf16c Add Stats to Stun ping. by zhihuang · 8 years ago
  34. fd8be34 Remove webrtc/base/scoped_ptr.h by kwiberg · 8 years ago
  35. 6ab3db2 Revert of Remove webrtc/base/scoped_ptr.h (patchset #3 id:100001 of https://codereview.webrtc.org/1942823002/ ) by kwiberg · 8 years ago
  36. 65fc62e Remove webrtc/base/scoped_ptr.h by kwiberg · 8 years ago
  37. 4485ffb #include "webrtc/base/constructormagic.h" where appropriate by kwiberg · 8 years ago
  38. 2a8a78c Add AEC filter divergence metric to StatsCollector. by Minyue · 8 years ago
  39. b24317b Fix license headers in webrtc/api. by kjellander · 8 years ago
  40. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 8 years ago[Renamed (98%) from talk/app/webrtc/statstypes.h]
  41. a96e2d7 Move talk/media to webrtc/media by kjellander · 8 years ago
  42. bec70ab https://github.com/w3c/webrtc-stats/pull/10/files added mediaType to the tracks. The closest in the current stats is the ssrc type. by fippo · 8 years ago
  43. b7d9a97 Expose codec implementation names in stats. by Peter Boström · 9 years ago
  44. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 9 years ago
  45. 04ac81f Replace readable with receiving where receiving means receiving anything (stun ping, response or data packet). by Peter Thatcher · 9 years ago
  46. 275a2f1 Revert of Replace readable with receiving where receiving means receiving anything (stun ping, response or da… (patchset #7 id:340001 of https://codereview.webrtc.org/1351673003/ ) by tommi · 9 years ago
  47. ae16f85 Replace readable with receiving where receiving means receiving anything (stun ping, response or data packet). by honghaiz · 9 years ago
  48. 3c089d7 Add RTC_ prefix to contructormagic macros. by henrikg · 9 years ago
  49. 25c96d0 Add thread checker to StatsCollection. by jbauch · 9 years ago
  50. 8e6fd46 Route time-stretching metrics through libjingle by Henrik Lundin · 9 years ago
  51. 8ed6a4b Remove unused non-standard capture stats. by Peter Boström · 9 years ago
  52. d390029 Use a variant for storing stats values in StatsCollector code. by tommi@webrtc.org · 9 years ago
  53. 75b7f17 Temporary interface change to StatsReport::Id. by tommi@webrtc.org · 9 years ago
  54. 92f4018 Start using std::map for Values in the statscollector. This is in preparaton for more work which will cut down on the string copying work we do. by tommi@webrtc.org · 9 years ago
  55. 058b1f1 Remove GetReceiveBandwidthEstimatorStats. by pbos@webrtc.org · 9 years ago
  56. 7bea1ff Expose negotiated ciphers through stats API. by pthatcher@webrtc.org · 9 years ago
  57. afa6d16 Add a ToString() method to StatsReport::Value. by tommi@webrtc.org · 9 years ago
  58. 652bc37 Adding two new stats to StatsReport. by minyue@webrtc.org · 9 years ago
  59. 322a564 Fix datachannel stats id and timestamp. by decurtis@webrtc.org · 9 years ago
  60. 4fb7e25 Update StatsReport and by extension StatsCollector to reduce data copying. by tommi@webrtc.org · 10 years ago
  61. 5f93d0a Update libjingle license statements at top of talk files for consistency by jlmiller@webrtc.org · 10 years ago
  62. 8e327c4 Update StatsCollector's interface in preparation of more changes. by tommi@webrtc.org · 10 years ago
  63. 43e54e3 Revert 8095 "Update StatsCollector's interface in preparation of..." by tommi@webrtc.org · 10 years ago
  64. 5b76fd7 Update StatsCollector's interface in preparation of more changes. by tommi@webrtc.org · 10 years ago
  65. 487a444 Add stats collection for the data channel. by decurtis@webrtc.org · 10 years ago
  66. 950c518 Add adapter_type into Candidate object. by guoweis@webrtc.org · 10 years ago
  67. 55360ae Revert "Add adapter_type into Candidate object." by guoweis@webrtc.org · 10 years ago
  68. aaf02cc Add adapter_type into Candidate object. by guoweis@webrtc.org · 10 years ago
  69. 032b802 (Auto)update libjingle 82121498-> 82126219 by buildbot@webrtc.org · 10 years ago
  70. dd0601f Remove unneeded ctor and add a more practical one by tommi@webrtc.org · 10 years ago
  71. fb108b5 Revert r7885. by pbos@webrtc.org · 10 years ago
  72. 8c9d79a Add adapter_type into Candidate object. by guoweis@webrtc.org · 10 years ago
  73. c57310b Switch kStatsValueName* constants to be enums instead of char*. by tommi@webrtc.org · 10 years ago
  74. aa2c342 Add back a constructor to fix FYI build. by tommi@webrtc.org · 10 years ago
  75. c9d155f Move implementation of types in statstypes. to its cc file. by tommi@webrtc.org · 10 years ago
  76. 5c3ee4b Add empty implementation file that will hold statstypes.h implementation. by tommi@webrtc.org · 10 years ago
  77. 930e004 Add jmi field for packets discarded due to network error by guoweis@webrtc.org · 10 years ago
  78. 6a782c2 Revert 7693 "Add jmi field for packets discarded due to network error" breaks chromium's webrtc_cases. by henrike@webrtc.org · 10 years ago
  79. 312614a Add jmi field for packets discarded due to network error by guoweis@webrtc.org · 10 years ago
  80. 1abc146 (Auto)update libjingle 78738075-> 78738103 by buildbot@webrtc.org · 10 years ago
  81. 6ae5a6d Add a target for the approved subset of rtc_base. by andrew@webrtc.org · 10 years ago
  82. 5b06b06 Revert 6897 (i.e. Reland 6863) - "Revert 6863 "Refactor StatsCollector and associated..." by tommi@webrtc.org · 10 years ago
  83. 22fa032 Revert 6863 "Refactor StatsCollector and associated types." by niklas.enbom@webrtc.org · 10 years ago
  84. 730bf30 Refactor StatsCollector and associated types. by tommi@webrtc.org · 10 years ago
  85. d4e598d (Auto)update libjingle 72097588-> 72159069 by buildbot@webrtc.org · 10 years ago
  86. 185636c Revert of 6778 "Refactor StatsCollector and associated types." Breakes FYI bots. by henrike@webrtc.org · 10 years ago
  87. 190d269 Refactor StatsCollector and associated types. by tommi@webrtc.org · 10 years ago
  88. 39f831f Re-revert of 6747 "Refactor StatsCollector and associated types." by henrike@webrtc.org · 10 years ago
  89. 437d57d (Auto)update libjingle 71775619-> 71778545 by buildbot@webrtc.org · 10 years ago
  90. 8c7e329 Revert 6747 "Refactor StatsCollector and associated types." Breakes FYI bots. by henrike@webrtc.org · 10 years ago
  91. 8721f98 Revert 6766 "Temporarily add a default ctor to StatsReport and make |id| non const. As soon as I've updated the chrome side, I'll revert this cl." by henrike@webrtc.org · 10 years ago
  92. 0f7328c Temporarily add a default ctor to StatsReport and make |id| non const. by tommi@webrtc.org · 10 years ago
  93. 756b846 Refactor StatsCollector and associated types. by tommi@webrtc.org · 10 years ago
  94. fd61a1d Revert 6745 "Refactor StatsCollector and associated types." by tommi@webrtc.org · 10 years ago
  95. 647e05c Refactor StatsCollector and associated types. by tommi@webrtc.org · 10 years ago
  96. 242068d A step towards changing StatsReport::Value::name to an enum. by tommi@webrtc.org · 10 years ago
  97. 71dffb7 (Auto)update libjingle 69648312-> 69830415 by buildbot@webrtc.org · 10 years ago
  98. c800c1c (Auto)update libjingle 69131548-> 69132244 by buildbot@webrtc.org · 10 years ago
  99. 3e01e0b (Auto)update libjingle 66867790-> 66887616 by buildbot@webrtc.org · 10 years ago
  100. 0581f0b (Auto)update libjingle 66303009-> 66322380 by buildbot@webrtc.org · 10 years ago