webrtc/modules
Erik Språng 7f24fb9c1e Add settings to turn off VP8 base layer qp limit
This quality boost means that we sometimes drop a _lot_ of frames in the
base layer. It also interacts poorly with the bitrate adjuster since
even if frames are dropped they are often over-sized.

The setting still leaves the current behavior as default, but can be
changed using the WebRTC-VideoRateControl field trial.

Bug: webrtc:10155
Change-Id: I1a92ec69bab61b5148fe9d8bc391ac5ee1019367
Reviewed-on: https://webrtc-review.googlesource.com/c/122840
Commit-Queue: Erik Språng <sprang@webrtc.org>
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26659}
2019-02-13 11:54:19 +00:00
..
audio_coding Prevent updating state in the delay manager if the packet was reordered. 2019-02-06 15:30:54 +00:00
audio_device [clang-tidy] Apply performance-move-const-arg fixes (misc). 2019-02-05 15:12:20 +00:00
audio_mixer Receive-side ready for multiple channels. 2019-01-29 12:43:23 +00:00
audio_processing AEC3: Fix delay hysteresis validation 2019-02-12 12:05:20 +00:00
bitrate_controller Fix for RttBackoff when sending of packets with TWCC stops. 2019-02-08 10:47:03 +00:00
congestion_controller Plumbing of feedback on request setting 2019-02-08 10:54:21 +00:00
desktop_capture Remove unnecessary memset to DesktopFrame 2019-02-01 01:21:48 +00:00
include Move some video codec constants to separate file. 2019-01-17 15:29:53 +00:00
pacing [clang-tidy] Apply performance-move-const-arg fixes. 2019-02-01 15:02:36 +00:00
remote_bitrate_estimator Plumbing of feedback on request setting 2019-02-08 10:54:21 +00:00
rtp_rtcp Enable padding bit in TransportFeedback packets 2019-02-12 11:55:34 +00:00
third_party Fix guards for headers in third party 2018-08-07 09:39:06 +00:00
utility Publish rtc::QueuedTask in api as webrtc::QueuedTask 2019-01-14 14:48:12 +00:00
video_capture Compare GetStreamCaps against S_OK 2019-02-04 20:18:30 +00:00
video_coding Add settings to turn off VP8 base layer qp limit 2019-02-13 11:54:19 +00:00
video_processing Remove rtc_base/scoped_ref_ptr.h. 2019-01-25 20:29:58 +00:00
BUILD.gn Reland of Opus multistream. 2019-01-29 12:16:19 +00:00
module_common_types_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
OWNERS