- 00ed864 Recently we moved webrtc/base to webrtc/rtc_base, so these by mbonadei · 7 years ago
- 94ac82f Add stats totalSamplesReceived and concealedSamples by Steve Anton · 7 years ago
- 2a927b0 Turn off clang-format for WEBRTC_RTCSTATS_IMPL macros. by Steve Anton · 7 years ago
- 0f6b13a Audit of kConstants missing the const qualifier by agrieve · 7 years ago
- 3b5bf18 Make RTCStatsReport::ToString() return JSON-parseable string. by ehmaldonado · 7 years ago
- 2bc62f3 Remove remains of webrtc/base by ehmaldonado · 8 years ago
- d1701d0 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
- 4f870fc Revert of Remove remains of webrtc/base (patchset #7 id:120001 of https://codereview.webrtc.org/2973183002/ ) by ehmaldonado · 8 years ago
- c6c814d Remove remains of webrtc/base by ehmaldonado · 8 years ago
- 76de83e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
- bc32410 Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 8 years ago
- 60154fd Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 8 years ago
- 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
- e47812c Enable GN check in webrtc/stats by kjellander · 8 years ago
- 68eafed RTCRTPStreamStats.mediaTrackId renamed to trackId. by hbos · 8 years ago
- 90cc2a9 Reland of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2657563002/ ) by mbonadei · 8 years ago
- df5ec64 Revert of Moving webrtc.gni up one level from build/ (patchset #1 id:1 of https://codereview.webrtc.org/2651543003/ ) by mbonadei · 8 years ago
- 5c59d8f Moving webrtc.gni up one level from build/ by mbonadei · 8 years ago
- b20cdfc RTCMediaStreamTrackStats.kind added and collected. by hbos · 8 years ago
- ee5b9ea RTCTransportStats.dtlsState replaces .activeConnection by hbos · 8 years ago
- 756b219 Update smoothed bitrate. by michaelt · 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
- 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
- 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
- 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
- a6c6623 GN: Exclude suppressions of Chromium Clang warnings for Chromium builds. by kjellander · 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
- 2cf29b5 GN: Change rtc_source_set targets --> rtc_static_library by kjellander · 8 years ago
- 314e336 RTCTestStats moved into webrtc/stats/test (rtc_stats_test_utils) by hbos · 8 years ago
- 4220421 PeerConnection[Interface]::GetStats(RTCStatsCollectorCallback*) added. by hbos · 8 years ago
- 2ce7957 Removed the const char* (StaticString) type from RTCStatsMember. by hbos · 8 years ago
- 435c7b3 GYP: Remove targets inside include_tests==1 that are converted to GN. by kjellander · 8 years ago
- 4c5e7eb GN: Change group deps to public_deps. by kjellander · 8 years ago
- c5c898b Fix issues with rtc_stats_unittests tests so that they can run on bots. by hbos · 8 years ago
- 911f1ed Delete Timing class, timing.h, and update all users. by nisse · 8 years ago
- 9eb213a OWNERS: Make everyone able to change *.gn,*.gni files. by Henrik Kjellander · 8 years ago
- 80e6692 GN Templates: Move common_inherited_config to the template. by ehmaldonado · 8 years ago
- afe74ba RTCStatsCollector collecting stats on multiple threads. by hbos · 8 years ago
- 1d49219 GN Templates: Move common_config to the template. by ehmaldonado · 8 years ago
- f0532f3 GN: Introduce templates. by ehmaldonado · 8 years ago
- 7831d0d RTCStatsCollector: timestamps updated. by hbos · 8 years ago
- 059d0e3 RTCStatsCollector and RTCPeerConnectionStats added. by hbos · 8 years ago
- c5221b4 RTCStatsReport: Take ownership of other's stats with TakeMembersFrom by hbos · 8 years ago
- 7eed79e GN: Fix windows clang errors. Attempt 2. by ehmaldonado · 8 years ago
- eafa7c5 Adding GYP/GN owners to stats/ aligning with all other dirs. by Henrik Kjellander · 8 years ago
- 3d7ad3d RTCStats and RTCStatsReport added (webrtc/stats). by hbos · 8 years ago