aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/pacing
AgeCommit message (Expand)Author
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
2014-02-27Adds APIs for reporting pacer queuing delay.jiayl@webrtc.org
2014-01-21Fix for libtalkmobile build errorelham@webrtc.org
2013-12-20Add thread_annotations for clang targets.andresp@webrtc.org
2013-12-13Measure pacer queue size based on when packets are inserted rather than captu...stefan@webrtc.org
2013-11-28Fixes a crash in the pacer where it fails to find a normal prio packet if the...stefan@webrtc.org
2013-11-27Ensure that no packet stays in the pacer queue for longer than 2 seconds.stefan@webrtc.org
2013-11-21Increase size of pacer window to 500 ms as that better matches the encoder.stefan@webrtc.org
2013-11-13Fix for RTX in combination with pacing.stefan@webrtc.org
2013-09-26Remove include_dirs from pacing.pbos@webrtc.org
2013-09-06Improving padding rules and breaking out bw allocation to ViEEncoder.stefan@webrtc.org
2013-08-09Don't pace out packets or generate padding when the pacer is disabled.stefan@webrtc.org
2013-07-31Fix some chromium-style warnings in webrtc/modules/pacing/pbos@webrtc.org