Thanks to visit codestin.com
Credit goes to webrtc.googlesource.com

  1. 6db6f17 [AV1] Drop repeat frames on enhancement layers. by Erik Språng · 25 hours ago
  2. 58888d6 Add RTC_DCHECK for immutable field-trials by Jonas Oreland · 3 days ago
  3. 368088b Remove deprecated jni_zero constructor usage in sdk/android by Byoungchan Lee · 5 days ago
  4. d3fcfe0 Support mixed-codec simulcast in SimulcastEncoderAdapter by Shigemasa Watanabe · 5 days ago
  5. edaebd6 Use injected clock instead of global clock when Environment available by Evan Shrubsole · 12 days ago
  6. 180423f Extract encode method of libaom av1 encoder. by Erik Språng · 12 days ago
  7. a2dba43 Implement external scaling/premapping for video by Ilya Nikolaevskiy · 3 weeks ago
  8. 3c9a550 clang-tidy: apply bugprone-argument-comment by Philipp Hancke · 4 weeks ago
  9. 0c5b0d6 psnr: tweak sampling rate to make a new measurement every second more likely by Philipp Hancke · 4 weeks ago
  10. cb9c945 clang-tidy: apply modernize-use-designated-initializer to common_video media modules/video_coding video/ by Philipp Hancke · 4 weeks ago
  11. 81d959c Move FrameInstrumentationEvaluation to api/video/corruption_detection. by Erik Språng · 5 weeks ago
  12. d79dd43 Refactor FrameInstrumentationData and expose it in api/ by Erik Språng · 5 weeks ago
  13. 23eec04 Propagate clock into VP8 ScreenshareLayers helper by Danil Chapovalov · 5 weeks ago
  14. dead53b NackRequester: Remove unused enum value by Rasmus Brandt · 6 weeks ago
  15. 9ebd1ce Guard PSNR stats with rtc_video_psnr build flag by Philipp Hancke · 6 weeks ago
  16. c0426db Propagate clock into VP8Decoder::QpSmoother by Danil Chapovalov · 6 weeks ago
  17. 684e849 Create api/video/corruption_detection directory. by Erik Språng · 6 weeks ago
  18. 8e8480d Calculate video encode PSNR (in supported codecs) by Philipp Hancke · 7 weeks ago
  19. 5f2da8d clang-tidy: tidy-readability-redundant-declaration by Philipp Hancke · 7 weeks ago
  20. d26ff67 Reformat gn files by Philipp Hancke · 8 weeks ago
  21. f7ecdbe av1: use AOM_FRAME_IS_KEY instead of AOM_EFLAG_FORCE_KF by Philipp Hancke · 8 weeks ago
  22. 213119e Apply clang-tidy readability-redundant-smartptr-get by Philipp Hancke · 8 weeks ago
  23. ddaa5fa Modernize deprecated headers in modules/ by Philipp Hancke · 9 weeks ago
  24. ef33274 Use strong time type for metrics::kMinRunTime constant by Danil Chapovalov · 10 weeks ago
  25. 78fc106 IWYU modules/video_coding/codecs/h264/ by Philipp Hancke · 10 weeks ago
  26. 4b42b47 constexpr-ify unit tests more by Philipp Hancke · 2 months ago
  27. d950a7f Move frame instrumentation evaluation to using callback. by Erik Språng · 3 months ago
  28. 81f4e78 constexpr-ify unit tests by Philipp Hancke · 3 months ago
  29. 6d7602d Always copy color space on decoder output by Ilya Nikolaevskiy · 3 months ago
  30. 10fab30 Reduce usage of public sources in build files by Danil Chapovalov · 3 months ago
  31. 5682d46 Tighten environment_construction poison by Danil Chapovalov · 3 months ago
  32. 00b714e IWYU modules/ partially and remove legacy ECN alias by Philipp Hancke · 3 months ago
  33. 6eae1ac Add hard outlier rejection to `TimestampExtrapolator` by Rasmus Brandt · 3 months ago
  34. e893a74 Delete ExplicitKeyValueConfig alias by Danil Chapovalov · 3 months ago
  35. 4690e0b Delete ScopedKeyValueConfig and ScopedFieldTrials as unused by Danil Chapovalov · 3 months ago
  36. d1475bd Add and use CreateTestFieldTrialsPtr function for convinience and clarity by Danil Chapovalov · 3 months ago
  37. 78c6e91 IWYU: Android files including jni.h by Philipp Hancke · 3 months ago
  38. a350cfe Remove StableTargetRateExperiment and usage of TargetTransferRate.stable_target_bitrate from Video allocation and encoder by Per K · 3 months ago
  39. 2eca959 clang-tidy: llvm-namespace-comment,readability-static-definition-in-anonymous-namespace by Philipp Hancke · 3 months ago
  40. c6d7e6c clang-tidy: modernize-use-override by Philipp Hancke · 3 months ago
  41. 9d0ec0b Add support for field trial-based parameterization of `TimestampExtrapolator`. by Rasmus Brandt · 3 months ago
  42. 81bf91a IWYU: include third_party in vp8/vp9 paths (and fix the script) by Philipp Hancke · 3 months ago
  43. 770d6c8 Remove redundant webrtc:: prefixes in modules/video_coding by Harald Alvestrand · 3 months ago
  44. 062fdc0 Remove redundant webrtc:: prefixes in modules/video_coding/codecs/h264 by Harald Alvestrand · 4 months ago
  45. 086c2de Add JitterEstimator::Config::{nack_limit, nack_count_timeout} by Rasmus Brandt · 4 months ago
  46. 9511e49 Propagate field trials in modules/video_coding unittests by Danil Chapovalov · 4 months ago
  47. 2b89a50 Propagate field trials in VideoCodecTestFixture by Danil Chapovalov · 4 months ago
  48. f466fa7 Cleanup arraysize usage in modules/rtp_rtcp and video by Danil Chapovalov · 4 months ago
  49. 4ecf111 Remove system_wrappers/../sleep.* by Fredrik Solenberg · 4 months ago
  50. f5318fd [cleanup] Replace uses of NULL with nullptr by Evan Shrubsole · 4 months ago
  51. 4d52fa9 Remove CpuInfo from system_wrappers by Fredrik Solenberg · 4 months ago
  52. 5bd374cd [cleanup] Fix redundant webrtc name specifier by Evan Shrubsole · 5 months ago
  53. 48ca125 [cleanup] Fix redundant webrtc name specifier by Evan Shrubsole · 5 months ago
  54. 1ccfd19 turn rtc_source_set with cc files into rtc_library by Philipp Hancke · 5 months ago
  55. 50db723 Revert "IWYU modules/video_coding/codecs/h264" by Jonas Oreland · 5 months ago
  56. 9eca82b Pass lower resolution image to libaom av1 encoder. by Ilya Nikolaevskiy · 5 months ago
  57. d66b2f9 IWYU modules/video_coding/codecs/h264 by Philipp Hancke · 5 months ago
  58. e04118d Disallow deprecated namespaces on build bots by Evan Shrubsole · 5 months ago
  59. cf9dd0b Stop using third_party/base64 by Evan Shrubsole · 5 months ago
  60. aa5bec2 Use webrtc name specifier instead of rtc/cricket in modules/video_coding by Evan Shrubsole · 5 months ago
  61. defb216 Pass lower resolution image to libvpx vp9 encoder. by Ilya Nikolaevskiy · 5 months ago
  62. 70e40c5 Delete unused forwarding header by Danil Chapovalov · 6 months ago
  63. a49e334 IWYU modules/video_coding by Philipp Hancke · 6 months ago
  64. 945e517 Move cricket namespace to webrtc by Evan Shrubsole · 6 months ago
  65. 3672d60 Migrate template alias nullability annotations to macros. by Mirko Bonadei · 6 months ago
  66. 8f7678f Move rest of rtc namespace except ios and clashes to webrtc namespace by Evan Shrubsole · 6 months ago
  67. daf96cf Migrate most of rtc_base/ to webrtc namespace by Evan Shrubsole · 6 months ago
  68. ecde63e Do not crop to render resolution by default by Sergey Silkin · 6 months ago
  69. f145333 avoid shadowing codec_name in video codec test fixture by Philipp Hancke · 6 months ago
  70. fe203b4 Fix video shadowing issues by Philipp Hancke · 6 months ago
  71. 2f64c71 Add field trial to control cropping in dav1d wrapper by Sergey Silkin · 6 months ago
  72. 6a9a1ae Move thread.h to webrtc namespace by Evan Shrubsole · 6 months ago
  73. 652c771 Move time_utils.h and crypto_random.h to webrtc namespace by Evan Shrubsole · 6 months ago
  74. 39c1c7e Move event.h to webrtc namespace by Evan Shrubsole · 6 months ago
  75. de8429e Migrate absl variant to std in WebRTC by Danil Chapovalov · 6 months ago
  76. a903885 Fix some shadow issues by Philipp Hancke · 6 months ago
  77. 723e219 Deliver render resolution by Sergey Silkin · 6 months ago
  78. e4b09d7 Move tests and fakes to webrtc namespace by Evan Shrubsole · 6 months ago
  79. 7729906 Write frame level stats in all codec tests by Sergey Silkin · 6 months ago
  80. 1bd545a Revert "fix: h26x packet buffer video artifacts" by Philip Eliasson · 7 months ago
  81. 7e54bb9 Remove unused constant by Rasmus Brandt · 7 months ago
  82. 6738e57 Move base64.h to webrtc namespace by Evan Shrubsole · 7 months ago
  83. 75b8277 Don't use SvcRateAllocator for in VP9 encoder in simulcast case by Ilya Nikolaevskiy · 7 months ago
  84. d01d07d Move weak_ptr.h to webrtc namespace by Evan Shrubsole · 7 months ago
  85. 9494d02 Move moving_average.h to webrtc namespace by Evan Shrubsole · 7 months ago
  86. 45c998d Revert "Fix tests not building/failing when rtc_libvpx_build_vp9=false" by Ilya Nikolaevskiy · 7 months ago
  87. ef95b20 Move safe_conversions.h to webrtc namespace by Evan Shrubsole · 7 months ago
  88. 23cef4e Fix tests not building/failing when rtc_libvpx_build_vp9=false by Tal Benesh · 7 months ago
  89. 6faae82 Move exp_filter.h to webrtc namespace by Evan Shrubsole · 7 months ago
  90. 034aa92 Move encoder_stream_factory.h to webrtc namespace by Evan Shrubsole · 7 months ago
  91. fa0bcb0 Move histogram_percentile_counter.h to webrtc namespace by Evan Shrubsole · 7 months ago
  92. e90ab59 Revert "Move resources to resources/BUILD.gn." by Jeremy Leconte · 7 months ago
  93. 7dea26d Move resources to resources/BUILD.gn. by Jeremy Leconte · 7 months ago
  94. 0ebd67f Move string_builder.h to webrtc namespace by Evan Shrubsole · 7 months ago
  95. 0a70f47 Delete WebRTC-LibaomAv1Encoder-AdaptiveMaxConsecDrops by Sergey Silkin · 7 months ago
  96. 6d2579e Update H.265 single-cast bitrate limits. by Qiu Jianlin · 7 months ago
  97. d964a54 Cleanup WebRTC-Vp9ExternalRefCtrl field trial by Danil Chapovalov · 7 months ago
  98. 0b48e61 Enable post-encode frame drop in libaom AV1 encoder by Sergey Silkin · 7 months ago
  99. 87b7c1a Reduce warning logging when minimum playout delay exceed maximum by Danil Chapovalov · 8 months ago
  100. eafee5e fix: h26x packet buffer video artifacts by k-wasniowski · 8 months ago