aboutsummaryrefslogtreecommitdiff
path: root/modules/pacing
AgeCommit message (Expand)Author
2019-01-23Introduces common AudioAllocationSettings class.Sebastian Jansson
2019-01-11(4) Rename files to snake_case: update BUILD.gn, include paths, header guards...Steve Anton
2019-01-09Include pacing buffer size in congestion window.Christoffer Rodbro
2018-12-20Make pacing buffer send interval configurable.Christoffer Rodbro
2018-12-07Only create ALR detector in PacedSender if deprecated functions are called.Bjorn Terelius
2018-11-28[Cleanup] Add missing #include. Remove useless ones. IWYU part 2.Yves Gerey
2018-11-20Delete unneeded includes of common_types.h and gn deps on webrtc_common.Niels Möller
2018-11-12Fix overflow for high bitrates in BitrateProberJohannes Kron
2018-10-26Makes critsect_.Leave() more visible in PacedSender.Sebastian Jansson
2018-10-25Disable probe delay warning in release builds.Jamie Walch
2018-10-23[Cleanup] Add missing #include. Remove useless ones.Yves Gerey
2018-10-16Removes Clock instance from RoundRobinPacketQueue.Sebastian Jansson
2018-10-15Removing forward declarations in paced_sender.h.Sebastian Jansson
2018-10-04Temporarily increase visibility of pacing and call/rtp_interfacesDanil Chapovalov
2018-10-03Fix -Wdefaulted-function-deleted warning in StreamPrioKeyHans Wennborg
2018-10-01Remove runtime_enabled_feature.Mirko Bonadei
2018-09-28Remove deprecated field_trial_default and metrics_default.Mirko Bonadei
2018-09-27Remove usage of runtime_enabled_features in WebRTC.Mirko Bonadei
2018-09-18Cleanup modules_common_typesDanil Chapovalov
2018-09-14Removes legacy PacketQueue implementation.Sebastian Jansson
2018-09-05Don't let time flow backwards in pacerErik Språng
2018-08-06Removes pause check from RoundRobinPacketQueue.Sebastian Jansson
2018-07-25Delete root header file typedef.h.Niels Möller
2018-07-18Enabling clang::find_bad_constructs for modules/pacing.Mirko Bonadei
2018-07-05Use absl::make_unique and absl::WrapUnique directlyKarl Wiberg
2018-06-29Removes redundant AlrDetector.Sebastian Jansson
2018-06-29Adds srte@webrtc.org as modules/pacing/ OWNER.Sebastian Jansson
2018-06-28Adds field trial for disabling pacer queue draining.Sebastian Jansson
2018-06-20Removing usage of //build/config/compiler:no_size_t_to_int_warning.Mirko Bonadei
2018-06-19Reformat the WebRTC code baseYves Gerey
2018-06-18Replace rtc::Optional with absl::optionalDanil Chapovalov
2018-06-15Adds trial to ignore video pacing for audio packets.Sebastian Jansson
2018-06-15Adds trial to always send padding packets when not sending video.Sebastian Jansson
2018-06-07Fixing issue where pacer budget increased in congestion.Sebastian Jansson
2018-05-23Don't assume that RTC_LOG's << operator is std::ostreamKarl Wiberg
2018-05-21Delete unneeded includes of basictypes.h.Niels Möller
2018-05-18Delete some obsolete forward declarationsNiels Möller
2018-05-17Make packet router send padding on rtp module that last sent media.Erik Språng
2018-05-08Replacing rtc::TimeDelta with webrtc::TimeDelta.Sebastian Jansson
2018-04-13Removes timeout warnings from pacer before first packet.Sebastian Jansson
2018-03-09Added congestion control functionality to pacer.Sebastian Jansson
2018-03-05Use round robin packet queue in the pacer by defaultIlya Nikolaevskiy
2018-02-28Added unit tests for new congestion controller.Sebastian Jansson
2018-02-28Added limit to elapsed time in paced sender.Sebastian Jansson
2018-02-21Reland "Base pacer padding in pause state on time since last send."Sebastian Jansson
2018-02-20Preparing for task queue in congenstion controllerSebastian Jansson
2018-02-14Revert "Revert "Revert "Reland "Moved congestion controller to task queue.""""Sebastian Jansson
2018-02-14Revert "Revert "Reland "Moved congestion controller to task queue."""Sebastian Jansson
2018-02-14Revert "Reland "Moved congestion controller to task queue.""Danil Chapovalov
2018-02-14Revert "Renamed constants in unit tests for paced sender."Danil Chapovalov