summaryrefslogtreecommitdiff
path: root/video_engine
AgeCommit message (Expand)Author
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-16Wire up --force_fieldtrials for vie_auto_test and for test targets linking wi...andresp@webrtc.org
2014-05-14Ignore the return value of UpdateRtcpTimestamp instead of printing warning. B...wu@webrtc.org
2014-05-14Move the capture ntp computing code to ntp_calculator so that later it can be...wu@webrtc.org
2014-05-14Add webrtc field trials API.andresp@webrtc.org
2014-05-14Remove WEBRTC_TRACE uses in video_engine/pbos@webrtc.org
2014-05-14Make vie/voe_auto_test accept non-supported flags without error.kjellander@webrtc.org
2014-05-13Reduced kMaxSampleDiffMs (limit to 22fps).asapersson@webrtc.org
2014-05-12Fix failing test introduced with r6111.stefan@webrtc.org
2014-05-12Fixes log spam introduced with r6041.stefan@webrtc.org
2014-05-08Raise kViEMaxNumberOfChannels from 32 to 64wu@webrtc.org
2014-05-08Updated WebRTC version to 3.53elham@webrtc.org
2014-05-07Move timestamp_extrapolator and rtp_to_ntp to system wrapper so that it can b...wu@webrtc.org
2014-05-06Remove timestamp_extrapolator's dependency to Clock and vcm defines.wu@webrtc.org
2014-05-02Pointers were not dereferenced in GetRtpStatistics.asapersson@webrtc.org
2014-05-02Change GetEstimatedSend/RecvBandwidth to return the total bandwidth of a chan...stefan@webrtc.org
2014-04-29Upping start bitrate to min, if set to a lower value i SetSendCodec.mflodman@webrtc.org
2014-04-28Disable flaky RunsRtpRtcpTestWIthoutErrors.pbos@webrtc.org
2014-04-25Replace scoped_array<T> with scoped_ptr<T[]>.andrew@webrtc.org
2014-04-25Casting char to int in logs.asapersson@webrtc.org
2014-04-24Calculate local/remote clock delta and capture ntp timestamp in receiver's ti...wu@webrtc.org
2014-04-15Propagate capture ntp timestamp from rtp to renderer.wu@webrtc.org
2014-04-14Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition.fischman@webrtc.org
2014-04-11Cleaned up logging in video_coding.stefan@webrtc.org
2014-04-08Convert logs in rtp rtcp module from WEBRTC_TRACE into LOG.andresp@webrtc.org
2014-04-07Updated WebRTC version to 3.52elham@webrtc.org
2014-04-07Log Fixit for parts of video_engine folder.mflodman@webrtc.org
2014-03-26Re-submit: rev5775andresp@webrtc.org
2014-03-26Add API to allow deducting bitrate from incoming estimates before the capacit...solenberg@webrtc.org
2014-03-25Revert 5775 "Modify bitrate controller to update bitrate based o..."andrew@webrtc.org
2014-03-25Removing VideoCodecDerived and moving methods inside VideoCodec.mallinath@webrtc.org
2014-03-25Updated WebRTC version to 3.51elham@webrtc.org
2014-03-25Modify bitrate controller to update bitrate based on process call and notandresp@webrtc.org
2014-03-25Adding API for setting bandwidth estimation configurations.stefan@webrtc.org
2014-03-24Add configuration for ability to use the encode usage measure for triggering ...asapersson@webrtc.org
2014-03-24Implement ViE forwarding to RBE of packets for BWE coming in through the ViEN...solenberg@webrtc.org
2014-03-24Have changes to REMB trigger RTCP to be sent immediately.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-21Refactor in BitrateController module.andresp@webrtc.org
2014-03-21Adding operator== and != methods for CodecInst and VideoCodec structures.mallinath@webrtc.org
2014-03-20Add ability to configure cpu overuse options via an API.asapersson@webrtc.org
2014-03-19Fixes RTX related bugs.stefan@webrtc.org
2014-03-19Simplify pacer interface.pbos@webrtc.org
2014-03-19Fix a deadlock in ViEEncoder::DeliverFrame.wuchengli@chromium.org
2014-03-13Implement minimum transmit bitrate.pbos@webrtc.org
2014-03-07Avoid crash in ViEEncoder::DeRegisterExternalEncoder().fischman@webrtc.org
2014-03-06Adding a new ramp-up-down-up testhenrik.lundin@webrtc.org
2014-02-27Adds APIs for reporting pacer queuing delay.jiayl@webrtc.org