aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.cc
AgeCommit message (Expand)Author
2015-12-15[rtp_rtcp] fixed lint errors in rtp_rtcp module that are not fixed in other CLsdanilchap
2015-12-10modules/rtp_rtcp/include folder cleared of lint warningsdanilchap
2015-12-10Prevent RTCP SR to be sent with bogus timestamp.mflodman
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-28Use webrtc/base/logging.h for rtp_rtcp.Peter Boström
2015-10-08Disable pacer disabling.Peter Boström
2015-10-02Unify newapi::RtcpMode and RTCPMethod.pbos
2015-09-29Set RtcpSender transport at construction.sprang
2015-09-24Reland "Wire up send-side bandwidth estimation."Erik Språng
2015-09-23Revert of Wire up send-side bandwidth estimation. (patchset #8 id:140001 of h...Erik Språng
2015-09-22Wire up send-side bandwidth estimation.sprang
2015-09-21Make sure rtp_rtcp module doesn't directly reference anything in the pacer mo...sprang
2015-09-17Remove channel ids from various interfaces.Peter Boström
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-09-14Add TransportFeedback adapter, adapting remote feedback to bwe estiamtorsprang
2015-09-08Add RemoteEstimatorProxy for capturing receive timessprang
2015-08-03Add support for transport wide sequence numberssprang
2015-07-24Removed extended jitter report from RtcpSender.Erik Språng
2015-07-14Merge methods for configuring NACK/FEC/hybrid.pbos
2015-07-14Remove ViEChannel simulcast lock.Peter Boström
2015-07-11Add statistics gathering for packet loss.bcornell
2015-07-07Remove ResetStatistics from RTP feedback.pbos
2015-06-25Send Sdes using RtcpPacketErik Språng
2015-06-01Remove intermediate RTCP CNAME buffers.Peter Boström
2015-05-28Remove GetSendSideDelay from RtpRtcp.Peter Boström
2015-05-28Remove external report blocks from RtcpSender and rtp_rtcp interface.Erik Språng
2015-05-11Refactor RTCP senderErik Språng
2015-04-27Clean up RTCPSender.Erik Språng
2015-04-23Prevent sender RTCP signals for receive-only channels.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-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-04Add CVO support to RTP sender side.guoweis@webrtc.org
2015-02-26Remove the default RTP module.mflodman@webrtc.org
2015-02-25Removing FEC functionality from the default RTP module.mflodman@webrtc.org
2015-02-23Move SetTargetSendBitrates logic from default module to payload router.mflodman@webrtc.org
2015-02-19Add RtcpPacketTypeCounter stats to new API.pbos@webrtc.org
2015-02-19Remove Set/Get sending status from the default RTP module.mflodman@webrtc.org
2015-02-17Remove SetCaptureDelay from the RTP module.mflodman@webrtc.org
2015-02-17Remove TimeToSendPacket and TimeToSendPadding from the default module.mflodman@webrtc.org
2015-02-13Remove call to RtpRtcp::RegisterSendPayload for the default RTP module.mflodman@webrtc.org
2015-02-12Remove potential deadlock in RTPSenderAudio.pbos@webrtc.org
2015-02-12Remove getting max payload length from default module.mflodman@webrtc.org
2015-02-11Remove default RTP module functionality for setting CSRC.mflodman@webrtc.org
2015-02-06Implementing a packet router class, used to route RTP packets to themflodman@webrtc.org
2015-01-22Split packets/bytes in StreamDataCounter into RtpPacketCounter struct.asapersson@webrtc.org
2015-01-21Indentation changes.asapersson@webrtc.org
2015-01-13Only return Rtx mode in RTXSendStatus().pbos@webrtc.org