1. 7c03bdc Reland "Add a high bitrate full stack test with fake codec" by Emircan Uysaler · 6 years ago
  2. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  3. 1f7a008 Enable quality-scaling in all video perf tests. by Stefan Holmer · 6 years ago
  4. 8984cd6 Revert "Add a high bitrate full stack test with fake codec" by Oskar Sundbom · 6 years ago
  5. 15df277 Add a high bitrate full stack test with fake codec by Emircan Uysaler · 6 years ago
  6. 455d27c Adding audio network adaptor to video quality test. by Minyue Li · 6 years ago
  7. 412d185 Delete pre_encode_callback from VideoSendStream::Config by Niels Möller · 6 years ago
  8. 1c931c4 Use VideoSourceInterface for owning test video sources by Niels Möller · 6 years ago
  9. 8eeccbe Delete Start and Stop methods from TestVideoCapturer. by Niels Möller · 6 years ago
  10. e7862cc Copy VP8EncoderSimulcastProxy to EncoderSimulcastProxy by Florent Castelli · 6 years ago
  11. 5546aef Vp9 flexible mode fixes by Ilya Nikolaevskiy · 6 years ago
  12. d4d254f Revert "Various VP9 high fps fixes" by Patrik Höglund · 6 years ago
  13. ba2840c Various VP9 high fps fixes by Ilya Nikolaevskiy · 6 years ago
  14. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  15. ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
  16. 42e7d9c Enable rtc event log in *_loopback tools running with renderers by Ilya Nikolaevskiy · 6 years ago
  17. 189013b Update QualityTestVideoEncoder to use GetEncoderInfo() by Erik Språng · 6 years ago
  18. 96965ae Add ability to enable frame dumping decoder via field trial. by Erik Språng · 6 years ago
  19. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  20. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  21. 6fcf6ca Modified PressEnterToContinue() to actualy check if Enter is pressed by Danail Kirov · 6 years ago
  22. 7d76a31 Use MediaTransportInterface, for audio streams. by Niels Möller · 6 years ago
  23. 62ae178 Remove deprecated pipe field from VideoQualityTestFixtureInterface::Params by Artem Titov · 6 years ago
  24. a1d9ca4 Revert "Add ability to specify if rate controller of video encoder is trusted." by Oleh Prypin · 6 years ago
  25. 3e335d1 Add ability to specify if rate controller of video encoder is trusted. by Erik Språng · 6 years ago
  26. 88be972 Delete post_encode_callback by Niels Möller · 6 years ago
  27. 8ea1e9d Switch webrtc from deprecated usages of NetworkSimulationInterface by Artem Titov · 6 years ago
  28. 9eb44ac Delete pre_decode_image_callback by Niels Möller · 6 years ago
  29. 5ca2912 Delete VideoReceiveStream::EnableEncodedFrameRecording by Niels Möller · 6 years ago
  30. cbcbc22 Reland "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Möller · 6 years ago
  31. 377b26e Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Sebastian Jansson · 6 years ago
  32. efb94d5 Revert "Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config."" by Oleh Prypin · 6 years ago
  33. 7961dc2 Revert "Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config." by Niels Moller · 6 years ago
  34. 529d0d9 Replace VideoDecoder with VideoDecoderFactory in VideoReceiveStream config. by Niels Möller · 6 years ago
  35. 569397f Reland "Added field trial WebRTC-GenericDescriptor for the new generic descriptor." by philipel · 6 years ago
  36. 6f68324 Revert "Added field trial WebRTC-GenericDescriptor for the new generic descriptor." by Lu Liu · 6 years ago
  37. 3f4a4fa Added field trial WebRTC-GenericDescriptor for the new generic descriptor. by philipel · 6 years ago
  38. 84df1c7 Make fewer copies when using StringBuilder. by Jonas Olsson · 6 years ago
  39. 8c1bf95 Reland "Add initial support for RtpEncodingParameters max_framerate." by Åsa Persson · 6 years ago
  40. 366a50c Remove simple stringstream usages. by Jonas Olsson · 6 years ago
  41. 1beef1a Delete VideoSendStream::EnableEncodedFrameRecording. by Niels Möller · 6 years ago
  42. e269cb4 Add support of overriding network simulation in video quality tests. by Artem Titov · 6 years ago
  43. f18b352 Reland: Rename VideoQualityTestFixtureInterface::Params.pipe into config. by Artem Titov · 6 years ago
  44. 17790c3 Revert "Rename VideoQualityTestFixtureInterface::Params.pipe into config." by Artem Titov · 6 years ago
  45. 255750b Adds support for real audio devices in video_quality_test. by henrika · 6 years ago
  46. 7f2eab0 Rename VideoQualityTestFixtureInterface::Params.pipe into config. by Artem Titov · 6 years ago
  47. f1f363f Renames test::VideoCapturer to TestVideoCapturer. by Sebastian Jansson · 6 years ago
  48. 4e199e9 Mark DirectTransport subclasses ctors as deprecated and switch from them by Artem Titov · 6 years ago
  49. dd2eebe Deprecate two DirectTransport ctors and remove their direct usage. by Artem Titov · 6 years ago
  50. 948b7e3 Revert "Add initial support for RtpEncodingParameters max_framerate." by Mirko Bonadei · 6 years ago
  51. ced5cfd Add initial support for RtpEncodingParameters max_framerate. by Åsa Persson · 6 years ago
  52. 39a44b2 In video_quality_test, maintain capturer startup within CPU timing interval. by Christoffer Rodbro · 6 years ago
  53. c2a0288 Enable audio in video_quality_test. by Christoffer Rodbro · 6 years ago
  54. 45a4c41 Never invoke rtc::LogMessage::SetLogToStderr outside of main. by Mirko Bonadei · 6 years ago
  55. 0823eec Reland "Reland "Add Profile 2 configuration to VP9 Encoder and Decoder"" by Emircan Uysaler · 6 years ago
  56. c528c0a Revert "Reland "Add Profile 2 configuration to VP9 Encoder and Decoder"" by Emircan Uysaler · 6 years ago
  57. cb853c8 Reland "Add Profile 2 configuration to VP9 Encoder and Decoder" by Emircan Uysaler · 6 years ago
  58. 3bd2c79 Moving functionality from VideoQualityTest to CallTest by Sebastian Jansson · 6 years ago
  59. e6d7c3e Using FunctionVideoEncoderFactory in VideoQualityTest. by Sebastian Jansson · 6 years ago
  60. 8e6602f Separates send and receive event log in CallTest. by Sebastian Jansson · 6 years ago
  61. 2d82ade Revert "Add Profile 2 configuration to VP9 Encoder and Decoder" by Qingsi Wang · 6 years ago
  62. fc9c4e8 Add Profile 2 configuration to VP9 Encoder and Decoder by Emircan Uysaler · 6 years ago
  63. d4c5d63 Moves VideoAnalyzer class to a separate file. by Sebastian Jansson · 6 years ago
  64. 5ab67a5 Add accessors to the types in the RTPVideoTypeHeader in RTPVideoHeader. by philipel · 6 years ago
  65. 918f50c Use absl::make_unique and absl::WrapUnique directly by Karl Wiberg · 6 years ago
  66. cb96ad8 Add ParsedPayload::video_header() accessor. by philipel · 6 years ago
  67. 43800f9 Generalize SimulcastEncoderAdapter, use for H264 & VP8. by Sergio Garcia Murillo · 6 years ago
  68. b6b29e0 Convert video quality test from a TEST_F to a TEST fixture. by Patrik Höglund · 6 years ago
  69. 6f440ed Revert "Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8." by Mirko Bonadei · 6 years ago
  70. 07efe43 Implement H264 simulcast support and generalize SimulcastEncoderAdapter use for H264 & VP8. by Sergio Garcia Murillo · 6 years ago
  71. f88a22c Delete pre_decode_callback. by Niels Möller · 6 years ago
  72. 665174f Reformat the WebRTC code base by Yves Gerey · 6 years ago
  73. b9b146c Replace rtc::Optional with absl::optional in audio, call and video by Danil Chapovalov · 6 years ago
  74. 6aa415e Add full stack test with link capacity of 150 kbit/s. by Niels Möller · 6 years ago
  75. 350531e Revert "Move class VideoCodec from common_types.h to its own api header file." by Danil Chapovalov · 6 years ago
  76. efc71e5 Move class VideoCodec from common_types.h to its own api header file. by Niels Möller · 6 years ago
  77. 520ca4e Delete enum RtpVideoCodecTypes, replaced with VideoCodecType. by Niels Möller · 6 years ago
  78. 97b4ee5 Wire up VAAPI VP8 experimental support in WebRTC. by Ilya Nikolaevskiy · 6 years ago
  79. 49fcc10 Merge DegradationPreference enums. by Taylor Brandstetter · 6 years ago
  80. 5702736 Control inter-layer prediction mode in test apps. by Sergey Silkin · 6 years ago
  81. 4db138e Reland "Move creating encoder to VideoStreamEncoder." by Niels Möller · 7 years ago
  82. 0d650b4 Revert "Move creating encoder to VideoStreamEncoder." by Niels Moller · 7 years ago
  83. fb82fcc Move creating encoder to VideoStreamEncoder. by Niels Möller · 7 years ago
  84. 19a68d4 Use VP8EncoderSimulcastProxy in VideoQualityTest. by Niels Möller · 7 years ago
  85. 259a497 Reland "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 7 years ago
  86. 6c2c13a Revert "Reland "Move rtp-specific config out of EncoderSettings."" by Niels Möller · 7 years ago
  87. 2784a03 Add audio_ prefix to audio-related members of CallTest. by Niels Möller · 7 years ago
  88. 04dd176 Reland "Move rtp-specific config out of EncoderSettings." by Niels Möller · 7 years ago
  89. 92be1ca Revert "Move rtp-specific config out of EncoderSettings." by Niels Moller · 7 years ago
  90. bc900cb Move rtp-specific config out of EncoderSettings. by Niels Möller · 7 years ago
  91. 3faa832 Separate test/fake_audio_device on API and implementation. Step 2. by Artem Titov · 7 years ago
  92. 03e6ec9 Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 7 years ago
  93. 081136f Revert "Reland "Add multiplex case to webrtc_perf_tests"" by Taylor Brandstetter · 7 years ago
  94. 7c5bc1c Reland "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 7 years ago
  95. 5aac372 Revert "Add multiplex case to webrtc_perf_tests" by Emircan Uysaler · 7 years ago
  96. d90a7e8 Add multiplex case to webrtc_perf_tests by Emircan Uysaler · 7 years ago
  97. 6723cdc Revert "Separate test/fake_audio_device on API and implementation." by Artem Titov · 7 years ago
  98. 8ea5f9a Separate test/fake_audio_device on API and implementation. by Artem Titov · 7 years ago
  99. 4c09d7a In webrtc_perf_tests always create screenshare stream after realtime video by Ilya Nikolaevskiy · 7 years ago
  100. 13e7434 Merge SimulcastStream and SpatialLayer structures. by Sergey Silkin · 7 years ago