webrtc/modules/video_coding/codecs/vp8
Erik Språng 27a457d172 Smoother frame dropping when screenshare_layers limits fps
This is a reland of https://webrtc-review.googlesource.com/34380

The main problem with that CL was that we used frame timestamps as basis
for frame dropping, but those might not be continuous or even populated
in some circumstances.

Additionally, I found that the bitrate was off since the encoder does
not not take the dropped frames into account, so if we drop every other
frame continiusoly, the bitrate sent will be around half of the target.

Patch set 1 is the original CL, subsequent patch sets cotains fixes.

Bug: webrtc:4172
Change-Id: I8ec8dddcebf4ce44f28dd9055cf9c46bbd68e4a6
Reviewed-on: https://webrtc-review.googlesource.com/39201
Commit-Queue: Erik Språng <sprang@webrtc.org>
Reviewed-by: Ilya Nikolaevskiy <ilnik@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21601}
2018-01-12 14:40:40 +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_unittest.cc Implement temporal layers checkers for vp8 2017-10-02 09:14:59 +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
screenshare_layers_unittest.cc Smoother frame dropping when screenshare_layers limits fps 2018-01-12 14:40:40 +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
simulcast_rate_allocator.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
simulcast_rate_allocator.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
simulcast_test_utility.h Reland "Update internal SW codecs to return unique_ptrs" 2017-11-13 14:23:58 +00:00
simulcast_unittest.cc Reland "Update internal SW codecs to return unique_ptrs" 2017-11-13 14:23:58 +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