1. eb90e6f Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest by Danil Chapovalov · 4 years, 10 months ago
  2. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  3. f5e5d25 BalancedDegradationSettings: add option to configure a min framerate diff. by Åsa Persson · 5 years ago
  4. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  5. 40889f3 Removes TimeMicros interface from ThreadProcessingFakeClock. by Sebastian Jansson · 5 years ago
  6. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  7. 07122bc Use TaskQueueForTest instead or TaskQueue in unittests by Danil Chapovalov · 5 years ago
  8. cda86dd Removes usages of repeating task without task queue argument. by Sebastian Jansson · 5 years ago
  9. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  10. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  11. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  12. c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
  13. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  14. f5033ad In (new) estimator of encoder cpu load, count max per input frame. by Niels Möller · 6 years ago
  15. 58d2a5e Tolerate out of order samples to SendProcessingUsage2::FrameSent. by Niels Möller · 6 years ago
  16. 213618e New api function CreateVideoStreamEncoder. by Niels Möller · 6 years ago
  17. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  18. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  19. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 6 years ago
  20. d1f7eb6 Postpone setting of CpuOveruseOptions. by Niels Möller · 6 years ago
  21. 73f29cb Move creation of OveruseFrameDetector to VideoSendStream. by Niels Möller · 6 years ago
  22. 83dbeac Add alternative load estimator to OverUseFrameDetector. by Niels Möller · 7 years ago
  23. e541be7 Add OveruseFrameDetector tests with random inter-frame intervals by Niels Möller · 7 years ago
  24. 6b642f7 Delete EncodedFrameObserver::OnEncodeTiming. by Niels Möller · 7 years ago
  25. 7dc26b7 Revert "Refactor OverUseFrameDetector to use the timestamps attached to EncodedImage." by Niels Möller · 7 years ago
  26. eee7ced Refactor OverUseFrameDetector to use the timestamps attached to EncodedImage. by Niels Möller · 7 years ago
  27. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  28. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/video/overuse_frame_detector_unittest.cc]
  29. 1cc5fc3 Fix places that trigger no-unused-lambda-capture by eladalon · 7 years ago
  30. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  31. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  32. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  33. fda496a Set overuse detector max frame interval based on target frame rate. by sprang · 7 years ago
  34. ea3a798 Move webrtc/video_frame to common_video/include. by nisse · 7 years ago
  35. b1ca073 Rename adaptation api methods, extended vie_encoder unit test. by sprang · 7 years ago
  36. e0e3bdf Refactor OveruseFrameDetector to use timing in us units by nisse · 8 years ago
  37. af91689 Move VideoFrame and related declarations to webrtc/api/video. by nisse · 8 years ago
  38. 876222f Move usage of QualityScaler to ViEEncoder. by kthelgason · 8 years ago
  39. f122a85 Delete webrtc::VideoFrame::CreateEmptyFrame. by nisse · 8 years ago
  40. ac9f876 Sort #includes that got unsorted when gmock.h and gtest.h moved to webrtc/test/ by kwiberg · 8 years ago
  41. 77eab70 Enable the -Wundef warning for clang by kwiberg · 8 years ago
  42. d52063f Change OverUseFrameDetector to use a task queue instead of ProcessThread to periodically check for overuse. It is made to only operate on a single task queue. by perkj · 8 years ago
  43. ef8b61e Enable -Winconsistent-missing-override flag. by nisse · 8 years ago
  44. 27f982b Replace scoped_ptr with unique_ptr in webrtc/video/ by kwiberg · 8 years ago
  45. e449915 Measure encoding time on encode callbacks. by Peter Boström · 8 years ago
  46. 01f364e Remove always-on options in OveruseFrameDetector. by Peter Boström · 9 years ago
  47. 7623ce4 Reland of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:300001 of https://codereview.webrtc.org/1507903005/ ) by Peter Boström · 9 years ago[Renamed (99%) from webrtc/video_engine/overuse_frame_detector_unittest.cc]
  48. 8237abf Revert of Merge webrtc/video_engine/ into webrtc/video/ (patchset #2 id:20001 of https://codereview.webrtc.org/1506773002/ ) by kjellander · 9 years ago[Renamed (99%) from webrtc/video/overuse_frame_detector_unittest.cc]
  49. 03ef053 Merge webrtc/video_engine/ into webrtc/video/ by Peter Boström · 9 years ago[Renamed (99%) from webrtc/video_engine/overuse_frame_detector_unittest.cc]
  50. 1aa420b Remove avg encode time from CpuOveruseMetric struct and use value from OnEncodedFrame instead. by asapersson · 9 years ago
  51. 0fcaf99 Enable cpplint for webrtc/video_engine by kjellander@webrtc.org · 9 years ago
  52. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  53. 746210f Remove unused overuse detection metric (capture jitter). by Åsa Persson · 9 years ago
  54. cddb367 Remove unused metric in overuse detector. by Asa Persson · 9 years ago
  55. 4b91bd0 Move frame input (ViECapturer) to webrtc/video/. by Peter Boström · 9 years ago
  56. 300eeb6 Remove VideoEngine interfaces. by Peter Boström · 9 years ago
  57. 14665ff Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 9 years ago
  58. 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 9 years ago
  59. 3e6e271 Implement CpuOveruseMetrics as callbacks. by pbos@webrtc.org · 9 years ago
  60. 049e4ec Change default values for CpuOveruseOptions. by asapersson@webrtc.org · 10 years ago
  61. 7f10513 Remove unused code in overuse detector. by asapersson@webrtc.org · 10 years ago
  62. 9aed002 Add ability to include a larger time span (in addition to encode time) for measuring the processing time of a frame. by asapersson@webrtc.org · 10 years ago
  63. 23a4d85 Decreased kMaxOverusesBeforeApplyRampupDelay (from 7 to 4). by asapersson@webrtc.org · 10 years ago
  64. 2881ab1 Increased kMaxRampUpDelayMs (120 to 240s). by asapersson@webrtc.org · 10 years ago
  65. ab6bf4f Added api for getting cpu measures using a struct. by asapersson@webrtc.org · 10 years ago
  66. ce12f1f Add configuration for ability to use the encode usage measure for triggering overuse/underuse. by asapersson@webrtc.org · 10 years ago
  67. 8a8c3ef Add ability to configure cpu overuse options via an API. by asapersson@webrtc.org · 10 years ago
  68. b60346e Reset estimate if no frame has been seen for a certain time (to avoid large jitter if stop sending). by asapersson@webrtc.org · 10 years ago
  69. 9e5b034 Added a delay measurement, measures the time between an incoming captured frame until the frame is being processed. Measures the delay per second. by asapersson@webrtc.org · 11 years ago
  70. c7ff8f9 Added measure of encode time. Added encode time to the ViE CpuOveruseMeasure api. by asapersson@webrtc.org · 11 years ago
  71. b24d335 Added ViE API for getting overuse measure. by asapersson@webrtc.org · 11 years ago
  72. e2af622 - Reset capture deltas at resolution change. by asapersson@webrtc.org · 11 years ago
  73. a957570 Overuse detection based on capture-input jitter. by pbos@webrtc.org · 11 years ago
  74. d4412fe Adding possibility to use encoding time when trigger underuse for frame based overuse detection. by mflodman@webrtc.org · 11 years ago
  75. 6879c8a Hooking up first simple CPU adaptation version. by mflodman@webrtc.org · 11 years ago
  76. e6168f5 Adding a first simple version of overuse detection, but not hooked up. by mflodman@webrtc.org · 11 years ago