1. 16038ab FrameForwarder: remove lock recursions. by Markus Handell · 5 years ago
  2. 5cc28b0 [Adaptation] Prep Resource for api/ move. Introduce VSE-Resource. by Henrik Boström · 5 years ago
  3. 9ca7365 Deprecate webrtc::NackModule. by Mirko Bonadei · 5 years ago
  4. 980e0c1 VideoSendStreamTest: remove lock recursions. by Markus Handell · 5 years ago
  5. 4f7531e [Adaptation] Add cooldown mechanism to prevent spammy kUnderuse from QP by Henrik Boström · 5 years ago
  6. 63673fe Remove locks and dependency on ProcessThread+Module from NackModule2. by Tommi · 5 years ago
  7. a5e07cc Rename more death test to *DeathTest by Tommi · 5 years ago
  8. de2049e Unflake VideoStreamEncoderTest.StatsTracksCpuAdaptationStatsWhenSwitchingSource_Balanced by Evan Shrubsole · 5 years ago
  9. 5fd4060 Replace all Verify* methods with matchers for VideoStreamEncoder by Evan Shrubsole · 5 years ago
  10. 5cd7eb8 Replace Verify methods with matchers in VideoStreamEncoder tests by Evan Shrubsole · 5 years ago
  11. 236e0ed Add logging for video restrictions by Evan Shrubsole · 5 years ago
  12. d3807da Fork NackModule and RtpVideoStreamReceiver by Tommi · 5 years ago
  13. 3a5742c Add thread/sequence checks to ModuleRtpRtcpImpl. by Tommi · 5 years ago
  14. 430951a Update call expectations in ReceiveStatisticsProxy, add thread checks by Tommi · 5 years ago
  15. 2671dac Fix all known VideoStreamEncoderTest flakes. by Henrik Boström · 5 years ago
  16. 41acdc6 Reland "RtpVideoStreamReceiver::RtcpFeedbackBuffer: remove lock recursions." by Markus Handell · 5 years ago
  17. fde94a7 Revert "RtpVideoStreamReceiver::RtcpFeedbackBuffer: remove lock recursions." by Tommi · 5 years ago
  18. ef93a26 RtpVideoStreamReceiver::RtcpFeedbackBuffer: remove lock recursions. by Markus Handell · 5 years ago
  19. ae4d097 Fork VideoReceiveStream test for VideoReceiveStream2 by Tommi · 5 years ago
  20. 8133ffb In GenericFrameInfo do not set frame_id and frame_diff by Danil Chapovalov · 5 years ago
  21. cdc89b4 Add GetMetadata() to TransformableVideoFrameInterface API. by Marina Ciocea · 5 years ago
  22. 91fdc60 In video/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 5 years ago
  23. a0a4480 Migrate CallStats and RtpStreamsSynchronizer timers over to RepeatingTask by Tommi · 5 years ago
  24. 2e2f674 Add VideoStreamEncoder tests for DegredationPreference switching. by Evan Shrubsole · 5 years ago
  25. 47173c9 Hunch that something might be broken wrt Thread and TQ integration in Chromium. by Tommi · 5 years ago
  26. 5bf60e4 VideoStreamEncoderTest: Wait for QP usage handled callback event. by Henrik Boström · 5 years ago
  27. a98cea8 Remove the PendingTaskSafetyFlag::Pointer type add ScopedTaskSafety. by Tommi · 5 years ago
  28. 381d109 [Adaptation] Move adaptation logic to a separate task queue. by Henrik Boström · 5 years ago
  29. b856dc1 Remove VideoGeneratorType from pc framework test api. by Andrey Logvin · 5 years ago
  30. b28bc83 [Adaptation] Make Manager's Resources not depend on encoder queue. by Henrik Boström · 5 years ago
  31. 9438ddc [Adaptation] Give QualityScaler a pending callbacks queue and unittests by Henrik Boström · 5 years ago
  32. c55516d [Adaptation] Make Resources reference counted and add more DCHECKs. by Henrik Boström · 5 years ago
  33. 8e321cd [Adaptation] Make QuailtyScalerResourse to report underuse if quality scaling is off by Ilya Nikolaevskiy · 5 years ago
  34. a270250 [Adaptation] Disable inital frame drop for simuclast/svc by Ilya Nikolaevskiy · 5 years ago
  35. a54ba4c Make video_loopback work with av1 by Danil Chapovalov · 5 years ago
  36. ffd0a84 Handle OnRttUpdate in ReceiveStatisticsProxy. by Tommi · 5 years ago
  37. 822a874 Switch CallStats to TQ interface + callbacks on the worker thread. by Tommi · 5 years ago
  38. 674b0c81 Move ReceiveStatisticsProxy stats variables to the worker thread. by Tommi · 5 years ago
  39. d93bf12 Call OnDecodedFrame asynchronously on the worker thread. by Tommi · 5 years ago
  40. ad84d02 Remove locking from RtpStreamsSynchronizer. by Tommi · 5 years ago
  41. d7e08c8 Move processing of frame meta data for OnFrame/OnRenderedFrame to the worker thread by Tommi · 5 years ago
  42. 6a871d3 Revert "Remove playout delay lock." by Tommi · 5 years ago
  43. c623495 Remove playout delay lock. by Tommi · 5 years ago
  44. 804393b Removing incorrect DCHECK - breaks android by Tommi · 5 years ago
  45. 435fb9a Remove screen_share_config from the VideoConfig. by Andrey Logvin · 5 years ago
  46. 553c869 Start consolidating management/querying of stats on the Call thread. by Tommi · 5 years ago
  47. 42c5952 Create default frame generator in the AddVideoConfig method. by Andrey Logvin · 5 years ago
  48. 81be421 Remove FrameTransformerInterface functions using EncodedFrame. by Marina Ciocea · 5 years ago
  49. a0ff50c Reland "Improve outbound-rtp statistics for simulcast" by Henrik Boström · 5 years ago
  50. c064467 Pass frame generator to the AddVideoConfig method in the pc framework tests. by Andrey Logvin · 5 years ago
  51. 9a925c9 Revert "Improve outbound-rtp statistics for simulcast" by Henrik Boström · 5 years ago
  52. 9e46cf5 Introduce a RunLoop class that supports the TaskQueue interface by Tommi · 5 years ago
  53. 1148fd5 Define MockFrameTransformer in test/. by Marina Ciocea · 5 years ago
  54. 8ae18ad Remove unneeded dependency on CallStats. by Tommi · 5 years ago
  55. 14a23a3 Add field trial to force playout delay by Johannes Kron · 5 years ago
  56. 3745d3f [Adaptation] Use ResourceAdaptationProcessorInterface* instead of impl. by Henrik Boström · 5 years ago
  57. 722fa4d [Adaptation] Misc tests for processor, input provider and restrictions. by Henrik Boström · 5 years ago
  58. 91aa732 [Adaptation] Add OnAdaptationApplied(), remove ResourceListenerResponse. by Henrik Boström · 5 years ago
  59. 012aa37 Asynchronous QualityScaler: Callback-based CheckQpTask. by Henrik Boström · 5 years ago
  60. 74fc574 Fork a few VideoReceiveStream related classes. by Tommi · 5 years ago
  61. dc4f75f [Adaptation] Make ResourceUsageState nullable, remove kStable. by Henrik Boström · 5 years ago
  62. 4c3a7db Remove RtpVideoHeader::discardable flag. by Danil Chapovalov · 5 years ago
  63. 87eece9 [Adaptation] Introducing call/adaptation/ResourceAdaptationProcessor. by Henrik Boström · 5 years ago
  64. de8d551 [Adaptation] Rename the processor "VideoStreamEncoderResourceManager". by Henrik Boström · 5 years ago
  65. d2930c6 [Adaptation] Report AdaptationCounters OnVideoSourceRestrictionsUpdated. by Henrik Boström · 5 years ago
  66. 1d76654 [Adaptation] Move VideoStreamAdapter to call/adaptation/. by Henrik Boström · 5 years ago
  67. b613e3a [Adaptation] Resource::IsAdaptationUpAllowed() for IsBitrateConstrained. by Henrik Boström · 5 years ago
  68. d516b25 [Adaptation] Introduce VideoStreamInputState and its Provider. by Henrik Boström · 5 years ago
  69. da6cda8 Improve outbound-rtp statistics for simulcast by Eldar Rello · 5 years ago
  70. 1261b5c [Adaptation] Move EffectiveDegradationPreference to RA-Processor. by Henrik Boström · 5 years ago
  71. ce0a11d Unify AdaptationReason and AdaptReason enums. by Evan Shrubsole · 5 years ago
  72. dff7925 Remove VideoStreamEncoderObserver::AdaptationReason::kNone by Evan Shrubsole · 5 years ago
  73. ee1e6bc Remove deprecated VideoSendStream::StreamStats data members. by Mirko Bonadei · 5 years ago
  74. 8ec11b8 Do not register generic frame descriptor v1 in integration tests by Danil Chapovalov · 5 years ago
  75. 3c9bcc1 Reland of the test portion of: by Tommi · 5 years ago
  76. 4395546 Fix wrong unit in log in VideoStreamEncoder by Evan Shrubsole · 5 years ago
  77. 3e2809f Drop support for receiving generic frame descriptor v1 by Danil Chapovalov · 5 years ago
  78. adc4da3 [InsertableStreams] Fix video receiver simulcast. by Marina Ciocea · 5 years ago
  79. 70ebbda [InsertableStreams] Fix IsKeyFrame() for video receiver delegate. by Marina Ciocea · 5 years ago
  80. 16cc9ef Revert "Preparation for ReceiveStatisticsProxy lock reduction." by Artem Titov · 5 years ago
  81. 80a1d4b Revert "Temporarily disable DCHECKs on linux in VideoReceiveStream and" by Artem Titov · 5 years ago
  82. f03cbe9 Revert "Don't assume we have a worker_thread_ on linux (for now)" by Artem Titov · 5 years ago
  83. 9ba33f1 Don't assume we have a worker_thread_ on linux (for now) by Tommi · 5 years ago
  84. 59ef6f0 Revert "Disable dcheck on linux" by Artem Titov · 5 years ago
  85. 971c66c Disable dcheck on linux by Tommi · 5 years ago
  86. 3cb88f1 Temporarily disable DCHECKs on linux in VideoReceiveStream and by Tommi · 5 years ago
  87. 24eed27 Preparation for ReceiveStatisticsProxy lock reduction. by Tommi · 5 years ago
  88. c70b102 Move AdaptationCounters from video/ to api/ by Evan Shrubsole · 5 years ago
  89. 06d3559 Replace std::string::find() == 0 with absl::StartsWith (part 2). by Mirko Bonadei · 5 years ago
  90. 93be66c Calculate video padding for vp9 in the same way as for vp8 by Ilya Nikolaevskiy · 5 years ago
  91. e1aa22f [InsertableStreams] Set video frame transformer if RTP stream already started. by Guido Urdaneta · 5 years ago
  92. c24b6b7 Introduce TransformableFrameInterface. by Marina Ciocea · 5 years ago
  93. 1c7a658 Add test for relay bandwidth capping. by Christoffer Rodbro · 5 years ago
  94. c8fbd89 Fixes temporal rate allocation issues. by Erik Språng · 5 years ago
  95. 6967959 Hide Av1 specfic logic from RtpVideoReceiver into depacketizer interface. by Danil Chapovalov · 5 years ago
  96. f45ca37 [Stats] Explicit RTP-RTX and RTP-FEC mappings. Unblocks simulcast stats. by Henrik Boström · 5 years ago
  97. 865a22d in RtpVideoStreamReceiver tests set payload type for all tests packets by Danil Chapovalov · 5 years ago
  98. 71fda36 Extend NetworkRoute with more info about local/remote endpoints by Jonas Oreland · 5 years ago
  99. 810b4ca Move AssembleFrame from PacketBuffer to RtpVideoStreamReceiver by Danil Chapovalov · 5 years ago
  100. fb86274 NiceMock MockFecController in VideoStreamEncoderUnittests by Evan Shrubsole · 5 years ago