summaryrefslogtreecommitdiff
path: root/modules/pacing
AgeCommit message (Expand)Author
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
2013-07-11Fix root-relative includes for pacing/.pbos@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-11Reorganize test targets in WebRTCkjellander@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-27Enable Nack pacing.pwestin@webrtc.org
2013-04-25Avoid adding duplicates in pacer lists.pwestin@webrtc.org
2013-04-16Remove vim/emacs modelines from .gypi filespbos@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
2013-01-18Remove '<(library)' in gyp files.wjia@webrtc.org
2012-11-09Adding pacing module, will replace the transmission_bucket in the RTP module.pwestin@webrtc.org