1. 36b29d1 Enable cpplint in pc/ by Steve Anton · 8 years ago
  2. d5585ca Move almost all references from WebRtcSession to PeerConnection by Steve Anton · 8 years ago
  3. 978b876 Move clients of WebRtcSession to use PeerConnection by Steve Anton · 8 years ago
  4. bf66794 Revert "Move clients of WebRtcSession to use PeerConnection" by Alex Loiko · 8 years ago
  5. 3dc4d4a Move clients of WebRtcSession to use PeerConnection by Steve Anton · 8 years ago
  6. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 8 years ago
  7. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 8 years ago[Renamed from webrtc/pc/statscollector.cc]
  8. 0d0b912 Add and modify a few ANA stats. by ivoc · 8 years ago
  9. e1198e0 Add new ANA stats to the old GetStats() to count the number of actions taken by each controller. by ivoc · 8 years ago
  10. 50864a8 Add reporting of googContentType via GetStats on send side by ilnik · 8 years ago
  11. 2e1b40b Implement googContentType GetStats metric reported on receive side. by ilnik · 8 years ago
  12. 0e320ec Wiring discard rate of audio FEC/RED packets up to StatsReport. by minyue-webrtc · 8 years ago
  13. a79cc28 Report max interframe delay over window insdead of interframe delay sum by ilnik · 8 years ago
  14. 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 · 8 years ago
  15. f04afde Report interframe delay sum in old GetStats by ilnik · 8 years ago
  16. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  17. 2edc684 Report timing frames info in GetStats. by ilnik · 8 years ago
  18. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
  19. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
  20. 42308f6 Fix uploading of available send bitrate statistics. by Alex Narest · 8 years ago
  21. 19b3a55 Fixing incorrect use of erase/remove idiom. by deadbeef · 8 years ago
  22. f79ade1 Revert "Revert of Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. (patchset #8 id:140001 of https://codereview.webrtc.org/2863123002/ )" by stefan · 8 years ago
  23. d72098a Revert of Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. (patchset #8 id:140001 of https://codereview.webrtc.org/2863123002/ ) by charujain · 8 years ago
  24. e80f4c9 Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. by Stefan Holmer · 8 years ago
  25. cc452e1 Reland of Add QP sum stats for received streams. (patchset #2 id:300001 of https://codereview.webrtc.org/2680893002/ ) by sakal · 8 years ago
  26. 69fb2cc Revert of Add QP sum stats for received streams. (patchset #10 id:180001 of https://codereview.webrtc.org/2649133005/ ) by skvlad · 8 years ago
  27. ff0e72f Add QP sum stats for received streams. by sakal · 8 years ago
  28. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (99%) from webrtc/api/statscollector.cc]
  29. 04a057b Add missing if-clause for residual_echo_likelihood_recent_max by henrik.lundin · 9 years ago
  30. 4e477a1 Added a new echo likelihood stat that reports the maximum value from a previous time period. by ivoc · 9 years ago
  31. eb4ca4e Replace RTC_DCHECK(false) with RTC_NOTREACHED(). by nisse · 9 years ago
  32. df6075a RTCStatsCollector: Utilize network thread to minimize thread hops. by hbos · 9 years ago
  33. ba7e71b remove googViewLimitedResolution stat by philipp.hancke · 9 years ago
  34. e9e94c3 Return false if PeerConnection::GetStats() is called on invalid tracks by zhihuang · 9 years ago
  35. 87da404 Implement qpSum stat for video send ssrc stats. by sakal · 9 years ago
  36. e5ba44e Implement framesDecoded stat in video receive ssrc stats. by sakal · 9 years ago
  37. 43536c3 Implement framesEncoded stat in video send ssrc stats. by sakal · 9 years ago
  38. 8c63a82 Add a placeholder stat for logging the estimated residual echo likelihood. by ivoc · 9 years ago
  39. 5377bc7 Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere by kwiberg · 9 years ago
  40. 8f90106 Revert of Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere (patchset #2 id:20001 of https://codereview.webrtc.org/2384693002/ ) by guidou · 9 years ago
  41. ab0b929 Test RTC_DCHECK_IS_ON instead of checking DCHECK_ALWAYS_ON everywhere by kwiberg · 9 years ago
  42. 6348978 Add new decoding statistics for muted output by henrik.lundin · 9 years ago
  43. cdf37a9 Delete Timing class, timing.h, and update all users. by nisse · 9 years ago
  44. e29352b Refactor certificate stats collection, added SSLCertificateStats. by hbos · 9 years ago
  45. 5ecf16c Add Stats to Stun ping. by zhihuang · 9 years ago
  46. 6ba3b19 Filter out some variables with initial -1 in the stats report. by zhihuang · 9 years ago
  47. 555604a Replace scoped_ptr with unique_ptr in webrtc/base/ by jbauch · 9 years ago
  48. 2a8a78c Add AEC filter divergence metric to StatsCollector. by Minyue · 9 years ago
  49. b4d01c4 A bunch of interfaces: Return scoped_ptr<SSLCertificate> by kwiberg · 9 years ago
  50. fcc640f Get VideoCapturer stats via VideoTrackSourceInterface in StatsCollector, by nisse · 9 years ago
  51. f5d4786 SSLCertificate::GetChain: Return scoped_ptr by kwiberg · 9 years ago
  52. 03d6d57 Late initialize MediaController, for less resource i.e. ProcessThread, usage by PeerConnection. by solenberg · 9 years ago
  53. 9b8df25 Move talk/session/media -> webrtc/pc by kjellander@webrtc.org · 9 years ago
  54. b24317b Fix license headers in webrtc/api. by kjellander · 9 years ago
  55. 15583c1 Move talk/app/webrtc to webrtc/api by Henrik Kjellander · 9 years ago[Renamed (99%) from talk/app/webrtc/statscollector.cc]
  56. 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 · 9 years ago
  57. b7d9a97 Expose codec implementation names in stats. by Peter Boström · 10 years ago
  58. 2fe1cb0 Don't overwrite audio stats when they're not available. by andrew · 10 years ago
  59. 521ed7b Reland Convert internal representation of Srtp cryptos from string to int by Guo-wei Shieh · 10 years ago
  60. 318166b Revert of Convert internal representation of Srtp cryptos from string to int. (patchset #10 id:180001 of https://codereview.webrtc.org/1416673006/ ) by guoweis · 10 years ago
  61. 2764e10 Convert internal representation of Srtp cryptos from string to int. by guoweis · 10 years ago
  62. d59daf8 Merging BaseSession code into WebRtcSession. by deadbeef · 10 years ago
  63. ab9b2d1 Reland of Moving MediaStreamSignaling logic into PeerConnection. (patchset #1 id:1 of https://codereview.webrtc.org/1403633005/ ) by deadbeef · 10 years ago
  64. fc648b6 Revert of Moving MediaStreamSignaling logic into PeerConnection. (patchset #10 id:180001 of https://codereview.webrtc.org/1393563002/ ) by deadbeef · 10 years ago
  65. 97c3929 Moving MediaStreamSignaling logic into PeerConnection. by deadbeef · 10 years ago
  66. 0c4e06b Use suffixed {uint,int}{8,16,32,64}_t types. by Peter Boström · 10 years ago
  67. 6caafbe Convert uint16_t to int for WebRTC cipher/crypto suite. by Guo-wei Shieh · 10 years ago
  68. 456696a Reland Change WebRTC SslCipher to be exposed as number only by Guo-wei Shieh · 10 years ago
  69. 27dc29b Revert of Change WebRTC SslCipher to be exposed as number only. (patchset #20 id:750001 of https://codereview.webrtc.org/1337673002/ ) by guoweis · 10 years ago
  70. 4fe3c9a Change WebRTC SslCipher to be exposed as number only. by guoweis · 10 years ago
  71. cbecd35 Reland of TransportController refactoring. (patchset #1 id:1 of https://codereview.webrtc.org/1358413003/ ) by deadbeef · 10 years ago
  72. a81a42f Revert of TransportController refactoring. (patchset #6 id:100001 of https://codereview.webrtc.org/1350523003/ ) by torbjorng · 10 years ago
  73. 47ee2f3 TransportController refactoring. by deadbeef · 10 years ago
  74. 04ac81f Replace readable with receiving where receiving means receiving anything (stun ping, response or data packet). by Peter Thatcher · 10 years ago
  75. 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 · 10 years ago
  76. ae16f85 Replace readable with receiving where receiving means receiving anything (stun ping, response or data packet). by honghaiz · 10 years ago
  77. 8902433 Revert "TransportController refactoring." by Guo-wei Shieh · 10 years ago
  78. 9af63f4 TransportController refactoring. by deadbeef · 10 years ago
  79. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 10 years ago
  80. f3ecdb9 Replacing SSLIdentity* with scoped_refptr<RTCCertificate> in TransportChannel layer. by Henrik Boström · 10 years ago
  81. f42376c Wire up currently-received video codec to stats. by pbos · 10 years ago
  82. d828198 Replaces SSLIdentity* with scoped_refptr<RTCCertificate> in the cricket::Transport layer. by Henrik Boström · 10 years ago
  83. be24c94 Set / verify stats report timestamps. by jbauch · 10 years ago
  84. 8e6fd46 Route time-stretching metrics through libjingle by Henrik Lundin · 10 years ago
  85. 8ed6a4b Remove unused non-standard capture stats. by Peter Boström · 10 years ago
  86. eebcab5 rtc::Buffer: Rename length to size, for conformance with the STL by kwiberg@webrtc.org · 10 years ago
  87. c04a97f Move from BaseSession::GetStats to WebRtcSession::GetTransportStats by pthatcher@webrtc.org · 10 years ago
  88. 4b89aa0 Change StatsCollector to use DCHECK instead of ASSERT. by tommi@webrtc.org · 10 years ago
  89. d390029 Use a variant for storing stats values in StatsCollector code. by tommi@webrtc.org · 10 years ago
  90. 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 · 10 years ago
  91. 058b1f1 Remove GetReceiveBandwidthEstimatorStats. by pbos@webrtc.org · 10 years ago
  92. 7bea1ff Expose negotiated ciphers through stats API. by pthatcher@webrtc.org · 10 years ago
  93. 652bc37 Adding two new stats to StatsReport. by minyue@webrtc.org · 10 years ago
  94. 006521d Makes libjingle_peerconnection_android_unittest run on networkless devices. by phoglund@webrtc.org · 10 years ago
  95. 322a564 Fix datachannel stats id and timestamp. by decurtis@webrtc.org · 10 years ago
  96. 4fb7e25 Update StatsReport and by extension StatsCollector to reduce data copying. by tommi@webrtc.org · 10 years ago
  97. 5f93d0a Update libjingle license statements at top of talk files for consistency by jlmiller@webrtc.org · 10 years ago
  98. 8e327c4 Update StatsCollector's interface in preparation of more changes. by tommi@webrtc.org · 10 years ago
  99. 43e54e3 Revert 8095 "Update StatsCollector's interface in preparation of..." by tommi@webrtc.org · 10 years ago
  100. 5b76fd7 Update StatsCollector's interface in preparation of more changes. by tommi@webrtc.org · 10 years ago