aboutsummaryrefslogtreecommitdiff
path: root/video/receive_statistics_proxy.h
AgeCommit message (Expand)Author
2021-02-10Use SequenceChecker from public APIArtem Titov
2021-02-02Replace rtc::ThreadChecker with webrtc::SequenceCheckerArtem Titov
2020-07-08Migrate video/ except video/end_to_end_tests and video/adaptation to webrtc::...Markus Handell
2020-07-07Revert "Migrate video/ except video/end_to_end_tests and video/adaptation to ...Markus Handell
2020-07-07Migrate video/ except video/end_to_end_tests and video/adaptation to webrtc::...Markus Handell
2020-04-07Revert "Preparation for ReceiveStatisticsProxy lock reduction."Artem Titov
2020-04-06Preparation for ReceiveStatisticsProxy lock reduction.Tommi
2019-10-23Add estimatedPlayoutTimestamp to RTCInboundRTPStreamStats.Åsa Persson
2019-10-22Add per frame decode time histograms for 4k/HD and VP9/H264Johannes Kron
2019-09-24Include module_common_types.h only where neededNiels Möller
2019-08-27Fix frames dropped statisticsJohannes Kron
2019-08-13Delete StreamDataCountersCallback from ReceiveStatisticsNiels Möller
2019-08-09Use StreamStatistician::BitrateReceived to produce total_bitrate_bps for GetS...Niels Möller
2019-08-07Delete RtcpStatisticsCallback from ReceiveStatisticsNiels Möller
2019-08-06Split out RtcpCnameCallback from RtcpStatisticsCallbackNiels Möller
2019-08-02Get WebRTC.Video.ReceivedPacketsLostInPercent from ReceiveStatisticsNiels Möller
2019-07-02Add totalDecodeTime to RTCInboundRTPStreamStatsJohannes Kron
2019-03-28Delete unused methods from VCMReceiveStatisticsCallbackNiels Möller
2019-03-22Delete unused method VCMReceiveStatisticsCallback::OnReceiveRatesUpdatedNiels Möller
2019-03-22Delete unused enum StreamType and kViEStreamType* values.Niels Möller
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2019-01-09Calculate video quality metrics only for rendered frames.Sergey Silkin
2018-12-10New statistic added to VideoReceiveStream to determine latency to first decode.Benjamin Wright
2018-11-20Delete unneeded includes of common_types.h and gn deps on webrtc_common.Niels Möller
2018-10-08Move EncodedImage class to api/video/Niels Möller
2018-10-01Move call of stat's OnPreDecode to VideoReceiveStream::DecodeNiels Möller
2018-08-29Remove clang:find_bad_constructs suppression from call:call.Mirko Bonadei
2018-06-15Replace rtc::Optional with absl::optional in audio, call and videoDanil Chapovalov
2018-06-07Move stats for delayed frames to renderer from VCMTiming to ReceiveStatistics...Åsa Persson
2018-06-05Remove deprecated API methods in video pipelineIlya Nikolaevskiy
2018-05-24Implement VideoQualityObserverIlya Nikolaevskiy
2018-05-22Move SampleCounter from ReceiveStatisticsProxy to rtc_base/numericsIlya Nikolaevskiy
2018-05-18Delete some obsolete forward declarationsNiels Möller
2018-02-26Add thread checks to ReceiveStatisticsProxy that reflectTommi
2018-02-21Add dropped frames metric on the receive sideIlya Nikolaevskiy
2018-01-25Move stats for decoded frames per second from VCMTiming to ReceiveStatisticsP...Åsa Persson
2017-11-22Move some more numeric utility code from rtc_base/ to rtc_base/numerics/Karl Wiberg
2017-10-13Move HistogramPercentileCounter to rtc_base from RecieveStatisticProxy.Ilya Nikolaevskiy
2017-10-06Calculate and report to UMA 95th percentile of Interframe DelayIlya Nikolaevskiy
2017-09-15Adding NOLINT for typedefs.h and common_types.hMirko Bonadei
2017-09-15Fixing WebRTC after moving from src/webrtc to src/Mirko Bonadei
2017-09-15Moving src/webrtc into src/.Mirko Bonadei