1. 900da61 Experimental SVE FMMLA detect by Frank Barchard · 7 days ago main
  2. 500f456 For for ARM32 build when built with __SOFTFP__ by Frank Barchard · 2 weeks ago
  3. e49099d Roll chromium_revision 89484fe328..68659bfa38 (1529283:1531610) by Victor Hugo Vianna Silva · 2 weeks ago
  4. df79165 Roll chromium_revision 9dbf00e283..89484fe328 (1465343:1529283) by Victor Hugo Vianna Silva · 2 weeks ago
  5. e237e8d RVV: Enable some function for intrinsic >= v1.0 by Mark Zhuang · 2 weeks ago
  6. 738a53c Fix mac_asan bot by using right architecture for dsymutil by Victor Hugo Vianna Silva · 3 weeks ago
  7. 1f62f14 Update xcode in bots (3rd attempt) by Victor Hugo Vianna Silva · 3 weeks ago
  8. fcd7060 Bump LIBYUV_VERSION for removal of MIPS support by Wan-Teh Chang · 3 weeks ago
  9. a5acc0b Update xcode in bots (2nd attempt) by Victor Hugo Vianna Silva · 3 weeks ago
  10. 2b4453d Deprecate MIPS and MSA support. by Frank Barchard · 3 weeks ago
  11. 28ebe5d Fix led failing due to service account disallowed by Victor Hugo Vianna Silva · 3 weeks ago
  12. cd42708 Update instructions for fetching libyuv by Victor Hugo Vianna Silva · 3 weeks ago
  13. 110e00e Allow use of `led` via http://go/ciba by Victor Hugo Vianna Silva · 3 weeks ago
  14. 6133933 Fix CQ not finding Mac-15 x86_64 bots by Victor Hugo Vianna Silva · 3 weeks ago
  15. 69046a8 Update Mac and Xcode version in bots by Victor Hugo Vianna Silva · 3 weeks ago
  16. f5c7d8a use configure_reclient_cfgs instead of fetch_reclient_cfgs by Fumitoshi Ukai · 4 weeks ago
  17. 0d8ed86 Remove unused DEPS. by Mirko Bonadei · 5 weeks ago
  18. 94417b9 Pass rgbconstants via struct pointer instead of elements with m by Frank Barchard · 5 weeks ago
  19. 5b22f31 Fix compilation issue for 32bit PIC build by Daniel.L (Byoungchan Lee) · 6 weeks ago
  20. 1b1c058 ARGBToUV for SSE use pshufb/pmaddubsw by Frank Barchard · 6 weeks ago
  21. d59fe1a docs: fix markdown indent by Mark Zhuang · 7 weeks ago
  22. 7155afc ARGBToUV AVX2 for x86 32 bit by Frank Barchard · 7 weeks ago
  23. 142db12 ARGBToUV use AVX2 for 64 bit x86 by Frank Barchard · 7 weeks ago
  24. b33794a RVV: Don't disable all rvv optimize when RVV >= v0.12 by Mark Zhuang · 7 weeks ago
  25. a61882c ARGBToUV AVX2 for x86_64 by Frank Barchard · 7 weeks ago
  26. 0f79567 Reduce ARGBToUV SSSE3 register usage for clang build error on x64 by Frank Barchard · 8 weeks ago
  27. 06a1c00 Revert "Enable explicit control over LoongArch LSX & LASX for GYP builds" by Xi Ruoyao · 8 weeks ago
  28. eb4e473 loong64: UV subsample's 4-pixel rounding average and ARGBToJ444 fixed-point scaling by yuanhecai · 9 weeks ago
  29. 7045884 [libyuv] Bump vpython from 3.8 to 3.11 by Victor Hugo Vianna Silva · 9 weeks ago
  30. c00b838 infra/config: Remove luci.recipes.use_python3 experiment by Takuto Ikuta · 9 weeks ago
  31. 36edc5f Fix assert(current_toolchain == default_toolchain) failure on win bots. by Jeremy Leconte · 9 weeks ago
  32. d98915a Roll siso and update its CIPD package by Victor Hugo Vianna Silva · 2 months ago
  33. c4c42f3 Disable broken TestSetCpuFlags test on Windows by Takuto Ikuta · 2 months ago
  34. ec10b61 Remove a reference to is_nacl by Takuto Ikuta · 3 months ago
  35. d71cda1 Rollback util cpuid hybrid detect due to android build errors by Frank Barchard · 3 months ago
  36. b7d97d5 [AArch64] Fix compilation due to incorrect register constraint by George Steed · 3 months ago
  37. 5eea781 Fix util/cpuid hybrid detect by Frank Barchard · 3 months ago
  38. 48943bb Convert8To16 use VPSRLW instead of VPMULHUW for better lunarlake performance by Frank Barchard · 3 months ago
  39. cdd3bae TestI400LargeSize fix for warning message build error by Frank Barchard · 3 months ago
  40. 3ff31b2 Make LibYUVConvertTest.TestI400LargeSize skip test on low end arm cpu by Frank Barchard · 3 months ago
  41. dd9ced1 loong64: Use HWCAP instead of CPUCFG to detect LSX/LASX by Xi Ruoyao · 3 months ago
  42. 96134e9 BUILD.gn: Disable libc++ modules for NEON and SVE by Takuto Ikuta · 4 months ago
  43. 007b920 [AArch64] Add SME implementation of ARGBToUVRow and similar by George Steed · 4 months ago
  44. 9519b7d Set use_siso=true by default in .gn by Junji Watanabe · 4 months ago
  45. 88798bc [AArch64] Add SME implementation of Convert8To16Row_SME by George Steed · 4 months ago
  46. 1724c4b [AArch64] Add missing "+i8mm" feature when building SME by George Steed · 5 months ago
  47. 6f729fb ARGBToUV SSE use average of 4 pixels by Frank Barchard · 5 months ago
  48. 8896136 Add hybrid detect for Intel laptop cpus by Frank Barchard · 5 months ago
  49. 3d66e94 [AArch64] Improve ARGBToUVRow_SVE2 and related kernels by George Steed · 5 months ago
  50. 1b2f6cd [AArch64] Unroll I210ToAR30Row_{SVE2,SME} by George Steed · 5 months ago
  51. 867bdc5 [AArch64] Unroll I422ToAR30Row_{SVE2,SME} by George Steed · 5 months ago
  52. 843cda7 TestI400LargeSize test __x86_64__, _M_X64, or __aarch64__ by Frank Barchard · 5 months ago
  53. 4ac0a3a ubsan compliant '_any' functions using ptrdiff_t for pointer math by Frank Barchard · 5 months ago
  54. cd0ae0a row_sve.h: Add missing z21 clobber by George Steed · 5 months ago
  55. 998bec7 Sort row.h #define *_NEON lists by George Steed · 5 months ago
  56. 20b1d84 infra: Remove reclient properties from infra config by Junji Watanabe · 5 months ago
  57. f7392e0 infra: Add $build/siso properties to libyuv builders by Junji Watanabe · 5 months ago
  58. 6ecfe10 Enable explicit control over LoongArch LSX & LASX for GYP builds by WANG Xuerui · 5 months ago
  59. ef9833f Add Neon implementation of Convert8To16Row by George Steed · 5 months ago
  60. 7e5863a Add SVE2 and SME implementations of I422ToAR30Row by George Steed · 5 months ago
  61. 3489272 Support Siso builds by Junji Watanabe · 5 months ago
  62. 42404a6 Roll chromium_revision 3d4d5701ea..9dbf00e283 (1445131:1465343) by Mirko Bonadei · 5 months ago
  63. 949cb62 Add SVE2 and SME implementations of I444ToRGB24Row by George Steed · 6 months ago
  64. 951e434 Use pragma comment to disable warning for ASSERT_NE when including gtest.h by Frank Barchard · 6 months ago
  65. 8489094 [tracing] Remove enable_base_tracing by Etienne Pierre-doray · 6 months ago
  66. 0853c93 ARGBToUV 64 bit use ymm8 for shuffler by Frank Barchard · 6 months ago
  67. 61bdaee Add Neon I8MM implementations of ARGB to UV and variants by George Steed · 6 months ago
  68. 4db2af6 Remove --no_auth from download_from_google_storage hooks by Gavin Mak · 6 months ago
  69. 9f9b5cf ARGBToUV allow 32 bit x86 build by Frank Barchard · 6 months ago
  70. 1e40e34 Add missing files for loong64 GYP build by WANG Xuerui · 7 months ago
  71. fb7b9a4 Fix typo, remove mips as title already contain mips by Mark Zhuang · 7 months ago
  72. ce488af Call cmake_minimum_required(VERSION 3.16) first by Wan-Teh Chang · 7 months ago
  73. bf0f29f Roll chromium_revision 908f3898af..3d4d5701ea (1403569:1445131) by Mirko Bonadei · 7 months ago
  74. 8c48036 Remove duplicate code in planar_functions.h by Wan-Teh Chang · 7 months ago
  75. 6cc603a convert_test.cc: Remove unused ENABLE_ROW_TESTS by Wan-Teh Chang · 7 months ago
  76. b7a8576 Disable Arm SME and SVE assmbly code under MSan by Wan-Teh Chang · 7 months ago
  77. a4f653b Fix CMakeLists.txt for compatibility with gcc 10 by Wan-Teh Chang · 7 months ago
  78. 55a708e Fix unified sources build for LoongArch LASX by WANG Xuerui · 7 months ago
  79. 23d416d Detect SME without SVE dependency by Frank Barchard · 7 months ago
  80. dc47c71 Bump cmake_minimum_required version to 3.5 by Wan-Teh Chang · 7 months ago
  81. a43f62a Enable CFI assembly support by Hang Nguyen · 7 months ago
  82. f145aa2 Add SME2 detect by Frank Barchard · 7 months ago
  83. 64ac2d8 Avoid odd width stores in I422ToRGB565Row_{SVE2,SME} by George Steed · 7 months ago
  84. 5f28405 RVV disable 64 bit elements and vcombine_v by Frank Barchard · 7 months ago
  85. 0c07032 clang format applies to git repo by Frank Barchard · 7 months ago
  86. 0fd4581 Updating license id for libyuv by Jordan · 8 months ago
  87. 4ed7516 Enable cfi in sanitizers for library by Hang Nguyen · 8 months ago
  88. 918329c Make constant 0x0101 using vpcmpeqb+vpabsb by Frank Barchard · 8 months ago
  89. c060118 ARGBToJ444 use 256 for fixed point scale UV by Frank Barchard · 8 months ago
  90. 5257ba4 Apply clang format by Frank Barchard · 8 months ago
  91. 3a7e0ba Apply format with no code changes by Frank Barchard · 8 months ago
  92. 61354d2 ARGBToUV Matrix for AVX2 and SSSE3 by Frank Barchard · 9 months ago
  93. d32d19c UV subsample on ARM use rounding average of 4 pixels by Frank Barchard · 9 months ago
  94. ccdf870 [AArch64] Fix up inline asm name in Convert8To8Row_SVE_SC by George Steed · 9 months ago
  95. 5a9a6ea Add RAWToI444 by Frank Barchard · 9 months ago
  96. b3fd3f3 Fix ARGBToUV444Row_NEON by Frank Barchard · 9 months ago
  97. 96f98f6 ARGBToJ444 and RAWToJ444 NEON by Frank Barchard · 9 months ago
  98. 1c938f3 Try removing some unused DEPS by Björn Terelius · 9 months ago
  99. c1bac9e RAWToJ444 and ARGBToJ444 by Frank Barchard · 9 months ago
  100. c4a0c8d [AArch64] Add SVE2 and SME implementations for Convert8To8Row by George Steed · 9 months ago