[go: up one dir, main page]

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