summaryrefslogtreecommitdiff
path: root/video_engine/overuse_frame_detector.cc
AgeCommit message (Expand)Author
2014-10-29Remove unused code in overuse detector.asapersson@webrtc.org
2014-10-16Add ability to include a larger time span (in addition to encode time) for me...asapersson@webrtc.org
2014-08-13Decreased kMaxOverusesBeforeApplyRampupDelay (from 7 to 4).asapersson@webrtc.org
2014-07-16Raw packet loss rate reported by RTP_RTCP module may vary too drastically ove...minyue@webrtc.org
2014-06-16Add max limit of number for overuses. When limit is reached always apply the ...asapersson@webrtc.org
2014-06-12Increased kMaxRampUpDelayMs (120 to 240s).asapersson@webrtc.org
2014-06-10Add additional metric (relative standard deviation of encode time) for overus...asapersson@webrtc.org
2014-05-27Added api for getting cpu measures using a struct.asapersson@webrtc.org
2014-05-13Reduced kMaxSampleDiffMs (limit to 22fps).asapersson@webrtc.org
2014-04-07Log Fixit for parts of video_engine folder.mflodman@webrtc.org
2014-03-24Add configuration for ability to use the encode usage measure for triggering ...asapersson@webrtc.org
2014-03-20Add ability to configure cpu overuse options via an API.asapersson@webrtc.org
2014-02-17Reset estimate if no frame has been seen for a certain time (to avoid large j...asapersson@webrtc.org
2013-12-04Added a delay measurement, measures the time between an incoming captured fra...asapersson@webrtc.org
2013-11-26Added measure of encode time. Added encode time to the ViE CpuOveruseMeasure ...asapersson@webrtc.org
2013-11-20Added ViE API for getting overuse measure.asapersson@webrtc.org
2013-09-23- Reset capture deltas at resolution change.asapersson@webrtc.org
2013-08-30Overuse detection based on capture-input jitter.pbos@webrtc.org
2013-07-31Adding possibility to use encoding time when trigger underuse for frame based...mflodman@webrtc.org
2013-07-23Hooking up first simple CPU adaptation version.mflodman@webrtc.org
2013-06-26Adding a first simple version of overuse detection, but not hooked up.mflodman@webrtc.org