aboutsummaryrefslogtreecommitdiff
path: root/webrtc/video/send_statistics_proxy.cc
AgeCommit message (Expand)Author
2016-01-08Fix for stats updated twice when switching content type (realtime <-> screens...asapersson
2015-12-21Rename RTC_HISTOGRAM_* macros to RTC_HISTOGRAM_*_SPARSE_* to indicate that th...asapersson
2015-12-18Expose codec implementation names in stats.Peter Boström
2015-12-14Wire up bandwidth limitation info to GetStats and adapt_reason.asapersson
2015-12-07Remove avg encode time from CpuOveruseMetric struct and use value from OnEnco...asapersson
2015-12-03Add separate send-side UMA stats for screenshare and video.sprang
2015-11-16Add limit for minimum number of required samples before recording input and s...asapersson
2015-11-11Round Rate computations from RateTracker.Tim Psiaki
2015-11-04Add histograms for send-side delay stats for a sent video stream:asapersson
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-27Add stats for used video codec type for a sent video stream:asapersson
2015-10-26Use webrtc/base/logging.h for video.Peter Boström
2015-10-23Remove VideoFrameType aliases for FrameType.Peter Boström
2015-10-20Add histogram for percentage of sent frames that are limited in resolution du...asapersson
2015-10-19Add histogram for percentage of sent frames that are limited in resolution du...asapersson
2015-10-06Remove kSkipFrame usage.Peter Boström
2015-10-05Move sent key frame stats to send_statistics_proxy class.asapersson
2015-09-22Remove callback_cs_ in ViEEncoder.Peter Boström
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-14Add a rate tracker that tracks rate over a given interval split up into bucke...Tim Psiaki
2015-07-24Add encode and decode time to histograms stats:asapersson
2015-07-22Add resolution and fps stats to histograms:asapersson
2015-06-16Add sent framerates to histogram stats:Åsa Persson
2015-05-15Clear bitrate stats for unused SSRCs.Peter Boström
2015-05-01Use rtc::CriticalSection in webrtc/video/.Peter Boström
2015-03-23Convert webrtc/video/ abort/assert to CHECK/DCHECK.pbos@webrtc.org
2015-03-18Reland "Make the entry point for VideoFrames to webrtc const ref I420VideoFra...perkj@webrtc.org
2015-03-10Revert "Make the entry point for VideoFrames to webrtc const ref I420VideoFra...magjed@webrtc.org
2015-03-06Make the entry point for VideoFrames to webrtc const ref I420VideoFrame.perkj@webrtc.org
2015-02-26Wire up target_media_bitrate in VideoSendStream.pbos@webrtc.org
2015-02-26Implement CpuOveruseMetrics as callbacks.pbos@webrtc.org
2015-02-25Add decoder-timing stats to VideoReceiveStream.pbos@webrtc.org
2015-02-24DCHECK send DataCountersUpdated for valid SSRCs.pbos@webrtc.org
2015-02-19Add RtcpPacketTypeCounter stats to new API.pbos@webrtc.org
2014-12-18Refactor some receive-side stats.pbos@webrtc.org
2014-12-01Report encoded frame size in VideoSendStream.pbos@webrtc.org
2014-11-05Wire up bandwidth stats to the new API and webrtcvideoengine2.stefan@webrtc.org
2014-08-14Return an aggregated report from ViERtpRtcp::GetSentRTCPStatistics().stefan@webrtc.org
2014-07-11Move pacer to fully use webrtc::Clock instead of webrtc::TickTime.stefan@webrtc.org
2014-07-11Remove the send-side cname getter APIs from voice and video engine.stefan@webrtc.org
2014-04-28Add thread annotations to Call API.pbos@webrtc.org
2014-03-13Re-landing "Routing SuspendChange to VideoSendStream::Stats"henrik.lundin@webrtc.org
2014-03-11Revert "Routing SuspendChange to VideoSendStream::Stats"henrik.lundin@webrtc.org
2014-03-11Routing SuspendChange to VideoSendStream::Statshenrik.lundin@webrtc.org
2014-02-07Wire up statistics in video receive stream of new APIsprang@webrtc.org
2014-01-07Wire up statistics in video send stream of new video engine apisprang@webrtc.org