aboutsummaryrefslogtreecommitdiff
path: root/webrtc/video_engine/vie_receiver.h
AgeCommit message (Expand)Author
2015-12-09Reland of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:30000...Peter Boström
2015-12-08Revert of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:20001...kjellander
2015-12-08Merge webrtc/video_engine/ into webrtc/video/Peter Boström
2015-11-26Enable cpplint for webrtc/video_enginekjellander@webrtc.org
2015-11-06Removed vie_defines.hmflodman
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-10-14Fix RTPPayloadRegistry to correctly restore RTX, if a valid mapping exists.noahric
2015-09-17Remove channel ids from various interfaces.Peter Boström
2015-08-03Add support for transport wide sequence numberssprang
2015-07-14Remove ViEChannel simulcast lock.Peter Boström
2015-05-20Remove rtp_rtcp/ dump functionality.Peter Boström
2015-05-12Remove VideoEngine interfaces.Peter Boström
2015-04-21Support handling multiple RTX but only generate SDP with RTX associated with ...Shao Changbin
2015-04-21Revert "Remove simulcast modules from ViEReceiver."Peter Boström
2015-04-17Remove simulcast modules from ViEReceiver.Peter Boström
2015-03-12Add CVO support to Vie layer.guoweis@webrtc.org
2015-03-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@webrtc.org
2015-03-04Remove GetReceiveBandwidthEstimatorStats.pbos@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-01-28Notify jitter buffer about received FEC packets (to avoid sending NACK reques...asapersson@webrtc.org
2015-01-27Update StreamDataCounter with FEC bytes.asapersson@webrtc.org
2015-01-15Add percentage of fec packets and recovered media packets to histogram stats:asapersson@webrtc.org
2015-01-09Revert 8028 "Support associated payload type when registering Rt..."andrew@webrtc.org
2015-01-09Support associated payload type when registering Rtx payload type.pbos@webrtc.org
2014-11-27Add receive bitrates to histogram stats:asapersson@webrtc.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
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