1. 52f53d5 Revert "Add Timestamp accessor methods to the EncodedImage class." by Björn Terelius · 6 years ago
  2. f34d467 Add Timestamp accessor methods to the EncodedImage class. by Niels Möller · 6 years ago
  3. 8c4fe16 Make Frame buffer not drop frames unnecessary by Ilya Nikolaevskiy · 7 years ago
  4. 675513b Stop using LOG macros in favor of RTC_ prefixed macros. by Mirko Bonadei · 7 years ago
  5. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  6. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/video_coding/receiver.cc]
  7. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  8. dca1e09 Revert "Update includes for webrtc/{base => rtc_base} rename (1/3)" by Henrik Kjellander · 7 years ago
  9. c8fa692 Update includes for webrtc/{base => rtc_base} rename (1/3) by kjellander · 7 years ago
  10. d701dfd remove more CriticalSectionWrappers. by kthelgason · 8 years ago
  11. 05e908b Delete unused method VideoCodingModule::DiscardedPackets(). by tommi · 8 years ago
  12. 8513029 Remove old WebRTC-NewVideoJitterBuffer used for testing the NackModule. by philipel · 8 years ago
  13. 31b2ec4 Remove unused output parameter in VCMReceiver::FrameForDecoding(). by Johan Ahlers · 8 years ago
  14. 95348f7 Remove unused parameters from VCMReceiver::InsertPacket(). by Johan Ahlers · 8 years ago
  15. 6b4b5f3 Add sender controlled playout delay limits by isheriff · 8 years ago
  16. 16ac328 Remove VCMRenderBufferSizeCallback. by Peter Boström · 9 years ago
  17. 0b25072 Use vcm::VideoReceiver on the receive side. by Peter Boström · 9 years ago
  18. 83f831a Experiment for the nack module. by philipel · 9 years ago
  19. 3f55dea Replace scoped_ptr with unique_ptr in webrtc/modules/video_coding/ by kwiberg · 9 years ago
  20. 9d3ab61 Lint fix for webrtc/modules/video_coding PART 2! by philipel · 9 years ago
  21. 0eb15ed Don't call the Pass methods of rtc::Buffer, rtc::scoped_ptr, and rtc::ScopedVector by kwiberg · 9 years ago
  22. 796cfaf Add VideoCodec::PreferDecodeLate by perkj · 9 years ago
  23. 2557b86 modules/video_coding refactorings by Henrik Kjellander · 9 years ago[Renamed (97%) from webrtc/modules/video_coding/main/source/receiver.cc]
  24. 854e84c Use webrtc/base/logging.h for video coding/processing. by pbos · 9 years ago
  25. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  26. e4f9650 Remove system_wrappers/interface/trace_event.h by tommi · 9 years ago
  27. d4cec15 Resolved Rebase Conflicts by Qiang Chen · 9 years ago
  28. b1825a4 Change JitterBuffer::GetNackList to return a std::vector<uint16_t>. by Wan-Teh Chang · 9 years ago
  29. b4c5eaa Fix a time control bug, that the VCMReceiver::FrameForDecoding may over sleep. by Niklas Enbom · 9 years ago
  30. 92d9489 Miscellaneous cleanups in VCMReceiver and its unit tests. by Wan-Teh Chang · 9 years ago
  31. 5464a6e Remove VideoCodingModule::InitializeReceiver. by Peter Boström · 10 years ago
  32. 4dd40d6 Signal threads for faster receiver destruction. by pbos@webrtc.org · 10 years ago
  33. d5ce2e6 Remove EventWrapper::Reset(). by pbos@webrtc.org · 10 years ago
  34. 16825b1 Use int64_t more consistently for times, in particular for RTT values. by pkasting@chromium.org · 10 years ago
  35. 5570769 Remove the last getters from VideoReceiveStream stats. by pbos@webrtc.org · 10 years ago
  36. ce4e9a3 Refactor some receive-side stats. by pbos@webrtc.org · 10 years ago
  37. 4f16c87 Simplifying VideoReceiver and JitterBuffer. by pbos@webrtc.org · 10 years ago
  38. 34c5da6 Cleaned up logging in video_coding. by stefan@webrtc.org · 11 years ago
  39. 3f655aa Add #include <cstdlib> for std::abs. by pbos@webrtc.org · 11 years ago
  40. b5f3029 Replace labs with std::abs. by pbos@webrtc.org · 11 years ago
  41. 0117d1c Fix compilation errors under clang 3.5. by pbos@webrtc.org · 11 years ago
  42. 71f055f Add send frame rate statistics callback by sprang@webrtc.org · 11 years ago
  43. 4f3624d Avoid recursively taking critical section. by stefan@webrtc.org · 11 years ago
  44. 554d158 Reset jitter buffer and timing if frames are getting too much delay. by stefan@webrtc.org · 11 years ago
  45. dbf6a81 Follow-up changes to kSelectiveErrors by mikhal@webrtc.org · 11 years ago
  46. 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 · 11 years ago
  47. 1a7b9b9 Cleanup WebRTC tracing by hclam@chromium.org · 11 years ago
  48. 9ca7360 VCM: removing max jitter estimate by mikhal@webrtc.org · 11 years ago
  49. adc64a7 VCM/Timing: Setting clear names to members & methods by mikhal@webrtc.org · 11 years ago
  50. a7dc37d Log the type of recycled frames. by stefan@webrtc.org · 11 years ago
  51. 8c49c1e Log a message when a key frame packet is received by hclam@chromium.org · 11 years ago
  52. 3417eb4 Consolidate GetFrame and InsertPacket and move NACK list processing to after a packet has been successfully inserted. by stefan@webrtc.org · 11 years ago
  53. 9f557c1 Improve wraparound handling in the render time extrapolator. by stefan@webrtc.org · 11 years ago
  54. ef14488 Trigger a PLI if the duration of non-decodable frames exceeds a threshold. by stefan@webrtc.org · 12 years ago
  55. 8f86cc8 VCM/Receiver: Return null when can't extract frame. by mikhal@webrtc.org · 12 years ago
  56. 759b041 Relanding r3952: VCM: Updating receiver logic BUG=r1734 R=stefan@webrtc.org by mikhal@webrtc.org · 12 years ago
  57. 4ce19b1 Revert r3952 "VCM: Updating receiver logic" by stefan@webrtc.org · 12 years ago
  58. d3cd565 VCM: Updating receiver logic by mikhal@webrtc.org · 12 years ago
  59. 6faba6e VCM: Setting buffering delay in timing by mikhal@webrtc.org · 12 years ago
  60. 5b7120c Fix two issues where we might end up busy looping in decoder_render mode. by stefan@webrtc.org · 12 years ago
  61. 381da4b VCM: Adding API for the size(duration) of the jitter buffer. by mikhal@webrtc.org · 12 years ago
  62. dc3cd21 VCM/JB: FrameForDecoding->IncompleteFrameForDecoding by mikhal@webrtc.org · 12 years ago
  63. e0e029e Revert 3876 by mikhal@webrtc.org · 12 years ago
  64. ee184b9 VCM/Receiver: Only update render time when decoding by mikhal@webrtc.org · 12 years ago
  65. dbd6a6d Updating delay for first value by mikhal@webrtc.org · 12 years ago
  66. bdb9b97 Change receive statistics bitrate to be provided in bps instead of kbps. by stefan@webrtc.org · 12 years ago
  67. c2a3aa7 Partial revert of r3844 by mikhal@webrtc.org · 12 years ago
  68. d6bd7cd removing redundant calls to cleanframes by mikhal@webrtc.org · 12 years ago
  69. 806dc3b More trace events by hclam@chromium.org · 12 years ago
  70. 2baf5f5 Refactor webrtc specific Event implementation to an EventFactory. by stefan@webrtc.org · 12 years ago
  71. a64300a Refactor NACK list creation to build the NACK list as packets arrive. by stefan@webrtc.org · 12 years ago
  72. ef9f76a Adding a receive side API for buffering mode. by mikhal@webrtc.org · 12 years ago
  73. becf9c8 Fix mismatch between different NACK list lengths and packet buffers. by stefan@webrtc.org · 12 years ago
  74. a678a3b Move video_coding to new Clock interface and remove fake clock implementations from RTP module tests. by stefan@webrtc.org · 12 years ago
  75. 1ea4b50 Refactor receiver.h/.cc. by stefan@webrtc.org · 12 years ago
  76. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago[Renamed from src/modules/video_coding/main/source/receiver.cc]
  77. 912981f Refactoring jitter_buffer.h/.cc to Google style. by stefan@webrtc.org · 12 years ago
  78. 91c6308 Fix potential VCMReceiver crash. by stefan@webrtc.org · 13 years ago
  79. 8e50693 Fixes for code analysis warnings. by stefan@webrtc.org · 13 years ago
  80. 7d8c72e Re-implement dependency injection of TickTime into VCM and tests by henrik.lundin@webrtc.org · 13 years ago
  81. 3031585 Revert "Inject TickTimeInterface into VCM and tests" by henrik.lundin@webrtc.org · 13 years ago
  82. e7d8c56 Fix for dual decoder in VCM receiver by henrik.lundin@webrtc.org · 13 years ago
  83. a70f945 Inject TickTimeInterface into VCM and tests by henrik.lundin@webrtc.org · 13 years ago
  84. 7889a9b Remove use of CriticalSectionScoped(CriticalSectionWrapper& critsect) in VCM. by stefan@webrtc.org · 13 years ago
  85. 932ab18 Default to always NACKing residual losses when having both FEC and NACK. by stefan@webrtc.org · 13 years ago
  86. f13388f video_coding: Requesting a key frame after a JB flush by mikhal@webrtc.org · 13 years ago
  87. baf6db5 Making dual decoder work again in VCM by henrik.lundin@webrtc.org · 13 years ago
  88. eb65860 Reverts the workaround in r823 and solves a macro bug. by stefan@webrtc.org · 13 years ago
  89. 2d28aff Workaround for an issue where frames are grabbed for decoding prematurely. by stefan@webrtc.org · 13 years ago
  90. d855c1a Reverts r807 and fixes the real issue in the VCM. by stefan@webrtc.org · 13 years ago
  91. 791eec7 Add API to get the number of packets discarded by the video jitter buffer due to being too late. by stefan@webrtc.org · 13 years ago
  92. 506bc3c video_coding: Removing compiler warnings by mikhal@google.com · 13 years ago
  93. 470e71d by niklase@google.com · 13 years ago