aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/video_coding/main/source/jitter_buffer.h
AgeCommit message (Expand)Author
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-09-16Add RTC_ prefix to contructormagic macros.henrikg
2015-07-31Integration of VP9 packetization.asapersson
2015-06-19Resolved Rebase ConflictsQiang Chen
2015-06-05Change "hybrid mode" to "|kNack| mode" in comments.Wan-Teh Chang
2015-06-03Change JitterBuffer::GetNackList to return a std::vector<uint16_t>.Wan-Teh Chang
2015-05-28Improve comments.Wan-Teh Chang
2015-05-26Fix coding style nits.Wan-Teh Chang
2015-05-22Fix jitter buffer bug around out-of-order packets and non-RTX padding.Noah Richards
2015-02-26Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going awaykwiberg@webrtc.org
2015-01-12Use int64_t more consistently for times, in particular for RTT values.pkasting@chromium.org
2014-12-19Remove the last getters from VideoReceiveStream stats.pbos@webrtc.org
2014-12-18Refactor some receive-side stats.pbos@webrtc.org
2014-11-28Add framerate for complete received frames to histogram stats:asapersson@webrtc.org
2014-11-24Simplifying VideoReceiver and JitterBuffer.pbos@webrtc.org
2014-11-03Add stats for video:asapersson@webrtc.org
2014-05-21Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@webrtc.org
2014-05-21Revert 6202 "Switch to using base/constructormagic.h and remove ..."mcasas@webrtc.org
2014-05-20Switch to using base/constructormagic.h and remove system_wrappers/interface/...henrike@webrtc.org
2014-04-11Cleaned up logging in video_coding.stefan@webrtc.org
2013-12-04Add send frame rate statistics callbacksprang@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-21Follow-up changes to kSelectiveErrorsmikhal@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-06-27Removes kStateFree and kStateDecoding, added a free_frames_ list which simpli...stefan@webrtc.org
2013-06-20VCM: removing max jitter estimatemikhal@webrtc.org
2013-06-17Revert r4145 "Revert 4127 "Switch frame list implementation to std::map.""stefan@webrtc.org
2013-06-17Revert r4146 "Revert 4104 "Refactor jitter buffer to use separate lists for d...stefan@webrtc.org
2013-05-31Revert 4104 "Refactor jitter buffer to use separate lists for de..."tnakamura@webrtc.org
2013-05-31Revert 4127 "Switch frame list implementation to std::map."tnakamura@webrtc.org
2013-05-29Switch frame list implementation to std::map.stefan@webrtc.org
2013-05-27Refactor jitter buffer to use separate lists for decodable and incomplete fra...stefan@webrtc.org
2013-05-21Consolidate GetFrame and InsertPacket and move NACK list processing to after ...stefan@webrtc.org
2013-05-07Trigger a PLI if the duration of non-decodable frames exceeds a threshold.stefan@webrtc.org
2013-05-07Relanding r3952: VCM: Updating receiver logicmikhal@webrtc.org
2013-05-06Revert r3952 "VCM: Updating receiver logic"stefan@webrtc.org
2013-05-03VCM: Updating receiver logicmikhal@webrtc.org
2013-04-30VCM: Setting buffering delay in timingmikhal@webrtc.org
2013-04-25VCM: Adding API for the size(duration) of the jitter buffer.mikhal@webrtc.org
2013-04-25VCM/JB: Using last decoded state for waiting for keymikhal@webrtc.org
2013-04-25VCM/JB: FrameForDecoding->IncompleteFrameForDecodingmikhal@webrtc.org
2013-04-24Revert 3892 "VCM/JB: Using last decoded state for waiting for key"andrew@webrtc.org
2013-04-23VCM/JB: Using last decoded state for waiting for keymikhal@webrtc.org
2013-04-12removing redundant calls to cleanframesmikhal@webrtc.org
2013-04-11VCM/JB:Removing hybrid and setting a decodable state.mikhal@webrtc.org
2013-04-11Fix issues with incorrect wrap checks when having big buffers and high bitrate.stefan@webrtc.org