webrtc/modules/video_coding/codecs/vp8
Lu Liu 0f17f9ce28 Revert "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer."
This reverts commit 18c4261339.

Reason for revert: Broke internal tests

Original change's description:
> Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer.
> 
> Creates VideoStreams & VideoCodec.simulcastStreams with an active field, and then allocates 0 bitrate to simulcast streams that are inactive. This turns off the encoder for specific simulcast streams.
> 
> Bug: webrtc:8653
> Change-Id: Id93b03dcd8d1191a7d3300bd77882c8af96ee469
> Reviewed-on: https://webrtc-review.googlesource.com/37740
> Reviewed-by: Stefan Holmer <stefan@webrtc.org>
> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org>
> Reviewed-by: Erik Språng <sprang@webrtc.org>
> Commit-Queue: Seth Hampson <shampson@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#21646}

TBR=deadbeef@webrtc.org,sprang@webrtc.org,stefan@webrtc.org,shampson@webrtc.org

Change-Id: I0aeb743cbd2e8d564aa732c937587c25a4c49b09
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:8653
Reviewed-on: https://webrtc-review.googlesource.com/39883
Reviewed-by: Lu Liu <lliuu@webrtc.org>
Commit-Queue: Lu Liu <lliuu@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21647}
2018-01-17 00:28:27 +00:00
..
include Reland "Update internal SW codecs to return unique_ptrs" 2017-11-13 14:23:58 +00:00
test Reland: googBandwidthLimitedResolution stat is not always set depending on configuration. 2017-12-18 11:20:13 +00:00
default_temporal_layers.cc Change forced software encoder fallback for VP8 to be only based on resolution and not bitrate. 2017-11-13 10:58:42 +00:00
default_temporal_layers.h Implement temporal layers checkers for vp8 2017-10-02 09:14:59 +00:00
default_temporal_layers_unittest.cc Implement temporal layers checkers for vp8 2017-10-02 09:14:59 +00:00
screenshare_layers.cc Smoother frame dropping when screenshare_layers limits fps 2018-01-12 14:40:40 +00:00
screenshare_layers.h Smoother frame dropping when screenshare_layers limits fps 2018-01-12 14:40:40 +00:00
screenshare_layers_unittest.cc Smoother frame dropping when screenshare_layers limits fps 2018-01-12 14:40:40 +00:00
simulcast_rate_allocator.cc Revert "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer." 2018-01-17 00:28:27 +00:00
simulcast_rate_allocator.h Revert "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer." 2018-01-17 00:28:27 +00:00
simulcast_test_utility.h Revert "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer." 2018-01-17 00:28:27 +00:00
simulcast_unittest.cc Revert "Enables/disables simulcast streams by allocating a bitrate of 0 to the spatial layer." 2018-01-17 00:28:27 +00:00
temporal_layers.cc Stop using LOG macros in favor of RTC_ prefixed macros. 2017-11-09 11:56:32 +00:00
temporal_layers.h Implement ScreenshareTemporalLayersChecker 2017-10-04 14:18:04 +00:00
vp8_impl.cc Reland: googBandwidthLimitedResolution stat is not always set depending on configuration. 2017-12-18 11:20:13 +00:00
vp8_impl.h Change forced software encoder fallback for VP8 to be only based on resolution and not bitrate. 2017-11-13 10:58:42 +00:00