webrtc/modules/video_coding/codecs/vp8
Niels Möller 65fb4049c1 Don't expose resilience mode in VP8 and VP9 configuration.
This deletes the resilienceOn flag in VideoCodecVP8 and VideoCodecVP9.
Instead, the implementations of VP8 and VP9 set resilience mode
internally, based on the configuration of temporal and spatial layers.

The nack_enabled argument to VideoCodecInitializer::SetupCodec becomes
unused with this cl. In a followup, it will be deleted, together with
the corresponding argument to VideoStreamEncoder methods.

An applications which really wants to configure resilience differently
can do that by injecting an EncoderFactory with encoders behaving
as desired.

Bug: webrtc:8830
Change-Id: I9990faf07d3e95c0fb4a56fcc9a56c2005b4a6fa
Reviewed-on: https://webrtc-review.googlesource.com/71380
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Sergey Silkin <ssilkin@webrtc.org>
Reviewed-by: Rasmus Brandt <brandtr@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#23025}
2018-04-25 13:54:33 +00:00
..
include Enable and fix chromium clang warnings in sdk/android targets. 2018-04-05 11:22:03 +00:00
test Move BitrateAllocation to api/ and rename it VideoBitrateAllocation 2018-04-23 15:31:27 +00:00
default_temporal_layers.cc Delete logic to set picture id and tl0 pic idx in encoders. 2018-03-27 13:11:16 +00:00
default_temporal_layers.h Delete logic to set picture id and tl0 pic idx in encoders. 2018-03-27 13:11:16 +00:00
default_temporal_layers_unittest.cc Delete logic to set picture id and tl0 pic idx in encoders. 2018-03-27 13:11:16 +00:00
libvpx_vp8_decoder.cc Split vp8_impl into webm_vp8_encoder and webm_vp8_decoder 2018-03-15 11:57:07 +00:00
libvpx_vp8_decoder.h Split vp8_impl into webm_vp8_encoder and webm_vp8_decoder 2018-03-15 11:57:07 +00:00
libvpx_vp8_encoder.cc Don't expose resilience mode in VP8 and VP9 configuration. 2018-04-25 13:54:33 +00:00
libvpx_vp8_encoder.h Move BitrateAllocation to api/ and rename it VideoBitrateAllocation 2018-04-23 15:31:27 +00:00
screenshare_layers.cc Always update libvpx configuration if bitrate has changed. 2018-04-11 15:27:56 +00:00
screenshare_layers.h Delete logic to set picture id and tl0 pic idx in encoders. 2018-03-27 13:11:16 +00:00
screenshare_layers_unittest.cc Always update libvpx configuration if bitrate has changed. 2018-04-11 15:27:56 +00:00
simulcast_rate_allocator.cc Move BitrateAllocation to api/ and rename it VideoBitrateAllocation 2018-04-23 15:31:27 +00:00
simulcast_rate_allocator.h Move BitrateAllocation to api/ and rename it VideoBitrateAllocation 2018-04-23 15:31:27 +00:00
simulcast_test_utility.h Don't expose resilience mode in VP8 and VP9 configuration. 2018-04-25 13:54:33 +00:00
simulcast_unittest.cc Reland "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer." 2018-01-18 22:42:23 +00:00
temporal_layers.cc Delete logic to set picture id and tl0 pic idx in encoders. 2018-03-27 13:11:16 +00:00
temporal_layers.h Delete obsolete tl_factory member and all mention thereof. 2018-04-09 11:02:38 +00:00