webrtc/modules/pacing
Sebastian Jansson bef818d4d9 Default disables legacy overhead calculation.
This ensures that overhead calculation is correct by default when
enabling the WebRTC-SendSideBwe-WithOverhead field trial.

We keep the legacy mode to allow downstream projects already relying on
WebRTC-SendSideBwe-WithOverhead to preserve the current behavior.

Bug: webrtc:6762
Change-Id: I84369c760d59345a48ec352997dbed6d2db21d13
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/167862
Commit-Queue: Sebastian Jansson <srte@webrtc.org>
Reviewed-by: Erik Språng <sprang@webrtc.org>
Reviewed-by: Sam Zackrisson <saza@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#30424}
2020-01-30 14:06:07 +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 Concatenate string literals at compile time. 2020-01-14 14:47:48 +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 "Adds trial to use correct overhead calculation in pacer." 2020-01-29 18:45:16 +00:00
paced_sender.h Reland "Adds trial to use correct overhead calculation in pacer." 2020-01-29 18:45:16 +00:00
pacing_controller_unittest.cc Don't pace audio by default 2020-01-15 11:21:14 +00:00
pacing_controller.cc Default disables legacy overhead calculation. 2020-01-30 14:06:07 +00:00
pacing_controller.h Reland "Adds trial to use correct overhead calculation in pacer." 2020-01-29 18:45:16 +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 Merge RtpPacket HasExtension and IsExtensionReserved functions 2020-01-20 11:37:25 +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 Default disables legacy overhead calculation. 2020-01-30 14:06:07 +00:00
round_robin_packet_queue.h Reland "Adds trial to use correct overhead calculation in pacer." 2020-01-29 18:45:16 +00:00
rtp_packet_pacer.h Reland "Adds trial to use correct overhead calculation in pacer." 2020-01-29 18:45:16 +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 Reland "Adds trial to use correct overhead calculation in pacer." 2020-01-29 18:45:16 +00:00
task_queue_paced_sender.h Reland "Adds trial to use correct overhead calculation in pacer." 2020-01-29 18:45:16 +00:00