webrtc/api/video_codecs
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
..
test Revert "Add ability to specify if rate controller of video encoder is trusted." 2018-10-11 15:37:40 +00:00
BUILD.gn Move EncodedImage class to api/video/ 2018-10-08 07:37:10 +00:00
builtin_video_decoder_factory.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
builtin_video_decoder_factory.h Built in video codec factories. 2018-05-03 11:49:42 +00:00
builtin_video_encoder_factory.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
builtin_video_encoder_factory.h Built in video codec factories. 2018-05-03 11:49:42 +00:00
sdp_video_format.cc Add copy and move operations to SdpVideoFormat. 2018-03-28 09:46:26 +00:00
sdp_video_format.h Add copy and move operations to SdpVideoFormat. 2018-03-28 09:46:26 +00:00
video_codec.cc Remove kVideoCodecUnknown from WebRTC. 2018-08-16 15:15:39 +00:00
video_codec.h Use enum class for VideoCodecMode and VideoCodecComplexity. 2018-06-13 12:26:09 +00:00
video_decoder.cc Replace rtc::Optional with absl::optional in api 2018-06-21 12:50:03 +00:00
video_decoder.h Move EncodedImage class to api/video/ 2018-10-08 07:37:10 +00:00
video_decoder_factory.cc Add receive stream id argument to CreateDecoder() method 2018-09-11 08:47:04 +00:00
video_decoder_factory.h Add receive stream id argument to CreateDecoder() method 2018-09-11 08:47:04 +00:00
video_decoder_software_fallback_wrapper.cc Use absl::make_unique and absl::WrapUnique directly 2018-07-05 10:59:49 +00:00
video_decoder_software_fallback_wrapper.h Make rtc_software_fallback_wrappers target visible. 2018-06-12 12:51:34 +00:00
video_encoder.cc Revert "Add ability to specify if rate controller of video encoder is trusted." 2018-10-11 15:37:40 +00:00
video_encoder.h Revert "Add ability to specify if rate controller of video encoder is trusted." 2018-10-11 15:37:40 +00:00
video_encoder_config.cc Remove kVideoCodecUnknown from WebRTC. 2018-08-16 15:15:39 +00:00
video_encoder_config.h Add functionality to set min bitrate for single stream through RtpEncodingParameters. 2018-06-25 10:10:48 +00:00
video_encoder_factory.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
video_encoder_software_fallback_wrapper.cc Revert "Add ability to specify if rate controller of video encoder is trusted." 2018-10-11 15:37:40 +00:00
video_encoder_software_fallback_wrapper.h Make rtc_software_fallback_wrappers target visible. 2018-06-12 12:51:34 +00:00