summaryrefslogtreecommitdiff
path: root/modules/remote_bitrate_estimator
AgeCommit message (Expand)Author
2014-07-13GN: Fix include paths for WebRTC in Chromium build.kjellander@webrtc.org
2014-07-04Fix test issues and a win compile error introduced with r6605.stefan@webrtc.org
2014-07-04Introduces PacedVideoSender to test framework and moves the Pacer to use Clock.stefan@webrtc.org
2014-07-01Fix compile error introduced with r6571.stefan@webrtc.org
2014-07-01Fixes a potential BWE clock mismatch bug.stefan@webrtc.org
2014-06-23GN: Add BUILD.gn files + kjellander to OWNERSkjellander@webrtc.org
2014-05-21Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@webrtc.org
2014-05-21Revert 6202 "Switch to using base/constructormagic.h and remove ..."mcasas@webrtc.org
2014-05-20Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@webrtc.org
2014-05-14Add webrtc field trials API.andresp@webrtc.org
2014-05-14Re-enable the BitrateEstimatorTest cases for the Call API.solenberg@webrtc.org
2014-05-07Move timestamp_extrapolator and rtp_to_ntp to system wrapper so that it can b...wu@webrtc.org
2014-04-29Added include of assert.h for files calling assert but missing the include.henrike@webrtc.org
2014-04-29Disable failing GoogleWifiTrace3Mbps.pbos@webrtc.org
2014-04-29Disable GoogleWifiTrace3Mbps.pbos@webrtc.org
2014-04-29Adding BweFeedbackTest which tracks BWE performance over a set of simulated s...stefan@webrtc.org
2014-04-25Replace scoped_array<T> with scoped_ptr<T[]>.andrew@webrtc.org
2014-04-25Fix leak in remote bitrate estimator tests introduced in r5980stefan@webrtc.org
2014-04-25Support for simulating multiple independent flows in a network.stefan@webrtc.org
2014-04-24Calculate local/remote clock delta and capture ntp timestamp in receiver's ti...wu@webrtc.org
2014-04-16Remove use of tmpnam.kjellander@webrtc.org
2014-04-14Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition.fischman@webrtc.org
2014-04-07Clean up traces and logs in RemoteBitrateEstimator.stefan@webrtc.org
2014-04-01Added simulations of capacity variations and wifi recordings.stefan@webrtc.org
2014-03-31Add tests for the RBE RemoveStream() API.solenberg@webrtc.org
2014-03-24Disabled some of the remote bitrate estimator baseline tests.stefan@webrtc.org
2014-03-24VoE changes to allow forwarding of packets from VoE to ViE BWE.solenberg@webrtc.org
2014-03-24Add AIMD option to BWE API.stefan@webrtc.org
2014-03-13Add max delay to trace based filters and enhances drop tail queues with delay...stefan@webrtc.org
2014-03-10Fix build breakage introduce with r5665.stefan@webrtc.org
2014-03-10Add option to bwe_rtp_to_text to output arrival times only in nanoseconds.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-03-03Fix compilation errors under clang 3.5.pbos@webrtc.org
2014-02-12Change the type of propagation delta from int64 to int.jiayl@webrtc.org
2014-02-10Add stats of incoming frame delays for debugging bandwidth estimation.jiayl@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-31Add BWE tools for parsing RTP files.stefan@webrtc.org
2014-01-24Add trace-based delivery filter to BWE test framework.stefan@webrtc.org
2013-12-16Revert r5294 to re-roll r5293.pbos@webrtc.org
2013-12-15Revert 5293 "Auto instantiate RBE depending on whether AST or TO..."turaj@webrtc.org
2013-12-13Auto instantiate RBE depending on whether AST or TOF is available in incoming...solenberg@webrtc.org
2013-12-13Making RemoteRateControl::min_configured_bit_rate_ configurablehenrik.lundin@webrtc.org
2013-12-03Add baseline generation/verification to BWE test framework.solenberg@webrtc.org
2013-12-03Change BitrateStats to more generalized RateStatisticssprang@webrtc.org
2013-11-28Refactor Remote Estimators Test into a more reusable form.solenberg@webrtc.org
2013-11-25Faster implementation of BitRateStats.mikhal@webrtc.org
2013-10-30Add delay limit to ChokeFilter.solenberg@webrtc.org