webrtc/modules/remote_bitrate_estimator
Johannes Kron 3c15f468c6 Use SeqNumUnwapper to handle reordering of first packets
Fixed todo by replacing SequenceNumberUnwrapper with updated class
SeqNumUnwrapper that correctly handles reordering of early packets.

Bug: webrtc:10263
Change-Id: Iffd93db924fee132d35752996b8d29acbb315d24
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/130498
Reviewed-by: Philip Eliasson <philipel@webrtc.org>
Commit-Queue: Johannes Kron <kron@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#27417}
2019-04-02 16:17:32 +00:00
..
include Delete unneeded direct includes of common_types.h 2019-04-01 07:18:13 +00:00
test Delete unneeded direct includes of common_types.h 2019-04-01 07:18:13 +00:00
tools [clang-tidy] Apply performance-faster-string-find fixes. 2019-01-28 11:31:53 +00:00
aimd_rate_control.cc Fix a comment reg. use of field trial. 2019-03-28 15:41:13 +00:00
aimd_rate_control.h Introduce a configurable "critical low" bandwidth in AIMD rate control. 2019-03-27 19:37:05 +00:00
aimd_rate_control_unittest.cc Using unit classes in AimdRateControl. 2018-11-20 08:04:11 +00:00
BUILD.gn Use SeqNumUnwapper to handle reordering of first packets 2019-04-02 16:17:32 +00:00
bwe_defines.cc Introduces common AudioAllocationSettings class. 2019-01-23 12:13:29 +00:00
bwe_simulations.cc Stop using Googletest legacy APIs. 2019-01-31 13:23:33 +00:00
DEPS Move remaining traces of VoiceEngine 2018-01-17 13:27:47 +00:00
inter_arrival.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
inter_arrival.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
inter_arrival_unittest.cc [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. 2018-11-28 18:25:07 +00:00
overuse_detector.cc Renamed a variable in overuse_detector. 2019-01-02 16:43:12 +00:00
overuse_detector.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
overuse_detector_unittest.cc Delete unneeded direct includes of common_types.h 2019-04-01 07:18:13 +00:00
overuse_estimator.cc [Cleanup] Add missing #include. Remove useless ones. 2018-10-23 11:32:56 +00:00
overuse_estimator.h (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
OWNERS Adds srte to OWNERS in bitrate_controller and remote_bitrate_estimator. 2018-09-26 09:24:45 +00:00
remote_bitrate_estimator_abs_send_time.cc Removes all const Clock*. 2019-01-30 13:03:37 +00:00
remote_bitrate_estimator_abs_send_time.h Removes all const Clock*. 2019-01-30 13:03:37 +00:00
remote_bitrate_estimator_abs_send_time_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
remote_bitrate_estimator_single_stream.cc Delete unneeded direct includes of common_types.h 2019-04-01 07:18:13 +00:00
remote_bitrate_estimator_single_stream.h Removes all const Clock*. 2019-01-30 13:03:37 +00:00
remote_bitrate_estimator_single_stream_unittest.cc (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries 2019-01-11 17:11:39 +00:00
remote_bitrate_estimator_unittest_helper.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
remote_bitrate_estimator_unittest_helper.h Delete use of WebRtcRTPHeader from FEC test code 2019-03-12 09:40:02 +00:00
remote_bitrate_estimators_test.cc Stop using Googletest legacy APIs. 2019-01-31 13:23:33 +00:00
remote_estimator_proxy.cc Use SeqNumUnwapper to handle reordering of first packets 2019-04-02 16:17:32 +00:00
remote_estimator_proxy.h Use SeqNumUnwapper to handle reordering of first packets 2019-04-02 16:17:32 +00:00
remote_estimator_proxy_unittest.cc Use SeqNumUnwapper to handle reordering of first packets 2019-04-02 16:17:32 +00:00