1. ee5ec9a Replacing local closure classes with C++14 moving capture lambdas. by Sebastian Jansson · 5 years ago
  2. 86314cf Cleaning up C++14 move into lambda TODOs. by Sebastian Jansson · 5 years ago
  3. 317a1f0 Use std::make_unique instead of absl::make_unique. by Mirko Bonadei · 5 years ago
  4. 7bf7a42 Delete flag VideoReceiveStream::Config::Rtp::remb by Niels Möller · 5 years ago
  5. 65f17ca Move MediaTransportInterface out of the libjingle_peerconnection_api target by Niels Möller · 5 years ago
  6. 087be5c Add ability to export internal state of SamplesStatsCounter. by Artem Titov · 5 years ago
  7. 0ba1705 Increase allowed jitter buffer size in ScenarioAnalyzerTest.PsnrIsLowWhenNetworkIsBad. by Jakob Ivarsson · 5 years ago
  8. 16cb1f6 Stop using rtc_event.h forward header by Danil Chapovalov · 5 years ago
  9. 47287d5 Reland "Adds peer scenario connection interface." by Sebastian Jansson · 5 years ago
  10. 467073a Revert "Adds peer scenario connection interface." by Qingsi Wang · 5 years ago
  11. 437077d Revert "Reland "Refactor SCTP data channels to use DataChannelTransportInterface."" by Qingsi Wang · 5 years ago
  12. 507f434 Reland "Make relative arrival delay mode default in NetEq delay manager." by Jakob Ivarsson · 5 years ago
  13. 01b7e92 Mark test::DriftingClock constants as constexpr by Danil Chapovalov · 5 years ago
  14. 2486aeb Add ability to disable PSNR and SSIM computation in DVQA by Artem Titov · 5 years ago
  15. d181ee7 Adds peer scenario connection interface. by Sebastian Jansson · 5 years ago
  16. b3f1487 Add ability to provide TEXT hint only when requested in PC framework by Artem Titov · 5 years ago
  17. 487f9a1 Reland "Refactor SCTP data channels to use DataChannelTransportInterface." by Bjorn A Mellem · 5 years ago
  18. a5d952f Reland "Refactor FEC code to use COW buffers" by Ilya Nikolaevskiy · 5 years ago
  19. ddef8d1 Add support of displaying video during the PC level test by Artem Titov · 5 years ago
  20. b64d65e Fix NetworkEmulationManagerTest.ThroughputStats flakiness. by Yves Gerey · 5 years ago
  21. e15c10a Fix for rare read of uninitialized value in remote estimate test. by Sebastian Jansson · 5 years ago
  22. 059a0b7 Fix for deadlock in AudioUsesAbsSendTimeExtension test. by Sebastian Jansson · 5 years ago
  23. 19f9c2a Refactor video analyzer injection helper by Artem Titov · 5 years ago
  24. 0bd2eff Reland "New build target p2p:stun_types" by Niels Möller · 5 years ago
  25. 662e31f Prepare to move packet_socket_factory to api/. by Patrik Höglund · 5 years ago
  26. 91c824f Revert "New build target p2p:stun_types" by Hannes Landeholm · 5 years ago
  27. bbbae42 Refactor video analyzer injection helper by Artem Titov · 5 years ago
  28. 5b728cc Revert "Make relative arrival delay mode default in NetEq delay manager." by Alessio Bazzica · 5 years ago
  29. 77c71d1 Make relative arrival delay mode default in NetEq delay manager. by Jakob Ivarsson · 5 years ago
  30. 6516f76 Deprecate SingleThreadedTaskQueueForTesting class. by Yves Gerey · 5 years ago
  31. 082696e Revert "Refactor FEC code to use COW buffers" by Ilya Nikolaevskiy · 5 years ago
  32. a837030 Split out RtpSource from libjingle_peerconnection_api by Niels Möller · 5 years ago
  33. 5b4fcb5 New build target p2p:stun_types by Niels Möller · 5 years ago
  34. eec5fff Refactor FEC code to use COW buffers by Ilya Nikolaevskiy · 5 years ago
  35. 8b14b0d Revert "Refactor SCTP data channels to use DataChannelTransportInterface." by Henrik Boström · 5 years ago
  36. 4894fde Fix test_support_unittests with enable_iterator_debugging=true by Kimmo Kinnunen · 5 years ago
  37. 4c85828 Refactor SCTP data channels to use DataChannelTransportInterface. by Bjorn A Mellem · 5 years ago
  38. 25eb47c Make the RtpHeaderParserImpl available to tests and tools only. by Tommi · 5 years ago
  39. b4a6128 Delete unneeded dependencies on libjingle_peerconnection_api by Niels Möller · 5 years ago
  40. 7fa4277 Fix for tsan failue in real time scenario tests. by Sebastian Jansson · 5 years ago
  41. 6dcd4dc New target for api/rtp_parameters.h and api/media_types.h. by Niels Möller · 5 years ago
  42. 4b9701e Fix simulcast tests and PC framework for conference mode support by Artem Titov · 5 years ago
  43. 050e38f Add --trace_event option to capture events in unit tests. by Yves Gerey · 5 years ago
  44. 7f65932 Fix for sanitizer bot failure in AudioUsesAbsSendTimeExtension by Sebastian Jansson · 5 years ago
  45. a370556 Refactor to free up PacketBuffer as soon as possible by Johannes Kron · 5 years ago
  46. 31d1bce Fix deadlock in VideoSendStream tests, cause of flake on some bots. by Tommi · 5 years ago
  47. 4e615d5 Wire the stable target bitrate from GoogCC to the BitrateAllocator by Florent Castelli · 5 years ago
  48. 728a0ee Reland "Introduce ability to test echo in PC level test framework" by Artem Titov · 5 years ago
  49. a854921 Enable custom metrics gathering from stats API in PC framework. by Artem Titov · 5 years ago
  50. fce0b72 NetEq fuzzer: reduce max input size slightly to avoid timeout by Henrik Lundin · 5 years ago
  51. 5870503 Revert "Introduce ability to test echo in PC level test framework" by Sami Kalliomäki · 5 years ago
  52. 77acb01 Introduce ability to test echo in PC level test framework by Artem Titov · 5 years ago
  53. 3ab8eb5 Add steps logging into PC test framework by Artem Titov · 5 years ago
  54. cc96db6 Simplify stats poller stop in PC level framework by Artem Titov · 5 years ago
  55. 6e4791f Add check for IsCurrent() for SendTask in SingleThreadedTaskQueueForTesting. by Tommi · 5 years ago
  56. 71c6b56 Allow sending abs-send-time for audio streams. by Sebastian Jansson · 5 years ago
  57. ad9113f Adds sequence numbers to feedback generator output. by Sebastian Jansson · 5 years ago
  58. 608e6ba Add AudioDecoderIsacT::Config to include sampling rate and BWInfo object by Jiawei Ou · 5 years ago
  59. 4d207a3 Add frames_in_flight metric to catch not delivered frames by Artem Titov · 5 years ago
  60. 40dc98a Print stack trace when a test crash by Danil Chapovalov · 5 years ago
  61. 44327c3 Update test::CreateVideoStreams to use configured scale_resolution_down_by if set. by Åsa Persson · 5 years ago
  62. b168678 Add RTC_ prefix to non-standard format specifier macro "PRIdNS" by Oleh Prypin · 5 years ago
  63. 83bbe91 Delete deprecated rtc_event_log header by Danil Chapovalov · 5 years ago
  64. 1e49ab2 Migrate part of Vp9 SVC tests on PC framework. Add temporal layers support. by Artem Titov · 5 years ago
  65. 8dcaed9 Split VideoFrameWriter into yuv and y4m writers by Artem Titov · 5 years ago
  66. 63c38e2 Fix for incorrect transport sequence number config for audio in scenario tests. by Sebastian Jansson · 5 years ago
  67. 7cbee84 Reland "Adds PeerConnection scenario test framework." by Sebastian Jansson · 5 years ago
  68. 2e6c294 Refactor test_peer.cc to reduce amount of arguments passing around by Artem Titov · 5 years ago
  69. e6b7b66 Fix CallClient so that it calls Call::GetStats() on the right thread. by Tommi · 5 years ago
  70. 10da4a0 Fix RtpFrameReferenceFinderFuzzer to not generate invalid input by Johannes Kron · 5 years ago
  71. 3d351c6 Revert "Adds PeerConnection scenario test framework." by Sebastian Jansson · 5 years ago
  72. ad5c4ac Adds PeerConnection scenario test framework. by Sebastian Jansson · 5 years ago
  73. 8d3e4bd Adds simulated network node builder. by Sebastian Jansson · 5 years ago
  74. e05ae5b Adds non-forwarding frame tap to video frame matcher. by Sebastian Jansson · 5 years ago
  75. 53571c7 Adds config based creation of frame generator capturer. by Sebastian Jansson · 5 years ago
  76. 97e015f Update metrics units for better fit in DefaultVideoQualityAnalyzer by Artem Titov · 5 years ago
  77. f034b86 Remove dead code from DefaultVideoQualityAnalyzer by Artem Titov · 5 years ago
  78. ed0febf Add k prefix to FrameGenerator::OutputType enum values by Sebastian Jansson · 5 years ago
  79. cfefa0a Revert "Record audio/video bytes sent in analyzer stream stats." by Mirko Bonadei · 5 years ago
  80. d978cb4 Record audio/video bytes sent in analyzer stream stats. by Bjorn A Mellem · 5 years ago
  81. 39483c6 Migrate some Vp8 simulcast and screen share tests on PC framework by Artem Titov · 5 years ago
  82. d70d80d Add support of negotiating Vp9 SVC in PC test framework. by Artem Titov · 5 years ago
  83. 857ad62 Remove priority_rate from AudioStreamConfig. by Jonas Olsson · 5 years ago
  84. 2ab97f6 Migrate WebRTC test infra to ABSL_FLAG. by Mirko Bonadei · 5 years ago
  85. 594597c Add ability to turn on conference mode during simulcast in PC framework. by Artem Titov · 5 years ago
  86. 0182a03 Reland "Remove the injectable bitrate allocation strategy API." by Jonas Olsson · 5 years ago
  87. 08da49d rtp_test_utils: remove unnecessary dep by Alessio Bazzica · 5 years ago
  88. 2c9d5e4 Propagate -Wno-undef to call_config_utils dependants. by Mirko Bonadei · 5 years ago
  89. 3b67672 Reland "Pass RtpRtcp::Configuration to RtcpReceiver ctor and initialize ssrcs" by Mirko Bonadei · 5 years ago
  90. e95b57c Revert "Remove the injectable bitrate allocation strategy API." by Mirko Bonadei · 5 years ago
  91. 4d68314 Revert "Pass RtpRtcp::Configuration to RtcpReceiver ctor and initialize ssrcs" by Mirko Bonadei · 5 years ago
  92. 32b1834 Use default task queue factory in fuzzers by Danil Chapovalov · 5 years ago
  93. 6ff9ebd Revert "Refactor FEC code to use COW buffers" by Qingsi Wang · 5 years ago
  94. 0f0668e Revert "Cleanup FEC code after refactoring" by Qingsi Wang · 5 years ago
  95. 4e5a41a Cleanup FEC code after refactoring by Ilya Nikolaevskiy · 5 years ago
  96. 7325bc3 Refactor FEC code to use COW buffers by Ilya Nikolaevskiy · 5 years ago
  97. 741b96b Pass RtpRtcp::Configuration to RtcpReceiver ctor and initialize ssrcs by Erik Språng · 5 years ago
  98. 1685059 Add support of quick test mode into PC framework by Artem Titov · 5 years ago
  99. 80cb3f6 Remove the injectable bitrate allocation strategy API. by Jonas Olsson · 5 years ago
  100. 6456e35 Use max bitrate limit recommended by encoder. by Sergey Silkin · 5 years ago