summaryrefslogtreecommitdiff
path: root/video_engine/vie_receiver.cc
AgeCommit message (Expand)Author
2014-10-14Add periodic logging of received RTP headers and estimated clock offsets for ...stefan@webrtc.org
2014-10-09Estimating NTP time with a given RTT.minyue@webrtc.org
2014-09-04Fix audio/video sync when FEC is enabled.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-26First incoming packet was not accounted for in receive stats. Changed call or...asapersson@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-14Remove WEBRTC_TRACE uses in video_engine/pbos@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-02Change GetEstimatedSend/RecvBandwidth to return the total bandwidth of a chan...stefan@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-08Convert logs in rtp rtcp module from WEBRTC_TRACE into LOG.andresp@webrtc.org
2014-03-24Implement ViE forwarding to RBE of packets for BWE coming in through the ViEN...solenberg@webrtc.org
2014-03-19Fixes RTX related bugs.stefan@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
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-11-08Fix for making sure that the packet in order checks are done prior to updatin...stefan@webrtc.org
2013-09-06Adds support for combining RTX and FEC/RED.stefan@webrtc.org
2013-08-21Revert 4585 "Revert "Revert 4582 "Reverts a second set of reverts caused by a...stefan@webrtc.org
2013-08-21Revert 4582 "Reverts a second set of reverts caused by a bug in ..."henrike@webrtc.org
2013-08-21Reverts a second set of reverts caused by a bug in a dependency.stefan@webrtc.org
2013-08-15Update talk to 50918584.wu@webrtc.org
2013-07-26Access receiving_ under receive_cs critical sectionbraveyao@webrtc.org
2013-07-16Revert r4301tnakamura@webrtc.org
2013-07-15Revert r4322 "Support sending multiple report blocks and keeping track of sta...elham@webrtc.org
2013-07-10Support sending multiple report blocks and keeping track of statistics on sev...stefan@webrtc.org
2013-07-05Breaking out receive-stats, rtp-payload-registry and rtp-receiver from thestefan@webrtc.org
2013-06-25Remove unused multi stream bandwidth estimator.solenberg@webrtc.org
2013-06-04Update the remote bitrate estimator before passing the packet to the RTP module.stefan@webrtc.org
2013-05-29Fix a return value mismatch introduced in r4129.stefan@webrtc.org
2013-05-29Breaking out RTP header parsing from the RTP module.stefan@webrtc.org
2013-05-28Don't return an estimated receive BW for channels not receiving video.mflodman@webrtc.org
2013-05-22- Changed RemoteBitrateEstimator::IncomingPacket() to include a const WebRtcR...solenberg@webrtc.org
2013-05-17Include files from webrtc/.. paths in video_engine/pbos@webrtc.org
2013-04-09WebRtc_Word32 -> int32_t in video_engine/pbos@webrtc.org
2013-04-02Remove UDP transport API from ViEpwestin@webrtc.org
2013-03-13Revert r3667 and r3665pwestin@webrtc.org
2013-03-13Removed the engine API:s related to transport such as SetSendDestination, the...pwestin@webrtc.org
2013-02-06Don't report an error for GetEstimatedReceiveBandwidth if there is no validmflodman@webrtc.org
2013-02-01Break out RemoteBitrateEstimator from RtpRtcp module and make RemoteBitrateEs...stefan@webrtc.org
2012-11-07Made TickTime immutable, rewrote tick utils to be fakeable.phoglund@webrtc.org
2012-10-31Fixes a bitrate mismatch between sender and receiver.stefan@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org