aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/pacing
AgeCommit message (Expand)Author
2017-02-23Leave only an empty top level OWNERS file.Chih-Hung Hsieh
2015-12-16Don't account for audio in the pacer budget.Stefan Holmer
2015-12-07Revert of "Create rtc::AtomicInt POD struct." (patchset #3 id:40001 of https:...pbos
2015-12-07Reland of "Create rtc::AtomicInt POD struct."Peter Boström
2015-12-07Prepare the AudioSendStream to be hooked up to send-side BWE.Stefan Holmer
2015-12-04Use webrtc/base/logging.h in stefan@'s ownership.Peter Boström
2015-11-26Fix bug in calculation of averge queue time in paced sender.Erik Språng
2015-11-20Allow pacer to boost bitrate in order to meet time constraints.sprang
2015-11-17Revert of Create rtc::AtomicInt POD struct. (patchset #12 id:220001 of https:...pbos
2015-11-16Create rtc::AtomicInt POD struct.pbos
2015-11-16Remove include dirs from modules/{media_file,pacing}Henrik Kjellander
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-08Disable pacer disabling.Peter Boström
2015-09-21Make sure rtp_rtcp module doesn't directly reference anything in the pacer mo...sprang
2015-09-18Enable probing with repeated payload packets by default.Stefan Holmer
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-16Add RTC_ prefix to contructormagic macros.henrikg
2015-09-08Add RemoteEstimatorProxy for capturing receive timessprang
2015-08-03Add support for transport wide sequence numberssprang
2015-07-27Improve probing by ignoring small packets which otherwise break the mechanism.stefan
2015-07-07Make the BWE threshold adaptive.stefan
2015-05-25PRESUBMIT: Improve PyLint check and add GN format check.Henrik Kjellander
2015-05-05Use padding to achieve bitrate probing if the initial key frame has too few p...Stefan Holmer
2015-03-26Moving the pacer and the pacer thread to ChannelGroup.Stefan Holmer
2015-03-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-02-16Enable bitrate probing by default in PacedSender.stefan@webrtc.org
2015-02-16Set webrtc_rtp category to be disabled by default.sprang@webrtc.org
2015-01-14Move system_wrappers.gyp files to the proper directory.andresp@webrtc.org
2014-12-15Use int64_t for milliseconds more often, primarily for TimeUntilNextProcess.pkasting@chromium.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-11-17Fix ExpectedQueueTimeMs() to avoid truncation or overflow.pkasting@chromium.org
2014-11-04Reduce to 2 probes when probing for initial bandwidth.stefan@webrtc.org
2014-11-04Reworked paced sender queuesprang@webrtc.org
2014-10-23Adds support for sending first set of packets at increasingly higher bitrates...stefan@webrtc.org
2014-09-28GN: Add common configs to all targets.kjellander@webrtc.org
2014-09-24Move thread_annotations.h to webrtc/base/.pbos@webrtc.org
2014-08-26Remove former team members from OWNERS and WATCHLISTSkjellander@webrtc.org
2014-08-25GN: Disable Chromium clang plugins for standalone build.kjellander@webrtc.org
2014-07-15Improvements to the pacer where it lost some budget due to truncation errors.stefan@webrtc.org
2014-07-11Move pacer to fully use webrtc::Clock instead of webrtc::TickTime.stefan@webrtc.org
2014-07-07Fix pacer to accept duplicate sequence numbers on different SSRCs.pbos@webrtc.org
2014-07-04Fix test issues and a win compile error introduced with r6605.stefan@webrtc.org
2014-07-04Revert conversion from TickTime to int64_t in paced sender.stefan@webrtc.org
2014-07-04Introduces PacedVideoSender to test framework and moves the Pacer to use Clock.stefan@webrtc.org
2014-06-23GN: Add BUILD.gn files + kjellander to OWNERSkjellander@webrtc.org
2014-06-12Enable pacing by default and remove the option to disable it from the new API.stefan@webrtc.org
2014-04-14Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition.fischman@webrtc.org
2014-03-19Simplify pacer interface.pbos@webrtc.org