summaryrefslogtreecommitdiff
path: root/video_engine/vie_receiver.h
AgeCommit message (Expand)Author
2014-10-14Add periodic logging of received RTP headers and estimated clock offsets for ...stefan@webrtc.org
2014-09-12Mark all virtual overrides in the hierarchy of RtpData and RtpReceiver as such.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-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-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-03-24Implement ViE forwarding to RBE of packets for BWE coming in through the ViEN...solenberg@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-15Update talk to 50918584.wu@webrtc.org
2013-07-16Revert r4301tnakamura@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-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-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-10-22Move src/ -> webrtc/andrew@webrtc.org