aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/video_coding/main/source/session_info.cc
AgeCommit message (Expand)Author
2015-11-18modules/video_coding refactoringsHenrik Kjellander
2015-11-17Use webrtc/base/logging.h for video coding/processing.pbos
2015-11-06Reland of "Change type of pid_diff (int16_t -> uint8_t) according to updates ...asapersson
2015-11-04Revert of Change type of pid_diff (int16_t -> uint8_t) according to updates i...asapersson
2015-11-04Change type of pid_diff (int16_t -> uint8_t) according to updates in RTP payl...asapersson
2015-10-28system_wrappers: rename interface -> includeHenrik Kjellander
2015-10-23Add support for handling reordered SS data on the receive-side for VP9.asapersson
2015-10-19Unify FrameType and VideoFrameType.pbos
2015-07-31Integration of VP9 packetization.asapersson
2015-07-28Prevent OOB reads for truncated H264 STAP-A packets.pbos
2015-04-23Record H264 NALU type in the h264 header.Noah Richards
2015-01-12Use int64_t more consistently for times, in particular for RTT values.pkasting@chromium.org
2014-11-24Simplifying VideoReceiver and JitterBuffer.pbos@webrtc.org
2014-11-20Use size_t more consistently for packet/payload lengths.pkasting@chromium.org
2014-08-05Fix potential crash when depacketizing VP8.stefan@webrtc.org
2014-07-31Add H.264 packetization.stefan@webrtc.org
2014-04-11Cleaned up logging in video_coding.stefan@webrtc.org
2013-09-03Don't force cont' when enabling kWithErrorsmikhal@webrtc.org
2013-09-03Removing non decodable count from session info: This value isn't used, and th...mikhal@webrtc.org
2013-08-26VCM:Accounting for bounds when inserting packets. We currently receive indica...mikhal@webrtc.org
2013-08-21Follow-up changes to kSelectiveErrorsmikhal@webrtc.org
2013-08-15Update talk to 50918584.wu@webrtc.org
2013-08-08Added logic for kSelectiveErrors to VCMJitterBuffer and corresponding unit te...agalusza@google.com
2013-08-01Removed lines preventing simultaneous kHardNack and decoding with errors. Als...agalusza@google.com
2013-07-29Sets up framework for decoding with errors: collects frame sizes (in number o...agalusza@google.com
2013-07-16Revert r4301tnakamura@webrtc.org
2013-07-16Include files from webrtc/.. paths in video_coding/.pbos@webrtc.org
2013-07-05Breaking out receive-stats, rtp-payload-registry and rtp-receiver from thestefan@webrtc.org
2013-06-27Removes kStateFree and kStateDecoding, added a free_frames_ list which simpli...stefan@webrtc.org
2013-04-16Start NACKing as soon as we have the first packet of a key frame.stefan@webrtc.org
2013-04-11Fix issues with incorrect wrap checks when having big buffers and high bitrate.stefan@webrtc.org
2013-04-02Webrtc_Word32 => int32_t in video_coding/main/pbos@webrtc.org
2013-03-04Refactor NACK list creation to build the NACK list as packets arrive.stefan@webrtc.org
2013-01-28Optimize NACK list creation.stefan@webrtc.org
2012-11-29Fixes two bugs related to padding in the jitter buffer.stefan@webrtc.org
2012-11-28Revert 3183 - Fixes two bugs related to padding in the jitter buffer.henrike@webrtc.org
2012-11-28Fixes two bugs related to padding in the jitter buffer.stefan@webrtc.org
2012-11-28Revert 3181 - Fixes two bugs related to padding in the jitter buffer.henrike@webrtc.org
2012-11-28Fixes two bugs related to padding in the jitter buffer.stefan@webrtc.org
2012-10-22Move src/ -> webrtc/andrew@webrtc.org