aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc
AgeCommit message (Expand)Author
2015-12-10in rtp_rtcp module:danilchap
2015-12-10lint build/include errors fixed in rtp_rtcp moduledanilchap
2015-10-02Add a PacketOptions struct to webrtc::Transport.stefan
2015-10-02Unify newapi::RtcpMode and RTCPMethod.pbos
2015-09-29Set RtcpSender transport at construction.sprang
2015-09-28Unify Transport and newapi::Transport interfaces.pbos
2015-09-17Remove channel ids from various interfaces.Peter Boström
2015-07-14Remove ViEChannel simulcast lock.Peter Boström
2015-04-21Support handling multiple RTX but only generate SDP with RTX associated with ...Shao Changbin
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-01-20Cleanup for Rtp Rtcp API test.changbin.shao@intel.com
2015-01-13Only return Rtx mode in RTXSendStatus().pbos@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-12-19Rtp-Rtcp sender cleanup.pbos@webrtc.org
2014-11-24Use vector of CSRCs for DeliverFrame & SetCSRCs.pbos@webrtc.org
2014-07-11Remove the send-side cname getter APIs from voice and video engine.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-04-08Convert logs in rtp rtcp module from WEBRTC_TRACE into LOG.andresp@webrtc.org
2013-12-04Adds support for sending redundant payloads over RTX.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-04-12Adding a payload type for RTX.mflodman@webrtc.org
2013-04-08WebRtc_Word32 => int32_t for rtp_rtcp/pbos@webrtc.org
2013-03-15Adding RTX on sourcemikhal@webrtc.org
2013-02-01Fix mismatch between different NACK list lengths and packet buffers.stefan@webrtc.org
2013-01-21Move video_coding to new Clock interface and remove fake clock implementation...stefan@webrtc.org
2012-12-03Add test to verify that padding only frames are passing through the RTP module.stefan@webrtc.org
2012-11-13Enable paced sender. pwestin@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org