aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/remote_bitrate_estimator/test/bwe_test_framework.h
AgeCommit message (Expand)Author
2015-12-15Simple CL to fix lint errors in webrtc/modules/remote_bitrate_estimator. Adde...terelius
2015-12-10Rewrote the PRNG using an xorshift* algorithm and moved the files from test/ ...terelius
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-15Move PRNG from BWE test framework to webrtc/test.solenberg
2015-09-16Consolidate constructormagic macros with Chromium version and remove Chromium...henrikg
2015-09-16Add RTC_ prefix to contructormagic macros.henrikg
2015-09-10Revert of Consolidate constructormagic macros with Chromium version and remov...tommi
2015-09-10Consolidate constructormagic macros with Chromium version and remove Chromium...henrikg
2015-07-25BWE Simulation Framework: Standard plot loggingCesar Magalhaes
2015-07-15Modified Simulation Framework Jitter Model.Cesar Magalhaes
2015-07-15Supports logging for dynamic and histogram plots on Simulation Framework.Cesar Magalhaes
2015-07-07Make the BWE threshold adaptive.stefan
2015-04-28Improve TCP implementation by adding ssthresh and make it possible to start i...Stefan Holmer
2015-04-10Improve BWE plotting and logging to make it possible to use multiple windows/...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-16Break out code from bloated files in the BWE simulator.stefan@webrtc.org
2015-02-13Add support for bi-directional simulations by having both an uplink and a dow...stefan@webrtc.org
2015-02-10Introduce PacketReceiver and remove configuration of simulations via the BweT...stefan@webrtc.org
2015-02-09Revert r8297 "Introduce PacketReceiver and remove configuration of simulation...stefan@webrtc.org
2015-02-09Introduce PacketReceiver and remove configuration of simulations via the BweT...stefan@webrtc.org
2015-02-06Wire up new feedback format by introducing a FeedbackPacket type.stefan@webrtc.org
2015-02-02Switched lists of packets to lists of packet pointers. Allows Packet polymorp...stefan@webrtc.org
2015-01-30Refactor senders into senders and sources in the simulation framework.stefan@webrtc.org
2015-01-23Switch to use range based loops in the BWE simulation framework.stefan@webrtc.org
2015-01-22Integrate send-side BWE into simulation framework.stefan@webrtc.org
2015-01-14Improved fairness simulation by starting the flows 20 seconds apart.stefan@webrtc.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-10-23Adds support for sending first set of packets at increasingly higher bitrates...stefan@webrtc.org
2014-07-04Introduces PacedVideoSender to test framework and moves the Pacer to use Clock.stefan@webrtc.org
2014-04-29Adding BweFeedbackTest which tracks BWE performance over a set of simulated s...stefan@webrtc.org
2014-04-25Support for simulating multiple independent flows in a network.stefan@webrtc.org
2014-04-01Added simulations of capacity variations and wifi recordings.stefan@webrtc.org
2014-03-13Add max delay to trace based filters and enhances drop tail queues with delay...stefan@webrtc.org
2014-03-07Remove std:: prefixes from C functions in webrtc/.pbos@webrtc.org
2014-03-06Fixes a bug in the simulation framework where the time offset is accumulating...stefan@webrtc.org
2014-02-06Plot the capacity of a trace-based delivery filter.stefan@webrtc.org
2014-02-05Add delay and send/receive throughput plots to BWE simulation.stefan@webrtc.org
2014-02-03Wire up feedback to VideoSender.stefan@webrtc.org
2014-01-24Add trace-based delivery filter to BWE test framework.stefan@webrtc.org
2013-12-03Add baseline generation/verification to BWE test framework.solenberg@webrtc.org
2013-11-28Refactor Remote Estimators Test into a more reusable form.solenberg@webrtc.org
2013-10-30Add delay limit to ChokeFilter.solenberg@webrtc.org
2013-10-30Logging for BWE test framework.solenberg@webrtc.org