- d4c5843 Undo recent changes to initial frame dropper, fixing a regression. by Henrik Boström · 6 months ago
- 8037fc6 Migrate absl::optional to std::optional by Florent Castelli · 6 months ago
- 41fffaa Fix requested_resolution bug where we get stuck with old restrictions. by Henrik Boström · 6 months ago
- 8d7642a Remove unused QpFastFilterLow method by Björn Terelius · 7 months ago
- 99c519b Mass removal of absl_deps in all BUILD.gn files by Florent Castelli · 9 months ago
- 8b7d89a Cleanup expired field trial WebRTC-Video-QualityRampupSettings by Danil Chapovalov · 10 months ago
- 1c35107 Propagate environment into OveruseFrameDetector by Danil Chapovalov · 11 months ago
- 0fa9088 Deprecate VideoFrame::timestamp() and set_timestamp by Per K · 12 months ago
- 1a8d529 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 19/inf by Jeremy Leconte · 1 year, 5 months ago
- e338b3f Adds TRACE_EVENT for OveruseFrameDetector::CheckForOveruse by henrika · 1 year, 5 months ago
- 9c58483 Rename EncodedImage property Timetamp to RtpTimestamp by Danil Chapovalov · 1 year, 6 months ago
- 2fec644 Fix L1Tx target bitrate bug when the standard API is used. by Henrik Boström · 1 year, 9 months ago
- f67d1fd OveruseFrameDetector: complete removal of mac rules kill switch. by Markus Handell · 1 year, 9 months ago
- 6c2dae2 Move VideoEncoderConfig from api/ into video/config by Jonas Oreland · 2 years, 5 months ago
- 2cfc1af Update rtc::Event::Wait call sites to use TimeDelta. by Markus Handell · 2 years, 7 months ago
- e519f38 Remove rtc::Location from SendTask test helper by Danil Chapovalov · 2 years, 7 months ago
- a204ad2 clean up misc TimeDelta use by Philipp Hancke · 2 years, 8 months ago
- 03f8b8a In video replace non-owning pointer to rtc::TaskQueue with non-owning pointer to TaskQueueBase by Danil Chapovalov · 2 years, 8 months ago
- 95eeaa7 Migrate video/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 8 months ago
- cb99ccd Update/delete old TODOs by Niels Möller · 2 years, 8 months ago
- c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 9 months ago
- 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 9 months ago
- 8e4197b OveruseFrameDetector: remove special mac rules under kill switch. by Markus Handell · 2 years, 9 months ago
- 83830f3 Delete TestListener and top-level thread wrapping. by Niels Möller · 2 years, 10 months ago
- 2ee3e4d Use resolution bitrate limits if one spatial layer is configured via scalability mode. by Asa Persson · 2 years, 10 months ago
- c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 2 years, 10 months ago
- a30aef3 Move event_tracer out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
- 71337f3 Move random out of rtc_base_approved by Florent Castelli · 2 years, 11 months ago
- 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 2 years, 11 months ago
- e10a9f6 Remove //rtc_base:safe_conversions from public deps by Florent Castelli · 2 years, 11 months ago
- f86f6f9 Remove //rtc_base:refcount from public deps by Florent Castelli · 2 years, 11 months ago
- 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 2 years, 11 months ago
- e62c2f2 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf by Jonas Oreland · 3 years ago
- 8ca0613 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 4/inf by Jonas Oreland · 3 years ago
- c7f691a WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 2 by Jonas Oreland · 3 years ago
- a8b6362 Fix race when checking for field trial from the encoder queue. by Tommi · 3 years, 1 month ago
- 6cae2d5 Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years, 1 month ago
- 3f87250 Revert "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years, 1 month ago
- 5f0eb93 Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely by Byoungchan Lee · 3 years, 1 month ago
- 806083b Update video/ to not use implicit T* --> scoped_refptr<T> conversion by Niels Möller · 3 years, 2 months ago
- 2ab7d5b Fix bad license header style from CRLF to LF. by Shuhai Peng · 3 years, 5 months ago
- 1da742b Switch to eshr@webrtc.org in OWNER files by Evan Shrubsole · 3 years, 5 months ago
- f270770 video: Implement bandwidth based scaler by Shuhai Peng · 3 years, 5 months ago
- 06defc4 QualityRampupExperiment: SetMaxBitrate may not be set correctly. by Åsa Persson · 3 years, 6 months ago
- b54cfde Add optional is_qp_trusted property for EncoderInfo. by Qiu Jianlin · 3 years, 7 months ago
- ab30d72 Use backticks not vertical bars to denote variables in comments for /video by Artem Titov · 3 years, 7 months ago
- ba7da8b Relax expectation in OveruseFrameDetectorTest2.ConvergesSlowly by Niels Möller · 3 years, 9 months ago
- 1d2b22e Use pixels from single active stream if set for balanced degradation settings. by Åsa Persson · 3 years, 9 months ago
- 2a25a96 Disable flacky tests on mac bots by Ilya Nikolaevskiy · 3 years, 9 months ago
- fccb052 Add event traces to interesting places in WebRTC. by Markus Handell · 3 years, 9 months ago
- c1d5891 Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few files by Tomas Gunnarsson · 3 years, 10 months ago
- d19e3b9 Reland "Reland "Enable quality scaling when allowed"" by Sergey Silkin · 4 years ago
- 31c5c9d Revert "Reland "Enable quality scaling when allowed"" by Ilya Nikolaevskiy · 4 years ago
- 0021fe7 Reland "Enable quality scaling when allowed" by Sergey Silkin · 4 years ago
- eb449a9 Revert "Reland "Enable quality scaling when allowed"" by Guido Urdaneta · 4 years ago
- 964a88f Prevent possible out-of-bounds access by Sergey Silkin · 4 years ago
- 83be84b Reland "Enable quality scaling when allowed" by Sergey Silkin · 4 years ago
- 609b524 Revert "Enable quality scaling when allowed" by Björn Terelius · 4 years ago
- 752cbab Enable quality scaling when allowed by Sergey Silkin · 4 years ago
- 64f7da0 Use input_state to get pixels for single active stream. by Åsa Persson · 4 years ago
- 1dd94a0 Use pixels from single active stream if set in CanDecreaseResolutionTo by Åsa Persson · 4 years ago
- d15a575 Use SequenceChecker from public API by Artem Titov · 4 years, 1 month ago
- 7f354f8 Use bandwidth allocation in DropDueToSize when incoming resolution increases. by Åsa Persson · 4 years, 1 month ago
- c91c423 LibvpxVp9Encoder: add option to configure resolution_bitrate_limits. by Åsa Persson · 4 years, 1 month ago
- 8c007ff Restrict usage of resolution bitrate limits to singlecast by Sergey Silkin · 4 years, 1 month ago
- 461b1d9 Restart CPU overuse detection when encoder settings has changed. by Jakob Ivarsson · 4 years, 1 month ago
- ad70609 Implement fake PixelLimitResource for TestBed. by Henrik Boström · 4 years, 3 months ago
- cde4a9f Enable initial frame drop for SVC 'singlecast' by Ilya Nikolaevskiy · 4 years, 3 months ago
- 84bc348 Reset initial frame dropper if the stream changes for external reasons by Ilya Nikolaevskiy · 4 years, 3 months ago
- d174d37 Only call balanced_settings_.CanAdaptUpResolution if DegradationPreference::BALANCED. by Åsa Persson · 4 years, 3 months ago
- 20e4c80 Reland "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 3 months ago
- f46723c Enable initial frame drop for one active simulcast layer. by Åsa Persson · 4 years, 3 months ago
- c95b939 Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() by Karl Wiberg · 4 years, 4 months ago
- f8b5bfe Fix "control reaches end of non-void function" warnings by Fabien Vallée · 4 years, 4 months ago
- 38e9b06 Reland "Add scaling interface to VideoFrameBuffer" by Ilya Nikolaevskiy · 4 years, 5 months ago
- 441dbf9 Revert "Add scaling interface to VideoFrameBuffer" by Ilya Nikolaevskiy · 4 years, 5 months ago
- c79f1d8 Add scaling interface to VideoFrameBuffer by Ilya Nikolaevskiy · 4 years, 5 months ago
- 0abd518 Revert "Introduce RTC_NO_UNIQUE_ADDRESS." by Mirko Bonadei · 4 years, 5 months ago
- f5e261a Introduce RTC_NO_UNIQUE_ADDRESS. by Mirko Bonadei · 4 years, 5 months ago
- de95329 Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS by Niels Möller · 4 years, 5 months ago
- 99b0f8d Reland "[Adaptation] Remove QualityScalerResource when disabled." by Evan Shrubsole · 4 years, 6 months ago
- 8572841 [Adaptation] Remove resource adaptation queue by Evan Shrubsole · 4 years, 6 months ago
- 61b2993 Revert "[Adaptation] Remove QualityScalerResource when disabled." by Guido Urdaneta · 4 years, 7 months ago
- e3da1d3 [Adaptation] Don't allow frame dropping to re-enable when scaling is off by Evan Shrubsole · 4 years, 7 months ago
- 00ea628 [Adaptation] Extract adaptation constraints to their own files by Evan Shrubsole · 4 years, 7 months ago
- b93ad75 [Adaptation] Apply AdaptationConstraints to all resources by Evan Shrubsole · 4 years, 7 months ago
- ba8abbb [Adaptation] Remove QualityScalerResource when disabled. by Evan Shrubsole · 4 years, 7 months ago
- 552eed5 [Adaptation] Don't toggle EncoderUsageResource on/off by Evan Shrubsole · 4 years, 7 months ago
- c1d34b0 [Adaptation] Remove ResourceAdaptation queue from VideoStreamEncoderResources by Evan Shrubsole · 4 years, 7 months ago
- b9c1654 [Adaptation] Delete AdaptationListener by Evan Shrubsole · 4 years, 7 months ago
- a1c77f6 [Adaptation] Move Balanced MinFpsDiff logic to VideoStreamAdapter by Evan Shrubsole · 4 years, 7 months ago
- 94cd6bb Add ilnik to OWNERS of video/adaptation by Evan Shrubsole · 4 years, 7 months ago
- 3d22108 Remove unused critical section includes. by Markus Handell · 4 years, 8 months ago
- 73ecede [Adaptation] Move AdaptationConstraints to VideoStreamAdapter by Evan Shrubsole · 4 years, 8 months ago
- 517f81e [Adaptation] Make ResourceAdaptationProcessorInterface resources thread-safe by Evan Shrubsole · 4 years, 8 months ago
- 9bbff07 Migrate video/adaptation and video/end_to_end_tests to webrtc::Mutex. by Markus Handell · 4 years, 8 months ago
- afd1dcb [Adaptation] Move TriggerAdaptationDueToFrameDroppedDueToSize by Evan Shrubsole · 4 years, 8 months ago
- 9492d50 [Adaptation] Move deg.pref. out of ResourceAdaptationProcessor by Evan Shrubsole · 4 years, 8 months ago
- ec0af26 [Adaptation] VideoStreamAdapter broadcasts adaptations by Evan Shrubsole · 4 years, 8 months ago
- 2c9d76a Use DataRates in QualityRampUpExperimentHelper by Evan Shrubsole · 4 years, 9 months ago