1. 84df1c7 Make fewer copies when using StringBuilder. by Jonas Olsson · 6 years ago
  2. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  3. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  4. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/video/stats_counter.cc]
  5. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  6. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  7. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  8. 93e1e23 Use RateAccCounter for sent bitrate stats. Reports average of periodically computed stats over a call. by asapersson · 7 years ago
  9. 076c011 Change unit of logged bitrate stats in bytes/s to bits/s. by asapersson · 8 years ago
  10. 43cb716 Add ToString method to AggregatedStats and log stats at the end of a call. by asapersson · 8 years ago
  11. fe647f4 Add ability to handle data from multiple streams in RateAccCounter. by asapersson · 8 years ago
  12. e402a14 Make process interval configurable for MaxCounter class. by asapersson · 8 years ago
  13. ce2e136 Update AvgCounter to have the ability to include last period metric for subsequent intervals without samples (e.g. for non-periodic updated stats). by asapersson · 8 years ago
  14. 250fd97 Use RateCounter for received bitrate stats: by asapersson · 8 years ago
  15. 5093b38 Make variable for selecting if intervals without samples should be included in stats configurable (for rate counters). by asapersson · 8 years ago
  16. 0e9d6d9 Add class which periodically computes statistics. by asapersson · 8 years ago