webrtc/modules/video_coding/utility
Oleh Prypin a1d9ca47f9 Revert "Add ability to specify if rate controller of video encoder is trusted."
This reverts commit 3e335d1423.

Reason for revert: breaks downstream project

Original change's description:
> Add ability to specify if rate controller of video encoder is trusted.
>
> If rate controller is trusted, we disable the frame dropper in the
> media optimization module.
>
> Bug: webrtc:9722
> Change-Id: I821f21fd74a400ee9d5aa3f6b42d4e569033acbe
> Reviewed-on: https://webrtc-review.googlesource.com/c/105020
> Commit-Queue: Erik Språng <sprang@webrtc.org>
> Reviewed-by: Per Kjellander <perkj@webrtc.org>
> Reviewed-by: Niels Moller <nisse@webrtc.org>
> Reviewed-by: Rasmus Brandt <brandtr@webrtc.org>
> Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#25107}

TBR=brandtr@webrtc.org,ilnik@webrtc.org,nisse@webrtc.org,sprang@webrtc.org,perkj@webrtc.org

Change-Id: Ifdb0aae684894854a184ec1e7423a7c62e7ba237
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:9722
Reviewed-on: https://webrtc-review.googlesource.com/c/105360
Commit-Queue: Oleh Prypin <oprypin@webrtc.org>
Reviewed-by: Oleh Prypin <oprypin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25117}
2018-10-11 15:37:40 +00:00
..
default_video_bitrate_allocator.cc Reland "Move FakeCodec to separate target and behave like real encoder." 2018-08-27 13:09:37 +00:00
default_video_bitrate_allocator.h Exposing video bitrate allocator into API 2018-07-23 21:23:21 +00:00
default_video_bitrate_allocator_unittest.cc Stop using VideoCodec.targetBitrate for vp8 screenshare config 2018-07-06 15:13:18 +00:00
frame_dropper.cc Remove unused MockFrameDropper and make FrameDropper non-virtual. 2018-09-03 14:19:17 +00:00
frame_dropper.h Remove unused MockFrameDropper and make FrameDropper non-virtual. 2018-09-03 14:19:17 +00:00
frame_dropper_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
framerate_controller.cc Move VP9 frame rate controller to separate class. 2018-08-29 21:05:56 +00:00
framerate_controller.h Move VP9 frame rate controller to separate class. 2018-08-29 21:05:56 +00:00
framerate_controller_unittest.cc Move VP9 frame rate controller to separate class. 2018-08-29 21:05:56 +00:00
ivf_file_writer.cc Remove double declaration of 2 conversion functions. 2018-09-11 06:00:05 +00:00
ivf_file_writer.h Move EncodedImage class to api/video/ 2018-10-08 07:37:10 +00:00
ivf_file_writer_unittest.cc Add accessor methods for RTP timestamp of EncodedImage. 2018-08-21 09:15:51 +00:00
moving_average.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
moving_average.h Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
moving_average_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
quality_scaler.cc Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
quality_scaler.h Replace rtc::Optional with absl::optional 2018-06-18 10:24:48 +00:00
quality_scaler_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
simulcast_rate_allocator.cc Split WebRTC-UseShortVP8TL3Pattern field trial in two. 2018-10-02 09:48:03 +00:00
simulcast_rate_allocator.h Add hysteresis to enabling of simulcast streams. 2018-09-14 15:59:46 +00:00
simulcast_rate_allocator_unittest.cc Refactoring of VP8 TemporalLayers interface. 2018-10-03 16:51:30 +00:00
simulcast_test_fixture_impl.cc Changed FakeVp8Encoder to write dimensions in payload. 2018-10-08 08:37:38 +00:00
simulcast_test_fixture_impl.h Revert "Add ability to specify if rate controller of video encoder is trusted." 2018-10-11 15:37:40 +00:00
simulcast_utility.cc Split TemporalLayers and TemporalLayers checker, clean up header. 2018-10-02 07:52:02 +00:00
simulcast_utility.h Split TemporalLayers and TemporalLayers checker, clean up header. 2018-10-02 07:52:02 +00:00
vp8_header_parser.cc Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
vp8_header_parser.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
vp9_uncompressed_header_parser.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
vp9_uncompressed_header_parser.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00