aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/rtp_rtcp/source/rtp_packet_history.h
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-09[rtp_rtcp] Lint build/header_guard errors fixeddanilchap
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-10-21Remove time constraint on first retransmit of a packet.sprang
2015-10-08Disable pacer disabling.Peter Boström
2015-09-11Refactor RTPPacketHistory to use a packet struct.pbos
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-02-02Fixed potential crash if rtp packet history is completely full.sprang@webrtc.org
2015-01-29Allow rtp packet history to dynamically expand in size.sprang@webrtc.org
2015-01-12Use int64_t more consistently for times, in particular for RTT values.pkasting@chromium.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-09-24Move thread_annotations.h to webrtc/base/.pbos@webrtc.org
2014-05-30Fix bug where RTP headers in the packet history were replaced with the RTX wr...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-05-29Include files from webrtc/.. paths in rtp_rtcp/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-06Update timestamp offset for re-transmitted packets.asapersson@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org