summaryrefslogtreecommitdiff
path: root/modules/rtp_rtcp/source/rtp_sender_unittest.cc
AgeCommit message (Expand)Author
2014-11-05Wire up bandwidth stats to the new API and webrtcvideoengine2.stefan@webrtc.org
2014-10-10Mark all virtual overrides in the hierarchy of Transport as virtual + OVERRIDE. xians@webrtc.org
2014-09-03Setting marker bit on DTMF correctlystefan@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
2014-07-10Refactor registerable callbacks for FrameCountObserver from rtp_rtcp module i...andresp@webrtc.org
2014-07-08Refactor registerable callbacks for VideoBitrateObserver from rtp_rtcp module...andresp@webrtc.org
2014-07-08Some refactoring inside rtp_rtcp/.pbos@webrtc.org
2014-06-17Add round-robin selection of send stream to pad on.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-03-06Help to land 7969005 on behalf of solenberg. The review and try is done in 79...wu@webrtc.org
2013-12-13Callback for send bitrate estimates - new rollsprang@webrtc.org
2013-12-11Revert 5259 "Callback for send bitrate estimates"sprang@webrtc.org
2013-12-11Callback for send bitrate estimatessprang@webrtc.org
2013-12-06Fix use of uninitialized memory in RtpSenderTest::StreamDataCountersCallbackssprang@webrtc.org
2013-12-05Add callbacks for send channel rtp statisticssprang@webrtc.org
2013-12-04Add send frame rate statistics callbacksprang@webrtc.org
2013-12-04Adds support for sending redundant payloads over RTX.stefan@webrtc.org
2013-11-15Increment RTP timestamps for padding packetshenrik.lundin@webrtc.org
2013-11-13Fix for RTX in combination with pacing.stefan@webrtc.org
2013-09-06Adds support for combining RTX and FEC/RED.stefan@webrtc.org
2013-06-19Fixes some pacer/padding issues found while testing.stefan@webrtc.org
2013-06-17Wire up pacer-based padding.stefan@webrtc.org
2013-06-03Change SetRTPAudioLevelIndicationStatus to ignore the id in the case of disab...wu@webrtc.org
2013-05-29Include files from webrtc/.. paths in rtp_rtcp/pbos@webrtc.org
2013-05-29Breaking out RTP header parsing from the RTP module.stefan@webrtc.org
2013-05-23Fix regression where retransmission bitrate is no longer estimated.stefan@webrtc.org
2013-05-20Fix assertions in rtp_header_extension.h caused by not handling the AudioLeve...solenberg@webrtc.org
2013-05-16Add handling of the absolute send time header extension to the rtp_rtcp module.solenberg@webrtc.org
2013-05-07Fix clang errors in non-GYP_DEFINES=clang=1 buildpbos@webrtc.org
2013-04-27Enable Nack pacing.pwestin@webrtc.org
2013-04-08WebRtc_Word32 => int32_t for rtp_rtcp/pbos@webrtc.org
2013-03-18Generic video-codec support.pbos@webrtc.org
2013-01-21Move video_coding to new Clock interface and remove fake clock implementation...stefan@webrtc.org
2013-01-17Break out RtpClock to system_wrappers and make it more generic.stefan@webrtc.org
2012-11-13Enable paced sender. pwestin@webrtc.org
2012-11-07pre-factor cleanup pre-work.pwestin@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org