aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/rtp_rtcp/source/rtp_sender.h
AgeCommit message (Expand)Author
2016-01-13Convert channel counts to size_t.Peter Kasting
2015-12-15[rtp_rtcp] lint errors about rand() usage fixed.danilchap
2015-12-10lint build/include errors fixed in rtp_rtcp moduledanilchap
2015-12-10lint whitespace warning removed from most rtp_rtcp/source/ filesdanilchap
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-10-08Disable pacer disabling.Peter Boström
2015-10-02Add a PacketOptions struct to webrtc::Transport.stefan
2015-09-28Unify Transport and newapi::Transport interfaces.pbos
2015-09-21Make sure rtp_rtcp module doesn't directly reference anything in the pacer mo...sprang
2015-09-18Enable probing with repeated payload packets by default.Stefan Holmer
2015-09-17Remove channel ids from various interfaces.Peter Boström
2015-09-14Add TransportFeedback adapter, adapting remote feedback to bwe estiamtorsprang
2015-08-03Add support for transport wide sequence numberssprang
2015-07-14Merge methods for configuring NACK/FEC/hybrid.pbos
2015-07-07Remove ResetStatistics from RTP feedback.pbos
2015-05-28Remove GetSendSideDelay from RtpRtcp.Peter Boström
2015-04-21Support handling multiple RTX but only generate SDP with RTX associated with ...Shao Changbin
2015-04-14Reland "Avoid critsect for protection- and qm setting callbacks inmflodman
2015-04-13Add missing configuration of rtx payload type for rtp/rtcp module.Åsa Persson
2015-04-01Enable CVO by default through webrtc pipeline.Guo-wei Shieh
2015-04-01Revert "Enable CVO by default through webrtc pipeline."Minyue
2015-04-01Enable CVO by default through webrtc pipeline.Guo-wei Shieh
2015-03-31Revert "Avoid critsect for protection- and qm setting callbacks in VideoSender."mflodman
2015-03-31Avoid critsect for protection- and qm setting callbacks in VideoSender.mflodman
2015-03-17Parsing of transport wide sequence number rtp extension header.sprang@webrtc.org
2015-03-12Add CVO support to Vie layer.guoweis@webrtc.org
2015-03-04Add CVO support to RTP sender side.guoweis@webrtc.org
2015-03-04Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macrokjellander@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-02-12Remove potential deadlock in RTPSenderAudio.pbos@webrtc.org
2015-01-13Only return Rtx mode in RTXSendStatus().pbos@webrtc.org
2015-01-12Use int64_t more consistently for times, in particular for RTT values.pkasting@chromium.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-12-19Rtp-Rtcp sender cleanup.pbos@webrtc.org
2014-12-19Move updating nack bitrate inside UpdateNACKBitRate.stefan@webrtc.org
2014-12-18Refactor some receive-side stats.pbos@webrtc.org
2014-12-09Add video send bitrates to histogram stats:asapersson@webrtc.org
2014-11-24Use vector of CSRCs for DeliverFrame & SetCSRCs.pbos@webrtc.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-11-05Wire up bandwidth stats to the new API and webrtcvideoengine2.stefan@webrtc.org
2014-11-04Reworked paced sender queuesprang@webrtc.org
2014-09-24Move thread_annotations.h to webrtc/base/.pbos@webrtc.org
2014-08-27Expose setPayloadType on the rtp_sender. Thus allowing other users of this mo...andresp@webrtc.org
2014-08-14Fix TimeToSendPadding return to be 0 if no padding bytes are sent.andresp@webrtc.org
2014-07-17Fix issue where padding is sent before media with undefined timestamps if not...stefan@webrtc.org
2014-07-16Remove old padding path in RTPSender.pbos@webrtc.org
2014-07-15Make RTCP sender report send media bytes.pbos@webrtc.org
2014-07-11Move pacer to fully use webrtc::Clock instead of webrtc::TickTime.stefan@webrtc.org
2014-07-10Count total bytes sent in RTPSender::Bytes().pbos@webrtc.org