1. 1391ed2 Allows injection of network controller factory in test fixture. by Sebastian Jansson · 6 years ago
  2. b93c4e6 Add propagation of test duration to PC framework user. by Artem Titov · 6 years ago
  3. 1845922 Introduce QualityMetricsReporter and implement network stats gathering by Artem Titov · 6 years ago
  4. 43f7002 Delete DecodedImageCallback::ReceivedDecodedFrame by Niels Möller · 6 years ago
  5. cab77fd Inject network state predictor into video quality test. by Ying Wang · 6 years ago
  6. 2317c5e Delete method DecodedImageCallback::ReceivedDecodedReferenceFrame by Niels Möller · 6 years ago
  7. 16cb8f5 Reland "Replace usage of old SetRates/SetRateAllocation methods" by Erik Språng · 6 years ago
  8. 70f80e5 Add support for creation of AEC dump during the test with PC framework. by Artem Titov · 6 years ago
  9. 806299e Introduce network emulation layer stats API. by Artem Titov · 6 years ago
  10. 7aacdd9 Reland "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Niels Möller · 6 years ago
  11. 7ddef1a Revert "Replace usage of old SetRates/SetRateAllocation methods" by Minyue Li · 6 years ago
  12. 7ac0d5f Replace usage of old SetRates/SetRateAllocation methods by Erik Språng · 6 years ago
  13. 2af5dcb Reland "Refactor FrameDecryptorInterface::Decrypt to use new API." by Benjamin Wright · 6 years ago
  14. 6a489f2 Fully qualify googletest symbols. by Mirko Bonadei · 6 years ago
  15. 7dd83e2 Revert "Refactor FrameDecryptorInterface::Decrypt to use new API." by Henrik Boström · 6 years ago
  16. 642aa81 Refactor FrameDecryptorInterface::Decrypt to use new API. by Benjamin Wright · 6 years ago
  17. c01367d Deprecating ThreadChecker specific interface. by Sebastian Jansson · 6 years ago
  18. f948eb6 Implement DefaultAudioQualityAnalyzer. by Mirko Bonadei · 6 years ago
  19. ff39312 Add ability to have multiple connected remote endpoints by Artem Titov · 6 years ago
  20. 4bac79e Add SetJitterBufferMinimumDelay method to RtpReceiverInterface. by Ruslan Burakov · 6 years ago
  21. ade945d Add ability to specify encoder bitrate multiplier in PC level tests by Artem Titov · 6 years ago
  22. e5cc85b Introduce dynamic endpoints by Artem Titov · 6 years ago
  23. 7d72d0f Change VideoCodecTestStats API. by Rasmus Brandt · 6 years ago
  24. a59dcc3 Use Abseil container algorithms in api/ by Steve Anton · 6 years ago
  25. d57628f Move API for PC e2e test framework to the public API folder by Artem Titov · 6 years ago
  26. 8f7ce22 Make VideoFrameType an enum class, and move to separate file and target by Niels Möller · 6 years ago
  27. 5ec6156 Allow passing an event log as string to NetEqSimulator. by Ivo Creusen · 6 years ago
  28. 946b968 Add support for target rate constraints by Piotr (Peter) Slatala · 6 years ago
  29. 7bf8c7f Add public API for NetworkEmulationManager by Artem Titov · 6 years ago
  30. 3cc45d4 Add a test that all //api/test headers are compilable. by Harald Alvestrand · 6 years ago
  31. 5ad789c Reland "NetEQ RTP Play: Optionally write output audio file" by Alessio Bazzica · 6 years ago
  32. 3c589be Reland "Change clip_name -> clip_path in VideoQualityTestFixture::Params::Video." by Rasmus Brandt · 6 years ago
  33. 3368721 Revert "Change clip_name -> clip_path in VideoQualityTestFixture::Params::Video." by Yves Gerey · 6 years ago
  34. 184f6d5 Change clip_name -> clip_path in VideoQualityTestFixture::Params::Video. by Rasmus Brandt · 6 years ago
  35. 2c7b982 Revert "Delete CodecSpecificInfo argument from VideoDecoder::Decode" by Jeroen de Borst · 6 years ago
  36. 39d3a7d Delete CodecSpecificInfo argument from VideoDecoder::Decode by Niels Möller · 6 years ago
  37. 6f0aafa Add PrintResults to VideoCodecTest. by Rasmus Brandt · 6 years ago
  38. b859b32 Update more VideoEncoder implementations to drop CodecSpecificInfo input by Niels Möller · 6 years ago
  39. 87e2d78 Prepare for splitting FrameType into AudioFrameType and VideoFrameType by Niels Möller · 6 years ago
  40. 15845af Reland "Another mock for GetSctpTransport" (and add test) by Harald Alvestrand · 6 years ago
  41. 727504c Revert "Another mock for GetSctpTransport" by Harald Alvestrand · 6 years ago
  42. b2c4700 Another mock for GetSctpTransport by Harald Alvestrand · 6 years ago
  43. b1ae10b Add x-mt line to the offer. by Piotr (Peter) Slatala · 6 years ago
  44. 9ded485 Implement OpenChannel() on test media transports and make it pure virtual. by Bjorn Mellem · 6 years ago
  45. ba7886b Move command line flags out of NetEqTestFactory by Ivo Creusen · 6 years ago
  46. 105ded3 Pass the x-mt line from SDP to the media transport by Piotr (Peter) Slatala · 6 years ago
  47. 7b3f4a2 Remove unused |keyframe_interval| from codec tests. by Rasmus Brandt · 6 years ago
  48. 1a16da1 Remove deprecated CreateMediaTransport method by Piotr (Peter) Slatala · 6 years ago
  49. 2b08e31 Adds CoDel implementation to network simulation. by Sebastian Jansson · 6 years ago
  50. c4dd730 Fix -Wextra-semi warnings. by Mirko Bonadei · 6 years ago
  51. 2297d33 Rejected simulcast layers will no longer appear in GetParameters(). by Amit Hilbuch · 6 years ago
  52. e049eba Revert "Add Sender and Receiver interfaces for MediaTransport audio" by Sergey Silkin · 6 years ago
  53. 0d8eed6 Add Sender and Receiver interfaces for MediaTransport audio by Niels Möller · 6 years ago
  54. 663844d Update test code to use EncodedImage::Allocate by Niels Möller · 6 years ago
  55. dac03d9 Move MediaConstraintsInterface to sdk/, and make it a concrete class by Niels Möller · 6 years ago
  56. 616b233 Add FullStackTest with simulated encoder overshooting by Erik Språng · 6 years ago
  57. 85fc325 Revert "Partial frame capture API part 5" by Ilya Nikolaevskiy · 6 years ago
  58. 494ff28 Delete unused media constraints by Niels Möller · 6 years ago
  59. 1f0a84a Partial frame capture API part 5 by Ilya Nikolaevskiy · 6 years ago
  60. 80a8687 [clang-tidy] Apply performance-move-const-arg fixes (mutable lambdas). by Mirko Bonadei · 6 years ago
  61. 05cf6be [clang-tidy] Apply performance-move-const-arg fixes. by Mirko Bonadei · 6 years ago
  62. 8c8feb9 Moves packet overhead from network nodes to simulation. by Sebastian Jansson · 6 years ago
  63. 48c5493 Add 'UpdateAllocationLimits' in media transport. by Piotr (Peter) Slatala · 6 years ago
  64. f380284 (7) Rename files to snake_case: remove forwarding headers by Steve Anton · 6 years ago
  65. 77536a2 Rename EncodedImage::_length --> size_, and make private. by Niels Möller · 6 years ago
  66. aec15aa (5) Rename files to snake_case: install forwarding headers by Steve Anton · 6 years ago
  67. 10542f2 (4) Rename files to snake_case: update BUILD.gn, include paths, header guards, and DEPS entries by Steve Anton · 6 years ago
  68. 1c05765 (3) Rename files to snake_case: move the files by Steve Anton · 6 years ago
  69. 4687915 Enable use of MediaTransportInterface for video streams. by Niels Möller · 6 years ago
  70. 40d5533 Include absl/memory/memory.h if absl::make_unique is used by Steve Anton · 6 years ago
  71. 455d27c Adding audio network adaptor to video quality test. by Minyue Li · 6 years ago
  72. d716fb9 Reland "Refactor rate profile update." by Sergey Silkin · 6 years ago
  73. 08223c1 Revert "Reland "Refactor rate profile update."" by Sergey Silkin · 6 years ago
  74. 77aedae Reland "Refactor rate profile update." by Sergey Silkin · 6 years ago
  75. bba675d Clean up api/ DEPS by Steve Anton · 6 years ago
  76. a1f78a4 Revert "Refactor rate profile update." by Sergey Silkin · 6 years ago
  77. b6cdfdc Refactor rate profile update. by Sergey Silkin · 6 years ago
  78. 1c7f5f6 Add SetKeyFrameRequestCallback to MediaTransportInterface by Niels Möller · 6 years ago
  79. 1ec2a16 Revert "Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo" by Mirta Dvornicic · 6 years ago
  80. cdc5eb0 Replace VideoEncoderFactory::QueryVideoEncoder with VideoEncoder::GetEncoderInfo by Mirta Dvornicic · 6 years ago
  81. d8a1b7a Use opaque int as payload_type in MediaTransportInterface by Niels Möller · 6 years ago
  82. e0446cb Move implementation of LoopbackMediaTransport to .cc file by Niels Möller · 6 years ago
  83. 3e70781 [Cleanup] Add missing #include. Remove useless ones. IWYU part 2. by Yves Gerey · 6 years ago
  84. d5696fb Add video support to LoopbackMediaTransport by Niels Möller · 6 years ago
  85. 5eae1d9 Remove legacy SetTargetTransferRateObserver by Piotr (Peter) Slatala · 6 years ago
  86. c68d282 Add test PeerConnectionIntegrationTest.MediaTransportBidirectionalAudio by Niels Möller · 6 years ago
  87. cc8e8bb Pass the media transport from JsepTransportController to Call. by Piotr (Peter) Slatala · 6 years ago
  88. 175aa2e Implement data channels over media transport. by Bjorn Mellem · 6 years ago
  89. c2ebe21 Reland "Use the factory instead of using the builtin code path in `VideoCodecInitializer`" by Jiawei Ou · 6 years ago
  90. 36d907b Update MockVideoEncoder with correct methods. by Erik Språng · 6 years ago
  91. ee49f70 Remove VideoEncoder::SetChannelParameters. by philipel · 6 years ago
  92. 273d029 Implement data channel methods in LoopbackMediaTransport. by Bjorn Mellem · 6 years ago
  93. 4eb4112 Plug-in media transport state listener by Piotr (Peter) Slatala · 6 years ago
  94. 59844ce Revert "Use the factory instead of using the builtin code path in `VideoCodecInitializer`." by Qingsi Wang · 6 years ago
  95. eb2c641 Delete the default implementations of MediaTransportInterface methods. by Bjorn Mellem · 6 years ago
  96. be14217 Use the factory instead of using the builtin code path in `VideoCodecInitializer`. by Jiawei Ou · 6 years ago
  97. 9f95625 When SDES is used, pass pre-shared key to media transport. by Piotr (Peter) Slatala · 6 years ago
  98. 6b9d823 Add TargetBitrate callback to MediaTransportInterface. by Piotr (Peter) Slatala · 6 years ago
  99. 150a907 FrameEncryption Video End To End Testcase. by Benjamin Wright · 6 years ago
  100. 78410ad Fixes use after free error when setting a new FrameEncryptor on ChannelSend. by Benjamin Wright · 6 years ago