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