summaryrefslogtreecommitdiff
path: root/modules/pacing/paced_sender.cc
AgeCommit message (Expand)Author
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