aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules/video_coding/main/source/jitter_buffer.cc
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-10-21Remove system_wrappers/interface/trace_event.htommi
2015-10-19Unify FrameType and VideoFrameType.pbos
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-22Fix jitter buffer bug around out-of-order packets and non-RTX padding.Noah Richards
2015-04-24Make sure histograms in jitter buffer are only updated if running.Åsa Persson
2015-02-16Set webrtc_rtp category to be disabled by default.sprang@webrtc.org
2015-02-13Remove EventWrapper::Reset().pbos@webrtc.org
2015-01-28Enable Clang warning implicit-fallthrough and annotate the code.kjellander@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-09-24Reduce jitter delay for low fps streams.sprang@webrtc.org
2014-07-31Add H.264 packetization.stefan@webrtc.org
2014-05-19Avoid NACK-list flush error on keyframe packets.pbos@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-26VCM:Accounting for bounds when inserting packets. We currently receive indica...mikhal@webrtc.org
2013-08-23Relanding 4597 - Don't force key frame when decoding with errors.mikhal@webrtc.org
2013-08-23Revert 4597 "Don't force key frame when decoding with errors"henrike@webrtc.org
2013-08-22Don't force key frame when decoding with errorsmikhal@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-05Switch C++-style C headers with their C equivalents.pbos@webrtc.org
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-08Cleanup WebRTC tracinghclam@chromium.org
2013-06-27Suppress excessive logging in video_codinghclam@chromium.org
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-31Prevent excessive logging in jitter bufferhclam@chromium.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-23Adds integration test for RTX and fixes bugs found.stefan@webrtc.org
2013-05-23Log the type of recycled frames.stefan@webrtc.org
2013-05-22Log a message when a key frame packet is receivedhclam@chromium.org
2013-05-21Consolidate GetFrame and InsertPacket and move NACK list processing to after ...stefan@webrtc.org