1. 86d053c Use source_sets in component builds and static_library in release builds. by Mirko Bonadei · 4 years, 9 months ago
  2. 2bc1ea0 Remove the fileutils hack for good. by Patrik Höglund · 4 years, 10 months ago
  3. 844600e Put the resources_dir flag into its own target. by Patrik Höglund · 4 years, 10 months ago
  4. eb90e6f Merge SendTask implementation for SingleThreadedTaskQueueForTesting and TaskQueueForTest by Danil Chapovalov · 4 years, 10 months ago
  5. 2f28370 Move --resources_dir to its right place. by Patrik Höglund · 4 years, 10 months ago
  6. ba2ba59 Rewrite test::DirectTransport to work with any TaskQueue implementation by Danil Chapovalov · 4 years, 10 months ago
  7. 71037a8 Implement TaskQueueBase interface by SingleThreadedTaskQueueForTesting by Danil Chapovalov · 4 years, 10 months ago
  8. e942b14 New build target api:media_interface by Niels Möller · 4 years, 10 months ago
  9. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  10. 087be5c Add ability to export internal state of SamplesStatsCounter. by Artem Titov · 4 years, 11 months ago
  11. 6516f76 Deprecate SingleThreadedTaskQueueForTesting class. by Yves Gerey · 5 years ago
  12. 25eb47c Make the RtpHeaderParserImpl available to tests and tools only. by Tommi · 5 years ago
  13. b4a6128 Delete unneeded dependencies on libjingle_peerconnection_api by Niels Möller · 5 years ago
  14. 6dcd4dc New target for api/rtp_parameters.h and api/media_types.h. by Niels Möller · 5 years ago
  15. 40dc98a Print stack trace when a test crash by Danil Chapovalov · 5 years ago
  16. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  17. 7cbee84 Reland "Adds PeerConnection scenario test framework." by Sebastian Jansson · 5 years ago
  18. 3d351c6 Revert "Adds PeerConnection scenario test framework." by Sebastian Jansson · 5 years ago
  19. ad5c4ac Adds PeerConnection scenario test framework. by Sebastian Jansson · 5 years ago
  20. 53571c7 Adds config based creation of frame generator capturer. by Sebastian Jansson · 5 years ago
  21. 2ab97f6 Migrate WebRTC test infra to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  22. 08da49d rtp_test_utils: remove unnecessary dep by Alessio Bazzica · 5 years ago
  23. 2c9d5e4 Propagate -Wno-undef to call_config_utils dependants. by Mirko Bonadei · 5 years ago
  24. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 5 years ago
  25. 4ba04b7 Delete RtcEventLogFactory factory as now unused by Danil Chapovalov · 5 years ago
  26. 5d24b16 Prepare for splitting the api/video:video_frames build rule. by Chen Xing · 5 years ago
  27. 9d1840c Revert "Delete NO_MAIN_THREAD_WRAPPING preprocessor define." by Niels Moller · 5 years ago
  28. 0f78c6b Delete NO_MAIN_THREAD_WRAPPING preprocessor define. by Niels Möller · 5 years ago
  29. 39f4681 Remove unused dependency. by Mirko Bonadei · 5 years ago
  30. ce92817 Split test:test_common source set by Danil Chapovalov · 5 years ago
  31. 59b64d3 Removes unused factories and constructor from FrameGeneratorCapturer. by Danil Chapovalov · 5 years ago
  32. a92e624 Use explicit TaskQueueFactory for FrameGeneratorCapturer in CallTest. by Danil Chapovalov · 5 years ago
  33. 79e9f4b Replace test::Statistics by webrtc::RunningStatistics. by Yves Gerey · 5 years ago
  34. b55015e Replacing SequencedTaskChecker with SequenceChecker. by Sebastian Jansson · 5 years ago
  35. 8581877 Delete interface class VideoCaptureExternal by Niels Möller · 5 years ago
  36. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  37. d57628f Move API for PC e2e test framework to the public API folder by Artem Titov · 5 years ago
  38. 0d617cc Adds simulated time controller by Sebastian Jansson · 5 years ago
  39. 94b57c0 Cleanup BUILD.gn files from imports like foo:foo by Artem Titov · 5 years ago
  40. 533a9fe Clean BUILD.gn files: remove extra :memory by Artem Titov · 5 years ago
  41. ef1052a Reland "Move api/rtp_headers.h to its own build target." by Niels Möller · 5 years ago
  42. 2baef35 Revert "Move api/rtp_headers.h to its own build target." by Steve Anton · 5 years ago
  43. a67050d Move api/rtp_headers.h to its own build target. by Niels Möller · 5 years ago
  44. cde8ab2 Use single FrameBufferController in VP8, created by a factory. by Elad Alon · 5 years ago
  45. 471783f Remove rtc::QueuedTask alias, use webrtc::QueuedTask directly by Danil Chapovalov · 5 years ago
  46. ede7cb2 Rewrite video_loopback to use new mac capturer. by Kári Tristan Helgason · 5 years ago
  47. d738071 Refactor FakeEncoder to avoid writing to a const EncodedImage by Niels Möller · 5 years ago
  48. fc52b91 Implicitly suppress //build/config/clang:find_bad_constructs. by Mirko Bonadei · 5 years ago
  49. fb14c5d Allow injection of TaskQueueFactory in FrameGeneratorCapturer. by Sebastian Jansson · 5 years ago
  50. d8d3248 Reland "Delete test/constants.h" by Elad Alon · 5 years ago
  51. 4f36b7a Revert "Delete test/constants.h" by Oleh Prypin · 5 years ago
  52. 389b167 Delete test/constants.h by Elad Alon · 5 years ago
  53. 98bcd32 Remove always_passing_unittest.cc. by Mirko Bonadei · 5 years ago
  54. 6df89cc Revert "Partial frame capture API part 2" by Ilya Nikolaevskiy · 5 years ago
  55. b7edf69 Delete rtc::File, usage replaced with FileWrapper by Niels Möller · 5 years ago
  56. 5054f54 Partial frame capture API part 2 by Ilya Nikolaevskiy · 5 years ago
  57. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  58. d970807 Remove rtc_base/scoped_ref_ptr.h. by Mirko Bonadei · 6 years ago
  59. ecb6897 Adds repeating task class. by Sebastian Jansson · 6 years ago
  60. 08a9b61 Introduce VideoFrameWriter. by Artem Titov · 6 years ago
  61. 7c03bdc Reland "Add a high bitrate full stack test with fake codec" by Emircan Uysaler · 6 years ago
  62. 66a29b9 Introduce CopyToFileAudioCapturer. by Artem Titov · 6 years ago
  63. 9db8b88 Added JSON generator for VideoReceiveStream::Config objects. by Benjamin Wright · 6 years ago
  64. 8efafdf Move VideoStreamReceiver JSON configuration parser to test source_set. by Benjamin Wright · 6 years ago
  65. 4895b45 Introduce EncodedImageIdInjector. by Artem Titov · 6 years ago
  66. 645df9e Introduce Y4mFrameReader. by Artem Titov · 6 years ago
  67. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  68. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  69. 8984cd6 Revert "Add a high bitrate full stack test with fake codec" by Oskar Sundbom · 6 years ago
  70. 15df277 Add a high bitrate full stack test with fake codec by Emircan Uysaler · 6 years ago
  71. b6c6201 Introduce peer connection end-2-end quality test fixture interface. by Artem Titov · 6 years ago
  72. 7f57788 Removes trial to enable BBR congestion controller. by Sebastian Jansson · 6 years ago
  73. 3f651d8 Reland "Add AudioDecoderFactory to NetEqTest constructor." by Niels Möller · 6 years ago
  74. b7180c0 Replace RegisterExternalDecoder in NetEq test VerifyTimestampPropagation. by Niels Möller · 6 years ago
  75. a0f4430 Replace RegisterExternalDecoder with decoder factory in NetEqImplTest120ms by Niels Möller · 6 years ago
  76. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  77. ce1b140 Adding WinUWP compilation support to WebRTC. by Robin Raymond · 6 years ago
  78. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  79. 34fc346 Add support for computing iOS code coverage by Artem Titarenko · 6 years ago
  80. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  81. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  82. 21cddff Harmonize paths to dependent targets. by Yves Gerey · 6 years ago
  83. 99b71df Use function_video_(en|de)coder_factory from api by Danil Chapovalov · 6 years ago
  84. ddc84e9 Publish function_video_(en|de)coder_factory into api by Danil Chapovalov · 6 years ago
  85. 8f726be Add ability to override detection of resource location and source root by Artem Titov · 6 years ago
  86. bc6a06c Adding missing #include on absl/memory/memory.h. by Mirko Bonadei · 6 years ago
  87. 40a7a35 Extract functionality of test_main into separate library. by Artem Titov · 6 years ago
  88. 4529fbc Move TemporalLayers to api/video_codecs. by Erik Språng · 6 years ago
  89. 7730193 Remove SetExecutablePath, simplify ResourcePath by Patrik Höglund · 6 years ago
  90. 841c912 Changed FakeVp8Encoder to write dimensions in payload. by Per Kjellander · 6 years ago
  91. 4dc66c5 Move EncodedImage class to api/video/ by Niels Möller · 6 years ago
  92. 8434aeb Use Chromium's code for locating the src dir. by Patrik Höglund · 6 years ago
  93. d136b28 Prevent NaN and Inf values in webrtc_perf_test by Oleh Prypin · 6 years ago
  94. e0d455b Remove runtime_enabled_feature. by Mirko Bonadei · 6 years ago
  95. cbcbc22 Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Möller · 6 years ago
  96. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  97. 377b26e Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Sebastian Jansson · 6 years ago
  98. efb94d5 Revert "Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."" by Oleh Prypin · 6 years ago
  99. 7961dc2 Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Moller · 6 years ago
  100. 98b07e9 Adds scenario test framework. by Sebastian Jansson · 6 years ago