1. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  2. ed0febf Add k prefix to FrameGenerator::OutputType enum values by Sebastian Jansson · 5 years ago
  3. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  4. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  5. d0f3d84 Wire UpdateRect signalling in test frame generators by Ilya Nikolaevskiy · 5 years ago
  6. 6cfb403 Fix test FrameGenerator to work with a single file source by Ilya Nikolaevskiy · 5 years ago
  7. fe055c1 [clang-tidy] Apply modernize-use-override fixes. by Mirko Bonadei · 5 years ago
  8. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  9. f50c6c2 Introduce VideoQualityAnalyzerInjectionHelper. by Artem Titov · 6 years ago
  10. 1ebfb6a Introduce VideoFrame::id to keep track of frames inside application. by Artem Titov · 6 years ago
  11. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  12. 90e6745 Delete deprecated class WrappedI420Buffer by Niels Möller · 6 years ago
  13. 9eda327 Print filename on open failure in FrameGenerator. by Sebastian Jansson · 6 years ago
  14. 0823eec Reland "Reland "Add Profile 2 configuration to VP9 Encoder and Decoder"" by Emircan Uysaler · 6 years ago
  15. c528c0a Revert "Reland "Add Profile 2 configuration to VP9 Encoder and Decoder"" by Emircan Uysaler · 6 years ago
  16. cb853c8 Reland "Add Profile 2 configuration to VP9 Encoder and Decoder" by Emircan Uysaler · 6 years ago
  17. 2d82ade Revert "Add Profile 2 configuration to VP9 Encoder and Decoder" by Qingsi Wang · 6 years ago
  18. fc9c4e8 Add Profile 2 configuration to VP9 Encoder and Decoder by Emircan Uysaler · 6 years ago
  19. 431abd9 Replace rtc::Optional with absl::optional in test and rtc_tools by Danil Chapovalov · 6 years ago
  20. 2ac6446 Document that preferred VideoFrame constructor takes no RTP timestamp. by Niels Möller · 6 years ago
  21. 03e6ec9 Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 6 years ago
  22. 081136f Revert "Reland "Add multiplex case to webrtc_perf_tests"" by Taylor Brandstetter · 6 years ago
  23. 7c5bc1c Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 6 years ago
  24. 5aac372 Revert "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 6 years ago
  25. d90a7e8 Add multiplex case to webrtc_perf_tests by Emircan Uysaler · 6 years ago
  26. 3f6804d Optional: Use nullopt and implicit construction in /test by Oskar Sundbom · 7 years ago
  27. 3fed5db Reduce complexity of fake slide generator by Erik Språng · 7 years ago
  28. c774d5d Make the complexity of the square generator configurable. by erikvarga@webrtc.org · 7 years ago
  29. 92ea95e Fixing WebRTC after moving from src/webrtc to src/ by Mirko Bonadei · 7 years ago
  30. bb54720 Moving src/webrtc into src/. by Mirko Bonadei · 7 years ago[Renamed from webrtc/test/frame_generator.cc]
  31. a37de39 Update thread annotiation macros to use RTC_ prefix by danilchap · 7 years ago
  32. 579de6f Add a new frame generator that cycles through randomly generated slides. by erikvarga · 7 years ago
  33. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  34. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  35. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  36. 90e3190 Update webrtc/test to new VideoFrameBuffer interface by Magnus Jedvert · 7 years ago
  37. eb44b39 Delete RawVideoType enum, use the VideoType enum instead. by nisse · 7 years ago
  38. c8b0865 Reduce CPU usage in test::FrameGenerator::SquareGenerator. by perkj · 7 years ago
  39. a8ba195 Replace test::FrameGenerator::ChromaGenerator with new FrameGenerator::SquareGenerator The problem with the ChromaGenerator is that the VP8 encoder produce a too low bitrate for each frame. The squaregenerator make the VP8 encoder produce about 600kbit/s at VGA. by perkj · 7 years ago
  40. b1ca073 Rename adaptation api methods, extended vie_encoder unit test. by sprang · 7 years ago
  41. af91689 Move VideoFrame and related declarations to webrtc/api/video. by nisse · 8 years ago
  42. df2ceb8 Reland of Delete VideoFrame default constructor, and IsZeroSize method. (patchset #1 id:1 of https://codereview.webrtc.org/2574123002/ ) by nisse · 8 years ago
  43. 0989fbc Revert of Delete VideoFrame default constructor, and IsZeroSize method. (patchset #5 id:80001 of https://codereview.webrtc.org/2541863002/ ) by nisse · 8 years ago
  44. bfcf561 Delete VideoFrame default constructor, and IsZeroSize method. by nisse · 8 years ago
  45. b890c95c Replace some asserts with DCHECKs by kwiberg · 8 years ago
  46. af476c7 RTC_[D]CHECK_op: Remove "u" suffix on integer constants by kwiberg · 8 years ago
  47. 803d97f Let ViEEncoder express resolution requests as Sinkwants. by perkj · 8 years ago
  48. f0a7c5a Delete deprecated method VideoFrame::CreateFrame. by nisse · 8 years ago
  49. f122a85 Delete webrtc::VideoFrame::CreateEmptyFrame. by nisse · 8 years ago
  50. fa10b55 Releand of Let ViEEncoder handle resolution changes. by perkj · 8 years ago
  51. 115bd15 New helper function test::ReadI420Buffer, refactor FrameReader to use it. by nisse · 8 years ago
  52. 3b703ed Revert of Let ViEEncoder handle resolution changes. (patchset #17 id:340001 of https://codereview.webrtc.org/2351633002/ ) by perkj · 8 years ago
  53. 26105b4 Let ViEEncoder handle resolution changes. by perkj · 8 years ago
  54. 1996e3f Reland of Update test code to use I420Buffer when writing pixel data. (patchset #1 id:1 of https://codereview.webrtc.org/2343083002/ ) by nisse · 8 years ago
  55. a49cbd3 Replace VideoCapturerInput with VideoSinkInterface. by perkj · 8 years ago
  56. 3011627 Revert of Update test code to use I420Buffer when writing pixel data. (patchset #2 id:140001 of https://codereview.webrtc.org/2342783003/ ) by nisse · 8 years ago
  57. d21534a Reland of Update test code to use I420Buffer when writing pixel data. (patchset #1 id:1 of https://codereview.webrtc.org/2342123003/ ) by nisse · 8 years ago
  58. fbf1460 Revert of Update test code to use I420Buffer when writing pixel data. (patchset #5 id:80001 of https://codereview.webrtc.org/2333373007/ ) by nisse · 8 years ago
  59. 280ad15 Update test code to use I420Buffer when writing pixel data. by Niels Möller · 8 years ago
  60. 9fdbda6 Revert of Replace interface VideoCapturerInput with VideoSinkInterface. (patchset #13 id:280001 of https://codereview.webrtc.org/2257413002/ ) by perkj · 8 years ago
  61. 95a226f Replace VideoCapturerInput with VideoSinkInterface. by perkj · 8 years ago
  62. c9c142f Reland of Delete webrtc::VideoFrame methods buffer and stride. (patchset #1 id:1 of https://codereview.webrtc.org/1983583002/ ) by nisse · 8 years ago
  63. d49c30c Revert of Delete webrtc::VideoFrame methods buffer and stride. (patchset #2 id:290001 of https://codereview.webrtc.org/1963413004/ ) by tommi · 8 years ago
  64. d0dc66e Reland of Delete webrtc::VideoFrame methods buffer and stride. (patchset #1 id:1 of https://codereview.webrtc.org/1935443002/ ) by nisse · 8 years ago
  65. bfefb03 Replace scoped_ptr with unique_ptr everywhere by kwiberg · 8 years ago
  66. 5b3c443 Revert of Delete webrtc::VideoFrame methods buffer and stride. (patchset #14 id:250001 of https://codereview.webrtc.org/1900673002/ ) by nisse · 8 years ago
  67. a0591b5 Delete webrtc::VideoFrame methods buffer and stride. by nisse · 8 years ago
  68. 739fcb9 Cleanup of webrtc::VideoFrame. by Niels Möller · 8 years ago
  69. 54ebfca Revert of Cleanup of webrtc::VideoFrame. (patchset #6 id:100001 of https://codereview.webrtc.org/1679323002/ ) by kjellander · 8 years ago
  70. 2080196 Cleanup of webrtc::VideoFrame. by nisse · 8 years ago
  71. 98f5351 system_wrappers: rename interface -> include by Henrik Kjellander · 9 years ago
  72. 91d6ede Add RTC_ prefix to (D)CHECKs and related macros. by henrikg · 9 years ago
  73. d635895 Add a frame generator that allows scrolling over a larger still image, for use with new screen sharing quality tests. by sprang · 9 years ago
  74. 49c0ce3 Revert "Add a frame generator that allows scrolling over a larger still image, for use with new screen sharing quality tests." by Erik Språng · 9 years ago
  75. 8993413 Add a frame generator that allows scrolling over a larger still image, for use with new screen sharing quality tests. by Erik Språng · 9 years ago
  76. 4765070 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 9 years ago
  77. 59140d6 Remove VideoRotationMode to VideoRotation. by guoweis@webrtc.org · 9 years ago
  78. 14665ff Roll chromium_revision e144d30..6fdb142 (318658:318841) + remove OVERRIDE macro by kjellander@webrtc.org · 9 years ago
  79. 25dd1db Fixed bug in test frame generator, causing incorrect reuse of frame by sprang@webrtc.org · 9 years ago
  80. 00b8f6b Use base/scoped_ptr.h; system_wrappers/interface/scoped_ptr.h is going away by kwiberg@webrtc.org · 9 years ago
  81. 131bea8 Offline screenshare quality test, plus loopback. by sprang@webrtc.org · 9 years ago
  82. 724947b Add SwapFrame() to VideoSendStreamInput. by pbos@webrtc.org · 11 years ago[Renamed (74%) from webrtc/common_video/test/frame_generator.cc]
  83. b44c2a3 Open file in binary in CreateFromYuvFile(). by pbos@webrtc.org · 11 years ago
  84. 266c7b3 Move ChromaGenerator to common_video/. by pbos@webrtc.org · 11 years ago
  85. ab65495 Refactor frame generation code so it can be used by multiple modules. by andresp@webrtc.org · 11 years ago