aboutsummaryrefslogtreecommitdiff
path: root/pc/rtc_stats_collector_unittest.cc
AgeCommit message (Expand)Author
2021-06-22Revert "Fix echo return loss stats and add to RTCAudioSourceStats."Evan Shrubsole
2021-06-21Fix echo return loss stats and add to RTCAudioSourceStats.Taylor Brandstetter
2021-05-31Populate qualityLimitationDurations stats for outbound RTP streamsByoungchan Lee
2021-05-21Remove cricket::DtlsTransportState.Mirko Bonadei
2021-04-23Remove virtual inheritance from RTCStatsCollectorTomas Gunnarsson
2021-03-24[Stats] Cleanup obsolete stats - isRemote & deletedDi Wu
2021-03-24Fix unspecified time origin for `lastPacketReceivedTimestamp`Alessio Bazzica
2021-03-23Add `RTCRemoteOutboundRtpStreamStats` for audio streamsAlessio Bazzica
2021-03-23stats: add address as alias for ipPhilipp Hancke
2021-03-22Fix unit for inbound RTP stat `lastPacketReceivedTimestamp` (s -> ms)Alessio Bazzica
2021-03-18Add missing EXPECT_CALL for `RTCStatsCollectorTest` testsAlessio Bazzica
2021-03-09[Stats] Populate "frames" stats for video source.Di Wu
2021-03-01Populate "total_round_trip_time" and "round_trip_time_measurements" for remot...Di Wu
2021-03-01Populate “fractionLost” stats for remote inbound rtp streamsDi Wu
2021-02-23Populate jitter stats for video RTP streamsDi Wu (RP Room Eng)
2020-11-17stats: add transportId to codec statsPhilipp Hancke
2020-10-27getstats: fix inbound-rtp audio level rangePhilipp Hancke
2020-10-21Reland "introduce an unsupported content description type"Philipp Hancke
2020-10-15Revert "introduce an unsupported content description type"Ilya Nikolaevskiy
2020-10-15introduce an unsupported content description typePhilipp Hancke
2020-10-12Move pc/media_stream_track.h to the api/ directoryHarald Alvestrand
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-08Revert "Implement packets_(sent | received) for RTCTransportStats"Mirko Bonadei
2020-07-07Migrate pc/ to webrtc::Mutex.Markus Handell
2020-07-07Implement packets_(sent | received) for RTCTransportStatsArtem Titov
2020-07-03Fix missing local and remote ids in RtpStreamStatsEldar Rello
2020-06-16Inject signaling and network threads to DataChannel.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-11VideoTrackSourceInterface: make some newly introduced methods pure virtual.Markus Handell
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-03-11Add jitterBufferTargetDelay as RTCNonStandardStatsMember to new GetStats APIArtem Titov
2020-02-13Populate sdp_fmtp_line and channels of RTCCodecStatsJohannes Kron
2020-02-10Use newer version of TimeDelta and TimeStamp factories in webrtcDanil Chapovalov
2020-01-09Add a round-trip test that stats.toJson output is parseableHarald Alvestrand
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-24Always pass arguments to INSTANTIATE_TEST_SUITE_P.Mirko Bonadei
2019-09-09Add qualityLimitationResolutionChanges statEvan Shrubsole