aboutsummaryrefslogtreecommitdiff
path: root/pc/rtc_stats_collector.cc
AgeCommit message (Expand)Author
2020-07-10Reland "Implement packets_(sent | received) for RTCTransportStats"Artem Titov
2020-07-10Reland "Complete migration from "track" to "inbound-rtp" stats"Eldar Rello
2020-07-10Revert "Complete migration from "track" to "inbound-rtp" stats"Zeke Chin
2020-07-10Split DataChannel into two separate classes for RTP and SCTP.Taylor Brandstetter
2020-07-09Complete migration from "track" to "inbound-rtp" statsEldar Rello
2020-07-08[Stats] Add more rtc::Thread::ScopedDisallowBlockingCalls to getStats().Henrik Boström
2020-07-08[Stats] Optimization: Minimize number of thread-invokes in getStats().Henrik Boström
2020-07-08Revert "Implement packets_(sent | received) for RTCTransportStats"Mirko Bonadei
2020-07-07Implement packets_(sent | received) for RTCTransportStatsArtem Titov
2020-07-03Fix missing local and remote ids in RtpStreamStatsEldar Rello
2020-06-16Add GetSctpStats to PeerConnectionInternal, remove sctp_data_channels()Tomas Gunnarsson
2020-06-10Remove enable_simulcast_stats config flag as not needed anymoreEldar Rello
2020-06-07Correct name of DC.dataChannelIdentifier stats memberHarald Alvestrand
2020-05-05Reland "Improve outbound-rtp statistics for simulcast"Henrik Boström
2020-05-05Revert "Improve outbound-rtp statistics for simulcast"Henrik Boström
2020-04-17Improve outbound-rtp statistics for simulcastEldar Rello
2020-04-02Extend rtc::AdapterType with 2g, 3G, 4G & 5G enum values.Jonas Oreland
2020-03-11Add jitterBufferTargetDelay as RTCNonStandardStatsMember to new GetStats APIArtem Titov
2020-02-13Populate sdp_fmtp_line and channels of RTCCodecStatsJohannes Kron
2020-01-07Implement RTCOutboundRtpStreamStats::remoteId.Henrik Boström
2019-11-25Add totalInterFrameDelay to RTCInboundRTPStreamStatsJohannes Kron
2019-10-28Implement crypto stats on DTLS transportHarald Alvestrand
2019-10-23Add estimatedPlayoutTimestamp to RTCInboundRTPStreamStats.Åsa Persson
2019-10-15Reland "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received"Niels Möller
2019-10-15Revert "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received"Mirko Bonadei
2019-10-14Fix GetStats bytesSent/Received, wireup headerBytesSent/ReceivedNiels Möller
2019-09-17Use std::make_unique instead of absl::make_unique.Mirko Bonadei
2019-09-09Add qualityLimitationResolutionChanges statEvan Shrubsole
2019-08-28Add support for RTCTransportStats.selectedCandidatePairChangesJonas Oreland
2019-08-27Fix frames dropped statisticsJohannes Kron
2019-08-19Reland "[GetStats] Expose video codec implementation in standardized metrics."Henrik Boström
2019-08-16Revert "[GetStats] Expose video codec implementation in standardized metrics."Henrik Andreassson
2019-08-16[GetStats] Expose video codec implementation in standardized metrics.Henrik Boström
2019-07-31Make ID of datachannel stats not depend on dc.idHarald Alvestrand
2019-07-08Format almost everything.Jonas Olsson
2019-07-04[getStats] Implement "media-source" audio levels, fixing Chrome bug.Henrik Boström
2019-07-02Add totalDecodeTime to RTCInboundRTPStreamStatsJohannes Kron
2019-06-27Add RTCStats for keyFramesEncoded, keyFramesDecoded.Rasmus Brandt
2019-06-26Delete RTCInboundRTPStreamStats::fraction_lostNiels Möller
2019-06-24[getStats] Make remote-inbound-rtp.ssrc match outbound-rtp.ssrc.Henrik Boström
2019-05-29Add jitterBufferDelay and jitterBufferEmittedCount stats for videoGuido Urdaneta
2019-05-28Implement QualityLimitationReasonTracker and expose "reason".Henrik Boström
2019-05-27Implement RTCRemoteInboundRtpStreamStats for both audio and video.Henrik Boström
2019-05-22Implement RTCMediaSourceStats and friends in standard getStats().Henrik Boström
2019-05-22Implement RTCOutboundRtpStreamStats.totalEncodedBytesTarget.Henrik Boström
2019-05-17Implement RTCOutboundRtpStreamStats.totalPacketSendDelay for video.Henrik Boström
2019-05-03Expose new audio stats on the APIIvo Creusen
2019-04-29Reland "Piping audio interruption metrics to API layer"Henrik Lundin
2019-04-17Implement RTCOutboundRtpStreamStats.retransmitted[Bytes/Packets]Sent.Henrik Boström
2019-04-15Wire up RTCInboundRtpStreamStats.lastPacketReceivedTimestamp.Henrik Boström