aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/rtp_rtcp/source/rtp_receiver_strategy.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-11-04modules: more interface -> include renamesHenrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-09-17Remove channel ids from various interfaces.Peter Boström
2015-07-07Remove ResetStatistics from RTP feedback.pbos
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-04-08Convert logs in rtp rtcp module from WEBRTC_TRACE into LOG.andresp@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-31Fix some chromium-style warnings in webrtc/modules/rtp_rtcp/pbos@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-08WebRtc_Word32 => int32_t for rtp_rtcp/pbos@webrtc.org
2013-02-04Moved almost all payload-related stuff to the payload registry.phoglund@webrtc.org
2013-01-22RTP Receiver is now only deals with a receiver strategy. Cleaned up dependenc...phoglund@webrtc.org
2013-01-17Extracted rtp receiver payload management to its own class, made video receiv...phoglund@webrtc.org
2013-01-14Cleaned up the data path for payload data, made callbacks to rtp_receiver non...phoglund@webrtc.org
2012-12-18Replaced the _audio parameter with a strategy.phoglund@webrtc.org