1. bceec84 Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ by Jared Siskin · 1 year, 10 months ago
  2. 12910ca Apply resolution-bitrate limits collected from field trial (cl/294600) for AV1. by Michael Horowitz · 1 year, 11 months ago
  3. 09da10e Add powerEfficientDecoder and powerEfficientEncoder stats by Evan Shrubsole · 2 years, 4 months ago
  4. 37132e1 RtpEncodingParameters::request_resolution patch 3 by Jonas Oreland · 2 years, 5 months ago
  5. 6c2dae2 Move VideoEncoderConfig from api/ into video/config by Jonas Oreland · 2 years, 5 months ago
  6. 2cfc1af Update rtc::Event::Wait call sites to use TimeDelta. by Markus Handell · 2 years, 6 months ago
  7. c05a1be Migrate remaining webrtc usage of TaskQueueBase to absl::AnyInvocable by Danil Chapovalov · 2 years, 7 months ago
  8. b7128ed Migrate call/ to absl::AnyInvocable based TaskQueueBase interface by Danil Chapovalov · 2 years, 8 months ago
  9. c374d11 Move to_queued_task.h and pending_task_safety_flag.h into public API by Artem Titov · 2 years, 8 months ago
  10. 105711e Move rtc::make_ref_counted to api/ by Niels Möller · 2 years, 8 months ago
  11. 83830f3 Delete TestListener and top-level thread wrapping. by Niels Möller · 2 years, 9 months ago
  12. 641a1b1 Adopt absl::string_view in call/ by Ali Tofigh · 2 years, 9 months ago
  13. df209e7 Avoid more usage of implicit conversion from scoped_refptr<T> to T* by Niels Möller · 2 years, 10 months ago
  14. c3e6e3a Remove dependency on rtc_base_approved from most targets by Florent Castelli · 2 years, 10 months ago
  15. 57aa81b Remove //rtc_base:stringutils from public deps by Florent Castelli · 2 years, 11 months ago
  16. e10a9f6 Remove //rtc_base:safe_conversions from public deps by Florent Castelli · 2 years, 11 months ago
  17. 33d31fb Remove //rtc_base:rtc_event from public deps by Florent Castelli · 2 years, 11 months ago
  18. f86f6f9 Remove //rtc_base:refcount from public deps by Florent Castelli · 2 years, 11 months ago
  19. 4467ad7 Remove //rtc_base:macromagic from public deps by Florent Castelli · 2 years, 11 months ago
  20. 0af55ba Remove //rtc_base:logging from public deps by Florent Castelli · 2 years, 11 months ago
  21. e62c2f2 WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 12/inf by Jonas Oreland · 2 years, 11 months ago
  22. c7f691a WebRTC-DeprecateGlobalFieldTrialString/Enabled/ - part 2 by Jonas Oreland · 3 years ago
  23. 6cae2d5 Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years, 1 month ago
  24. 3f87250 Revert "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" by Artem Titov · 3 years, 1 month ago
  25. 5f0eb93 Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely by Byoungchan Lee · 3 years, 1 month ago
  26. 62b01db VideoStreamEncoder - wait less. by Tommi · 3 years, 1 month ago
  27. 46cc32d Replace ABSL_FALLTHROUGH_INTENDED with c++17 attribute by Danil Chapovalov · 3 years, 1 month ago
  28. 6b7b255 Update call/ to not use implicit T* --> scoped_refptr<T> conversion by Niels Möller · 3 years, 1 month ago
  29. d325196 Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED by Artem Titov · 3 years, 3 months ago
  30. 97597c0 Remove usage of INFO alias for LS_INFO in log messages by Harald Alvestrand · 3 years, 4 months ago
  31. 1da742b Switch to eshr@webrtc.org in OWNER files by Evan Shrubsole · 3 years, 4 months ago
  32. ea24027 Use backticks not vertical bars to denote variables in comments for /call by Artem Titov · 3 years, 7 months ago
  33. f5f7e8e Ensure that fps adaptation count can go back to zero when framerate is unrestricted. by Åsa Persson · 3 years, 8 months ago
  34. 1d2b22e Use pixels from single active stream if set for balanced degradation settings. by Åsa Persson · 3 years, 9 months ago
  35. c1d5891 Replace `new rtc::RefCountedObject` with `rtc::make_ref_counted` in a few files by Tomas Gunnarsson · 3 years, 10 months ago
  36. 1dd94a0 Use pixels from single active stream if set in CanDecreaseResolutionTo by Åsa Persson · 4 years ago
  37. d15a575 Use SequenceChecker from public API by Artem Titov · 4 years ago
  38. ad70609 Implement fake PixelLimitResource for TestBed. by Henrik Boström · 4 years, 3 months ago
  39. 19526a6 Add RTC_NO_UNIQUE_ADDRESS to webrtc::VideoStreamAdapter. by Mirko Bonadei · 4 years, 3 months ago
  40. c95b939 Introduce RTC_CHECK_NOTREACHED(), an always-checking RTC_NOTREACHED() by Karl Wiberg · 4 years, 3 months ago
  41. f8b5bfe Fix "control reaches end of non-void function" warnings by Fabien Vallée · 4 years, 4 months ago
  42. 99b0f8d Reland "[Adaptation] Remove QualityScalerResource when disabled." by Evan Shrubsole · 4 years, 6 months ago
  43. 8572841 [Adaptation] Remove resource adaptation queue by Evan Shrubsole · 4 years, 6 months ago
  44. 61b2993 Revert "[Adaptation] Remove QualityScalerResource when disabled." by Guido Urdaneta · 4 years, 6 months ago
  45. d73d421 [Adaptation] Move min pixel limit logic out of adaptation processor by Evan Shrubsole · 4 years, 6 months ago
  46. bd4a718 [Adaptation] Make resource most limited if kLimitReached hit by Evan Shrubsole · 4 years, 6 months ago
  47. b93ad75 [Adaptation] Apply AdaptationConstraints to all resources by Evan Shrubsole · 4 years, 6 months ago
  48. ba8abbb [Adaptation] Remove QualityScalerResource when disabled. by Evan Shrubsole · 4 years, 6 months ago
  49. 64a6083 [Adaptation] Remove processing_in_progress_ from ResourceAdaptationProcessor by Evan Shrubsole · 4 years, 6 months ago
  50. b9c1654 [Adaptation] Delete AdaptationListener by Evan Shrubsole · 4 years, 6 months ago
  51. a1c77f6 [Adaptation] Move Balanced MinFpsDiff logic to VideoStreamAdapter by Evan Shrubsole · 4 years, 6 months ago
  52. 94cd6bb Add ilnik to OWNERS of video/adaptation by Evan Shrubsole · 4 years, 7 months ago
  53. 73ecede [Adaptation] Move AdaptationConstraints to VideoStreamAdapter by Evan Shrubsole · 4 years, 8 months ago
  54. 517f81e [Adaptation] Make ResourceAdaptationProcessorInterface resources thread-safe by Evan Shrubsole · 4 years, 8 months ago
  55. dc4d422 [Adaptation] Move AdaptationListeners to VideoStreamAdapter by Evan Shrubsole · 4 years, 8 months ago
  56. 3444a49 [Adaptation] Remove deg.prefs from ResourceAdaptationProcessor by Evan Shrubsole · 4 years, 8 months ago
  57. 8fe932a Migrate call/ to webrtc::Mutex. by Markus Handell · 4 years, 8 months ago
  58. afd1dcb [Adaptation] Move TriggerAdaptationDueToFrameDroppedDueToSize by Evan Shrubsole · 4 years, 8 months ago
  59. d7d2f27 [Adaptation] Adaptation holds restrictions by Evan Shrubsole · 4 years, 8 months ago
  60. 9492d50 [Adaptation] Move deg.pref. out of ResourceAdaptationProcessor by Evan Shrubsole · 4 years, 8 months ago
  61. 34b1a42 [Adaptation] Move input state into VideoStreamAdapter by Evan Shrubsole · 4 years, 8 months ago
  62. ec0af26 [Adaptation] VideoStreamAdapter broadcasts adaptations by Evan Shrubsole · 4 years, 8 months ago
  63. 29444c6 [Adaptation] Multi-processor support for injected Resources. by Henrik Boström · 4 years, 8 months ago
  64. ce971b0 [Adaptation] Implement remove for most limited resources. by Evan Shrubsole · 4 years, 8 months ago
  65. f4a9991 [Adaptation] Adding adaptation resources from Call. by Henrik Boström · 4 years, 8 months ago
  66. 6446903 Only allow most limited resource to trigger adapt up by Evan Shrubsole · 4 years, 8 months ago
  67. 2dcf348 Use absl_deps in order to preapre to the Abseil component build release. by Mirko Bonadei · 4 years, 9 months ago
  68. 4d75d9c Clean resource_adaptation_processor_unittest use of TaskQueueForTest by Evan Shrubsole · 4 years, 9 months ago
  69. e2e8c17 [Adaptation] Move Resource to api/ folder. by Henrik Boström · 4 years, 9 months ago
  70. 39ab1b5 [Adaptation] Remove Resource::UsageState() and ClearUsageState(). by Henrik Boström · 4 years, 9 months ago
  71. 0f0aa9c [Adaptation] Move IsAdaptationUpAllowed/OnAdaptationApplied out of API. by Henrik Boström · 4 years, 9 months ago
  72. 5cc28b0 [Adaptation] Prep Resource for api/ move. Introduce VSE-Resource. by Henrik Boström · 4 years, 9 months ago
  73. b940a7d [Adaptation] Add const to Can* methods in VideoSourceRestrictor by Evan Shrubsole · 4 years, 9 months ago
  74. f0eef12 [Adaptation] Add more ResourceAdaptationProcessor logging. by Henrik Boström · 4 years, 9 months ago
  75. 236e0ed Add logging for video restrictions by Evan Shrubsole · 4 years, 9 months ago
  76. 9a5efe9 In call/ replace mock macros with unified MOCK_METHOD macro by Danil Chapovalov · 4 years, 9 months ago
  77. 84afe46 Don't await adaptation after deg-pref change by Evan Shrubsole · 4 years, 9 months ago
  78. 95d40ee Remove unused VideoStream::balanced_settings() by Evan Shrubsole · 4 years, 9 months ago
  79. 381d109 [Adaptation] Move adaptation logic to a separate task queue. by Henrik Boström · 4 years, 9 months ago
  80. c55516d [Adaptation] Make Resources reference counted and add more DCHECKs. by Henrik Boström · 4 years, 9 months ago
  81. 8e321cd [Adaptation] Make QuailtyScalerResourse to report underuse if quality scaling is off by Ilya Nikolaevskiy · 4 years, 9 months ago
  82. 3b6afee Add comparison methods for VideoSourceRestrictions by Evan Shrubsole · 4 years, 10 months ago
  83. 0dcb470 [Adaptation] Adapt up requires previous underuse by Evan Shrubsole · 4 years, 10 months ago
  84. 3745d3f [Adaptation] Use ResourceAdaptationProcessorInterface* instead of impl. by Henrik Boström · 4 years, 10 months ago
  85. 722fa4d [Adaptation] Misc tests for processor, input provider and restrictions. by Henrik Boström · 4 years, 10 months ago
  86. 91aa732 [Adaptation] Add OnAdaptationApplied(), remove ResourceListenerResponse. by Henrik Boström · 4 years, 10 months ago
  87. dc4f75f [Adaptation] Make ResourceUsageState nullable, remove kStable. by Henrik Boström · 4 years, 10 months ago
  88. 87eece9 [Adaptation] Introducing call/adaptation/ResourceAdaptationProcessor. by Henrik Boström · 4 years, 10 months ago
  89. d2930c6 [Adaptation] Report AdaptationCounters OnVideoSourceRestrictionsUpdated. by Henrik Boström · 4 years, 10 months ago
  90. 1d76654 [Adaptation] Move VideoStreamAdapter to call/adaptation/. by Henrik Boström · 4 years, 10 months ago
  91. b613e3a [Adaptation] Resource::IsAdaptationUpAllowed() for IsBitrateConstrained. by Henrik Boström · 4 years, 10 months ago
  92. d516b25 [Adaptation] Introduce VideoStreamInputState and its Provider. by Henrik Boström · 4 years, 10 months ago
  93. 67402f8 [Adaptation] Delete Processor Proof-of-Concept. by Henrik Boström · 4 years, 10 months ago
  94. 453953c [Adaptation] Refactor AdaptationTarget. Peek next restrictions. by Henrik Boström · 5 years ago
  95. 6205762 [Adaptation] Rename and move resource adaptation module/processor stuff. by Henrik Boström · 5 years ago
  96. b0f2e0c [Overuse] Make VideoStreamAdapter responsible for executing adaptation. by Henrik Boström · 5 years ago
  97. 36f4fa7 Correct email address in OWNERS file. by Henrik Boström · 5 years ago
  98. efbec9a [Overuse] Initial version of VideoStreamAdapter (Restrictor moved). by Henrik Boström · 5 years ago
  99. aa6fbc1 Support injecting new Resources for overuse by Evan Shrubsole · 5 years ago
  100. 02956fe [Overuse] Can[Increase/Decrease][Resolution/FrameRate]? by Henrik Boström · 5 years ago