webrtc/modules
Ilya Nikolaevskiy 2ec0c650e9 Set inter_pic_predicted video codec flag in vp9 encoder correctly
This flag only needs to be set in kOn interlayer prediction mode, because
in all others, if new layer is enabled - a keyframe is generated.

Also, use external reference control in that case, because libvpx creates
rtp-incompatible references in that case.

Bug: webrtc:10180
Change-Id: I0fad188fa8cd424f831bac219769dbad3a788b1d
Reviewed-on: https://webrtc-review.googlesource.com/c/118041
Commit-Queue: Ilya Nikolaevskiy <ilnik@webrtc.org>
Reviewed-by: Sergey Silkin <ssilkin@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26316}
2019-01-18 11:31:43 +00:00
..
audio_coding Trim down FileWrapper class to be merely a wrapper owning a FILE* 2019-01-18 07:25:30 +00:00
audio_device Trim down FileWrapper class to be merely a wrapper owning a FILE* 2019-01-18 07:25:30 +00:00
audio_mixer (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
audio_processing Trim down FileWrapper class to be merely a wrapper owning a FILE* 2019-01-18 07:25:30 +00:00
bitrate_controller (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
congestion_controller Adds WebRtcKeyValueConfig interface 2019-01-18 08:45:08 +00:00
desktop_capture Set callback_ member at start of desktop capturer Start() 2019-01-11 21:16:22 +00:00
include Move some video codec constants to separate file. 2019-01-17 15:29:53 +00:00
pacing (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
remote_bitrate_estimator Adds WebRtcKeyValueConfig interface 2019-01-18 08:45:08 +00:00
rtp_rtcp Adds repeating task class. 2019-01-18 10:55:41 +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 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
video_coding Set inter_pic_predicted video codec flag in vp9 encoder correctly 2019-01-18 11:31:43 +00:00
video_processing (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
BUILD.gn Revert "Opus multistream." 2019-01-17 22:38:57 +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