Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
webrtc
/
9a2e906b0c06ee1a9b75c734bf58326469db8e93
/
api
/
stats
/
rtcstats_objects.h
9a2e906
Added RTCMediaStreamTrackStats.concealmentEvents
by Gustaf Ullberg
· 8 years ago
92ea95e
Fixing WebRTC after moving from src/webrtc to src/
by Mirko Bonadei
· 8 years ago
bb54720
Moving src/webrtc into src/.
by Mirko Bonadei
· 8 years ago
[Renamed from webrtc/api/stats/rtcstats_objects.h]
2dbc69f
Add stats totalSamplesReceived and concealedSamples
by Steve Anton
· 8 years ago
26622d3
Audit of kConstants missing the const qualifier
by agrieve
· 8 years ago
e76bd3a
Adding stats that can be used to compute output audio levels as described here https://w3c.github.io/webrtc-stats/#dom-rtcmediastreamtrackstats-totalaudioenergy.
by zstein
· 8 years ago
a7a9be1
Move RTCOutboundRTPStreamStats.roundTripTime to inbound, don't collect.
by hbos
· 8 years ago
13f54b2
Rename RTCCodecStats.codec -> mimeType, parameters -> sdpFmtpLine.
by hbos
· 8 years ago
bf8d3e5
RTCIceCandidatePairStats.[total/current]RoundTripTime collected.
by hbos
· 8 years ago
92eaec6
RTCIceCandidatePairStats.nominated collected.
by hbos
· 8 years ago
a51d4f3
Re-land of RTCInboundRTPStreamStats.qpSum collected.
by hbos
· 8 years ago
ed02c6d
Revert of RTCInboundRTPStreamStats.qpSum collected. (patchset #4 id:80001 of https://codereview.webrtc.org/2675943002/ )
by skvlad
· 9 years ago
cd195be
RTCInboundRTPStreamStats.qpSum collected.
by hbos
· 9 years ago
338f78a
RTCIceCandidatePairStats.available[Outgoing/Incoming]Bitrate collected.
by hbos
· 9 years ago
3443bb7
RTCRTPStreamStats.ssrc changed type to uint32_t.
by hbos
· 9 years ago
585a9b1
Refactor and clean-up relating to RTCCodecStats.
by hbos
· 9 years ago
803dc29
Enable cpplint and fix cpplint errors in webrtc/api
by oprypin
· 9 years ago
b0ae920
RTCRTPStreamStats.mediaTrackId renamed to trackId.
by hbos
· 9 years ago
50cfe1f
RTCMediaStreamTrackStats.framesDropped collected by RTCStatsCollector.
by hbos
· 9 years ago
f64941f
RTCMediaStreamTrackStats.framesDecoded collected.
by hbos
· 9 years ago
fefe076
RTCMediaStreamTrackStats.framesSent collected by RTCStatsCollector.
by hbos
· 9 years ago
42f6d2f
RTCMediaStreamTrackStats.framesReceived collected by RTCStatsCollector.
by hbos
· 9 years ago
160e4a7
RTCMediaStreamTrackStats.kind added and collected.
by hbos
· 9 years ago
7064d59
RTCTransportStats.dtlsState replaces .activeConnection
by hbos
· 9 years ago
84abeb1
RTC[In/Out]boundRTPStreamStats.mediaTrackId collected.
by hbos
· 9 years ago
bb37751
RTCMediaStreamTrackStats.ssrcIds removed.
by hbos
· 9 years ago
b4e426e
RTCIceCandidateStats.transportId added and collected.
by hbos
· 9 years ago
6769c49
RTC[In/Out]boundRTPStreamStats: qpSum,framesDecoded,framesEncoded added.
by hbos
· 9 years ago
d17a5a7
RTCIceCandidateStats.deleted = false added.
by hbos
· 9 years ago
06495bc
RTCIceCandidatePairStats.[state/priority] added, ConnectionInfo updated.
by hbos
· 9 years ago
c3a2b7f
RTCIceCandidateStats.isRemote added and collected.
by hbos
· 9 years ago
3168c7a
Rename RTCOutboundRTPStreamStats *_rtt members to *_round_trip_time.
by hbos
· 9 years ago
e448dd5
RTCIceCandidatePairStats.consentRequestsSent set by RTCStatsCollector
by hbos
· 9 years ago
02cd4d6
RTCInboundRTPStreamStats.packetsLost set by RTCStatsCollector.
by hbos
· 9 years ago
d82f512
RTCIceCandidatePairStats.requestsReceived defined by RTCStatsCollector.
by hbos
· 9 years ago
0583b28
Collecting RTCIceCandidatePairStats.transport_id and improved unittests.
by hbos
· 9 years ago
42eee12
RTCPeerConnectionStats: Removed fixed TODO comments.
by hbos
· 9 years ago
0adb828
RTCCodecStats[1] added.
by hbos
· 9 years ago
09bc128
RTCMediaStream[Track]Stats added.
by hbos
· 9 years ago
eeafe94
RTCInboundRTPStreamStats[1] added.
by hbos
· 9 years ago
6ded190
RTCOutboundRTPStreamStats[1] added.
by hbos
· 9 years ago
7eaa836
Revert of RTCOutboundRTPStreamStats added. (patchset #3 id:80001 of https://codereview.webrtc.org/2456463002/ )
by perkj
· 9 years ago
4ed0750
Revert of RTCInboundRTPStreamStats added. (patchset #4 id:100001 of https://codereview.webrtc.org/2452043002/ )
by perkj
· 9 years ago
0d7bf16
RTCInboundRTPStreamStats[1] added.
by hbos
· 9 years ago
69e9cb0
RTCOutboundRTPStreamStats[1] added.
by hbos
· 9 years ago
5d79a7c
rtcstats_objects.h updated with TODOs about stats not being collected
by hbos
· 9 years ago
2fa7c67
RTCTransportStats[1] added, supporting all members.
by hbos
· 9 years ago
cc555c5
RTCDataChannelStats[1] added, supporting all stats members.
by hbos
· 9 years ago
c47a0c3
RTCIceCandidatePairStats[1] added.
by hbos
· 9 years ago
ab9f6e4
RTCIceCandidateStats[1] added.
by hbos
· 9 years ago
fc5e050
rtc_stats: Update code to remove chromium style warnings suppression.
by hbos
· 9 years ago
6ab97ce
RTCCertificateStats[1] added.
by hbos
· 9 years ago
74e1a4f
PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added.
by hbos
· 9 years ago
[Renamed (83%) from webrtc/api/rtcstats_objects.h]
0e6758d
RTCStatsCollector: timestamps updated.
by hbos
· 9 years ago
d565b73
RTCStatsCollector and RTCPeerConnectionStats added.
by hbos
· 9 years ago