webrtc/modules/remote_bitrate_estimator
Florent Castelli 8037fc6ffa Migrate absl::optional to std::optional
Bug: webrtc:342905193
No-Try: True
Change-Id: Icc968be43b8830038ea9a1f5f604307220457807
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/361021
Auto-Submit: Florent Castelli <orphis@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Commit-Queue: Florent Castelli <orphis@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#42911}
2024-09-02 12:16:47 +00:00
..
include Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
tools Delete rtc_base/format_macros.h 2022-05-09 12:03:21 +00:00
aimd_rate_control.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
aimd_rate_control.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
aimd_rate_control_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
BUILD.gn Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
bwe_defines.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
congestion_control_feedback_generator.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
congestion_control_feedback_generator.h Add functions to send feedback according to RFC 8888 in ReceiveSideCongestionController. 2024-05-30 14:20:39 +00:00
congestion_control_feedback_generator_unittest.cc Ensure packets are sorted on arrival time in CongestionControlFeedbackGenerator 2024-05-30 11:23:24 +00:00
DEPS WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf 2022-03-29 10:14:00 +00:00
inter_arrival.cc Cleanup construction parameters for remote bitrate estimator helpers 2023-03-22 11:42:19 +00:00
inter_arrival.h Cleanup construction parameters for remote bitrate estimator helpers 2023-03-22 11:42:19 +00:00
inter_arrival_unittest.cc Cleanup construction parameters for remote bitrate estimator helpers 2023-03-22 11:42:19 +00:00
overuse_detector.cc Remove BWE logging functionality 2024-05-29 12:18:44 +00:00
overuse_detector.h Split BandwidthUsage from network_state_predictor.h 2024-05-24 13:44:37 +00:00
overuse_detector_unittest.cc Cleanup OveruseDetector from tracers of old experimentation 2023-03-24 17:13:45 +00:00
overuse_estimator.cc Remove BWE logging functionality 2024-05-29 12:18:44 +00:00
overuse_estimator.h Split BandwidthUsage from network_state_predictor.h 2024-05-24 13:44:37 +00:00
OWNERS Revise video owners 2022-09-30 08:44:30 +00:00
packet_arrival_map.cc Skip trimming packet arrival history at the beginning 2023-01-12 11:59:27 +00:00
packet_arrival_map.h Skip trimming packet arrival history at the beginning 2023-01-12 11:59:27 +00:00
packet_arrival_map_test.cc Skip trimming packet arrival history at the beginning 2023-01-12 11:59:27 +00:00
remote_bitrate_estimator_abs_send_time.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
remote_bitrate_estimator_abs_send_time.h Delete deprecated ReceiveSideCongestionController constructor 2024-05-15 14:32:01 +00:00
remote_bitrate_estimator_abs_send_time_unittest.cc Delete deprecated ReceiveSideCongestionController constructor 2024-05-15 14:32:01 +00:00
remote_bitrate_estimator_single_stream.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
remote_bitrate_estimator_single_stream.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
remote_bitrate_estimator_single_stream_unittest.cc Delete deprecated ReceiveSideCongestionController constructor 2024-05-15 14:32:01 +00:00
remote_bitrate_estimator_unittest_helper.cc Subtract an additional 5kbps of the bitrate when backing off. 2023-09-28 09:36:36 +00:00
remote_bitrate_estimator_unittest_helper.h Remove RTC_DISALLOW_COPY_AND_ASSIGN from modules/ 2022-01-24 11:50:20 +00:00
rtp_transport_feedback_generator.h Add functions to send feedback according to RFC 8888 in ReceiveSideCongestionController. 2024-05-30 14:20:39 +00:00
transport_sequence_number_feedback_generator.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
transport_sequence_number_feedback_generator.h Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00
transport_sequence_number_feedback_generator_unittest.cc Migrate absl::optional to std::optional 2024-09-02 12:16:47 +00:00