1. 7f354f8 Use bandwidth allocation in DropDueToSize when incoming resolution increases. by Åsa Persson · 4 years, 2 months ago
  2. c91c423 LibvpxVp9Encoder: add option to configure resolution_bitrate_limits. by Åsa Persson · 4 years, 2 months ago
  3. 8c007ff Restrict usage of resolution bitrate limits to singlecast by Sergey Silkin · 4 years, 2 months ago
  4. 461b1d9 Restart CPU overuse detection when encoder settings has changed. by Jakob Ivarsson · 4 years, 2 months ago
  5. ad70609 Implement fake PixelLimitResource for TestBed. by Henrik Boström · 4 years, 4 months ago
  6. cde4a9f Enable initial frame drop for SVC 'singlecast' by Ilya Nikolaevskiy · 4 years, 4 months ago
  7. 84bc348 Reset initial frame dropper if the stream changes for external reasons by Ilya Nikolaevskiy · 4 years, 4 months ago
  8. d174d37 Only call balanced_settings_.CanAdaptUpResolution if DegradationPreference::BALANCED. by Åsa Persson · 4 years, 4 months ago
  9. 20e4c80 Reland "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 4 months ago
  10. f46723c Enable initial frame drop for one active simulcast layer. by Åsa Persson · 4 years, 4 months ago
  11. c95b939 Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() by Karl Wiberg · 4 years, 5 months ago
  12. f8b5bfe Fix "control reaches end of non-void function" warnings by Fabien Vallée · 4 years, 5 months ago
  13. 38e9b06 Reland "Add scaling interface to VideoFrameBuffer" by Ilya Nikolaevskiy · 4 years, 6 months ago
  14. 441dbf9 Revert "Add scaling interface to VideoFrameBuffer" by Ilya Nikolaevskiy · 4 years, 6 months ago
  15. c79f1d8 Add scaling interface to VideoFrameBuffer by Ilya Nikolaevskiy · 4 years, 6 months ago
  16. 0abd518 Revert "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 6 months ago
  17. f5e261a Introduce RTC_NO_UNIQUE_ADDRESS. by Mirko Bonadei · 4 years, 6 months ago
  18. de95329 Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS by Niels Möller · 4 years, 6 months ago
  19. 99b0f8d Reland "[Adaptation] Remove QualityScalerResource when disabled." by Evan Shrubsole · 4 years, 7 months ago
  20. 8572841 [Adaptation] Remove resource adaptation queue by Evan Shrubsole · 4 years, 7 months ago
  21. 61b2993 Revert "[Adaptation] Remove QualityScalerResource when disabled." by Guido Urdaneta · 4 years, 8 months ago
  22. e3da1d3 [Adaptation] Don't allow frame dropping to re-enable when scaling is off by Evan Shrubsole · 4 years, 8 months ago
  23. 00ea628 [Adaptation] Extract adaptation constraints to their own files by Evan Shrubsole · 4 years, 8 months ago
  24. b93ad75 [Adaptation] Apply AdaptationConstraints to all resources by Evan Shrubsole · 4 years, 8 months ago
  25. ba8abbb [Adaptation] Remove QualityScalerResource when disabled. by Evan Shrubsole · 4 years, 8 months ago
  26. 552eed5 [Adaptation] Don't toggle EncoderUsageResource on/off by Evan Shrubsole · 4 years, 8 months ago
  27. c1d34b0 [Adaptation] Remove ResourceAdaptation queue from VideoStreamEncoderResources by Evan Shrubsole · 4 years, 8 months ago
  28. b9c1654 [Adaptation] Delete AdaptationListener by Evan Shrubsole · 4 years, 8 months ago
  29. a1c77f6 [Adaptation] Move Balanced MinFpsDiff logic to VideoStreamAdapter by Evan Shrubsole · 4 years, 8 months ago
  30. 94cd6bb Add ilnik to OWNERS of video/adaptation by Evan Shrubsole · 4 years, 8 months ago
  31. 3d22108 Remove unused critical section includes. by Markus Handell · 4 years, 9 months ago
  32. 73ecede [Adaptation] Move AdaptationConstraints to VideoStreamAdapter by Evan Shrubsole · 4 years, 9 months ago
  33. 517f81e [Adaptation] Make ResourceAdaptationProcessorInterface resources thread-safe by Evan Shrubsole · 4 years, 9 months ago
  34. 9bbff07 Migrate video/adaptation and video/end_to_end_tests to webrtc::Mutex. by Markus Handell · 4 years, 9 months ago
  35. afd1dcb [Adaptation] Move TriggerAdaptationDueToFrameDroppedDueToSize by Evan Shrubsole · 4 years, 9 months ago
  36. 9492d50 [Adaptation] Move deg.pref. out of ResourceAdaptationProcessor by Evan Shrubsole · 4 years, 9 months ago
  37. ec0af26 [Adaptation] VideoStreamAdapter broadcasts adaptations by Evan Shrubsole · 4 years, 9 months ago
  38. 2c9d76a Use DataRates in QualityRampUpExperimentHelper by Evan Shrubsole · 4 years, 10 months ago
  39. f88dd4d Remove VideoStreamEncoderResourceManager::active_counts by Evan Shrubsole · 4 years, 10 months ago
  40. 6446903 Only allow most limited resource to trigger adapt up by Evan Shrubsole · 4 years, 10 months ago
  41. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 10 months ago
  42. e2e8c17 [Adaptation] Move Resource to api/ folder. by Henrik Boström · 4 years, 10 months ago
  43. 39ab1b5 [Adaptation] Remove Resource::UsageState() and ClearUsageState(). by Henrik Boström · 4 years, 10 months ago
  44. 0f0aa9c [Adaptation] Move IsAdaptationUpAllowed/OnAdaptationApplied out of API. by Henrik Boström · 4 years, 10 months ago
  45. 5cc28b0 [Adaptation] Prep Resource for api/ move. Introduce VSE-Resource. by Henrik Boström · 4 years, 10 months ago
  46. 4f7531e [Adaptation] Add cooldown mechanism to prevent spammy kUnderuse from QP by Henrik Boström · 4 years, 10 months ago
  47. 91fdc60 In video/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 11 months ago
  48. 381d109 [Adaptation] Move adaptation logic to a separate task queue. by Henrik Boström · 4 years, 11 months ago
  49. b28bc83 [Adaptation] Make Manager's Resources not depend on encoder queue. by Henrik Boström · 5 years ago
  50. 9438ddc [Adaptation] Give QualityScaler a pending callbacks queue and unittests by Henrik Boström · 5 years ago
  51. c55516d [Adaptation] Make Resources reference counted and add more DCHECKs. by Henrik Boström · 5 years ago
  52. 8e321cd [Adaptation] Make QuailtyScalerResourse to report underuse if quality scaling is off by Ilya Nikolaevskiy · 5 years ago
  53. 3745d3f [Adaptation] Use ResourceAdaptationProcessorInterface* instead of impl. by Henrik Boström · 5 years ago
  54. 722fa4d [Adaptation] Misc tests for processor, input provider and restrictions. by Henrik Boström · 5 years ago
  55. 91aa732 [Adaptation] Add OnAdaptationApplied(), remove ResourceListenerResponse. by Henrik Boström · 5 years ago
  56. 012aa37 Asynchronous QualityScaler: Callback-based CheckQpTask. by Henrik Boström · 5 years ago
  57. 87eece9 [Adaptation] Introducing call/adaptation/ResourceAdaptationProcessor. by Henrik Boström · 5 years ago
  58. de8d551 [Adaptation] Rename the processor "VideoStreamEncoderResourceManager". by Henrik Boström · 5 years ago
  59. d2930c6 [Adaptation] Report AdaptationCounters OnVideoSourceRestrictionsUpdated. by Henrik Boström · 5 years ago
  60. 1d76654 [Adaptation] Move VideoStreamAdapter to call/adaptation/. by Henrik Boström · 5 years ago
  61. b613e3a [Adaptation] Resource::IsAdaptationUpAllowed() for IsBitrateConstrained. by Henrik Boström · 5 years ago
  62. d516b25 [Adaptation] Introduce VideoStreamInputState and its Provider. by Henrik Boström · 5 years ago
  63. 1261b5c [Adaptation] Move EffectiveDegradationPreference to RA-Processor. by Henrik Boström · 5 years ago
  64. ce0a11d Unify AdaptationReason and AdaptReason enums. by Evan Shrubsole · 5 years ago
  65. dff7925 Remove VideoStreamEncoderObserver::AdaptationReason::kNone by Evan Shrubsole · 5 years ago
  66. c70b102 Move AdaptationCounters from video/ to api/ by Evan Shrubsole · 5 years ago
  67. 4c07605 [Adaptation] VideoStreamAdapter unit tests added. by Henrik Boström · 5 years ago
  68. 453953c [Adaptation] Refactor AdaptationTarget. Peek next restrictions. by Henrik Boström · 5 years ago
  69. 3453149 [Adaptation] Adapter: Inform the module why there is no next target. by Henrik Boström · 5 years ago
  70. 6205762 [Adaptation] Rename and move resource adaptation module/processor stuff. by Henrik Boström · 5 years ago
  71. 8d9f750 [Overuse] Make EffectiveDegradationPreference() private. by Henrik Boström · 5 years ago
  72. b0f2e0c [Overuse] Make VideoStreamAdapter responsible for executing adaptation. by Henrik Boström · 5 years ago
  73. 36f4fa7 Correct email address in OWNERS file. by Henrik Boström · 5 years ago
  74. efbec9a [Overuse] Initial version of VideoStreamAdapter (Restrictor moved). by Henrik Boström · 5 years ago