webrtc/modules
Erik Språng ae10029bff Prevents probing while paused.
The pacing controller allowed sending bitrate probes, despite it being
paused. This CL adresses that, and makes sure the task-queue based mode
also properly repsects pausing.

Bug: webrtc:10809
Change-Id: I79643c9a24666110d7583fce3ed1bfd6865e9e10
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/162520
Reviewed-by: Florent Castelli <orphis@webrtc.org>
Commit-Queue: Erik Språng <sprang@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30109}
2019-12-17 17:57:38 +00:00
..
audio_coding Replace assert() with RTC_DCHECK 2019-12-13 10:06:07 +00:00
audio_device Remove unnecessary checks from AudioDeviceWindowsCore::CoreAudioIsSupported 2019-12-06 10:09:03 +00:00
audio_mixer Add directive to make webrtc metrics optional. 2019-12-09 13:55:50 +00:00
audio_processing Moved the legacy noise suppressor to a separate build target 2019-12-13 15:26:16 +00:00
congestion_controller Protect against assigning current_offset_ negative value. 2019-12-16 13:06:52 +00:00
desktop_capture Don't crash the test process when X11 isn't available. 2019-12-16 09:57:59 +00:00
include Cleanup includes in modules/include/module_common_types.h 2019-10-07 16:06:26 +00:00
pacing Prevents probing while paused. 2019-12-17 17:57:38 +00:00
remote_bitrate_estimator Add field trial to avoid extra backoffs in AIMD rate control. 2019-12-16 18:01:20 +00:00
rtp_rtcp Ensure that unset capture timestamp wouldn't cause incorrect SR rtp timestamps 2019-12-17 12:03:24 +00:00
third_party Use source_sets in component builds and static_library in release builds. 2019-10-17 21:17:18 +00:00
utility Remove line number from rtc::Location 2019-12-03 19:43:12 +00:00
video_capture Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class 2019-12-07 00:54:26 +00:00
video_coding Add ability to resize buffers pool in decoder and use it in IVF generator 2019-12-16 14:51:16 +00:00
video_processing Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class 2019-12-07 00:54:26 +00:00
BUILD.gn Reland "Refactoring of the noise suppressor and adding true multichannel support" 2019-10-31 11:56:01 +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