1. 33f9d2b Migrate WebRTC on FrameGeneratorInterface and remove FrameGenerator class by Artem Titov · 4 years, 8 months ago
  2. 503d723 Introduce FrameGeneratorInterface by Artem Titov · 4 years, 8 months ago
  3. 5256d8b Refactor FrameGenerator to return VideoFrameBuffer with VideoFrame::UpdateRect by Artem Titov · 4 years, 8 months ago
  4. 79f3287 Cleanup of simple TODO(srte) comments. by Sebastian Jansson · 4 years, 10 months ago
  5. ed0febf Add k prefix to FrameGenerator::OutputType enum values by Sebastian Jansson · 5 years ago
  6. f50c6c2 Introduce VideoQualityAnalyzerInjectionHelper. by Artem Titov · 6 years ago
  7. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  8. f7f13e0 Add end-to-end test for ColorSpace information by Johannes Kron · 6 years ago
  9. a12c42a Delete root header file typedef.h. by Niels Möller · 6 years ago
  10. 0823eec Reland "Reland "Add Profile 2 configuration to VP9 Encoder and Decoder"" by Emircan Uysaler · 6 years ago
  11. c528c0a Revert "Reland "Add Profile 2 configuration to VP9 Encoder and Decoder"" by Emircan Uysaler · 6 years ago
  12. cb853c8 Reland "Add Profile 2 configuration to VP9 Encoder and Decoder" by Emircan Uysaler · 6 years ago
  13. 2d82ade Revert "Add Profile 2 configuration to VP9 Encoder and Decoder" by Qingsi Wang · 6 years ago
  14. fc9c4e8 Add Profile 2 configuration to VP9 Encoder and Decoder by Emircan Uysaler · 6 years ago
  15. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  16. 431abd9 Replace rtc::Optional with absl::optional in test and rtc_tools by Danil Chapovalov · 6 years ago
  17. 0327c2d Move VideoStreamEncoderInterface to api/. by Niels Möller · 6 years ago
  18. 207a75d Remove unused FrameGeneratorCapturer::Create signature by Emircan Uysaler · 6 years ago
  19. 03e6ec9 Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 6 years ago
  20. 081136f Revert "Reland "Add multiplex case to webrtc_perf_tests"" by Taylor Brandstetter · 6 years ago
  21. 7c5bc1c Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 6 years ago
  22. 5aac372 Revert "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 6 years ago
  23. d90a7e8 Add multiplex case to webrtc_perf_tests by Emircan Uysaler · 6 years ago
  24. 9e19403 Move videosourceinterface to api. by Patrik Höglund · 7 years ago
  25. c774d5d Make the complexity of the square generator configurable. by erikvarga@webrtc.org · 7 years ago
  26. 7120742 Adding NOLINT for typedefs.h and common_types.h by Mirko Bonadei · 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/test/frame_generator.h]
  29. a37de39 Update thread annotiation macros to use RTC_ prefix by danilchap · 7 years ago
  30. 579de6f Add a new frame generator that cycles through randomly generated slides. by erikvarga · 7 years ago
  31. c20978e Rename webrtc/base -> webrtc/rtc_base by Edward Lemur · 7 years ago
  32. a80c16a Revert "Update includes for webrtc/{base => rtc_base} rename (2/3)" by Henrik Kjellander · 7 years ago
  33. c3771cc Update includes for webrtc/{base => rtc_base} rename (2/3) by kjellander · 7 years ago
  34. 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
  35. b1ca073 Rename adaptation api methods, extended vie_encoder unit test. by sprang · 7 years ago
  36. af91689 Move VideoFrame and related declarations to webrtc/api/video. by nisse · 8 years ago
  37. 803d97f Let ViEEncoder express resolution requests as Sinkwants. by perkj · 8 years ago
  38. fa10b55 Releand of Let ViEEncoder handle resolution changes. by perkj · 8 years ago
  39. 3b703ed Revert of Let ViEEncoder handle resolution changes. (patchset #17 id:340001 of https://codereview.webrtc.org/2351633002/ ) by perkj · 8 years ago
  40. 26105b4 Let ViEEncoder handle resolution changes. by perkj · 8 years ago
  41. a49cbd3 Replace VideoCapturerInput with VideoSinkInterface. by perkj · 8 years ago
  42. 9fdbda6 Revert of Replace interface VideoCapturerInput with VideoSinkInterface. (patchset #13 id:280001 of https://codereview.webrtc.org/2257413002/ ) by perkj · 8 years ago
  43. 95a226f Replace VideoCapturerInput with VideoSinkInterface. by perkj · 8 years ago
  44. 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
  45. 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
  46. 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
  47. 4765070 Rename I420VideoFrame to VideoFrame. by Miguel Casas-Sanchez · 9 years ago
  48. 9bfe3da Cleanup: Remove i420_video_frame.h header. by Thiago Farina · 9 years ago
  49. 25dd1db Fixed bug in test frame generator, causing incorrect reuse of frame by sprang@webrtc.org · 9 years ago
  50. 131bea8 Offline screenshare quality test, plus loopback. by sprang@webrtc.org · 9 years ago
  51. 724947b Add SwapFrame() to VideoSendStreamInput. by pbos@webrtc.org · 11 years ago[Renamed (96%) from webrtc/common_video/test/frame_generator.h]
  52. 266c7b3 Move ChromaGenerator to common_video/. by pbos@webrtc.org · 11 years ago
  53. ab65495 Refactor frame generation code so it can be used by multiple modules. by andresp@webrtc.org · 11 years ago