Sign in
webrtc
/
src
/
webrtc
/
0a43d8e68747dc59919010c430c4a678d322ed0e
/
api
/
stats
27e573e
Move RTCOutboundRTPStreamStats.roundTripTime to inbound, don't collect.
by hbos
· 8 years ago
95aa50b
Rename RTCCodecStats.codec -> mimeType, parameters -> sdpFmtpLine.
by hbos
· 8 years ago
fca0fe0
RTCIceCandidatePairStats.[total/current]RoundTripTime collected.
by hbos
· 8 years ago
cf2b8c1
RTCIceCandidatePairStats.nominated collected.
by hbos
· 8 years ago
48728ef
Re-land of RTCInboundRTPStreamStats.qpSum collected.
by hbos
· 8 years ago
191371e
Revert of RTCInboundRTPStreamStats.qpSum collected. (patchset #4 id:80001 of https://codereview.webrtc.org/2675943002/ )
by skvlad
· 8 years ago
842e3c1
RTCInboundRTPStreamStats.qpSum collected.
by hbos
· 8 years ago
22ec864
RTCIceCandidatePairStats.available[Outgoing/Incoming]Bitrate collected.
by hbos
· 8 years ago
ce9ceb6
RTCRTPStreamStats.ssrc changed type to uint32_t.
by hbos
· 8 years ago
9759bb7
Refactor and clean-up relating to RTCCodecStats.
by hbos
· 8 years ago
13c97c7
Enable cpplint and fix cpplint errors in webrtc/api
by oprypin
· 8 years ago
68eafed
RTCRTPStreamStats.mediaTrackId renamed to trackId.
by hbos
· 8 years ago
e43c0e3
RTCMediaStreamTrackStats.framesDropped collected by RTCStatsCollector.
by hbos
· 8 years ago
25e4ac7
Create //webrtc/api:libjingle_peerconnection_api + refactorings.
by ossu
· 8 years ago
43d227b
RTCMediaStreamTrackStats.framesDecoded collected.
by hbos
· 8 years ago
4ee728e
RTCMediaStreamTrackStats.framesSent collected by RTCStatsCollector.
by hbos
· 8 years ago
d481738
RTCMediaStreamTrackStats.framesReceived collected by RTCStatsCollector.
by hbos
· 8 years ago
b20cdfc
RTCMediaStreamTrackStats.kind added and collected.
by hbos
· 8 years ago
ee5b9ea
RTCTransportStats.dtlsState replaces .activeConnection
by hbos
· 8 years ago
d8e05ee
RTC[In/Out]boundRTPStreamStats.mediaTrackId collected.
by hbos
· 8 years ago
dffc25c
RTCMediaStreamTrackStats.ssrcIds removed.
by hbos
· 8 years ago
7c8813f
RTCIceCandidateStats.transportId added and collected.
by hbos
· 8 years ago
cfcb96e
RTC[In/Out]boundRTPStreamStats: qpSum,framesDecoded,framesEncoded added.
by hbos
· 8 years ago
69f4979
RTCIceCandidateStats.deleted = false added.
by hbos
· 8 years ago
aca2942
RTCIceCandidatePairStats.[state/priority] added, ConnectionInfo updated.
by hbos
· 8 years ago
dd7f2be
RTCIceCandidateStats.isRemote added and collected.
by hbos
· 8 years ago
8a7cf9d
RTCStatsReport::AddStats DCHECKs that the ID is unique.
by hbos
· 8 years ago
a75e2b0
Rename RTCOutboundRTPStreamStats *_rtt members to *_round_trip_time.
by hbos
· 8 years ago
e03eb14
RTCIceCandidatePairStats.consentRequestsSent set by RTCStatsCollector
by hbos
· 8 years ago
27a71cd
RTCInboundRTPStreamStats.packetsLost set by RTCStatsCollector.
by hbos
· 8 years ago
2cc9cc0
RTCIceCandidatePairStats.requestsReceived defined by RTCStatsCollector.
by hbos
· 8 years ago
3e7172f
Collecting RTCIceCandidatePairStats.transport_id and improved unittests.
by hbos
· 8 years ago
bb6fe68
Change rtc::TimeNanos and rtc::TimeMicros return value from uint64_t to int64_t.
by nisse
· 8 years ago
c2b817b
RTCPeerConnectionStats: Removed fixed TODO comments.
by hbos
· 8 years ago
25b5d4d
RTCCodecStats[1] added.
by hbos
· 8 years ago
a54c85f
RTCStats operator== bugfix
by hbos
· 8 years ago
abef9e9
Remove all references to GYP
by Henrik Kjellander
· 8 years ago
bafa0b3
RTCMediaStream[Track]Stats added.
by hbos
· 8 years ago
2e6d69a
RTCInboundRTPStreamStats[1] added.
by hbos
· 8 years ago
a7ab11e
RTCOutboundRTPStreamStats[1] added.
by hbos
· 8 years ago
00f0bd9
Revert of RTCOutboundRTPStreamStats added. (patchset #3 id:80001 of https://codereview.webrtc.org/2456463002/ )
by perkj
· 8 years ago
b601707
Revert of RTCInboundRTPStreamStats added. (patchset #4 id:100001 of https://codereview.webrtc.org/2452043002/ )
by perkj
· 8 years ago
5827b0f
RTCInboundRTPStreamStats[1] added.
by hbos
· 8 years ago
6688f2e
RTCOutboundRTPStreamStats[1] added.
by hbos
· 8 years ago
243a494
RTCStats equality operator added.
by hbos
· 8 years ago
c262c70
rtcstats_objects.h updated with TODOs about stats not being collected
by hbos
· 8 years ago
ab8516c
RTCTransportStats[1] added, supporting all members.
by hbos
· 8 years ago
2b6447d
RTCDataChannelStats[1] added, supporting all stats members.
by hbos
· 8 years ago
d706ab4
RTCIceCandidatePairStats[1] added.
by hbos
· 8 years ago
1f3dee6
RTCIceCandidateStats[1] added.
by hbos
· 8 years ago
2cbdcd8
rtc_stats: Update code to remove chromium style warnings suppression.
by hbos
· 8 years ago
f4f0f24
RTCStatsMember<bool> and RTCStatsMember<std::vector<bool>> added.
by hbos
· 8 years ago
3869112
RTCCertificateStats[1] added.
by hbos
· 8 years ago
1bd790c
webrtc/api/stats/OWNERS file added.
by hbos
· 8 years ago
4220421
PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added.
by hbos
· 9 years ago