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