aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/remote_bitrate_estimator/test
AgeCommit message (Expand)Author
2015-12-17Cleanup use of "do { ... } while (0)".torbjorng
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-23Remove ThreadWrapper::GetThreadId. The method just calls rtc::CurrentThreadId...Tommi
2015-11-16Remove include dirs from modules/{media_file,pacing}Henrik Kjellander
2015-11-11Convert usage of ARRAY_SIZE to arraysize.tfarina
2015-11-06Change to use local Random object instead of global rand() in the RtcEventLog...terelius
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-23Set send times in send time history via OnSentPacket.stefan
2015-10-15Move PRNG from BWE test framework to webrtc/test.solenberg
2015-10-08Disable pacer disabling.Peter Boström
2015-09-28Fix suspend below min bitrate in new API by making it possible to set min bit...stefan
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
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-09-04Update SendTimeHistory to store complete PacketInfo, not just send timesprang
2015-08-25Fixing Pylint errors for plot_dynamics.pyIvica Kicic
2015-08-07Add average rtt to CallStatsObserver and an average rtt histogram.stefan
2015-08-03Add support for transport wide sequence numberssprang
2015-07-31Supporting Pause/Resume, Sending Estimate logging. Corrected plot colorsCesar Magalhaes
2015-07-30Efficient Metric RecorderCesar Magalhaes
2015-07-25BWE Simulation Framework: Standard plot loggingCesar Magalhaes
2015-07-23Evaluation test cases.Cesar Magalhaes
2015-07-22Modified histogram shell plot script, added python dynamics plot scriptCesar Magalhaes
2015-07-22If the array size is even, the median should be average of its two middlemost...Cesar Magalhaes
2015-07-15Replaced uint32_t with standard uint16_t for sequence_number variables.Cesar 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-14Fix simulator issue where chokes didn't apply to non-congested packets.stefan
2015-07-13Revert of Fix simulator issue where chokes didn't apply to non-congested pack...stefan
2015-07-13Fix simulator issue where chokes didn't apply to non-congested packets.Stefan Holmer
2015-07-09Remove empty-string comparisons.pbos
2015-07-07Make the BWE threshold adaptive.stefan
2015-07-06Remove MimdRateControl and factories for RemoteBitrateEstimor.Erik Språng
2015-06-18Only use paced packets for estimating bitrate probes.Stefan Holmer
2015-06-08Fixed issue from previous commit, CL 56459004.Cesar Magalhaes
2015-06-08Enabling Packet-Loss plots for BweReceiver.Cesar Magalhaes
2015-06-01Fix issue with RTT computations in simulator.Stefan Holmer
2015-05-30Testing and improving NADA algorithm.Cesar Magalhaes
2015-05-07Wire up RTT to send-side GCC and TCP.Stefan Holmer
2015-05-06NADA's proposal from Cisco.Cesar Magalhaes
2015-04-29Add per flow throughput and delay metrics.Stefan Holmer
2015-04-28Improve TCP implementation by adding ssthresh and make it possible to start i...Stefan Holmer
2015-04-22Improve TCP by adding a real timeout to in flight packets.Stefan Holmer
2015-04-21Fix broken perf prints.Stefan Holmer
2015-04-21Fix bug in TCP implementation (simulations).Stefan Holmer
2015-04-17Fix some simulation issues.Stefan Holmer