1. d23308a add bmm detect and vdpphps in util/cpuid by Frank Barchard · 10 days ago main upstream/main
  2. 3bdb3b9 I420ToRAW use 2 step AVX512 by Frank Barchard · 11 days ago
  3. 4be798d BGRAToI420 use BgraConstants for a direct conversion using AVX512BW by Frank Barchard · 11 days ago
  4. 95eedb9 ConvertToARGB: compute buffer offsets in ptrdiff_t by Wan-Teh Chang · 14 days ago
  5. ccd4151 Fix int negation overflow in ConvertToARGB/I420 by Wan-Teh Chang · 2 weeks ago
  6. f722313 Validate int param is not INT_MIN before negating by Wan-Teh Chang · 2 weeks ago
  7. 826ab02 Remove __attribute__((no_sanitize("cfi-icall"))) by Wan-Teh Chang · 2 weeks ago
  8. b7c959c Add missing files for riscv64 GYP build by Sun Yuechi · 2 weeks ago
  9. af36de3 Android.mk: add a check for NDK_ROOT by James Zern · 2 weeks ago
  10. 62fffa9 Fix integer overflow when flipping negative height by Wan-Teh Chang · 2 weeks ago
  11. e14b0e2 RGB565ToARGB use AVX2 instead of SSE2 by Frank Barchard · 2 weeks ago
  12. 06cc67f Don't ignore UVCopy() and UVCopy_16() return value by Wan-Teh Chang · 3 weeks ago
  13. 3c5fa6e libyuv] Replace hardcoded RGB to YUV functions with Matrix variants by Frank Barchard · 3 weeks ago
  14. 957f295 [libyuv] Fix potential UV coalescing overflow in NV12ToI420 by Frank Barchard · 3 weeks ago
  15. d2c6dd5 Fix integer overflow in two convert functions by Wan-Teh Chang · 3 weeks ago
  16. b7389e9 Fix integer overflows in ConvertToI420() by Wan-Teh Chang · 3 weeks ago
  17. ef08f21 [libyuv] Fix security vulnerabilities in ScalePlane and ARGBAffineRow_C by Frank Barchard · 3 weeks ago
  18. c98edcc Don't coalesce rows if width*height would overflow by Wan-Teh Chang · 3 weeks ago
  19. e449eb2 J400ToARGB switch from SSE2 to AVX2 by Frank Barchard · 3 weeks ago
  20. 904f562 Remove redundant #include <stddef.h> by Wan-Teh Chang · 3 weeks ago
  21. ebe6fef Fix integer overflow in multiplications of stride by Wan-Teh Chang · 3 weeks ago
  22. de63bd9 Stop setting --dynamic-linker for target_os="android" by Andrew Grieve · 3 weeks ago
  23. 9d98aae InterpolateRow for Visual C by Frank Barchard · 5 weeks ago
  24. 9f75110 InterpolateRow_16_AVX2 for row_gcc by Frank Barchard · 5 weeks ago
  25. cda55fc Mirrow AVX2 functions for Visual C by Frank Barchard · 5 weeks ago
  26. 0f320a0 Fix linear interpolation by Sergey Silkin · 5 weeks ago
  27. c6c8689 Fix I444 and J444 parameter names/order by Frank Barchard · 5 weeks ago
  28. dd8b466 ARGBToUV444MatrixRow_AVX2 intrinsics for Visual C by Frank Barchard · 5 weeks ago
  29. cb061d0 Unittests use ASSERT instead of EXPECT by Frank Barchard · 6 weeks ago
  30. e232827 ARGBToYRow_AVX512BW preserve XMM6-XMM15 due to Windows stack alignment by Frank Barchard · 6 weeks ago
  31. 4b4e68b ABGRToJ420 call ARGBToI420Matrix by Frank Barchard · 6 weeks ago
  32. 4aacbbd Refactored RGB/RAW to YUV color conversion functions to use generic Matrix-based functions parameterized by ArgbConstants. by Frank Barchard · 6 weeks ago
  33. 8773064 Revert "Fix rounding in scaling routines." by Mirko Bonadei · 6 weeks ago
  34. 37a8481 Fix rounding in scaling routines. by Sergey Silkin · 6 weeks ago
  35. 125f151 ARGBToNV12 use Matrix by Frank Barchard · 6 weeks ago
  36. 561a978 YUV to RGB avoid avx assist by Frank Barchard · 6 weeks ago
  37. 5a17753 libyuv: Optimize Convert8To8Row_NEON for 32-bit ARM by Frank Barchard · 7 weeks ago
  38. 2143edf ARGBToUVMatrixRow_NEON arm32 reimplemented for GCC by Frank Barchard · 7 weeks ago
  39. f2ac6db RAWToNV21 using SME, SVE, I8MM or Neon by Frank Barchard · 7 weeks ago
  40. b438739 Use ptrdiff_t for buffer offsets by Wan-Teh Chang · 7 weeks ago
  41. 9a0226c Add GEMINI.md with guidelines on libyuv by Frank Barchard · 7 weeks ago
  42. a7849e8 Fix yi * src_stride overflow in ScalePlaneVertical by Wan-Teh Chang · 7 weeks ago
  43. 2895fae Use GTEST_SKIP() macro to skip TestI400LargeSize by Wan-Teh Chang · 7 weeks ago
  44. 54d4034 No need to cast ptrdiff_t src_stride to intptr_t by Wan-Teh Chang · 7 weeks ago
  45. 4afb965 RAWToARGB use AVX512BW by Frank Barchard · 8 weeks ago
  46. bd2c4c7 RAWToARGB AVX512VBMI by Frank Barchard · 8 weeks ago
  47. d445250 Replace RAWToY/RGB24ToY with RGBToYMatrix by Frank Barchard · 8 weeks ago
  48. 81f6988 Add RGBToNV21Matrix function by Frank Barchard · 9 weeks ago
  49. 9f13b28 add RGBToYMatrixRow_AVX2 by Frank Barchard · 9 weeks ago
  50. ddc6764 ARGBToUVMatrixRow_RVV replace vlseg8 with vlseg4, by Frank Barchard · 9 weeks ago
  51. ace7c45 Add ARGBToUV444MatrixRow_RVV, ARGBToUVMatrixRow_RVV, and wrappers by Frank Barchard · 9 weeks ago
  52. dec8272 Fix typo by Chema Gonzalez · 9 weeks ago
  53. 9464436 row_win.cc rewrite into intrinsics by Frank Barchard · 9 weeks ago
  54. 0d8494a Add Bazel build support by Frank Barchard · 9 weeks ago
  55. e034c41 Port ARGBToUVMatrixRow from AVX2 to AVX512BW by Frank Barchard · 9 weeks ago
  56. cbc64c3 Port ARGBToYRow_AVX2 usages to dynamically use ARGBToYRow_AVX512BW by Frank Barchard · 9 weeks ago
  57. 59ca5d8 Fix parameter names and comments for ARGB/BGRA/RGBA/ABGR functions by Frank Barchard · 10 weeks ago
  58. 893eacf ARGBToY for AVX512 by Frank Barchard · 10 weeks ago
  59. 644251f Fix buffer sizes in ANY macros and ANY11MC typo by Frank Barchard · 10 weeks ago upstream/chrome-m149
  60. 5cfaa44 Replace strtok_r with strchr in RISC-V CPU capability detection by Frank Barchard · 2 months ago
  61. 5b5a2f6 Fix 'ghost AVX512' detection on Alder Lake CPUs by Frank Barchard · 2 months ago
  62. 4f4e1ac Fix 2 failing golden tests - Add ifdef for LIBYUV_UNLIMITED_DATA by Frank Barchard · 2 months ago
  63. e3ceea1 Forward-declare ArgbConstants in convert.h to fix visibility error by Sam Maier · 2 months ago
  64. 4c3d7d5 ARGBToUV444 for AVX512 by Frank Barchard · 2 months ago
  65. 7903a6c Fix deprecated usage of strtok by Sam Maier · 2 months ago
  66. 1170363 Add Gemini implementation for NEON32 RGB to YUV matrix operations by Dale Curtis · 3 months ago
  67. 4183733 Rename MergeUVRow_ variable to MergeUVRow by Frank Barchard · 3 months ago
  68. b1cacfb Unify X86/X64 versions of ARGBToI4xxMatrix functions by Dale Curtis · 3 months ago
  69. f69a479 Add ARGBToNV12Matrix implementation by Dale Curtis · 3 months ago
  70. 2c21d57 Add ABGR versions of the ArgbConstants structures by Dale Curtis · 3 months ago
  71. 30809ff Add ARGBToI4xxMatrix variants by Dale Curtis · 4 months ago
  72. 6067afd Roll chromium_revision 30d4d9c779..2fec1883d8 (1554090:1584384) by Victor Hugo Vianna Silva · 4 months ago
  73. 9172760 Set Update Mechanism: Manual by Jordan · 5 months ago
  74. f95782d Manual roll - update some package names by Jeremy Leconte · 5 months ago
  75. 022efdb RVV: Enable RVV on GCC by Valentin Haudiquet · 5 months ago
  76. 821b9c5 Simplify libyuv build files now that neon is required on arm by Nico Weber · 6 months ago
  77. deeb764 Roll src/build/ 3c58005ad..c53d22a39 (15 commits) by Victor Hugo Vianna Silva · 6 months ago
  78. 74ea9ed Roll chromium_revision 68659bfa38..30d4d9c779 (1531610:1554090) by Victor Hugo Vianna Silva · 7 months ago
  79. 4825d9b Use default xcode version in libyuv by Victor Hugo Vianna Silva · 7 months ago
  80. 068c9f2 Upgrade linux bots from ubuntu 22.04 to 24.04 by Victor Hugo Vianna Silva · 7 months ago
  81. 900da61 Experimental SVE FMMLA detect by Frank Barchard · 8 months ago
  82. 500f456 For for ARM32 build when built with __SOFTFP__ by Frank Barchard · 8 months ago
  83. e49099d Roll chromium_revision 89484fe328..68659bfa38 (1529283:1531610) by Victor Hugo Vianna Silva · 8 months ago
  84. df79165 Roll chromium_revision 9dbf00e283..89484fe328 (1465343:1529283) by Victor Hugo Vianna Silva · 8 months ago
  85. e237e8d RVV: Enable some function for intrinsic >= v1.0 by Mark Zhuang · 8 months ago
  86. 738a53c Fix mac_asan bot by using right architecture for dsymutil by Victor Hugo Vianna Silva · 8 months ago
  87. 1f62f14 Update xcode in bots (3rd attempt) by Victor Hugo Vianna Silva · 8 months ago
  88. fcd7060 Bump LIBYUV_VERSION for removal of MIPS support by Wan-Teh Chang · 8 months ago
  89. a5acc0b Update xcode in bots (2nd attempt) by Victor Hugo Vianna Silva · 8 months ago
  90. 2b4453d Deprecate MIPS and MSA support. by Frank Barchard · 8 months ago
  91. 28ebe5d Fix led failing due to service account disallowed by Victor Hugo Vianna Silva · 8 months ago
  92. cd42708 Update instructions for fetching libyuv by Victor Hugo Vianna Silva · 8 months ago
  93. 110e00e Allow use of `led` via http://go/ciba by Victor Hugo Vianna Silva · 8 months ago
  94. 6133933 Fix CQ not finding Mac-15 x86_64 bots by Victor Hugo Vianna Silva · 8 months ago
  95. 69046a8 Update Mac and Xcode version in bots by Victor Hugo Vianna Silva · 8 months ago
  96. f5c7d8a use configure_reclient_cfgs instead of fetch_reclient_cfgs by Fumitoshi Ukai · 9 months ago
  97. 0d8ed86 Remove unused DEPS. by Mirko Bonadei · 9 months ago
  98. 94417b9 Pass rgbconstants via struct pointer instead of elements with m by Frank Barchard · 9 months ago
  99. 5b22f31 Fix compilation issue for 32bit PIC build by Daniel.L (Byoungchan Lee) · 9 months ago
  100. 1b1c058 ARGBToUV for SSE use pshufb/pmaddubsw by Frank Barchard · 9 months ago