summaryrefslogtreecommitdiff
path: root/modules/rtp_rtcp
AgeCommit message (Expand)Author
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
2014-07-09Remove remains of WEBRTC_NO_STL.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-07-07Preserve RTP states for restarted VideoSendStreams.pbos@webrtc.org
2014-07-04Add boilerplate code for H.264.stefan@webrtc.org
2014-07-04Introduces PacedVideoSender to test framework and moves the Pacer to use Clock.stefan@webrtc.org
2014-07-03Fix memcheck error in r6594.marpan@webrtc.org
2014-07-03Fix for FEC decoding with sequence number wrap-around.marpan@webrtc.org
2014-06-26Fixes a bug causing NACKs to be dropped excessively at the send-side.stefan@webrtc.org
2014-06-25fix after r6472 in rtp_sender, comparison between signed and unsigned integer...henrike@webrtc.org
2014-06-25Add RTCP packet types to packet builder:asapersson@webrtc.org
2014-06-23GN: Add BUILD.gn files + kjellander to OWNERSkjellander@webrtc.org
2014-06-17Add round-robin selection of send stream to pad on.stefan@webrtc.org
2014-06-16Add SDES, APP, IJ, SLI and PLI packet types to RTCP packet class.asapersson@webrtc.org
2014-06-05Have RTX be enabled by setting an RTX payload type instead of by setting an R...stefan@webrtc.org
2014-06-04Moved verbose logging in rtcp_receiver.cc to LS_VERBOSE.andresp@webrtc.org
2014-05-30Fix bug where RTP headers in the packet history were replaced with the RTX wr...stefan@webrtc.org
2014-05-21Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@webrtc.org
2014-05-21Revert 6202 "Switch to using base/constructormagic.h and remove ..."mcasas@webrtc.org
2014-05-20Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@webrtc.org
2014-05-20Add NACK and RPSI packet types to RTCP packet builder.asapersson@webrtc.org
2014-05-14Move the capture ntp computing code to ntp_calculator so that later it can be...wu@webrtc.org
2014-04-25Replace scoped_array<T> with scoped_ptr<T[]>.andrew@webrtc.org
2014-04-24Calculate local/remote clock delta and capture ntp timestamp in receiver's ti...wu@webrtc.org
2014-04-24* Add webrtc::VoERTP_RTCP::SetReceiveAudioLevelIndicationStatus.wu@webrtc.org
2014-04-15Replace flooding logs in rtp_sender.cc with a comment.andrew@webrtc.org
2014-04-15Check if a header extension is registered before updating it and fail silentl...stefan@webrtc.org
2014-04-14Make everyone an OWNER for .gyp/.gypi add/delete purposes, non-talk/ edition.fischman@webrtc.org
2014-04-08Convert logs in rtp rtcp module from WEBRTC_TRACE into LOG.andresp@webrtc.org
2014-03-26Protect write of send_target_bitrate.andresp@webrtc.org
2014-03-25Make RTPHeaderParser skip over unknown RTP header extensions rather than bail...solenberg@webrtc.org
2014-03-25Fix race condition in RTPSEnder.sprang@webrtc.org
2014-03-24Have changes to REMB trigger RTCP to be sent immediately.stefan@webrtc.org
2014-03-24VoE changes to allow forwarding of packets from VoE to ViE BWE.solenberg@webrtc.org
2014-03-24Add AIMD option to BWE API.stefan@webrtc.org
2014-03-19Properly account for retransmitted packets when not using the pacer.stefan@webrtc.org
2014-03-19Fixes RTX related bugs.stefan@webrtc.org