1. 883eefc Implement RTCRemoteInboundRtpStreamStats for both audio and video. by Henrik Boström · 5 years ago
  2. 646fda0 Implement RTCMediaSourceStats and friends in standard getStats(). by Henrik Boström · 5 years ago
  3. 40b030e Reland "Fix getStats() freeze bug affecting Chromium but not WebRTC standalone." by Henrik Boström · 5 years ago
  4. ca890ee Revert "Fix getStats() freeze bug affecting Chromium but not WebRTC standalone." by Mirko Bonadei · 5 years ago
  5. 05d43c6 Fix getStats() freeze bug affecting Chromium but not WebRTC standalone. by Henrik Boström · 5 years ago
  6. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  7. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  8. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/rtcstatscollector.h]
  9. e41c433 Move sigslot to proper third_party directory by Artem Titov · 6 years ago
  10. 66cadcc Replace rtc::Optional with absl::optional in pc by Danil Chapovalov · 6 years ago
  11. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  12. 7eca093 Ensure that data channel transport stats are included by Steve Anton · 6 years ago
  13. 5b3541f RTCStatsCollector::GetStatsReport() with optional selector argument. by Henrik Boström · 6 years ago
  14. 25e022f Deliver cached stats reports asynchronously. by Taylor Brandstetter · 6 years ago
  15. 57858b3 Reland "Update RTCStatsCollector to work with RtpTransceivers" by Steve Anton · 6 years ago
  16. ee2388f Revert "Update RTCStatsCollector to work with RtpTransceivers" by Guido Urdaneta · 6 years ago
  17. 56bae8d Update RTCStatsCollector to work with RtpTransceivers by Steve Anton · 6 years ago
  18. 5dfde18 Change PeerConnection stats interface to be more flexible by Steve Anton · 6 years ago
  19. 2d8609c Move internal PeerConnection methods to PeerConnectionInternal by Steve Anton · 7 years ago
  20. 593e325 Change RTCStatsCollector to only access channels from signaling thread by Steve Anton · 7 years ago
  21. 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
  22. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  23. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/pc/rtcstatscollector.h]
  24. 84f6a3f Move optional.h to webrtc/api/ by kwiberg · 7 years ago
  25. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  26. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  27. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  28. 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 · 7 years ago
  29. 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 · 7 years ago
  30. e80f4c9 Wire up BWE stats through WebrtcSession so that they are filled in both for audio and video calls. by Stefan Holmer · 7 years ago
  31. 804c1af Move trackmediainfomap files from api/ to pc/. by deadbeef · 7 years ago
  32. 338f78a RTCIceCandidatePairStats.available[Outgoing/Incoming]Bitrate collected. by hbos · 7 years ago
  33. 7bb87ee Create //webrtc/api:libjingle_peerconnection_api + refactorings. by ossu · 8 years ago[Renamed (94%) from webrtc/api/rtcstatscollector.h]
  34. 84abeb1 RTC[In/Out]boundRTPStreamStats.mediaTrackId collected. by hbos · 8 years ago
  35. f415f8a Removed RTCStatsCollector::ProducePartialResultsOnWorkerThread. by hbos · 8 years ago
  36. b78306a Fix segfault when PeerConnection is destroyed during stats collection. by hbos · 8 years ago
  37. df6075a RTCStatsCollector: Utilize network thread to minimize thread hops. by hbos · 8 years ago
  38. 0adb828 RTCCodecStats[1] added. by hbos · 8 years ago
  39. 82ebe02 Correct stats for RTCPeerConnectionStats.dataChannels[Opened/Closed]. by hbos · 8 years ago
  40. 09bc128 RTCMediaStream[Track]Stats added. by hbos · 8 years ago
  41. eeafe94 RTCInboundRTPStreamStats[1] added. by hbos · 8 years ago
  42. 6ded190 RTCOutboundRTPStreamStats[1] added. by hbos · 8 years ago
  43. 7eaa836 Revert of RTCOutboundRTPStreamStats added. (patchset #3 id:80001 of https://codereview.webrtc.org/2456463002/ ) by perkj · 8 years ago
  44. 4ed0750 Revert of RTCInboundRTPStreamStats added. (patchset #4 id:100001 of https://codereview.webrtc.org/2452043002/ ) by perkj · 8 years ago
  45. 0d7bf16 RTCInboundRTPStreamStats[1] added. by hbos · 8 years ago
  46. 69e9cb0 RTCOutboundRTPStreamStats[1] added. by hbos · 8 years ago
  47. 02ba211 Move RTCStatsCollector helper functions to anonymous namespace. by hbos · 8 years ago
  48. 2fa7c67 RTCTransportStats[1] added, supporting all members. by hbos · 8 years ago
  49. cc555c5 RTCDataChannelStats[1] added, supporting all stats members. by hbos · 8 years ago
  50. c47a0c3 RTCIceCandidatePairStats[1] added. by hbos · 8 years ago
  51. ab9f6e4 RTCIceCandidateStats[1] added. by hbos · 8 years ago
  52. 6ab97ce RTCCertificateStats[1] added. by hbos · 8 years ago
  53. 74e1a4f PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added. by hbos · 8 years ago[Renamed (93%) from webrtc/stats/rtcstatscollector.h]
  54. c82f2e1 RTCStatsCollector collecting stats on multiple threads. by hbos · 8 years ago
  55. 0e6758d RTCStatsCollector: timestamps updated. by hbos · 8 years ago
  56. d565b73 RTCStatsCollector and RTCPeerConnectionStats added. by hbos · 8 years ago