- e2e0451 stats: implement fecSsrc on inbound-rtp by Philipp Hancke · 1 year, 9 months ago
- 9b82b2f stats: implement RTX ssrc on inbound-rtp/outbound-rtp by Philipp Hancke · 1 year, 9 months ago
- 17e8a5c stats: implement flexfec fecBytesReceived stats for FlexFEC by Philipp Hancke · 1 year, 10 months ago
- c929ab4 Reland "[Stats] Remove enum-like structs in favor of strings." by Henrik Boström · 1 year, 10 months ago
- 45666d4 Revert "[Stats] Remove enum-like structs in favor of strings." by Christoffer Jansson · 1 year, 10 months ago
- ccc87ea [Stats] Remove enum-like structs in favor of strings. by Henrik Boström · 1 year, 11 months ago
- 0f13765 Delete RTC[NonStandard/Restricted]StatsMember. by Henrik Boström · 1 year, 11 months ago
- 979b047 Revert "Temporarily add dummy trackId to unblock roll." by Henrik Boström · 1 year, 11 months ago
- 2057d71 [Stats] Delete unused NonStandardGroupId. by Henrik Boström · 1 year, 11 months ago
- 3df4178 Temporarily add dummy trackId to unblock roll. by Henrik Boström · 1 year, 11 months ago
- 4e231ee Delete deprecated 'track' and 'stream' metrics from WebRTC. by Henrik Boström · 1 year, 11 months ago
- e0034a8 stats: remove `media_type` which was an alias for `kind` by Philipp Hancke · 2 years ago
- f78d1f2 stats: Implement receive RTX stats by Philipp Hancke · 2 years ago
- f0f435e Remove deprecated RTCStatsReport(int64) and timestamp_us by Philipp Hancke · 2 years, 1 month ago
- 1f98b46 stats: rename RTCInboundRTPStreamStats and RTCOutboundRTPStreamStats by Philipp Hancke · 2 years, 2 months ago
- 1f80451 Fix stats inheritance and rename RTP to Rtp by Philipp Hancke · 2 years, 2 months ago
- fe1b39a stats: Deprecate RTCStatsReport(int64 timestamp_us) by Philipp Hancke · 2 years, 2 months ago
- e5ab6c3 stats: remove deprecated timestamp_us constructor variant by Philipp Hancke · 2 years, 2 months ago
- a617867 Reland "Migrate WebRTC documentation to new renderer" by Artem Titov · 2 years, 3 months ago
- 0f2ce5c Revert "Migrate WebRTC documentation to new renderer" by Artem Titov · 2 years, 3 months ago
- 3eceaf4 Migrate WebRTC documentation to new renderer by Artem Titov · 2 years, 3 months ago
- 5adc2b6 Correct RTCAudioPlayoutStats type and add kind field. by Fredrik Hernqvist · 2 years, 3 months ago
- 828de80 Populate RTCInboundRtpStreamStats::playoutId when appropriate by Fredrik Hernqvist · 2 years, 3 months ago
- efbe753 Add RTCAudioPlayoutStats to GetStats(). by Fredrik Hernqvist · 2 years, 3 months ago
- e137c45 stats: deprecate timestamp_us constructor and method by Philipp Hancke · 2 years, 4 months ago
- b81823a stats: use Timestamp instead of uint64_t by Philipp Hancke · 2 years, 4 months ago
- 7a5de44 api: use std::string in stats constructor by Philipp Hancke · 2 years, 4 months ago
- 9b235cd Add scalability mode to RTCOutboundRtpStreamStats stats by Evan Shrubsole · 2 years, 5 months ago
- 13c0be4 Add power efficient stats to RTC stats by Evan Shrubsole · 2 years, 6 months ago
- 0487c57 stats: implement candidate-pair lastPacket(Sent|Received)Timestamp by Philipp Hancke · 2 years, 6 months ago
- adbcbf7 [Stats] Delete 'track' metrics that have previously been moved. by Henrik Boström · 2 years, 6 months ago
- 45b35d4 Unship track.totalFramesDuration/sumSquaredFrameDurations. by Henrik Boström · 2 years, 6 months ago
- 640e926 Use proper export macro in rtc_stats.cc by Evan Shrubsole · 2 years, 6 months ago
- c5f8f80 [Stats] Add googTimingFrameInfo to the modern API. by Henrik Boström · 2 years, 6 months ago
- 8e7a105 stats: use absl::optional to represent value by Philipp Hancke · 2 years, 6 months ago
- 15166b2 [ModernStats] Mark obsolete stats as [[deprecated]]. by Henrik Boström · 2 years, 6 months ago
- 6738b01 stats: prefer default copy constructor by Philipp Hancke · 2 years, 7 months ago
- 6c733ee Add exposure criteria to WebRTC stat members. by Evan Shrubsole · 2 years, 7 months ago
- 036b3fd Reland "stats: migrate to Timestamp" by Philipp Hancke · 2 years, 7 months ago
- c0794c2 Revert "stats: migrate to Timestamp" by Mirko Bonadei · 2 years, 7 months ago
- 2235776 stats: migrate to Timestamp by Philipp Hancke · 2 years, 7 months ago
- 22e0e61 Add unit tests for RTCStatMember properties by Evan Shrubsole · 2 years, 7 months ago
- 2fb8307 Move more non-standard metrics to inbound-rtp. by Henrik Boström · 2 years, 7 months ago
- c57a28c Move pause and freeze metrics to standardized location. by Henrik Boström · 2 years, 7 months ago
- a494e4b Move packetsDiscarded to inbound-rtp. by Henrik Boström · 2 years, 7 months ago
- 0e3cd63 stats: add missing ice candidate stats by Philipp Hancke · 2 years, 7 months ago
- da6297d [Stats] Avoid DCHECK crashing if SSRCs are not unique. by Henrik Boström · 2 years, 7 months ago
- b5cf12d stats: replace new with std::make_unique by Philipp Hancke · 2 years, 8 months ago
- 684e241 stats: implement outbound-rtp.active by Philipp Hancke · 2 years, 9 months ago
- 1a84b56 Implement RTCInboundRTPStreamStats.JitterBufferMinimumDelay by Ivo Creusen · 2 years, 9 months ago
- 11fdb08 Implement RTCInboundRTPStreamStats.JitterBufferTargetDelay by Ivo Creusen · 2 years, 10 months ago
- 1ab6188 Implement Outbound/InboundRtpStreamStats.mid. by Henrik Boström · 2 years, 10 months ago
- a6c7d5c Implement RTCInboundRtpStreamStats.trackIdentifier. by Henrik Boström · 2 years, 10 months ago
- 5abfc92 Reland "[Stats] Cleanup: Remove unimplemented metrics and obsolete TODOs." by Henrik Boström · 2 years, 11 months ago
- 67d2d35 Revert "Reland "[Stats] Cleanup: Remove unimplemented metrics and obsolete TODOs."" by Henrik Boström · 2 years, 11 months ago
- 2843bbc Reland "[Stats] Cleanup: Remove unimplemented metrics and obsolete TODOs." by Henrik Boström · 2 years, 11 months ago
- 378b1c6 Revert "[Stats] Cleanup: Remove unimplemented metrics and obsolete TODOs." by Henrik Boström · 2 years, 11 months ago
- 626f87d [Stats] Cleanup: Remove unimplemented metrics and obsolete TODOs. by Henrik Boström · 2 years, 11 months ago
- 6fb8d1a stats: expose minPlayoutDelay as nonstandard stat by Philipp Hancke · 2 years, 11 months ago
- 0359ba2 stats: add frame assembly time stats by Philipp Hancke · 3 years ago
- 1f49157 stats: implement transport iceState by Philipp Hancke · 3 years ago
- 95b1a34 stats: implement iceLocalUsernameFragment by Philipp Hancke · 3 years ago
- cc1b9b0 stats: implement iceRole by Philipp Hancke · 3 years ago
- a16a6a6 stats: implement inbound-rtp totalProcessingDelay for video by Philipp Hancke · 3 years ago
- 69c1df2 stats: add dtlsRole to transport by Philipp Hancke · 3 years ago
- c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 3 years ago
- 0c68a7a Use WebRTC's Java VM initialization in tests. by Björn Terelius · 3 years ago
- 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 3 years, 1 month ago
- 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 3 years, 1 month ago
- 0d13bbd Extend RTCIceCandidateStats with non-standard network_adapter_type by Jonas Oreland · 3 years, 2 months ago
- 79326ea Implement missing candidate pair packets/bytes sent/received stats. by Taylor Brandstetter · 3 years, 7 months ago
- 2562cf0 Reland "Wire up non-sender RTT for audio, and implement related standardized stats." by Ivo Creusen · 3 years, 8 months ago
- 2c41cba Revert "Wire up non-sender RTT for audio, and implement related standardized stats." by Björn Terelius · 3 years, 8 months ago
- fb0dca6 Wire up non-sender RTT for audio, and implement related standardized stats. by Ivo Creusen · 3 years, 8 months ago
- cfea218 Use backticks not vertical bars to denote variables in comments by Artem Titov · 3 years, 9 months ago
- 28a2c63 Adding packetsDiscarded to RTCReceivedRtpStreamStats. by Minyue Li · 3 years, 10 months ago
- e99f687 Move WebRTC to non deprecated jsoncpp APIs. by Mirko Bonadei · 3 years, 10 months ago
- 64851c0 Reland: Fix echo return loss stats and add to RTCAudioSourceStats. by Taylor Brandstetter · 3 years, 10 months ago
- fe6580f Revert "Fix echo return loss stats and add to RTCAudioSourceStats." by Evan Shrubsole · 3 years, 10 months ago
- a27cfbf Fix echo return loss stats and add to RTCAudioSourceStats. by Taylor Brandstetter · 3 years, 10 months ago
- 7d23535 Populate qualityLimitationDurations stats for outbound RTP streams by Byoungchan Lee · 3 years, 11 months ago
- 0a52ede Support for map of string keys to uint64_t / double values in RTCStats by Byoungchan Lee · 4 years ago
- 86ee89f Simplify reference counting implementation of PendingTaskSafetyFlag. by Tommi · 4 years ago
- 943ad97 Remove RTCRemoteInboundRtpStreamStats duplicate members. by Henrik Boström · 4 years, 1 month ago
- ef036cd [Stats] Cleanup obsolete stats - isRemote & deleted by Di Wu · 4 years, 1 month ago
- f7b1b95 Add `RTCRemoteOutboundRtpStreamStats` for audio streams by Alessio Bazzica · 4 years, 1 month ago
- 2f71b61 Make sure "remote-inbound-rtp.jitter" and "packetsLost" is exposed to JS by Henrik Boström · 4 years, 1 month ago
- a9ba450 stats: add address as alias for ip by Philipp Hancke · 4 years, 1 month ago
- fd1e9d1 [Stats] Add minimum RTCReceivedRtpStreamStats with jitter and packetsLost by Di Wu · 4 years, 2 months ago
- 88a51b2 Populate "total_round_trip_time" and "round_trip_time_measurements" for remote inbound RTP streams by Di Wu · 4 years, 2 months ago
- 86f04ad Populate “fractionLost” stats for remote inbound rtp streams by Di Wu · 4 years, 2 months ago
- e7c79fd Remove from chromium build targets that are not compatible with it. by Andrey Logvin · 4 years, 3 months ago
- 95157a0 stats: add transportId to codec stats by Philipp Hancke · 4 years, 5 months ago
- 85fae2a Fix -Wrange-loop-analysis. by Mirko Bonadei · 4 years, 6 months ago
- cdebea0 stats: s/victim/other by Philipp Hancke · 4 years, 7 months ago
- edacbd5 Reland "Implement packets_(sent | received) for RTCTransportStats" by Artem Titov · 4 years, 10 months ago
- 4e5bc9f Reland "Complete migration from "track" to "inbound-rtp" stats" by Eldar Rello · 4 years, 10 months ago
- e6f3897 Revert "Complete migration from "track" to "inbound-rtp" stats" by Zeke Chin · 4 years, 10 months ago
- 94fe0d3 Complete migration from "track" to "inbound-rtp" stats by Eldar Rello · 4 years, 10 months ago
- 9b35da8 Revert "Implement packets_(sent | received) for RTCTransportStats" by Mirko Bonadei · 4 years, 10 months ago