summaryrefslogtreecommitdiff
path: root/video_engine
AgeCommit message (Expand)Author
2014-07-15Remove the VPM denoiser.pbos@webrtc.org
2014-07-11Landing pkasting's webrtc fixes for MSVC level 4 warnings in WebRTC.tommi@webrtc.org
2014-07-11Move pacer to fully use webrtc::Clock instead of webrtc::TickTime.stefan@webrtc.org
2014-07-11Cast payload types to int for logging.pbos@webrtc.org
2014-07-11Remove the send-side cname getter APIs from voice and video engine.stefan@webrtc.org
2014-07-10Refactor registerable callbacks for FrameCountObserver from rtp_rtcp module i...andresp@webrtc.org
2014-07-09Thread annotations for vie_encoder.cc/.hstefan@webrtc.org
2014-07-08Refactor registerable callbacks for VideoBitrateObserver from rtp_rtcp module...andresp@webrtc.org
2014-07-08Some refactoring inside rtp_rtcp/.pbos@webrtc.org
2014-07-07Preserve RTP states for restarted VideoSendStreams.pbos@webrtc.org
2014-07-04Add boilerplate code for H.264.stefan@webrtc.org
2014-07-04Configure RTX send status on new modules.pbos@webrtc.org
2014-07-04Introduces PacedVideoSender to test framework and moves the Pacer to use Clock.stefan@webrtc.org
2014-07-03Removed old code and default implementations.asapersson@webrtc.org
2014-07-02Possibly fix deadlock happening due to unregister/register modules as switchi...andresp@webrtc.org
2014-06-30Reserve RTP/RTCP modules in SetSSRC.pbos@webrtc.org
2014-06-25Bump version number to 3.55tnakamura@webrtc.org
2014-06-23GN: Add BUILD.gn files + kjellander to OWNERSkjellander@webrtc.org
2014-06-20Add tests of texture frames in video_send_stream_test.wuchengli@chromium.org
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