1. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  2. 2c5af4f Add * and / operator into SamplesStatsCounter. by Artem Titov · 5 years ago
  3. 3dfb680 Use robust variance computation in RollingAccumulator. by Yves Gerey · 5 years ago
  4. 89eaf16 Add API to get added samples from SamplesStatsCounter by Artem Titov · 5 years ago
  5. 14696c2 [Cleanup] Remove our own definition of M_PI. by Yves Gerey · 5 years ago
  6. 890f62b Provide robust and efficient variance computation for online statistics. by Yves Gerey · 5 years ago
  7. d93a004 Adds AddSamples function to SamplesStatsCounter. by Sebastian Jansson · 5 years ago
  8. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  9. 2acd163 Use Abseil container algorithms in rtc_base/ by Steve Anton · 5 years ago
  10. d2a6378 Switch from deprecated std::random_shuffle on std::shuffle by Artem Titov · 5 years ago
  11. b5dd6b6 Use std::pow in rtc_base/numerics. by Mirko Bonadei · 5 years ago
  12. 1f850a6 Reland "SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t." by Philip Eliasson · 5 years ago
  13. b5207b4 Revert "SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t." by Philip Eliasson · 5 years ago
  14. b0f968a SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t. by philipel · 5 years ago
  15. e6f6a0c Add missing operator= and extra methods to the SamplesStatsCounter. by Artem Titov · 5 years ago
  16. 0237106 Expose video freeze metrics in GetStats. by Sergey Silkin · 5 years ago
  17. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 5 years ago
  18. 15df2ef Fix typo in SafeClamp docs by Karl Wiberg · 5 years ago
  19. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 5 years ago
  20. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 5 years ago
  21. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 5 years ago
  22. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 5 years ago
  23. e4ed6ea Introduce stats calculator. by Artem Titov · 5 years ago
  24. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  25. 2634199 Move MovingAverage to rtc_base/numerics and update it. by Ilya Nikolaevskiy · 6 years ago
  26. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  27. bea18ca Add number of freezes per minute metric. by Sergey Silkin · 6 years ago
  28. 8c68845 Move variance calculation in SampleCounter to a new extension class by Ilya Nikolaevskiy · 6 years ago
  29. 0a1d189 Replace rtc::Optional with absl::optional in rtc_base by Danil Chapovalov · 6 years ago
  30. 0beed5d Move SampleCounter from ReceiveStatisticsProxy to rtc_base/numerics by Ilya Nikolaevskiy · 6 years ago
  31. 14de824 Stop using std::random_shuffle in favor of std::shuffle. by Mirko Bonadei · 7 years ago
  32. 9c78058 Optional: Use nullopt and implicit construction in /rtc_base by Oskar Sundbom · 7 years ago
  33. 65c3922 Move some more numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  34. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  35. 558cabf Refactor RtpToNtpEstimator and MovingMedianFilter by Ilya Nikolaevskiy · 7 years ago
  36. b968575 Add MovingMedianFilter to rtc_base/numerics by Ilya Nikolaevskiy · 7 years ago
  37. a194e58 Move sequence_number_utils.h to rtc_base/ by Bjorn Terelius · 7 years ago
  38. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  39. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago