1. d15a028 Hide deprecated SingleThreadedTaskQueueForTest behind an accessor by Danil Chapovalov · 4 years, 9 months ago
  2. 85a1000 Use deprecated SingleThreadedTaskQueueForTesting as regular task queue by Danil Chapovalov · 4 years, 9 months ago
  3. 82a3f0a Replace SingleThreadedTaskQueueForTesting::SendTask usage with ::webrtc::SendTask by Danil Chapovalov · 4 years, 9 months ago
  4. 7c06777 Cleanup includes in modules/include/module_common_types.h by Danil Chapovalov · 4 years, 10 months ago
  5. 44db436 Propagate task queue to create test::DirectTransport by TaskQueueBase interface by Danil Chapovalov · 4 years, 10 months ago
  6. 70bc753 Add comments to MultiCodecReceiveTest. by Åsa Persson · 4 years, 10 months ago
  7. bf5ee00 Disable prerender smoothing in MultiCodecReceiveTest. by Åsa Persson · 4 years, 10 months ago
  8. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  9. 7bf7a42 Delete flag VideoReceiveStream::Config::Rtp::remb by Niels Möller · 4 years, 11 months ago
  10. 0cd61b6 MultiCodecReceiveTest: fix for flaky test. by Åsa Persson · 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. d77cc24 New const method StreamStatistician::GetStats by Niels Möller · 5 years ago
  14. 54d5d2c Rename RtpRtcp::Configuration::media_send_ssrc to local_media_ssrc by Erik Språng · 5 years ago
  15. fdf3880 Make "WebRTC-BweAllocProbingOnlyInAlr/Enabled/" default and remove key. by Konrad Hofbauer · 5 years ago
  16. e3a10e1 Remove usage of RtpRtcp::SetSSRC() in video/ by Erik Språng · 5 years ago
  17. 891d393 Call Call::GetStats() from the correct thread in ProbingEndToEndTest. by Tommi · 5 years ago
  18. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  19. d23f67e Call Call::GetStats() from the correct thread in StatsEndToEndTest. by Tommi · 5 years ago
  20. e80885a Call Call::GetStats() from the correct thread in our bandwidth tests. by Tommi · 5 years ago
  21. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  22. 53d45ba Make TaskQueueFactory required construction parameter for Call by Danil Chapovalov · 5 years ago
  23. 370f93a Reland "Inform VideoEncoder of negotiated capabilities" by Elad Alon · 5 years ago
  24. 49d661a Revert "Inform VideoEncoder of negotiated capabilities" by Philip Eliasson · 5 years ago
  25. 11dfff0 Inform VideoEncoder of negotiated capabilities by Elad Alon · 5 years ago
  26. fadb181 Negotiate use of RTCP loss notification feedback (LNTF) by Elad Alon · 5 years ago
  27. 908e22e Use explicit TaskQueueFactory for FrameGeneratorCapturer in video/ tests by Danil Chapovalov · 5 years ago
  28. 16cb8f5 Reland "Replace usage of old SetRates/SetRateAllocation methods" by Erik Språng · 5 years ago
  29. 7ddef1a Revert "Replace usage of old SetRates/SetRateAllocation methods" by Minyue Li · 5 years ago
  30. 7ac0d5f Replace usage of old SetRates/SetRateAllocation methods by Erik Språng · 5 years ago
  31. ae68ea0 Reland "Add new field trial for controlling congestion window settings" by Evan Shrubsole · 5 years ago
  32. bd167cf Revert "Add new field trial for controlling congestion window settings" by Evan Shrubsole · 5 years ago
  33. dd33d8e Add new field trial for controlling congestion window settings by Evan Shrubsole · 5 years ago
  34. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 5 years ago
  35. 5684af5 VideoSendStream::Stats::total_encode_time_ms added. by Henrik Boström · 5 years ago
  36. 9d8eaac Delete unneeded direct includes of common_types.h by Niels Möller · 5 years ago
  37. bd631a0 Use Abseil container algorithms in video/ by Steve Anton · 5 years ago
  38. dd41da6 Delete unused methods from VCMReceiveStatisticsCallback by Niels Möller · 5 years ago
  39. b859b32 Update more VideoEncoder implementations to drop CodecSpecificInfo input by Niels Möller · 5 years ago
  40. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 5 years ago
  41. c44f6cc Modernize RtpRtcp factory function: use unique_ptr as return type by Danil Chapovalov · 5 years ago
  42. 547a1dc Removes injection of RtpTransportControllerSend from Call::Create. by Sebastian Jansson · 5 years ago
  43. d8d3248 Reland "Delete test/constants.h" by Elad Alon · 5 years ago
  44. 4f36b7a Revert "Delete test/constants.h" by Oleh Prypin · 5 years ago
  45. 389b167 Delete test/constants.h by Elad Alon · 5 years ago
  46. 914351d Reland "Always offer transport sequence number header extension for audio"" by Per Kjellander · 5 years ago
  47. 397c06f Revert "Always offer transport sequence number header extension for audio" by Ying Wang · 5 years ago
  48. fd965c0 Always offer transport sequence number header extension for audio by Per Kjellander · 5 years ago
  49. 7ca375c Implement encoder overshoot detector and rate adjuster. by Erik Språng · 5 years ago
  50. 6347029 Removes usages of TaskQueueCongestionControl field trial. by Sebastian Jansson · 5 years ago
  51. c84f661 Stop using Googletest legacy APIs. by Mirko Bonadei · 5 years ago
  52. 1e27fec Negate flag name for prerender smoothing and update comments. by Rasmus Brandt · 6 years ago
  53. f93eda1 Move some video codec constants to separate file. by Erik Språng · 6 years ago
  54. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  55. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  56. 412d185 Delete pre_encode_callback from VideoSendStream::Config by Niels Möller · 6 years ago
  57. 8eeccbe Delete Start and Stop methods from TestVideoCapturer. by Niels Möller · 6 years ago
  58. f1ab9b9 Refactor creation of ColorSpace test data by Johannes Kron · 6 years ago
  59. f7f13e0 Add end-to-end test for ColorSpace information by Johannes Kron · 6 years ago
  60. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  61. c69a56e Remove more unneeded things from ChannelSend by Fredrik Solenberg · 6 years ago
  62. 8ef5793 Switch from RTC_DISABLE_VP9 to RTC_ENABLE_VP9. by Mirko Bonadei · 6 years ago
  63. de8e6e6 Refactor bitrate configuration in CallTest by Niels Möller · 6 years ago
  64. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  65. bdc6c40 Add field trial for target bitrate RTCP XR message. by Rasmus Brandt · 6 years ago
  66. c572ff3 Add default constructor for rtc::Event by Niels Möller · 6 years ago
  67. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  68. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  69. 150a907 FrameEncryption Video End To End Testcase. by Benjamin Wright · 6 years ago
  70. 99b71df Use function_video_(en|de)coder_factory from api by Danil Chapovalov · 6 years ago
  71. 4cb4786 Add expected default values to video configuration tests. by Benjamin Wright · 6 years ago
  72. d34597c Update test::CreateVideoStreams to use num_temporal_layers. by Åsa Persson · 6 years ago
  73. 76ad154 New method for precise packet reception time measurement. by Christoffer Rodbro · 6 years ago
  74. 88be972 Delete post_encode_callback by Niels Möller · 6 years ago
  75. 75e3647 Switch usages of DefaultNetworkSimulationConfig to BuiltInNetworkBehaviorConfig by Artem Titov · 6 years ago
  76. 5ca2912 Delete VideoReceiveStream::EnableEncodedFrameRecording by Niels Möller · 6 years ago
  77. cbcbc22 Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Möller · 6 years ago
  78. 17f4878 Remove deprecated field_trial_default and metrics_default. by Mirko Bonadei · 6 years ago
  79. 377b26e Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Sebastian Jansson · 6 years ago
  80. efb94d5 Revert "Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."" by Oleh Prypin · 6 years ago
  81. 7961dc2 Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Moller · 6 years ago
  82. 529d0d9 Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config. by Niels Möller · 6 years ago
  83. 569397f Reland "Added field trial WebRTC-GenericDescriptor for the new generic descriptor." by philipel · 6 years ago
  84. 6f68324 Revert "Added field trial WebRTC-GenericDescriptor for the new generic descriptor." by Lu Liu · 6 years ago
  85. 3f4a4fa Added field trial WebRTC-GenericDescriptor for the new generic descriptor. by philipel · 6 years ago
  86. 84df1c7 Make fewer copies when using StringBuilder. by Jonas Olsson · 6 years ago
  87. cb7e1d2 Use SdpVideoFormat in VideoReceiveStream::Decoder by Niels Möller · 6 years ago
  88. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  89. cb96062 Reland "Remove obsolete field trial from the tests" by Ilya Nikolaevskiy · 6 years ago
  90. 504edc0 Revert "Remove obsolete field trial from the tests" by Ilya Nikolaevskiy · 6 years ago
  91. fd5770d Remove obsolete field trial from the tests by Ilya Nikolaevskiy · 6 years ago
  92. 1beef1a Delete VideoSendStream::EnableEncodedFrameRecording. by Niels Möller · 6 years ago
  93. b0588e6 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 6 years ago
  94. 8d92e8d Revert "Reland "Move FakeCodec to separate target and behave like real encoder."" by Ilya Nikolaevskiy · 6 years ago
  95. 631cafa Eliminate methods SetConfig() from DirectTransport and FakeNetworkPipe by Artem Titov · 6 years ago
  96. f2a8287 Reland "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 6 years ago
  97. c5d121e Disable flaky TestFlexfecRtpStatePreservation by Emircan Uysaler · 6 years ago
  98. 7d13a6e Revert "Move FakeCodec to separate target and behave like real encoder." by Ilya Nikolaevskiy · 6 years ago
  99. 223eba5 Move FakeCodec to separate target and behave like real encoder. by Ilya Nikolaevskiy · 6 years ago
  100. 4e199e9 Mark DirectTransport subclasses ctors as deprecated and switch from them by Artem Titov · 6 years ago