1. 67ecb68 Trigger bots by Tommi · 4 years, 6 months ago
  2. 6a871d3 Revert "Remove playout delay lock." by Tommi · 4 years, 6 months ago
  3. 3580706 Add a RunLoop to RtpReplayer to fix fuzzers by Tommi · 4 years, 6 months ago
  4. fc11519 Cleanup mocks in api/test by Danil Chapovalov · 4 years, 6 months ago
  5. 74ef940 Stop pulling binutils from WebRTC DEPS. by Mirko Bonadei · 4 years, 6 months ago
  6. c623495 Remove playout delay lock. by Tommi · 4 years, 6 months ago
  7. 33d81a0 Keep OpenH264 iMaxBitrate unspecified. by Sergey Silkin · 4 years, 6 months ago
  8. 2454d85 Cleanup rtp_rtcp mocks by Danil Chapovalov · 4 years, 7 months ago
  9. 804393b Removing incorrect DCHECK - breaks android by Tommi · 4 years, 6 months ago
  10. 28da36a Add unittest for av1 wrappers to test Encode and Decode functions by Danil Chapovalov · 4 years, 6 months ago
  11. dcde85c Pass PeerConfigurerImpl directly into CreateTestPeer by Artem Titov · 4 years, 6 months ago
  12. 435fb9a Remove screen_share_config from the VideoConfig. by Andrey Logvin · 4 years, 6 months ago
  13. 553c869 Start consolidating management/querying of stats on the Call thread. by Tommi · 4 years, 7 months ago
  14. 04e1bab Replaces OverheadObserver with simple getter. by Erik Språng · 4 years, 7 months ago
  15. 03fade5 IWYU: uint32_t is defined in cstdint by Stephan Hartmann · 4 years, 7 months ago
  16. b8a9630 Add a Release method for file wrapper by Per Åhgren · 4 years, 7 months ago
  17. 3b6afee Add comparison methods for VideoSourceRestrictions by Evan Shrubsole · 4 years, 7 months ago
  18. 0dcb470 [Adaptation] Adapt up requires previous underuse by Evan Shrubsole · 4 years, 7 months ago
  19. ab866a2 Remove audio playout generator from APM API by Sam Zackrisson · 4 years, 7 months ago
  20. b63331b Cleanup mocks for Video (en|de)coder factories by Danil Chapovalov · 4 years, 7 months ago
  21. 1e83d34 Remove pc level test framework redundant code. by Andrey Logvin · 4 years, 7 months ago
  22. d6b1094 Revert "Android: Remove min_sdk_version in GN" by Scott Little · 4 years, 7 months ago
  23. 42c5952 Create default frame generator in the AddVideoConfig method. by Andrey Logvin · 4 years, 7 months ago
  24. f00ed5b Android: Remove min_sdk_version in GN by Peter Wen · 4 years, 7 months ago
  25. 9af7543 Add RTC_EXPORT for NullSocketServer by Sergey Ulanov · 4 years, 7 months ago
  26. fa95e8b fix nil RTCVideoEncoderSelector case in video encoder factory. by Kári Tristan Helgason · 4 years, 7 months ago
  27. cce8643 Removed spammy log message from the FrameBuffer. by philipel · 4 years, 8 months ago
  28. 5ed65b2 Add 5G detection to android_network_monitor by Jonas Oreland · 4 years, 7 months ago
  29. 81be421 Remove FrameTransformerInterface functions using EncodedFrame. by Marina Ciocea · 4 years, 7 months ago
  30. a0ff50c Reland "Improve outbound-rtp statistics for simulcast" by Henrik Boström · 4 years, 7 months ago
  31. c0df5fc VoIP API implementation on top of AudioIngress/Egress by Tim Na · 4 years, 7 months ago
  32. c064467 Pass frame generator to the AddVideoConfig method in the pc framework tests. by Andrey Logvin · 4 years, 7 months ago
  33. 4210888 Refactors FEC in preparation for deferred packet generation. by Erik Språng · 4 years, 7 months ago
  34. 9a925c9 Revert "Improve outbound-rtp statistics for simulcast" by Henrik Boström · 4 years, 7 months ago
  35. 49f574b Delete EncodedImage methods buffer(), set_buffer() and mutable_data() by Niels Möller · 4 years, 7 months ago
  36. c1aaf4c Revert "disallow pairing ICE-TCP with a local ip address" by Philipp Hancke · 4 years, 7 months ago
  37. dad6a94 Add helper frame generator factories for the pc framework tests. by Andrey Logvin · 4 years, 7 months ago
  38. 3c5450e Add support for PendingTaskSafetyFlag to ToQueuedTask. by Tommi · 4 years, 7 months ago
  39. 9e46cf5 Introduce a RunLoop class that supports the TaskQueue interface by Tommi · 4 years, 7 months ago
  40. d719708 Add unit tests for audio channel send frame transformer delegate. by Marina Ciocea · 4 years, 7 months ago
  41. 1b900b1 Removed unused function EncodedFrame::SetEncodedSize. by philipel · 4 years, 7 months ago
  42. 701ccf9 Add unit tests for audio receive channel frame transformer delegate. by Marina Ciocea · 4 years, 7 months ago
  43. d9255b1 [getStats] Fix DCHECK crash in MergeInfoAboutOutboundRtpSubstreams(). by Henrik Boström · 4 years, 7 months ago
  44. 455e802 Define MockTransformableFrame in test/. by Marina Ciocea · 4 years, 7 months ago
  45. 07ed0f4 Add more unit tests for sender video with frame transformer. by Marina Ciocea · 4 years, 7 months ago
  46. a81e9c8 Wrap WebRTC OBJC API types with RTC_OBJC_TYPE. by Mirko Bonadei · 4 years, 7 months ago
  47. ce1320c Add WaitForPreviouslyPostedTasks to TaskQueueForTest. by Marina Ciocea · 4 years, 7 months ago
  48. 1148fd5 Define MockFrameTransformer in test/. by Marina Ciocea · 4 years, 7 months ago
  49. 8ae18ad Remove unneeded dependency on CallStats. by Tommi · 4 years, 7 months ago
  50. 14a23a3 Add field trial to force playout delay by Johannes Kron · 4 years, 7 months ago
  51. 3745d3f [Adaptation] Use ResourceAdaptationProcessorInterface* instead of impl. by Henrik Boström · 4 years, 7 months ago
  52. 722fa4d [Adaptation] Misc tests for processor, input provider and restrictions. by Henrik Boström · 4 years, 7 months ago
  53. bb826c9 Make echo metrics optional by Ivo Creusen · 4 years, 7 months ago
  54. 6a92e0e Android: Allow for re-assigning ScopedJavaGlobalRef by Magnus Jedvert · 4 years, 7 months ago
  55. b5a0138 Rename done() into condition(), because it is actually condition in TimeController API by Artem Titov · 4 years, 7 months ago
  56. 91aa732 [Adaptation] Add OnAdaptationApplied(), remove ResourceListenerResponse. by Henrik Boström · 4 years, 7 months ago
  57. 4381af4 Change connection ASSERT into metrics for the PC level framework. by Andrey Logvin · 4 years, 7 months ago
  58. 3b9fe99 Add cpu_usage metrics. by Andrey Logvin · 4 years, 7 months ago
  59. 012aa37 Asynchronous QualityScaler: Callback-based CheckQpTask. by Henrik Boström · 4 years, 7 months ago
  60. 9abc6bd Reduce audiosendstream dependency on rttstats (dead code). by Tommi · 4 years, 7 months ago
  61. b37e59d Add unittests for APM with submodule creation disabled by Sam Zackrisson · 4 years, 7 months ago
  62. 62a0d64 Remove deprecated constant. by Mirko Bonadei · 4 years, 7 months ago
  63. 74fc574 Fork a few VideoReceiveStream related classes. by Tommi · 4 years, 7 months ago
  64. b261118 Fix a typo for decoder naming by Hua, Chunbo · 4 years, 7 months ago
  65. f7f7cc9 Extend IceControllerFactoryArgs with field trial string by Jonas Oreland · 4 years, 7 months ago
  66. cc73ed3 APM: Add build flag to allow building WebRTC without APM by Per Åhgren · 4 years, 7 months ago
  67. 86bd33a Fix the name of the file generated by generate_sslroots.py. by Mirko Bonadei · 4 years, 7 months ago
  68. 95d9a1a Update set of known root certificates. by Mirko Bonadei · 4 years, 7 months ago
  69. 1b8ef63 Add an optional override for AudioRecord device by Robin Lee · 4 years, 7 months ago
  70. c8660b1 Open visibility of some PC level framework components by Artem Titov · 4 years, 7 months ago
  71. 3e1ac54 Refactor video dumping and rendering in PC level test. by Artem Titov · 4 years, 7 months ago
  72. 90ecee1 Make AudioEncoder::GetFrameLengthRange() pure virtual. by Ali Tofigh · 4 years, 8 months ago
  73. cda577f Enable simulcast statistics by Eldar Rello · 4 years, 7 months ago
  74. 1fb4a05 Reland "Launch external ref control for vp9 encoder" by Ilya Nikolaevskiy · 4 years, 7 months ago
  75. e110a44 Delete uri for the Generic Frame Descriptor v1 by Danil Chapovalov · 4 years, 7 months ago
  76. 9665b7d Revert "Launch external ref control for vp9 encoder" by Ilya Nikolaevskiy · 4 years, 7 months ago
  77. 9427b51 Launch external ref control for vp9 encoder by Ilya Nikolaevskiy · 4 years, 7 months ago
  78. f4ee036 [InsertableStreams] Clear callback to audio receive channel in delegate. by Marina Ciocea · 4 years, 7 months ago
  79. 1120f7d Makes the max padding factor default 3.0x by Erik Språng · 4 years, 7 months ago
  80. 9ce77fd Remove redundant Dcheck in vp9 decoder by Ilya Nikolaevskiy · 4 years, 7 months ago
  81. f355e1a Add glUseProgram to the list of GL functions requiring synchronization by Magnus Jedvert · 4 years, 7 months ago
  82. 11f92bc Audio ingress implementation for voip api. by Tim Na · 4 years, 7 months ago
  83. f2b06ce Reduces unnecessary thread wakeups in TaskQueuePacedSender. by Erik Språng · 4 years, 7 months ago
  84. 811efc0 Trigger bots. by Mirko Bonadei · 4 years, 7 months ago
  85. 146137a Merge OOURA BUILD.gn files. by Mirko Bonadei · 4 years, 7 months ago
  86. 1f0677d Remove some TODOs from pc/. by Mirko Bonadei · 4 years, 7 months ago
  87. e50c979 Exclude frame_analyzer_host build on iOS. by Mirko Bonadei · 4 years, 7 months ago
  88. f0d64a5 Reland "Unify OOURA implementations in one directory." by Mirko Bonadei · 4 years, 7 months ago
  89. dc4f75f [Adaptation] Make ResourceUsageState nullable, remove kStable. by Henrik Boström · 4 years, 7 months ago
  90. 4c3a7db Remove RtpVideoHeader::discardable flag. by Danil Chapovalov · 4 years, 7 months ago
  91. cbc0cba Updates RtpVideoSender to populate RtpRtcp::Config.field_trials by Erik Språng · 4 years, 7 months ago
  92. ed005be Revert "Unify OOURA implementations in one directory." by Mirko Bonadei · 4 years, 7 months ago
  93. 09b439c Unify OOURA implementations in one directory. by Mirko Bonadei · 4 years, 7 months ago
  94. 87eece9 [Adaptation] Introducing call/adaptation/ResourceAdaptationProcessor. by Henrik Boström · 4 years, 7 months ago
  95. de8d551 [Adaptation] Rename the processor "VideoStreamEncoderResourceManager". by Henrik Boström · 4 years, 7 months ago
  96. d2930c6 [Adaptation] Report AdaptationCounters OnVideoSourceRestrictionsUpdated. by Henrik Boström · 4 years, 7 months ago
  97. 0003269 Clean up old GoPs when the RTP sequence number jump. by philipel · 4 years, 7 months ago
  98. ee08643 Remove DetermineIceRole workaround. by Mirko Bonadei · 4 years, 7 months ago
  99. 1d76654 [Adaptation] Move VideoStreamAdapter to call/adaptation/. by Henrik Boström · 4 years, 7 months ago
  100. b613e3a [Adaptation] Resource::IsAdaptationUpAllowed() for IsBitrateConstrained. by Henrik Boström · 4 years, 7 months ago