1. e0f3704 Add cap to video jitter buffer size/latency in experiment branches only. by “Michael · 6 years ago
  2. 4ed7e51 Revert "Add ability to cap the video jitter estimate to a max value." by Stefan Holmer · 6 years ago
  3. a8ae407 Add ability to cap the video jitter estimate to a max value. by “Michael · 6 years ago
  4. abbc50e Move frame_type member from RtpDepacketizer::ParsedPayload to RTPVideoHeader by Niels Möller · 6 years ago
  5. 50150a1 Delete VCMJitterBuffer::UpdateRtt and related unused code by Niels Möller · 6 years ago
  6. 7eb4248 Delete unused class Vp9SsMap by Niels Möller · 6 years ago
  7. 691f62c Make VCMJitterBuffer::SetNackMode(kNack, -1, -1) the only mode by Niels Möller · 6 years ago
  8. 10aac06 Delete VCMJitterBuffer::IncomingRateStatistics by Niels Möller · 6 years ago
  9. db64d99 Delete unused constructor arguments from VCMJitterBuffer by Niels Möller · 6 years ago
  10. 20393ee Delete all stats-related logic from VCMJitterBuffer. by Niels Möller · 6 years ago
  11. b8fffa1 Delete method VCMJitterBuffer::RegisterStatsCallback by Niels Möller · 6 years ago
  12. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 6 years ago
  13. 375b346 Delete all logic related to VCMDecodeErrorMode by Niels Möller · 6 years ago
  14. ebad177 Include event_wrapper.h only where used. by Niels Möller · 6 years ago
  15. f0eee00 Move size() method to EncodedImage base class by Niels Möller · 6 years ago
  16. 2377588 Add accessor methods for RTP timestamp of EncodedImage. by Niels Möller · 7 years ago
  17. 29d8846 Remove RTPVideoHeader::vp9() accessors. by philipel · 7 years ago
  18. dbdb3a0 Refactoring PayloadRouter. by Stefan Holmer · 7 years ago
  19. 5ab67a5 Add accessors to the types in the RTPVideoTypeHeader in RTPVideoHeader. by philipel · 7 years ago
  20. 52f53d5 Revert "Add Timestamp accessor methods to the EncodedImage class." by Björn Terelius · 7 years ago
  21. f34d467 Add Timestamp accessor methods to the EncodedImage class. by Niels Möller · 7 years ago
  22. 665174f Reformat the WebRTC code base by Yves Gerey · 7 years ago
  23. 9633cff Remove "webrtc_rtp" traces. by Jonas Olsson · 7 years ago
  24. 80ba333 Move FALLTHROUGH macro to a separate header, and give it an RTC_ prefix by Karl Wiberg · 7 years ago
  25. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  26. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  27. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/video_coding/jitter_buffer.cc]
  28. bdf3072 Revert of Remove typedefs.h from webrtc/ root (part 1) (patchset #3 id:40001 of https://codereview.webrtc.org/3007253002/ ) by kjellander · 8 years ago
  29. a895836 Remove typedefs.h from webrtc/ root (part 1) by solenberg · 8 years ago
  30. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 8 years ago
  31. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 8 years ago
  32. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 8 years ago
  33. ff046c7 Remove ALL usage of CriticalSectionWrapper. by kthelgason · 8 years ago
  34. 1d02d3e Remove RTC_LOGGED_* macro. by asapersson · 9 years ago
  35. 22691e0 Avoid race in VideoReceiveStream shutdown by sprang · 9 years ago
  36. 8513029 Remove old WebRTC-NewVideoJitterBuffer used for testing the NackModule. by philipel · 9 years ago
  37. 3870001 Remove some dead code from VCMJitterBuffer. by Tommi · 9 years ago
  38. 6b4b5f3 Add sender controlled playout delay limits by isheriff · 9 years ago
  39. ae28408 Jitter delay now depend on protection mode (FEC/NACK). by philipel · 9 years ago
  40. 16ac328 Remove VCMRenderBufferSizeCallback. by Peter Boström · 9 years ago
  41. 98bb664 Added log messages for some important call setup events: by skvlad · 9 years ago
  42. 58d992e Add macros for ability to log samples that are added to histograms (RTC_LOGGED_*). by asapersson · 9 years ago
  43. 83f831a Experiment for the nack module. by philipel · 9 years ago
  44. 3f55dea Replace scoped_ptr with unique_ptr in webrtc/modules/video_coding/ by kwiberg · 9 years ago
  45. 28ba927 Switch to use new implementation in metrics.h. by asapersson · 9 years ago
  46. 9d3ab61 Lint fix for webrtc/modules/video_coding PART 2! by philipel · 9 years ago
  47. 5380532 Rename RTC_HISTOGRAM_* macros to RTC_HISTOGRAM_*_SPARSE_* to indicate that these are for infrequent updates. by asapersson · 9 years ago
  48. 0eb15ed Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector by kwiberg · 9 years ago
  49. db81ffd Request keyframe if too many packets are missing and NACK is disabled. by jbauch · 9 years ago
  50. 2557b86 modules/video_coding refactorings by Henrik Kjellander · 9 years ago[Renamed (98%) from webrtc/modules/video_coding/main/source/jitter_buffer.cc]
  51. 854e84c Use webrtc/base/logging.h for video coding/processing. by pbos · 9 years ago
  52. cfc319b Reland of Work on flexible mode and screen sharing. (patchset #1 id:1 of https://codereview.webrtc.org/1438543002/ ) by philipel · 9 years ago
  53. 0be8f1d Revert of Work on flexible mode and screen sharing. (patchset #28 id:520001 of https://codereview.webrtc.org/1328113004/ ) by terelius · 9 years ago
  54. 77ccfb4 Work on flexible mode and screen sharing. by philipel · 9 years ago
  55. c253a1c Reland of "Change type of pid_diff (int16_t -> uint8_t) according to updates in RTP payload profile." by asapersson · 9 years ago
  56. 394c537 Update layer indices for non-flexible mode according to updates in the RTP payload profile. by asapersson · 9 years ago
  57. 5d4e944 Revert of Change type of pid_diff (int16_t -> uint8_t) according to updates in RTP payload profile. (patchset #3 id:40001 of https://codereview.webrtc.org/1427253002/ ) by asapersson · 9 years ago
  58. 81c5c7f Change type of pid_diff (int16_t -> uint8_t) according to updates in RTP payload profile. Max p_diff is 8 bits. by asapersson · 9 years ago
  59. ff761fb modules: more interface -> include renames by Henrik Kjellander · 9 years ago
  60. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  61. 9a4cd87 Add support for handling reordered SS data on the receive-side for VP9. by asapersson · 9 years ago
  62. e4f9650 Remove system_wrappers/interface/trace_event.h by tommi · 9 years ago
  63. 22993e1 Unify FrameType and VideoFrameType. by pbos · 9 years ago
  64. a9455ab Integration of VP9 packetization. by asapersson · 10 years ago
  65. d4cec15 Resolved Rebase Conflicts by Qiang Chen · 10 years ago
  66. f291287 Change "hybrid mode" to "|kNack| mode" in comments. by Wan-Teh Chang · 10 years ago
  67. b1825a4 Change JitterBuffer::GetNackList to return a std::vector<uint16_t>. by Wan-Teh Chang · 10 years ago
  68. e4cb4e9 Fix jitter buffer bug around out-of-order packets and non-RTX padding. by Noah Richards · 10 years ago
  69. a96f02b Make sure histograms in jitter buffer are only updated if running. by Åsa Persson · 10 years ago
  70. 0200f70 Set webrtc_rtp category to be disabled by default. by sprang@webrtc.org · 10 years ago
  71. d5ce2e6 Remove EventWrapper::Reset(). by pbos@webrtc.org · 10 years ago
  72. 7d2b6a9 Enable Clang warning implicit-fallthrough and annotate the code. by kjellander@webrtc.org · 10 years ago
  73. 16825b1 Use int64_t more consistently for times, in particular for RTT values. by pkasting@chromium.org · 10 years ago
  74. 5570769 Remove the last getters from VideoReceiveStream stats. by pbos@webrtc.org · 10 years ago
  75. ce4e9a3 Refactor some receive-side stats. by pbos@webrtc.org · 10 years ago
  76. 83b5200 Add framerate for complete received frames to histogram stats: by asapersson@webrtc.org · 10 years ago
  77. 4f16c87 Simplifying VideoReceiver and JitterBuffer. by pbos@webrtc.org · 10 years ago
  78. 96dc685 Add stats for video: by asapersson@webrtc.org · 10 years ago
  79. 70e2d11 Reduce jitter delay for low fps streams. Enabled by finch flag. by sprang@webrtc.org · 10 years ago
  80. 2ec5606 Add H.264 packetization. by stefan@webrtc.org · 11 years ago
  81. ebb467f Avoid NACK-list flush error on keyframe packets. by pbos@webrtc.org · 11 years ago
  82. 34c5da6 Cleaned up logging in video_coding. by stefan@webrtc.org · 11 years ago
  83. 71f055f Add send frame rate statistics callback by sprang@webrtc.org · 11 years ago
  84. 3c5a924 Don't force cont' when enabling kWithErrors by mikhal@webrtc.org · 12 years ago
  85. 2b810bf Removing non decodable count from session info: This value isn't used, and therfore can be removed. This is a step towards the refactor of the session info to use maps. by mikhal@webrtc.org · 12 years ago
  86. f31a47a VCM:Accounting for bounds when inserting packets. We currently receive indicators to the first and last packets of the frame, but not have any sanity to verify that all packets are indeed within the bounds (when available). This cl attempts to fix that, by mikhal@webrtc.org · 12 years ago
  87. b2c28c3 Relanding 4597 - Don't force key frame when decoding with errors. by mikhal@webrtc.org · 12 years ago
  88. ceea41d Revert 4597 "Don't force key frame when decoding with errors" by henrike@webrtc.org · 12 years ago
  89. 44af55c Don't force key frame when decoding with errors by mikhal@webrtc.org · 12 years ago
  90. dbf6a81 Follow-up changes to kSelectiveErrors by mikhal@webrtc.org · 12 years ago
  91. d177c10 Added logic for kSelectiveErrors to VCMJitterBuffer and corresponding unit tests. by agalusza@google.com · 12 years ago
  92. 12dc1a3 Switch C++-style C headers with their C equivalents. by pbos@webrtc.org · 12 years ago
  93. a7e360e Removed lines preventing simultaneous kHardNack and decoding with errors. Also made changes recommended by gcl lint (with the exception of changing non-const references to pointers). by agalusza@google.com · 12 years ago
  94. d818dcb Sets up framework for decoding with errors: collects frame sizes (in number of packets) in JB and passes this information to VCMSessionInfo with rtt_ms as FrameData. by agalusza@google.com · 12 years ago
  95. 1a7b9b9 Cleanup WebRTC tracing by hclam@chromium.org · 12 years ago
  96. 5616aba Suppress excessive logging in video_coding by hclam@chromium.org · 12 years ago
  97. 4cf1a8a Removes kStateFree and kStateDecoding, added a free_frames_ list which simplifies finding a free frame. by stefan@webrtc.org · 12 years ago
  98. 9ca7360 VCM: removing max jitter estimate by mikhal@webrtc.org · 12 years ago
  99. 50fb4af Revert r4145 "Revert 4127 "Switch frame list implementation to std::map."" by stefan@webrtc.org · 12 years ago
  100. c8b29a2 Revert r4146 "Revert 4104 "Refactor jitter buffer to use separate lists for de..."" by stefan@webrtc.org · 12 years ago