aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/rtp_rtcp/source/rtp_receiver_video.cc
AgeCommit message (Expand)Author
2015-11-04modules: more interface -> include renamesHenrik Kjellander
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-28Use webrtc/base/logging.h for rtp_rtcp.Peter Boström
2015-10-21Remove system_wrappers/interface/trace_event.htommi
2015-09-17Remove channel ids from various interfaces.Peter Boström
2015-09-17Add RTC_ prefix to (D)CHECKs and related macros.henrikg
2015-07-01Fail RTP parsing on excessive padding length.pbos
2015-04-01Enable CVO by default through webrtc pipeline.Guo-wei Shieh
2015-04-01Revert "Enable CVO by default through webrtc pipeline."Minyue
2015-04-01Enable CVO by default through webrtc pipeline.Guo-wei Shieh
2015-03-12Add CVO support to Vie layer.guoweis@webrtc.org
2015-03-09Removing private and unused method in RTPReceiver.mflodman@webrtc.org
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-02-16Set webrtc_rtp category to be disabled by default.sprang@webrtc.org
2015-01-30Using << on an int8_t or uint8_t will output a character rather than a number.pkasting@chromium.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-11-07Remove partially defined WebRtcRTPHeader from Parse().pbos@webrtc.org
2014-09-29Remove callback from RtpDepacketizer::Parse().pbos@webrtc.org
2014-09-12Make RTPSender/RTPReceiver generic.pbos@webrtc.org
2014-07-31Add H.264 packetization.stefan@webrtc.org
2014-07-08Some refactoring inside rtp_rtcp/.pbos@webrtc.org
2014-07-04Add boilerplate code for H.264.stefan@webrtc.org
2014-04-08Convert logs in rtp rtcp module from WEBRTC_TRACE into LOG.andresp@webrtc.org
2013-09-08Handle empty RTP video packets agnostic to codec.pbos@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-08-05Switch C++-style C headers with their C equivalents.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-05-29Breaking out RTP header parsing from the RTP module.stefan@webrtc.org
2013-04-09More trace eventshclam@chromium.org
2013-04-08WebRtc_Word32 => int32_t for rtp_rtcp/pbos@webrtc.org
2013-04-04Adds event traces and counters for WebRTC receive side.edjee@google.com
2013-03-18Generic video-codec support.pbos@webrtc.org
2013-03-12Removed redundant VP8 width/height and made sure the generic width/height is ...stefan@webrtc.org
2013-02-05Lint-cleaned video and audio receivers.phoglund@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
2012-12-14Decoupled video rtp receiver from rtp receiver.phoglund@webrtc.org
2012-11-26Will now correctly identify the first-ever received packet as the first packe...phoglund@webrtc.org
2012-11-13Update parsed non ref frame info.asapersson@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org