summaryrefslogtreecommitdiff
path: root/modules/rtp_rtcp
AgeCommit message (Expand)Author
2014-11-04Reworked paced sender queuesprang@webrtc.org
2014-10-29Add stats for duplicate sent and received NACK requests.asapersson@webrtc.org
2014-10-22For FIR packet, payload length is zero, so SendToNetwork function is failing.stefan@webrtc.org
2014-10-14Add periodic logging of received RTP headers and estimated clock offsets for ...stefan@webrtc.org
2014-10-10Mark all virtual overrides in the hierarchy of Transport as virtual + OVERRIDE. xians@webrtc.org
2014-10-09Estimating NTP time with a given RTT.minyue@webrtc.org
2014-09-29Remove callback from RtpDepacketizer::Parse().pbos@webrtc.org
2014-09-28GN: Add common configs to all targets.kjellander@webrtc.org
2014-09-25Fix typo from RtpPacketizerH264.pbos@webrtc.org
2014-09-24Move thread_annotations.h to webrtc/base/.pbos@webrtc.org
2014-09-17Refactor VP8 de-packetizer.stefan@webrtc.org
2014-09-16Mark all virtual overrides in the hierarchies of UdpTransportData andhenrikg@webrtc.org
2014-09-12Initialize restored_packet in nack_rtx_unittest.cc.pbos@webrtc.org
2014-09-12Make RTPSender/RTPReceiver generic.pbos@webrtc.org
2014-09-12Mark all virtual overrides in the hierarchy of RtpData and RtpReceiver as such.stefan@webrtc.org
2014-09-11Mark all virtual overrides in the hierarchy of Module as virtual and OVERRIDE.henrik.lundin@webrtc.org
2014-09-08Ignore FEC packet in stats, if it is first packet on ssrc.sprang@webrtc.org
2014-09-03Setting marker bit on DTMF correctlystefan@webrtc.org
2014-08-28Add unit tests to rtcp_receiver_test.asapersson@webrtc.org
2014-08-27Expose setPayloadType on the rtp_sender. Thus allowing other users of this mo...andresp@webrtc.org
2014-08-26Remove Android.mk build files.pbos@webrtc.org
2014-08-26Remove former team members from OWNERS and WATCHLISTSkjellander@webrtc.org
2014-08-25GN: Disable Chromium clang plugins for standalone build.kjellander@webrtc.org
2014-08-14Small refactor on ViE to remove redudant conditions and long ifdefs.andresp@webrtc.org
2014-08-14Return an aggregated report from ViERtpRtcp::GetSentRTCPStatistics().stefan@webrtc.org
2014-08-14Fix TimeToSendPadding return to be 0 if no padding bytes are sent.andresp@webrtc.org
2014-08-13Fix STAP-A bug where we might overflow the packet buffer due to not accountin...stefan@webrtc.org
2014-08-12Make a int64 constant use ULL suffix so it wont get truncated.fbarchard@google.com
2014-08-07Remove the old H264 code now that a new H.264 packetizer has been implemented.stefan@webrtc.org
2014-08-07Fix single nalu packetization bug.stefan@webrtc.org
2014-08-06Change the way we reference enumerators in H.264 packetization code to be sta...stefan@webrtc.org
2014-08-04Fix for retransmission. Base layer packets were not retransmitted.asapersson@webrtc.org
2014-07-31Fix mistake in rtp/rtcp/BUILD.gn introduced with r6804.stefan@webrtc.org
2014-07-31Add H.264 packetization.stefan@webrtc.org
2014-07-29Integrate rtcp packet class to rtcp receiver tests.asapersson@webrtc.org
2014-07-24Make sure padding is sent on the first sending RTP module.mflodman@webrtc.org
2014-07-22Remove remains of WEBRTC_NO_STL.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-15Fix breakage introduced by r6691.pbos@webrtc.org
2014-07-15Make RTCP sender report send media bytes.pbos@webrtc.org
2014-07-11Fix bugs introduced by https://code.google.com/p/webrtc/source/detail?r=6667 .tommi@webrtc.org
2014-07-11Remove always-true expression.tommi@webrtc.org
2014-07-11Landing pkasting's webrtc fixes for MSVC level 4 warnings in WebRTC.tommi@webrtc.org
2014-07-11Thread annotate RTCPSender.pbos@webrtc.org
2014-07-11Move pacer to fully use webrtc::Clock instead of webrtc::TickTime.stefan@webrtc.org
2014-07-11Remove the send-side cname getter APIs from voice and video engine.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-10Revert "Remove remains of WEBRTC_NO_STL." (rev 6641).andresp@webrtc.org