webrtc/modules
Sergey Silkin 18bc3e19c4 Revert "Updated analysis in videoprocessor."
This reverts commit 1880c7162b.

Reason for revert: breaks internal tests

Original change's description:
> Updated analysis in videoprocessor.
> 
> - Run analysis after all frames are processed. Before part of it was
> done at bitrate change points;
> - Analysis is done for whole stream as well as for each rate update
> interval;
> - Changed units from number of frames to time units for some metrics
> and thresholds. E.g. 'num frames to hit tagret bitrate' is changed to
> 'time to reach target bitrate, sec';
> - Changed data type of FrameStatistic::max_nalu_length (renamed to
> max_nalu_size_bytes) from rtc::Optional to size_t. There it no need to
> use such advanced data type in such low level data structure.
> 
> Bug: webrtc:8524
> Change-Id: Ic9f6eab5b15ee12a80324b1f9c101de1bf3c702f
> Reviewed-on: https://webrtc-review.googlesource.com/31901
> Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
> Reviewed-by: Stefan Holmer <stefan@webrtc.org>
> Reviewed-by: Åsa Persson <asapersson@webrtc.org>
> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#21653}

TBR=brandtr@webrtc.org,asapersson@webrtc.org,sprang@webrtc.org,stefan@webrtc.org,ssilkin@webrtc.org

Change-Id: Id0b7d387bbba02e71637b229aeed6f6cf012af46
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:8524
Reviewed-on: https://webrtc-review.googlesource.com/40220
Reviewed-by: Sergey Silkin <ssilkin@webrtc.org>
Commit-Queue: Sergey Silkin <ssilkin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21656}
2018-01-17 13:16:07 +00:00
..
audio_coding Update gn files to support Mozilla build 2018-01-16 07:51:23 +00:00
audio_device Remove unused members from AudioDeviceBuffer 2018-01-16 10:20:32 +00:00
audio_mixer Use AudioProcessingBuilder everywhere AudioProcessing is created. 2018-01-09 13:45:20 +00:00
audio_processing RenderWriter checks number of bands before inserting AudioBuffer. 2018-01-16 13:35:24 +00:00
bitrate_controller Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" 2018-01-10 15:55:04 +00:00
congestion_controller Update gn files to support Mozilla build 2018-01-16 07:51:23 +00:00
desktop_capture Update gn files to support Mozilla build 2018-01-16 07:51:23 +00:00
include Fix circular dependencies in webrtc_common. 2017-12-15 14:33:26 +00:00
media_file Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" 2018-01-10 15:55:04 +00:00
pacing Moved ALR experiment settings to new experiments folder. 2018-01-12 12:03:22 +00:00
remote_bitrate_estimator RemoteBitrateEstimatorAbsSendTime: check clock is a valid ref 2018-01-16 01:27:11 +00:00
rtp_rtcp Support more ssrcs in ReceiveStatistics than retrieved per RtcpReportBlocks call 2018-01-16 12:02:24 +00:00
utility Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" 2018-01-10 15:55:04 +00:00
video_capture Update gn files to support Mozilla build 2018-01-16 07:51:23 +00:00
video_coding Revert "Updated analysis in videoprocessor." 2018-01-17 13:16:07 +00:00
video_processing Revert "Revert "GN rtc_* templates: Set default visibility to webrtc_root + "/*""" 2018-01-10 15:55:04 +00:00
BUILD.gn Update gn files to support Mozilla build 2018-01-16 07:51:23 +00:00
module_common_types_unittest.cc Remove various IDs: 2017-09-28 14:37:11 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00