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