webrtc/modules/pacing
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
..
bitrate_prober_unittest.cc Reland "Refactors BitrateProber with unit types and absolute probe time." 2019-11-05 11:02:22 +00:00
bitrate_prober.cc Reland "Refactors BitrateProber with unit types and absolute probe time." 2019-11-05 11:02:22 +00:00
bitrate_prober.h Reland "Refactors BitrateProber with unit types and absolute probe time." 2019-11-05 11:02:22 +00:00
BUILD.gn Implements a task-queue based PacedSender, wires it up for field trials 2019-11-28 12:13:53 +00:00
DEPS Replace field trials with WebRtcKeyValueConfig in PacedSender 2019-02-22 13:08:18 +00:00
interval_budget_unittest.cc Make interval budget use ratio instead of percent 2019-06-07 08:53:57 +00:00
interval_budget.cc Fix potential signed overflow in IntervalBudget::set_target_rate_kbps 2019-06-18 15:42:54 +00:00
interval_budget.h Fix potential signed overflow in IntervalBudget::set_target_rate_kbps 2019-06-18 15:42:54 +00:00
OWNERS Makes sprang@ owner in modules/pacing 2019-11-25 12:32:18 +00:00
paced_sender_unittest.cc Reland "Fixes dynamic mode pacing issues." 2019-11-27 10:22:05 +00:00
paced_sender.cc Reland "Fixes dynamic mode pacing issues." 2019-11-27 10:22:05 +00:00
paced_sender.h Add support for dynamic processing mode in PacedSender. 2019-11-15 08:56:00 +00:00
pacing_controller_unittest.cc Prevents probing while paused. 2019-12-17 17:57:38 +00:00
pacing_controller.cc Prevents probing while paused. 2019-12-17 17:57:38 +00:00
pacing_controller.h Implements a task-queue based PacedSender, wires it up for field trials 2019-11-28 12:13:53 +00:00
packet_router_unittest.cc Makes padding prefer video SSRCs instead of audio. 2019-12-11 16:32:14 +00:00
packet_router.cc Makes padding prefer video SSRCs instead of audio. 2019-12-11 16:32:14 +00:00
packet_router.h Makes padding prefer video SSRCs instead of audio. 2019-12-11 16:32:14 +00:00
round_robin_packet_queue.cc Cleans up the round robin packet queue. 2019-11-22 08:07:15 +00:00
round_robin_packet_queue.h Cleans up the round robin packet queue. 2019-11-22 08:07:15 +00:00
rtp_packet_pacer.h Delete unused method PacedSender::QueueSizePackets 2019-10-17 08:35:38 +00:00
task_queue_paced_sender_unittest.cc TimeController: Rename Sleep to AdvanceTime. 2019-12-03 16:08:54 +00:00
task_queue_paced_sender.cc Implements a task-queue based PacedSender, wires it up for field trials 2019-11-28 12:13:53 +00:00
task_queue_paced_sender.h Implements a task-queue based PacedSender, wires it up for field trials 2019-11-28 12:13:53 +00:00