summaryrefslogtreecommitdiff
path: root/video_engine
AgeCommit message (Expand)Author
2014-06-16Add max limit of number for overuses. When limit is reached always apply the ...asapersson@webrtc.org
2014-06-13Pass GYP DEPTH variable to isolate.kjellander@webrtc.org
2014-06-12Enable pacing by default and remove the option to disable it from the new API.stefan@webrtc.org
2014-06-12Increased kMaxRampUpDelayMs (120 to 240s).asapersson@webrtc.org
2014-06-11Add APIs to enable padding with redundant payloads.stefan@webrtc.org
2014-06-10Add additional metric (relative standard deviation of encode time) for overus...asapersson@webrtc.org
2014-06-10Add kjellander@webrtc.org as OWNER for *.isolatekjellander@webrtc.org
2014-06-06ViEAutoTestAndroid: Unbreak compile by casting void* to jobject.fischman@webrtc.org
2014-06-06AppRTCDemo(android): support app (UI) & capture rotation.fischman@webrtc.org
2014-06-05Have RTX be enabled by setting an RTX payload type instead of by setting an R...stefan@webrtc.org
2014-06-04Android: cleanup gtest_target_type conditions.henrike@webrtc.org
2014-05-28Add support of texture frames for video capturer.wuchengli@chromium.org
2014-05-27Revert "Add support of texture frames for video capturer."wuchengli@chromium.org
2014-05-27Add support of texture frames for video capturer.wuchengli@chromium.org
2014-05-27Added api for getting cpu measures using a struct.asapersson@webrtc.org
2014-05-26First incoming packet was not accounted for in receive stats. Changed call or...asapersson@webrtc.org
2014-05-23vie_autotest_android.cc: stop referring to undefined functions.fischman@webrtc.org
2014-05-23Revert "Revert "Remove VideoSendStreamInput::PutFrame.""pbos@webrtc.org
2014-05-23Fix deadlock in RegisterPreDecodeImageCallback.pbos@webrtc.org
2014-05-22Bump WebRTC version number to 3.54tnakamura@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-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