summaryrefslogtreecommitdiff
path: root/video_engine
AgeCommit message (Expand)Author
2013-12-05Add callbacks for send channel rtp statisticssprang@webrtc.org
2013-12-05Add API to query video engine for the send-side delay.stefan@webrtc.org
2013-12-05Fixing the android buildhenrik.lundin@webrtc.org
2013-12-05Remove default implementations for SuspendBelowMinBitratehenrik.lundin@webrtc.org
2013-12-05Fix bug where fraction_lost is always set to 0 when getting received RTCP sta...stefan@webrtc.org
2013-12-05Add callbacks for send channel rtcp statisticssprang@webrtc.org
2013-12-04Remove the long disabled WEBRTC_SVNREVISION define.andrew@webrtc.org
2013-12-04Removing DropDeltaAfterKey functionality which is unused.andresp@webrtc.org
2013-12-04Add send frame rate statistics callbacksprang@webrtc.org
2013-12-04Added a delay measurement, measures the time between an incoming captured fra...asapersson@webrtc.org
2013-12-04Adds support for sending redundant payloads over RTX.stefan@webrtc.org
2013-11-28Lock frame in ViECapturer::IncomingFrameI420.pbos@webrtc.org
2013-11-27Ensure that no packet stays in the pacer queue for longer than 2 seconds.stefan@webrtc.org
2013-11-27Create default implementation to fix issue in libjinglesprang@webrtc.org
2013-11-26Implement and test EncodedImageCallback in new ViE API.sprang@webrtc.org
2013-11-26Added measure of encode time. Added encode time to the ViE CpuOveruseMeasure ...asapersson@webrtc.org
2013-11-26Remove const in vie_rtp_rtcp, where there is conflict withsprang@webrtc.org
2013-11-25Updated WebRTC version to 3.47elham@webrtc.org
2013-11-25Add include stdlib.h to files using abs.stefan@webrtc.org
2013-11-22Replace VideoFrameI420 with I420VideoFrame.pbos@webrtc.org
2013-11-22Add exception handling when configuring MediaCodc in order to prevent break i...dwkang@webrtc.org
2013-11-21Renaming ViEEncoderObserver::VideoSuspendedhenrik.lundin@webrtc.org
2013-11-21Protect reads of ViEEncoder::video_suspended_.pbos@webrtc.org
2013-11-21Connect pacer/padding to SuspendBelowMinBitratehenrik.lundin@webrtc.org
2013-11-21Added API for enabling/disabling RTCP Receiver Reference Time extension.asapersson@webrtc.org
2013-11-21Increase run-time for full stack test for the rtt to be added reliably to the...asapersson@webrtc.org
2013-11-21Typo in vie_autotest_win.ccbraveyao@webrtc.org
2013-11-20Interface changes to old api, for use by new api transition.sprang@webrtc.org
2013-11-20Added ViE API for getting overuse measure.asapersson@webrtc.org
2013-11-20Deliver I420VideoFrames from VideoRender module.pbos@webrtc.org
2013-11-20Add possibility to get the last processed RTT from the call stats class (to b...asapersson@webrtc.org
2013-11-18Rename AutoMute to SuspendBelowMinBitratehenrik.lundin@webrtc.org
2013-11-13Disable all vie_auto_tests on Linux for now (take 2)kjellander@webrtc.org
2013-11-13Disable all automated vie_auto_tests on Linux for nowkjellander@webrtc.org
2013-11-13Fix for RTX in combination with pacing.stefan@webrtc.org
2013-11-08Fix for making sure that the packet in order checks are done prior to updatin...stefan@webrtc.org
2013-11-06Updated WebRTC version to 3.46elham@webrtc.org
2013-11-06Sending status fix for module.asapersson@webrtc.org
2013-11-04Removed unused code.asapersson@webrtc.org
2013-10-31Revert "Remove extra copy in VideoCaptureImpl::IncomingFrameI420"sheu@chromium.org
2013-10-31Remove extra copy in VideoCaptureImpl::IncomingFrameI420sheu@chromium.org
2013-10-31Revert "Remove extra copy in VideoCaptureImpl::IncomingFrameI420"sheu@chromium.org
2013-10-31Remove extra copy in VideoCaptureImpl::IncomingFrameI420sheu@chromium.org
2013-10-31Video bandwidth not reported correctlysprang@webrtc.org
2013-10-28Drop ViEDecoderObserver::DecoderTiming impl now that WebRtcDecoderObserver ro...fischman@webrtc.org
2013-10-28Separate Call API/build files from video_engine/.pbos@webrtc.org
2013-10-28Removing the threshold from the auto-mute APIshenrik.lundin@webrtc.org
2013-10-23Expose VideoCodingModule's decoder stats up the stack from VCMTiming to chrom...fischman@webrtc.org
2013-10-23Porting auto mute to new ViE APIhenrik.lundin@webrtc.org
2013-10-22Upgrade scoped_ptr to Chromium's latest version.andrew@webrtc.org