1. 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 6 months ago
  2. 72302cc Include-what-you-use rtc_base/numerics/ by Björn Terelius · 9 months ago
  3. b85b4c0 Reland "New video encoder API." by philipel · 11 months ago
  4. 56e6309 Revert "New video encoder API." by Danil Chapovalov · 11 months ago
  5. 42f12d5 New video encoder API. by philipel · 11 months ago
  6. 3723433 Add support for min value in SampleCounter by Dor Hen · 1 year, 5 months ago
  7. 802e8e5 Format /rtc_base by Jared Siskin · 1 year, 11 months ago
  8. 8566e77 Add samples sum calculation by Sergey Silkin · 2 years, 1 month ago
  9. 222c052 [Unwrap] Delete SequenceNumbersConformanceTest by Evan Shrubsole · 2 years, 2 months ago
  10. 4387ad6 [Unwrap] Migrate dcsctp sequence numbers to SeqNumUnwrapper by Evan Shrubsole · 2 years, 2 months ago
  11. 097fc34 [Unwrap] Prepare SequenceNumberUnwrapper for migrations by Evan Shrubsole · 2 years, 2 months ago
  12. f4b21da Extend DivideRoundToNearest to support negative numbers and use for UnitBase by Danil Chapovalov · 2 years, 3 months ago
  13. 6f5c314 Remove unused SeqNumUnwarpper::UnwrapForward/Backwards by Evan Shrubsole · 2 years, 3 months ago
  14. aa5897d Add conformance tests for integer unwrapping. by Evan Shrubsole · 2 years, 3 months ago
  15. 9166481 Generalize MovingMedianFilter to MovingPercentileFilter by Rasmus Brandt · 2 years, 6 months ago
  16. 14af762 Remove RTC_DISALLOW_COPY_AND_ASSIGN from rtc_base/ by Byoungchan Lee · 3 years, 2 months ago
  17. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 4 months ago
  18. 96e3b99 Use backticks not vertical bars to denote variables in comments for /rtc_base by Artem Titov · 3 years, 7 months ago
  19. 8ab87e4 Add UnwrapForward and UnwrapBackwards to SeqNumUnwrapper. by philipel · 3 years, 8 months ago
  20. c95b939 Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() by Karl Wiberg · 4 years, 4 months ago
  21. 9d77762 Move SampleStatsCounter to public API by Artem Titov · 4 years, 6 months ago
  22. cad3e0e Replace DataSize and DataRate factories with newer versions by Danil Chapovalov · 5 years ago
  23. 0c626af Use newer version of TimeDelta and TimeStamp factories in webrtc by Danil Chapovalov · 5 years ago
  24. bfda20d Add a method to report number of samples in MovingMedianFilter. by Minyue Li · 5 years ago
  25. 54891af More lenient double comparison for RunningStatistics.FullSimpleTest by Yves Gerey · 5 years ago
  26. efa3f76 Moves SampleStats and EventRateCounter to rtc_base/numerics by Sebastian Jansson · 5 years ago
  27. bfcb6c3 Add rtt estimate EventBasedExponentialMovingAverage to Connection by Jonas Oreland · 5 years ago
  28. 63dced9 Add class for ExponentialMovingAverage by Jonas Oreland · 5 years ago
  29. 2bc811e Mark checked_cast, dchecked_cast, and saturated_cast as constexpr by Danil Chapovalov · 5 years ago
  30. 33b83fd Introduce integer division helpers with non-default rounding by Danil Chapovalov · 5 years ago
  31. 6fcdbc1 Store timestamp for each sample to be able to plot them in future by Artem Titov · 5 years ago
  32. b6b4dee Fix flake in SamplesStatsCounterTest.FullSimpleTest by Artem Titov · 6 years ago
  33. a4d8737 Format almost everything. by Jonas Olsson · 6 years ago
  34. 2c5af4f Add * and / operator into SamplesStatsCounter. by Artem Titov · 6 years ago
  35. 3dfb680 Use robust variance computation in RollingAccumulator. by Yves Gerey · 6 years ago
  36. 89eaf16 Add API to get added samples from SamplesStatsCounter by Artem Titov · 6 years ago
  37. 14696c2 [Cleanup] Remove our own definition of M_PI. by Yves Gerey · 6 years ago
  38. 890f62b Provide robust and efficient variance computation for online statistics. by Yves Gerey · 6 years ago
  39. d93a004 Adds AddSamples function to SamplesStatsCounter. by Sebastian Jansson · 6 years ago
  40. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  41. 2acd163 Use Abseil container algorithms in rtc_base/ by Steve Anton · 6 years ago
  42. d2a6378 Switch from deprecated std::random_shuffle on std::shuffle by Artem Titov · 6 years ago
  43. b5dd6b6 Use std::pow in rtc_base/numerics. by Mirko Bonadei · 6 years ago
  44. 1f850a6 Reland "SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t." by Philip Eliasson · 6 years ago
  45. b5207b4 Revert "SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t." by Philip Eliasson · 6 years ago
  46. b0f968a SeqNumUnwrapper::Unwrap now returns int64_t instead of uint64_t. by philipel · 6 years ago
  47. e6f6a0c Add missing operator= and extra methods to the SamplesStatsCounter. by Artem Titov · 6 years ago
  48. 0237106 Expose video freeze metrics in GetStats. by Sergey Silkin · 6 years ago
  49. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 6 years ago
  50. 15df2ef Fix typo in SafeClamp docs by Karl Wiberg · 6 years ago
  51. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  52. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  53. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  54. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  55. e4ed6ea Introduce stats calculator. by Artem Titov · 6 years ago
  56. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  57. 2634199 Move MovingAverage to rtc_base/numerics and update it. by Ilya Nikolaevskiy · 6 years ago
  58. 988cc08 [Cleanup] Add missing #include. Remove useless ones. by Yves Gerey · 6 years ago
  59. bea18ca Add number of freezes per minute metric. by Sergey Silkin · 6 years ago
  60. 8c68845 Move variance calculation in SampleCounter to a new extension class by Ilya Nikolaevskiy · 6 years ago
  61. 0a1d189 Replace rtc::Optional with absl::optional in rtc_base by Danil Chapovalov · 7 years ago
  62. 0beed5d Move SampleCounter from ReceiveStatisticsProxy to rtc_base/numerics by Ilya Nikolaevskiy · 7 years ago
  63. 14de824 Stop using std::random_shuffle in favor of std::shuffle. by Mirko Bonadei · 7 years ago
  64. 9c78058 Optional: Use nullopt and implicit construction in /rtc_base by Oskar Sundbom · 7 years ago
  65. 65c3922 Move some more numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  66. e40468b Move some numeric utility code from rtc_base/ to rtc_base/numerics/ by Karl Wiberg · 7 years ago
  67. 558cabf Refactor RtpToNtpEstimator and MovingMedianFilter by Ilya Nikolaevskiy · 7 years ago
  68. b968575 Add MovingMedianFilter to rtc_base/numerics by Ilya Nikolaevskiy · 7 years ago
  69. a194e58 Move sequence_number_utils.h to rtc_base/ by Bjorn Terelius · 7 years ago
  70. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  71. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago