1. a4d8737 Format almost everything. by Jonas Olsson · 5 years ago
  2. e420c6a Add missing include for memcpy/memcmp by Artem Titov · 5 years ago
  3. 16661eb Fix: report video_bwe_stats as bytes per second, as specified in the unit by Artem Titov · 5 years ago
  4. ea95c37 Report freeze_time_ms from PC test framework by Artem Titov · 5 years ago
  5. 754c952 Don't do ToI420() for each frame while checking is it dummy by Artem Titov · 5 years ago
  6. 8f01c4e Define FecControllerOverride and plumb it down to VideoEncoder by Elad Alon · 5 years ago
  7. b64ad0e Using Clock::CurrentTime() where non-test behavior is unchanged. by Sebastian Jansson · 5 years ago
  8. 4d504c7 New interface EncodedImageBufferInterface, replacing use of CopyOnWriteBuffer by Niels Möller · 5 years ago
  9. ef3fd9c Add support for simulcast with Vp8 from caller into PC level quality tests. by Artem Titov · 5 years ago
  10. da1c65f Change reporting of time_between_freezes. by Artem Titov · 5 years ago
  11. 370f93a Reland "Inform VideoEncoder of negotiated capabilities" by Elad Alon · 5 years ago
  12. 49d661a Revert "Inform VideoEncoder of negotiated capabilities" by Philip Eliasson · 5 years ago
  13. 11dfff0 Inform VideoEncoder of negotiated capabilities by Elad Alon · 5 years ago
  14. 0379d8c Change a way, how receive stream is determined in DefaultAudioQualityAnalyzer. by Artem Titov · 5 years ago
  15. 60f14ce Do not use absl::flat_hash_map in DefaultVideoQualityAnalyzer. by Mirko Bonadei · 5 years ago
  16. 630bd43 DefaultAudioQualityAnalyzer: use bytes_recv instead of packets_recv. by Mirko Bonadei · 5 years ago
  17. 4487ac4 Reland "Add Video Bwe stats collection to DefaultVideoQualityAnalyzer." by Mirko Bonadei · 5 years ago
  18. e680c83 Revert "Add Video Bwe stats collection to DefaultVideoQualityAnalyzer." by Artem Titov · 5 years ago
  19. 8848229 Add Video Bwe stats collection to DefaultVideoQualityAnalyzer. by Mirko Bonadei · 5 years ago
  20. 43f7002 Delete DecodedImageCallback::ReceivedDecodedFrame by Niels Möller · 5 years ago
  21. 7e2f6b7 Fix reporting of metrics when there is no video in the test. by Artem Titov · 5 years ago
  22. 76723ae Add API to get raw stats value from DefaultAudioQualityAnalyzer by Artem Titov · 5 years ago
  23. 2317c5e Delete method DecodedImageCallback::ReceivedDecodedReferenceFrame by Niels Möller · 5 years ago
  24. 16cb8f5 Reland "Replace usage of old SetRates/SetRateAllocation methods" by Erik Språng · 5 years ago
  25. 7aacdd9 Reland "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Niels Möller · 6 years ago
  26. 7ddef1a Revert "Replace usage of old SetRates/SetRateAllocation methods" by Minyue Li · 5 years ago
  27. 7ac0d5f Replace usage of old SetRates/SetRateAllocation methods by Erik Språng · 5 years ago
  28. f948eb6 Implement DefaultAudioQualityAnalyzer. by Mirko Bonadei · 6 years ago
  29. 1770ddb Remove obsolete TODO in default_encoded_image_data_injector.h by Artem Titov · 6 years ago
  30. ade945d Add ability to specify encoder bitrate multiplier in PC level tests by Artem Titov · 6 years ago
  31. 89cc7d4 Add logging of internal stats into default video quality analyzer by Artem Titov · 6 years ago
  32. d57628f Move API for PC e2e test framework to the public API folder by Artem Titov · 6 years ago
  33. 0b44314 Move PC e2e test framework into its own namespace by Artem Titov · 6 years ago
  34. 82b7ff5 Don't store last rendered frame in DefaultVideoQualityAnalyzer by Artem Titov · 6 years ago
  35. 4fa9ede Refactor DefaultEncodedImageDataInjector to let EncodedImage own the data. by Niels Möller · 6 years ago
  36. 276cdfc Rename resolution_of_encoded_image into resolution_of_rendered_frame. by Artem Titov · 6 years ago
  37. 608d801 Use deque instead of list in DefaultVideoQualityAnalyzer. by Artem Titov · 6 years ago
  38. baf271f DefaultVideoQualityAnalyzer cleanup. by Artem Titov · 6 years ago
  39. 2c7b982 Revert "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Jeroen de Borst · 6 years ago
  40. 39d3a7d Delete CodecSpecificInfo argument from VideoDecoder::Decode by Niels Möller · 6 years ago
  41. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  42. c8d2e73 Delete CodecSpecificInfo argument from VideoEncoder::Encode by Niels Möller · 6 years ago
  43. d36c086 Add support for simulcast streams in QualityAnalyzingVideoDecoder. by Artem Titov · 6 years ago
  44. 5983585 Introduce test case name in peer connection e2e test framework. by Artem Titov · 6 years ago
  45. f5e5f0d Reland "Improve example video analyzer for use in debugging" by Artem Titov · 6 years ago
  46. 2585979 Revert "Improve example video analyzer for use in debugging" by Artem Titov · 6 years ago
  47. 1570218 Improve example video analyzer for use in debugging by Artem Titov · 6 years ago
  48. 1a7a4af Fix encoded image data injectors. by Artem Titov · 6 years ago
  49. 12ae4f4 Introduce possibility to poll stats and notify analyzers. by Mirko Bonadei · 6 years ago
  50. 32232e9 Add spatial layers support to video analyze pipeline. by Artem Titov · 6 years ago
  51. 6255af9 Fix RateCounter to don't fail if there are too small amount of events by Artem Titov · 6 years ago
  52. ceba6ae Return a copy, becase GetPercentile in SamplesStatsCounter isn't const by Artem Titov · 6 years ago
  53. 6b88a8f Introduce default video quality analyzer by Artem Titov · 6 years ago
  54. 9f97c9a Add starting of VideoQualityAnalyzer in the e2e peer connection level test by Artem Titov · 6 years ago
  55. a1fae4b Trying to quiet clang-tidy by Artem Titov · 6 years ago
  56. 05cf6be [clang-tidy] Apply performance-move-const-arg fixes. by Mirko Bonadei · 6 years ago
  57. 728b5a4 Fix initialization to prevent SIGSEGV by Artem Titov · 6 years ago
  58. f50c6c2 Introduce VideoQualityAnalyzerInjectionHelper. by Artem Titov · 6 years ago
  59. fc2175d Introduce QualityAnalyzingVideoEncoder and QualityAnalyzingVideoDecoder. by Artem Titov · 6 years ago
  60. 24a164b Introduce ExampleVideoQualityAnalyzer. by Artem Titov · 6 years ago
  61. 4895b45 Introduce EncodedImageIdInjector. by Artem Titov · 6 years ago