- 656817c Remove default "unknown" encoderImplementation/decoderImplementation by Philipp Hancke · 1 year, 9 months ago
- 6a7bf10 Replace "rcvd" with "received" for readability by Philipp Hancke · 1 year, 11 months ago
- f9e13f8 Reland "[DataChannel] Send and receive packets on the network thread." by Tommi · 1 year, 11 months ago
- 7f16fcd Revert "[DataChannel] Send and receive packets on the network thread." by Andrey Logvin · 1 year, 11 months ago
- fe53fec [DataChannel] Send and receive packets on the network thread. by Tommi · 1 year, 11 months ago
- 175f06f Reland "Remove 'trackId' dependency in stats selector algorithm." by Henrik Boström · 2 years, 2 months ago
- 1251c64 Split stats generation for MediaChannel into sender and receiver APIs by Harald Alvestrand · 2 years, 2 months ago
- c0d44d9 Split audio and video channels into Send and Receive APIs. by Harald Alvestrand · 2 years, 3 months ago
- 36fafc8 Split MediaChannel class to sender and receiver by Harald Alvestrand · 2 years, 3 months ago
- 9e09a1f Replace Thread::Invoke with Thread::BlockingCall by Danil Chapovalov · 2 years, 6 months ago
- b5b159d Update old TODO comments by Niels Möller · 2 years, 8 months ago
- f785989 Rename StatsCollector to LegacyStatsCollector. by Henrik Boström · 2 years, 8 months ago[Renamed (94%) from pc/stats_collector.cc]
- 9a74317 Eliminate need for stats to know of channel.h by Harald Alvestrand · 2 years, 10 months ago
- e62c2f2 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf by Jonas Oreland · 3 years ago
- d7fdb95 Remove typing detection by Alessio Bazzica · 3 years ago
- ed99dae WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 1 by Jonas Oreland · 3 years ago
- c24a218 Update IWYU tool with a mapping file by Harald Alvestrand · 3 years ago
- 5411b17 Add a channel factory interface. by Tomas Gunnarsson · 3 years, 1 month ago
- c811ab5 Invalidate the legacy stats cache instead of updating. by Tommi · 3 years, 2 months ago
- 94f0194 Remove transport_name_ from Channel. by Tomas Gunnarsson · 3 years, 2 months ago
- 0ee4422 Add reporting of relay protocol by Jonas Oreland · 3 years, 3 months ago
- efe46b6 Change the type of RTCVideoSourceStats.framesPerSecond by Byoungchan Lee · 3 years, 4 months ago
- d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 4 months ago
- 54c90f2 [-Wshadow] - Fix some warnings. by Mirko Bonadei · 3 years, 5 months ago
- 880fa81 Reland "Use backticks not vertical bars to denote variables in comments for /pc" by Artem Titov · 3 years, 7 months ago
- fd05d6f Revert "Use backticks not vertical bars to denote variables in comments for /pc" by Björn Terelius · 3 years, 7 months ago
- 37ee0f5 Use backticks not vertical bars to denote variables in comments for /pc by Artem Titov · 3 years, 7 months ago
- 7750d80 Rename rtc_base/ssl_stream_adapter.h constants. by Mirko Bonadei · 3 years, 7 months ago
- e54914a Implement nack_count metric for inbound audio rtp streams. by Jakob Ivarsson · 3 years, 8 months ago
- 2e15468 Avoid generating a random id for candidate stats. by Tommi · 3 years, 9 months ago
- 518669d Add more trace events to interesting places. by Markus Handell · 3 years, 9 months ago
- 4ccdf932 VideoRtpReceiver & AudioRtpReceiver threading fixes. by Tommi · 3 years, 10 months ago
- 788d805 Reland "Remove Invoke from VideoChannel::FillBitrateInfo." by Tomas Gunnarsson · 3 years, 10 months ago
- 48a4d33 Revert "Remove Invoke from VideoChannel::FillBitrateInfo." by Mirko Bonadei · 3 years, 10 months ago
- 1a17957 Remove Invoke from VideoChannel::FillBitrateInfo. by Tommi · 3 years, 10 months ago
- bfd9ba8 Fix unsafe variable access in RTCStatsCollector by Tomas Gunnarsson · 3 years, 11 months ago
- 572f50f Delete left-over references to AsyncInvoker by Niels Möller · 4 years ago
- e1c8a43 Reduce thread hops in StatsCollector and fix incorrect variable access. by Tomas Gunnarsson · 4 years ago
- 80d661c Use monotonic clock for legacy stats caching. by Taylor Brandstetter · 4 years, 1 month ago
- d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 1 month ago
- 5761e7b Running apply-iwyu on ~all files in pc/ by Harald Alvestrand · 4 years, 1 month ago
- 445e6b0 Break out separate compile targets for various classes by Harald Alvestrand · 4 years, 5 months ago
- 6b4d962 Fix standard GetStats to not modify NetEq state. by Niels Möller · 4 years, 6 months ago
- 3a034e1 Split DataChannel into two separate classes for RTP and SCTP. by Taylor Brandstetter · 4 years, 8 months ago
- 2e94de5 Add GetSctpStats to PeerConnectionInternal, remove sctp_data_channels() by Tomas Gunnarsson · 4 years, 9 months ago
- a0ff50c Reland "Improve outbound-rtp statistics for simulcast" by Henrik Boström · 4 years, 10 months ago
- 9a925c9 Revert "Improve outbound-rtp statistics for simulcast" by Henrik Boström · 4 years, 10 months ago
- da6cda8 Improve outbound-rtp statistics for simulcast by Eldar Rello · 4 years, 11 months ago
- 08d1806 Extend rtc::AdapterType with 2g, 3G, 4G & 5G enum values. by Jonas Oreland · 5 years ago
- ac0a4cb Reland "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" by Niels Möller · 5 years ago
- ef0627f Revert "Fix GetStats bytesSent/Received, wireup headerBytesSent/Received" by Mirko Bonadei · 5 years ago
- fbde32e Fix GetStats bytesSent/Received, wireup headerBytesSent/Received by Niels Möller · 5 years ago
- 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
- 149dc72 Add support for RTCTransportStats.selectedCandidatePairChanges by Jonas Oreland · 6 years ago
- bbeb109 Reporting audio device underrun counter by Alex Narest · 6 years ago
- 5b5d97c Reland of "Reporting of decoding_codec_plc events"" by Alex Narest · 6 years ago
- 032ea9c Remove "Missing track ID" StatsCollector log message by Steve Anton · 6 years ago
- bedb7a8 Revert "Reporting of decoding_codec_plc events" by Mirko Bonadei · 6 years ago
- 0a88ea0 Reporting of decoding_codec_plc events by Alex Narest · 6 years ago
- fc02a79 Revert "Piping audio interruption metrics to API layer" by Henrik Andreassson · 6 years ago
- 299c4e6 Piping audio interruption metrics to API layer by Henrik Lundin · 6 years ago
- efe4c92 Use RtpSender/RtpReceiver track ID for legacy GetStats by Steve Anton · 6 years ago
- fe0b499 legacy stats: update timestamp on localcandidate/remotecandidate by Philipp Hancke · 6 years ago
- 739baf0 [clang-tidy] Apply performance-for-range-copy fixes. by Mirko Bonadei · 6 years ago
- 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
- 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago[Renamed from pc/statscollector.cc]
- 54fa024 Removed log from StatsCollector::GetTrackIdBySsrc. by Seth Hampson · 6 years ago
- 514f084 New statistic added to VideoReceiveStream to determine latency to first decode. by Benjamin Wright · 6 years ago
- a41959e [Unified Plan] Fix old GetStats() not associating track id by Steve Anton · 6 years ago
- 6c6c9df Refactor: Renaming ssl_cert_chain to GetSSLCertificateChain() by Benjamin Wright · 6 years ago
- 6b1985d Reimplement rtc::ToString and rtc::FromString without streams. by Jonas Olsson · 7 years ago
- 656d609 Add UTC time to init event in AEC debug dump. by Minyue Li · 7 years ago
- 8a3ab0e Revert "Add framesRendered to StatsReport" by Artem Titov · 7 years ago
- dcfa938 Add framesRendered to StatsReport by Joachim Reiersen · 7 years ago
- 01560de Use "wildcard" instead of "unknown" for ADAPTER_TYPE_ANY in stats. by Qingsi Wang · 7 years ago
- a76af0c Move base64.h to the proper location. by Artem Titov · 7 years ago
- 70aa374d Remove not-updating-stats log message. by Jonathan Yu · 7 years ago
- 9f1de69 Add ADAPTER_TYPE_ANY in AdapterType. by Qingsi Wang · 7 years ago
- a465344 Return SSRC stats with the old stats API when SSRCs are unsignaled. by Taylor Brandstetter · 7 years ago
- 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
- 70473fc Reland "Add hugeFramesSent GetStats metric" by Ilya Nikolaevskiy · 7 years ago
- 8ddc2e6 Revert "Add hugeFramesSent GetStats metric" by Max Morin · 7 years ago
- f9f71b9 Add hugeFramesSent GetStats metric by Ilya Nikolaevskiy · 7 years ago
- 4ff5443 Fix bugs in collecting STUN candidate stats and configuring STUN by Qingsi Wang · 7 years ago
- c392866 Implement certificate chain stats. by Taylor Brandstetter · 7 years ago
- 72a43a1 Collect packet loss and RTT stats of STUN binding requests. by Qingsi Wang · 7 years ago
- afb0bb7 Remove PeerConnection voice_channel/video_channel methods by Steve Anton · 7 years ago
- b886711 Prepare StatsCollector to work with RtpTransceivers by Steve Anton · 7 years ago
- 5dfde18 Change PeerConnection stats interface to be more flexible by Steve Anton · 7 years ago
- 2d8609c Move internal PeerConnection methods to PeerConnectionInternal by Steve Anton · 7 years ago
- 75ceef2 Pivot old stats generation to iterate senders/receivers by Harald Alvestrand · 7 years ago
- 7411648 Remove SessionStats.proxy_to_transport by Steve Anton · 7 years ago
- 56d46090 Use the new AudioProcessing statistics everywhere. by Ivo Creusen · 7 years ago
- ae026096 Add parallel stats interface with optional stats to APM. by Ivo Creusen · 7 years ago
- c3ed630 Add stats googHasEnteredLowResolution. by Åsa Persson · 7 years ago
- 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
- 75737c0 Merge WebRtcSession into PeerConnection by Steve Anton · 7 years ago
- 36b29d1 Enable cpplint in pc/ by Steve Anton · 7 years ago
- d5585ca Move almost all references from WebRtcSession to PeerConnection by Steve Anton · 7 years ago
- 978b876 Move clients of WebRtcSession to use PeerConnection by Steve Anton · 7 years ago