aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/pacing/paced_sender.cc
AgeCommit message (Expand)Author
2015-12-16Don't account for audio in the pacer budget.Stefan Holmer
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-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-07-07Make the BWE threshold adaptive.stefan
2015-05-05Use padding to achieve bitrate probing if the initial key frame has too few p...Stefan Holmer
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
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-04Reworked paced sender queuesprang@webrtc.org
2014-10-23Adds support for sending first set of packets at increasingly higher bitrates...stefan@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-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-12Enable pacing by default and remove the option to disable it from the new API.stefan@webrtc.org
2014-03-19Simplify pacer interface.pbos@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-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-06-20Fix memory bot failurehclam@chromium.org
2013-06-20Enqueue packet in pacer if sending failshclam@chromium.org
2013-06-19Fixes some pacer/padding issues found while testing.stefan@webrtc.org
2013-06-04Fix build error introduced with r4168.stefan@webrtc.org
2013-06-04Add support for padding in pacer.stefan@webrtc.org
2013-05-06Fix crash in pacer.pwestin@webrtc.org
2013-05-02Adding trace and changing pacing constantspwestin@webrtc.org
2013-04-25Avoid adding duplicates in pacer lists.pwestin@webrtc.org
2013-03-27Add interface to signal a network down event.stefan@webrtc.org
2013-03-22Introduced pause and resume to the pacerpwestin@webrtc.org
2012-11-09Adding pacing module, will replace the transmission_bucket in the RTP module.pwestin@webrtc.org