aboutsummaryrefslogtreecommitdiff
path: root/api/units
AgeCommit message (Expand)Author
2022-04-28Switch VideoReceiveStream2 internals to Time unitsEvan Shrubsole
2020-12-10Rename UNIT_TEST to WEBRTC_UNIT_TESTAndrey Logvin
2020-05-18Rename several more tests that use EXPECT_DEATH to *DeathTest.Tommi
2020-02-24Reland "Delete legacy DataSize and DataRate factories"Danil Chapovalov
2020-02-20Revert "Delete legacy DataSize and DataRate factories"Mirko Bonadei
2020-02-20Delete legacy DataSize and DataRate factoriesDanil Chapovalov
2020-02-17Add DataSize and DataRate factoriesDanil Chapovalov
2020-02-14Rename factory names for Frequency unit typeDanil Chapovalov
2020-02-13Delete legacy TimeDelta and Timestamp factoriesDanil Chapovalov
2020-02-10Use newer version of TimeDelta and TimeStamp factories in webrtcDanil Chapovalov
2020-02-07Add TimeDelta and Timestamp factoriesDanil Chapovalov
2020-01-29Adds product operator for TimeDelta and FrequencySebastian Jansson
2020-01-29Makes all units and operations constexprSebastian Jansson
2020-01-20Remove unit_base functions FromStaticXDanil Chapovalov
2019-11-06Using unit types in TransportFeedbackAdapter.Sebastian Jansson
2019-10-17Use source_sets in component builds and static_library in release builds.Mirko Bonadei
2019-07-08Format almost everything.Jonas Olsson
2019-06-10Reland "Cleanup of video packet overhead calculation."Sebastian Jansson
2019-06-07Adds Frequency unit type.Sebastian Jansson
2019-06-05Adds srte@ as OWNER of units.Sebastian Jansson
2019-04-12Allow log print of data units.Sebastian Jansson
2019-03-05Include sign for infinity in ToString for data units.Sebastian Jansson
2019-01-31Adds bytes per second to DataType class.Sebastian Jansson
2018-11-30Friendlier error messages from data unit classes.Sebastian Jansson
2018-11-28[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.Yves Gerey
2018-11-19Adds shared base class for data units.Sebastian Jansson
2018-11-19Adds clamping to TimeDelta.Sebastian Jansson
2018-11-19Adds scalar division to DataRate.Sebastian Jansson
2018-10-23[Cleanup] Add missing #include. Remove useless ones.Yves Gerey
2018-10-16Using more specific dependencies in rtc_base.Sebastian Jansson
2018-10-08Fix visibility of api/units build targets.Mirko Bonadei
2018-10-05Adds Clamping functions for DataRate.Sebastian Jansson
2018-09-13Remove all remaining non-test uses of std::stringstream.Jonas Olsson
2018-09-05Adds arithmetic support to DataRate.Sebastian Jansson
2018-09-04Adds signed infinity to timestamps.Sebastian Jansson
2018-09-03Adds infinite addition and subtraction to time units.Sebastian Jansson
2018-08-27Adds debug printing of units in unit tests.Sebastian Jansson
2018-08-08Adds constexpr create functions for units.Sebastian Jansson
2018-08-07Makes units constexpr when possible.Sebastian Jansson
2018-06-28Remove incorrect test from api/units/Jonas Olsson
2018-05-30Add conversions to and from double for units.Sebastian Jansson
2018-05-24Enables comparison with infinite timestamps.Sebastian Jansson
2018-05-08Replacing rtc::TimeDelta with webrtc::TimeDelta.Sebastian Jansson
2018-05-08Moves network unit types to API.Sebastian Jansson