1. 8368d1a Remove unused functions in VCMTiming. by Åsa Persson · 7 years ago
  2. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 7 years ago
  3. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  4. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/modules/video_coding/timing.h]
  5. 56359be Update thread annotiation macros in modules to use RTC_ prefix by danilchap · 7 years ago
  6. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  7. 2edc684 Report timing frames info in GetStats. by ilnik · 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. a45102f Revert of Revert Make the new jitter buffer the default jitter buffer. (patchset #1 id:1 of https://codereview.chromium.org/2682073003/ ) by philipel · 8 years ago
  12. e525d6a Revert Make the new jitter buffer the default jitter buffer. by stefan · 8 years ago
  13. e5bd702 Reland of Make the new jitter buffer the default jitter buffer. (patchset #2 id:260001 of https://codereview.chromium.org/2656983002/ ) by philipel · 8 years ago
  14. 27378f3 Revert of Make the new jitter buffer the default jitter buffer. (patchset #2 id:290001 of https://codereview.chromium.org/2652043005/ ) by philipel · 8 years ago
  15. 09d6ef0 Reland of Make the new jitter buffer the default jitter buffer. (patchset #1 id:1 of https://codereview.webrtc.org/2638423003/ ) by philipel · 8 years ago
  16. 04926b8 Revert of Make the new jitter buffer the default jitter buffer. (patchset #2 id:230001 of https://codereview.webrtc.org/2642753002/ ) by kjellander · 8 years ago
  17. f20dd00 Reland of Make the new jitter buffer the default jitter buffer. (patchset #1 id:1 of https://codereview.chromium.org/2632123005/ ) by philipel · 8 years ago
  18. c08c191 Revert of Make the new jitter buffer the default jitter buffer. (patchset #7 id:120001 of https://codereview.chromium.org/2627463004/ ) by philipel · 8 years ago
  19. 0f0763d Make the new jitter buffer the default jitter buffer. by philipel · 8 years ago
  20. 8d56088 Do not call OnDecoderTiming before timing values are set. by asapersson · 8 years ago
  21. 6b4b5f3 Add sender controlled playout delay limits by isheriff · 8 years ago
  22. be7a9e5 Revert "Revert of FrameBuffer for the new jitter buffer. (patchset #9 id:160001 of https://codereview.webrtc.org/1969403007/ )" by philipel · 8 years ago
  23. b711f10 Revert of FrameBuffer for the new jitter buffer. (patchset #9 id:160001 of https://codereview.webrtc.org/1969403007/ ) by honghaiz · 8 years ago
  24. a376e70 FrameBuffer for the new jitter buffer. by philipel · 8 years ago
  25. 2943f01 Reland of VCMCodecTimer: Change filter from max to 95th percentile (patchset #1 id:1 of https://codereview.webrtc.org/1808693002/ ) by magjed · 9 years ago
  26. c4a74e9 Revert of VCMCodecTimer: Change filter from max to 95th percentile (patchset #5 id:180001 of https://codereview.webrtc.org/1742323002/ ) by magjed · 9 years ago
  27. 4bf0c71 VCMCodecTimer: Change filter from max to 95th percentile by magjed · 9 years ago
  28. 5908c71 Lint fix for webrtc/modules/video_coding PART 3! by philipel · 9 years ago
  29. 2557b86 modules/video_coding refactorings by Henrik Kjellander · 9 years ago[Renamed (95%) from webrtc/modules/video_coding/main/source/timing.h]
  30. 327d8ba Add DecodedImageCallback::Decoded() function with custom decode time value. by Per · 9 years ago
  31. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  32. f244760 Add histograms for receive statistics: by asapersson@webrtc.org · 10 years ago
  33. 38344ed Move thread_annotations.h to webrtc/base/. by pbos@webrtc.org · 10 years ago
  34. 0422100 Fix data race in VCMTiming::ResetDecodeTime. by pbos@webrtc.org · 10 years ago
  35. 66773a0 Move timestamp_extrapolator and rtp_to_ntp to system wrapper so that it can be shared by both audio and video engine. by wu@webrtc.org · 10 years ago
  36. 34c5da6 Cleaned up logging in video_coding. by stefan@webrtc.org · 11 years ago
  37. 37bb497 Expose VideoCodingModule's decoder stats up the stack from VCMTiming to chrome://webrtc-internals. by fischman@webrtc.org · 11 years ago
  38. adc64a7 VCM/Timing: Setting clear names to members & methods by mikhal@webrtc.org · 11 years ago
  39. 2eaf98b Refactor VCM/Timing. No changes in functionality. by mikhal@webrtc.org · 11 years ago
  40. 9f557c1 Improve wraparound handling in the render time extrapolator. by stefan@webrtc.org · 11 years ago
  41. 759b041 Relanding r3952: VCM: Updating receiver logic BUG=r1734 R=stefan@webrtc.org by mikhal@webrtc.org · 11 years ago
  42. 4ce19b1 Revert r3952 "VCM: Updating receiver logic" by stefan@webrtc.org · 11 years ago
  43. d3cd565 VCM: Updating receiver logic by mikhal@webrtc.org · 11 years ago
  44. dbd6a6d Updating delay for first value by mikhal@webrtc.org · 12 years ago
  45. 7b859cc Webrtc_Word32 => int32_t in video_coding/main/ by pbos@webrtc.org · 12 years ago
  46. ef9f76a Adding a receive side API for buffering mode. by mikhal@webrtc.org · 12 years ago
  47. a678a3b Move video_coding to new Clock interface and remove fake clock implementations from RTP module tests. by stefan@webrtc.org · 12 years ago
  48. 14b43be Move src/ -> webrtc/ by andrew@webrtc.org · 12 years ago[Renamed from src/modules/video_coding/main/source/timing.h]
  49. 8e50693 Fixes for code analysis warnings. by stefan@webrtc.org · 13 years ago
  50. 7d8c72e Re-implement dependency injection of TickTime into VCM and tests by henrik.lundin@webrtc.org · 13 years ago
  51. 3031585 Revert "Inject TickTimeInterface into VCM and tests" by henrik.lundin@webrtc.org · 13 years ago
  52. a70f945 Inject TickTimeInterface into VCM and tests by henrik.lundin@webrtc.org · 13 years ago
  53. 7889a9b Remove use of CriticalSectionScoped(CriticalSectionWrapper& critsect) in VCM. by stefan@webrtc.org · 13 years ago
  54. 470e71d by niklase@google.com · 13 years ago