summaryrefslogtreecommitdiff
path: root/video_engine/vie_channel.cc
AgeCommit message (Expand)Author
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-08Refactor registerable callbacks for VideoBitrateObserver from rtp_rtcp module...andresp@webrtc.org
2014-07-07Preserve RTP states for restarted VideoSendStreams.pbos@webrtc.org
2014-07-04Configure RTX send status on new modules.pbos@webrtc.org
2014-06-30Reserve RTP/RTCP modules in SetSSRC.pbos@webrtc.org
2014-06-11Add APIs to enable padding with redundant payloads.stefan@webrtc.org
2014-06-05Have RTX be enabled by setting an RTX payload type instead of by setting an R...stefan@webrtc.org
2014-05-23Fix deadlock in RegisterPreDecodeImageCallback.pbos@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-25Replace scoped_array<T> with scoped_ptr<T[]>.andrew@webrtc.org
2014-04-15Propagate capture ntp timestamp from rtp to renderer.wu@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-07Log Fixit for parts of video_engine folder.mflodman@webrtc.org
2014-03-24Implement ViE forwarding to RBE of packets for BWE coming in through the ViEN...solenberg@webrtc.org
2014-02-24Fix to get total number of sent and received rtcp packets.asapersson@webrtc.org
2014-02-19Add RTCP packet type counter (for getting statistics such as sent/received NA...asapersson@webrtc.org
2014-02-11Remove ViE external encryption API.solenberg@webrtc.org
2014-02-10Add stats of incoming frame delays for debugging bandwidth estimation.jiayl@webrtc.org
2014-01-23Add callbacks for receive channel RTP statisticssprang@webrtc.org
2014-01-20Add configuration and test for extended RTCP reference time reports to new vi...asapersson@webrtc.org
2014-01-07Wire up statistics in video send stream of new video engine apisprang@webrtc.org
2013-12-19Add callbacks for receive channel RTCP statistics.sprang@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-13Callback for send bitrate estimates - new rollsprang@webrtc.org
2013-12-13Update talk to 58127566 together withwu@webrtc.org
2013-12-12Revert 5274 "Update talk to 58113193 together with https://webrt..."wu@webrtc.org
2013-12-12Update talk to 58113193 together with https://webrtc-codereview.appspot.com/5...wu@webrtc.org
2013-12-11Revert 5259 "Callback for send bitrate estimates"sprang@webrtc.org
2013-12-11Callback for send bitrate estimatessprang@webrtc.org
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-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-04Add send frame rate statistics callbacksprang@webrtc.org
2013-12-04Adds support for sending redundant payloads over RTX.stefan@webrtc.org
2013-11-26Implement and test EncodedImageCallback in new ViE API.sprang@webrtc.org
2013-11-21Added API for enabling/disabling RTCP Receiver Reference Time extension.asapersson@webrtc.org
2013-11-20Add possibility to get the last processed RTT from the call stats class (to b...asapersson@webrtc.org
2013-11-06Sending status fix for module.asapersson@webrtc.org
2013-11-04Removed unused code.asapersson@webrtc.org
2013-10-31Video bandwidth not reported correctlysprang@webrtc.org
2013-10-28Separate Call API/build files from video_engine/.pbos@webrtc.org
2013-10-23Expose VideoCodingModule's decoder stats up the stack from VCMTiming to chrom...fischman@webrtc.org
2013-10-22Upgrade scoped_ptr to Chromium's latest version.andrew@webrtc.org
2013-10-21Implement I420FrameCallbacks in Call.pbos@webrtc.org