webrtc/modules/pacing
Alex Narest dc9ca9329b Revert "BWE allocation strategy"
This reverts commit a5fbc23379.

Reason for revert: <INSERT REASONING HERE>

Original change's description:
> BWE allocation strategy
> 
> This is reland of https://webrtc-review.googlesource.com/c/src/+/4860 with the fixed RampUpTest test
> 
> Bug: webrtc:8243
> Change-Id: I4b90a449b00dd05feee974001e08fb40710b59ac
> Reviewed-on: https://webrtc-review.googlesource.com/13124
> Commit-Queue: Alex Narest <alexnarest@webrtc.org>
> Reviewed-by: Stefan Holmer <stefan@webrtc.org>
> Cr-Commit-Position: refs/heads/master@{#20345}

TBR=stefan@webrtc.org,alexnarest@webrtc.org

Change-Id: I8ed12cd2115ef63204e384cc93c9f4473daa54d1
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:8243
Reviewed-on: https://webrtc-review.googlesource.com/14020
Commit-Queue: Alex Narest <alexnarest@webrtc.org>
Reviewed-by: Alex Narest <alexnarest@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20361}
2017-10-19 15:34:52 +00:00
..
mock Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
alr_detector.cc Fix ALR field trial parsing 2017-10-02 12:51:19 +00:00
alr_detector.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
alr_detector_unittest.cc Fix ALR field trial parsing 2017-10-02 12:51:19 +00:00
bitrate_prober.cc Remove encoding code from RtcEventLogImpl and use RtcEventLogEncoder instead 2017-10-03 15:26:56 +00:00
bitrate_prober.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
bitrate_prober_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
BUILD.gn New PacketQueue2 which prioritize packets in a round-robin fashion. 2017-10-13 12:03:57 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
interval_budget.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
interval_budget.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
interval_budget_unittest.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
OWNERS Moving src/webrtc into src/. 2017-09-15 04:25:06 +00:00
paced_sender.cc Revert "BWE allocation strategy" 2017-10-19 15:34:52 +00:00
paced_sender.h Revert "BWE allocation strategy" 2017-10-19 15:34:52 +00:00
paced_sender_unittest.cc Remove duplicate packet check from webrtc::PacketQueue. 2017-10-02 11:45:15 +00:00
pacer.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
packet_queue.cc Remove duplicate packet check from webrtc::PacketQueue. 2017-10-02 11:45:15 +00:00
packet_queue.h Remove duplicate packet check from webrtc::PacketQueue. 2017-10-02 11:45:15 +00:00
packet_queue2.cc New PacketQueue2 which prioritize packets in a round-robin fashion. 2017-10-13 12:03:57 +00:00
packet_queue2.h New PacketQueue2 which prioritize packets in a round-robin fashion. 2017-10-13 12:03:57 +00:00
packet_router.cc Simplify RtpRtcp interface for REMB 2017-10-11 11:09:39 +00:00
packet_router.h Resolve cyclic dependency in remote bitrate estimator 2017-09-25 15:10:14 +00:00
packet_router_unittest.cc Simplify RtpRtcp interface for REMB 2017-10-11 11:09:39 +00:00