aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/rtp_rtcp/source/fec_receiver_impl.cc
AgeCommit message (Expand)Author
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-28Use webrtc/base/logging.h for rtp_rtcp.Peter Boström
2015-06-30Prevent OOB reads in FEC packets without complete RED headers.pbos
2015-06-29Prevent out-of-bounds reads for short FEC packets.pbos
2015-03-17Use ByteReader/ByteWriter instead of rtputility and manual shift/add.sprang@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-01-15Add percentage of fec packets and recovered media packets to histogram stats:asapersson@webrtc.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-07-08Some refactoring inside rtp_rtcp/.pbos@webrtc.org
2014-04-08Convert logs in rtp rtcp module from WEBRTC_TRACE into LOG.andresp@webrtc.org
2013-12-20Add thread_annotations for clang targets.andresp@webrtc.org
2013-09-06Adds support for combining RTX and FEC/RED.stefan@webrtc.org