1. 3b819f3 Move video_sources_.clear() call to CallTest::DestroyStreams by Niels Möller · 4 years, 10 months ago
  2. d62ac3f Use fake clock for replay fuzzing by Kuang-che Wu · 4 years, 10 months ago
  3. 9afdddf Enable capturing from camera in PC framework by Artem Titov · 4 years, 10 months ago
  4. 9ddd729 Add Duration field to EventRateCounter by Evan Shrubsole · 4 years, 10 months ago
  5. f77b939 Makes render time > decode time in VideoFrameMatcher. by Sebastian Jansson · 4 years, 10 months ago
  6. 0824c6f Delete voice_detection() pointer to submodule by Sam Zackrisson · 4 years, 10 months ago
  7. 7536bc5 Account for IP and UDP headers in emulated network by Niels Möller · 4 years, 10 months ago
  8. f83d0ef Revert "Remove an old hack from test_main_lib.cc." by Patrik Höglund · 4 years, 10 months ago
  9. 79f3287 Cleanup of simple TODO(srte) comments. by Sebastian Jansson · 4 years, 10 months ago
  10. 5114a92 Remove an old hack from test_main_lib.cc. by Patrik Höglund · 4 years, 10 months ago
  11. b96a311 Sum byte counts for all reports of type kStatsReportTypeSsrc by Niels Möller · 4 years, 10 months ago
  12. 62aee93 Adds trial to calculate audio overhead based on available data. by Sebastian Jansson · 4 years, 10 months ago
  13. 64672dc Adds log output to peer connection level scenario framework. by Sebastian Jansson · 4 years, 10 months ago
  14. 65235d3 Add GetStats at end of PeerConnection quality tests by Niels Möller · 4 years, 10 months ago
  15. 2f7d779 Use new RtpFrameObject ctor for fuzzing. by philipel · 4 years, 10 months ago
  16. 1e91551 Fix -Wtautological-constant-compare in test/fuzzers. by Mirko Bonadei · 4 years, 10 months ago
  17. 44db436 Propagate task queue to create test::DirectTransport by TaskQueueBase interface by Danil Chapovalov · 4 years, 10 months ago
  18. ba2ba59 Rewrite test::DirectTransport to work with any TaskQueue implementation by Danil Chapovalov · 4 years, 10 months ago
  19. d27a0c1 Report payload byte counts in PC-level quality tests by Niels Möller · 4 years, 10 months ago
  20. 89e7fcb Revert "Enable capturing from camera in PC framework" by Artem Titov · 4 years, 10 months ago
  21. 482d26c Enable capturing from camera in PC framework by Artem Titov · 4 years, 10 months ago
  22. 71037a8 Implement TaskQueueBase interface by SingleThreadedTaskQueueForTesting by Danil Chapovalov · 4 years, 10 months ago
  23. bc3eebc Reland "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Bjorn A Mellem · 4 years, 10 months ago
  24. f34116e Replacing bandwidth adaptation trial with stable target in Opus encoder. by Sebastian Jansson · 4 years, 10 months ago
  25. ef14f07 Delete AudioDecoder method IncomingPacket by Niels Möller · 4 years, 10 months ago
  26. 82ce384 Add improvement directions to PC and Call framework metrics by Artem Titov · 4 years, 10 months ago
  27. 3433d56 Reduce resolution and bitrates of smoke test by Johannes Kron · 4 years, 10 months ago
  28. f7457e5 Store PacketBuffer by value instead of as reference counted object by Danil Chapovalov · 4 years, 10 months ago
  29. 5ac329c Cap h264 fuzzer input to 200k. by Patrik Höglund · 4 years, 10 months ago
  30. 03bbef5 Fix accidental change of transport time metric by Johannes Kron · 4 years, 10 months ago
  31. ef83cc5 Add fuzzer testing for Dependency Descriptor rtp header extension by Danil Chapovalov · 4 years, 10 months ago
  32. 04fd215 Cleanup passing rtp packet to ulpfec receiver. by Danil Chapovalov · 4 years, 10 months ago
  33. 0cff4fc Removed unused frame_size param from RtpFrameObject ctor. by philipel · 4 years, 10 months ago
  34. b5e4785 RtpFrameObject now takes an EncodedImageBuffer in its ctor. by philipel · 4 years, 10 months ago
  35. c12db81 Add frame receive to frame rendered metric to video_quality_analyzer by Johannes Kron · 4 years, 10 months ago
  36. f0be5b5 Make GetBitstream non-virtual since it is no longer needed for testing. by philipel · 4 years, 10 months ago
  37. ac315b2 Add support for max/min encode bitrate to peer connection quality test by Johannes Kron · 4 years, 10 months ago
  38. e942b14 New build target api:media_interface by Niels Möller · 4 years, 10 months ago
  39. 1b83a9e Only handle each RTCP once. by Sebastian Jansson · 4 years, 10 months ago
  40. ee5ec9a Replacing local closure classes with C++14 moving capture lambdas. by Sebastian Jansson · 4 years, 10 months ago
  41. 86314cf Cleaning up C++14 move into lambda TODOs. by Sebastian Jansson · 4 years, 10 months ago
  42. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 4 years, 10 months ago
  43. 7bf7a42 Delete flag VideoReceiveStream::Config::Rtp::remb by Niels Möller · 4 years, 11 months ago
  44. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 4 years, 11 months ago
  45. 087be5c Add ability to export internal state of SamplesStatsCounter. by Artem Titov · 4 years, 11 months ago
  46. 0ba1705 Increase allowed jitter buffer size in ScenarioAnalyzerTest.PsnrIsLowWhenNetworkIsBad. by Jakob Ivarsson · 4 years, 11 months ago
  47. 16cb1f6 Stop using rtc_event.h forward header by Danil Chapovalov · 5 years ago
  48. 47287d5 Reland "Adds peer scenario connection interface." by Sebastian Jansson · 4 years, 11 months ago
  49. 467073a Revert "Adds peer scenario connection interface." by Qingsi Wang · 4 years, 11 months ago
  50. 437077d Revert "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Qingsi Wang · 4 years, 11 months ago
  51. 507f434 Reland "Make relative arrival delay mode default in NetEq delay manager." by Jakob Ivarsson · 5 years ago
  52. 01b7e92 Mark test::DriftingClock constants as constexpr by Danil Chapovalov · 4 years, 11 months ago
  53. 2486aeb Add ability to disable PSNR and SSIM computation in DVQA by Artem Titov · 4 years, 11 months ago
  54. d181ee7 Adds peer scenario connection interface. by Sebastian Jansson · 4 years, 11 months ago
  55. b3f1487 Add ability to provide TEXT hint only when requested in PC framework by Artem Titov · 4 years, 11 months ago
  56. 487f9a1 Reland "Refactor SCTP data channels to use DataChannelTransportInterface." by Bjorn A Mellem · 4 years, 11 months ago
  57. a5d952f Reland "Refactor FEC code to use COW buffers" by Ilya Nikolaevskiy · 5 years ago
  58. ddef8d1 Add support of displaying video during the PC level test by Artem Titov · 5 years ago
  59. b64d65e Fix NetworkEmulationManagerTest.ThroughputStats flakiness. by Yves Gerey · 4 years, 11 months ago
  60. e15c10a Fix for rare read of uninitialized value in remote estimate test. by Sebastian Jansson · 5 years ago
  61. 059a0b7 Fix for deadlock in AudioUsesAbsSendTimeExtension test. by Sebastian Jansson · 5 years ago
  62. 19f9c2a Refactor video analyzer injection helper by Artem Titov · 5 years ago
  63. 0bd2eff Reland "New build target p2p:stun_types" by Niels Möller · 5 years ago
  64. 662e31f Prepare to move packet_socket_factory to api/. by Patrik Höglund · 5 years ago
  65. 91c824f Revert "New build target p2p:stun_types" by Hannes Landeholm · 5 years ago
  66. bbbae42 Refactor video analyzer injection helper by Artem Titov · 5 years ago
  67. 5b728cc Revert "Make relative arrival delay mode default in NetEq delay manager." by Alessio Bazzica · 5 years ago
  68. 77c71d1 Make relative arrival delay mode default in NetEq delay manager. by Jakob Ivarsson · 5 years ago
  69. 6516f76 Deprecate SingleThreadedTaskQueueForTesting class. by Yves Gerey · 5 years ago
  70. 082696e Revert "Refactor FEC code to use COW buffers" by Ilya Nikolaevskiy · 5 years ago
  71. a837030 Split out RtpSource from libjingle_peerconnection_api by Niels Möller · 5 years ago
  72. 5b4fcb5 New build target p2p:stun_types by Niels Möller · 5 years ago
  73. eec5fff Refactor FEC code to use COW buffers by Ilya Nikolaevskiy · 5 years ago
  74. 8b14b0d Revert "Refactor SCTP data channels to use DataChannelTransportInterface." by Henrik Boström · 5 years ago
  75. 4894fde Fix test_support_unittests with enable_iterator_debugging=true by Kimmo Kinnunen · 5 years ago
  76. 4c85828 Refactor SCTP data channels to use DataChannelTransportInterface. by Bjorn A Mellem · 5 years ago
  77. 25eb47c Make the RtpHeaderParserImpl available to tests and tools only. by Tommi · 5 years ago
  78. b4a6128 Delete unneeded dependencies on libjingle_peerconnection_api by Niels Möller · 5 years ago
  79. 7fa4277 Fix for tsan failue in real time scenario tests. by Sebastian Jansson · 5 years ago
  80. 6dcd4dc New target for api/rtp_parameters.h and api/media_types.h. by Niels Möller · 5 years ago
  81. 4b9701e Fix simulcast tests and PC framework for conference mode support by Artem Titov · 5 years ago
  82. 050e38f Add --trace_event option to capture events in unit tests. by Yves Gerey · 5 years ago
  83. 7f65932 Fix for sanitizer bot failure in AudioUsesAbsSendTimeExtension by Sebastian Jansson · 5 years ago
  84. a370556 Refactor to free up PacketBuffer as soon as possible by Johannes Kron · 5 years ago
  85. 31d1bce Fix deadlock in VideoSendStream tests, cause of flake on some bots. by Tommi · 5 years ago
  86. 4e615d5 Wire the stable target bitrate from GoogCC to the BitrateAllocator by Florent Castelli · 5 years ago
  87. 728a0ee Reland "Introduce ability to test echo in PC level test framework" by Artem Titov · 5 years ago
  88. a854921 Enable custom metrics gathering from stats API in PC framework. by Artem Titov · 5 years ago
  89. fce0b72 NetEq fuzzer: reduce max input size slightly to avoid timeout by Henrik Lundin · 5 years ago
  90. 5870503 Revert "Introduce ability to test echo in PC level test framework" by Sami Kalliomäki · 5 years ago
  91. 77acb01 Introduce ability to test echo in PC level test framework by Artem Titov · 5 years ago
  92. 3ab8eb5 Add steps logging into PC test framework by Artem Titov · 5 years ago
  93. cc96db6 Simplify stats poller stop in PC level framework by Artem Titov · 5 years ago
  94. 6e4791f Add check for IsCurrent() for SendTask in SingleThreadedTaskQueueForTesting. by Tommi · 5 years ago
  95. 71c6b56 Allow sending abs-send-time for audio streams. by Sebastian Jansson · 5 years ago
  96. ad9113f Adds sequence numbers to feedback generator output. by Sebastian Jansson · 5 years ago
  97. 608e6ba Add AudioDecoderIsacT::Config to include sampling rate and BWInfo object by Jiawei Ou · 5 years ago
  98. 4d207a3 Add frames_in_flight metric to catch not delivered frames by Artem Titov · 5 years ago
  99. 40dc98a Print stack trace when a test crash by Danil Chapovalov · 5 years ago
  100. 44327c3 Update test::CreateVideoStreams to use configured scale_resolution_down_by if set. by Åsa Persson · 5 years ago