webrtc/modules/video_coding/codecs/vp9
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
..
include [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
test Set inter_pic_predicted video codec flag in vp9 encoder correctly 2019-01-18 11:31:43 +00:00
DEPS Add VP9 profile negotiation to SDP 2018-07-02 23:38:41 +00:00
svc_config.cc Activate/deactivate VP9 spatial layers. 2018-12-10 12:55:51 +00:00
svc_config.h [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
svc_config_unittest.cc Vp9 flexible mode fixes 2018-12-04 15:36:28 +00:00
svc_rate_allocator.cc Activate/deactivate VP9 spatial layers. 2018-12-10 12:55:51 +00:00
svc_rate_allocator.h Activate/deactivate VP9 spatial layers. 2018-12-10 12:55:51 +00:00
svc_rate_allocator_unittest.cc Activate/deactivate VP9 spatial layers. 2018-12-10 12:55:51 +00:00
vp9.cc Reland 2: Add VP9 Profile 2 to default profiles 2018-12-11 23:38:26 +00:00
vp9_frame_buffer_pool.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
vp9_frame_buffer_pool.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
vp9_impl.cc Set inter_pic_predicted video codec flag in vp9 encoder correctly 2019-01-18 11:31:43 +00:00
vp9_impl.h Vp9 flexible mode fixes 2018-12-04 15:36:28 +00:00