webrtc/modules/pacing
Florent Castelli dd837e28fa Remove //rtc_base:timeutils from public deps
Bug: webrtc:8603
Change-Id: Iaca9356d16275a02e8842c783f259131d72ef010
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/257914
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Auto-Submit: Florent Castelli <orphis@webrtc.org>
Commit-Queue: Florent Castelli <orphis@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36460}
2022-04-06 11:23:21 +00:00
..
g3doc Update links to point at main branch 2021-07-22 16:41:26 +00:00
bitrate_prober.cc WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +00:00
bitrate_prober.h WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +00:00
bitrate_prober_unittest.cc Allows bitrate prober to discard delayed probes, unit type refactorings 2020-07-17 10:57:44 +00:00
BUILD.gn Remove //rtc_base:timeutils from public deps 2022-04-06 11:23:21 +00:00
DEPS WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +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
interval_budget_unittest.cc Make interval budget use ratio instead of percent 2019-06-07 08:53:57 +00:00
OWNERS Remove wildcard ownership for build files. 2020-02-19 14:05:46 +00:00
paced_sender.cc WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +00:00
paced_sender.h WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +00:00
paced_sender_unittest.cc WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +00:00
pacing_controller.cc WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +00:00
pacing_controller.h WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +00:00
pacing_controller_unittest.cc Clean up the TaskQueuePacedSender constructor. 2022-03-17 15:23:46 +00:00
packet_router.cc Allow RTP module thread checking to know PacketRouter status. 2021-08-13 15:04:49 +00:00
packet_router.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
packet_router_unittest.cc Remove REMB throttling funcionality from PacketRouter 2021-05-12 11:24:58 +00:00
round_robin_packet_queue.cc Make KeyValueConfig mandatory in the pacer. 2022-03-15 15:07:46 +00:00
round_robin_packet_queue.h Make KeyValueConfig mandatory in the pacer. 2022-03-15 15:07:46 +00:00
rtp_packet_pacer.h Move ownership of congestion window state to rtp sender controller. 2022-03-16 15:30:03 +00:00
task_queue_paced_sender.cc WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +00:00
task_queue_paced_sender.h WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +00:00
task_queue_paced_sender_unittest.cc Reland "Pacer: Reduce TQ wake up and improve packet size estimation" 2022-03-21 16:41:42 +00:00