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