Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nova-video-player/aos-libyuv


https://github.com/nova-video-player/aos-libyuv

Roll chromium_revision da7cc8ca4c..ce95e5d83f (465147:465389)

Change log: https://chromium.googlesource.com/chromium/src/+log/da7cc8ca4c..ce95e5d83f
Full diff...

a4929684c4f2328702530a47f4c90c5663f4bf5b authored almost 8 years ago
Roll chromium_revision 7950721f08..da7cc8ca4c (454907:465147)

Change log: https://chromium.googlesource.com/chromium/src/+log/7950721f08..da7cc8ca4c
Full diff...

2d1908c48183626f5fc278ae593100636c49ffd4 authored almost 8 years ago
Add I422ToRGB565

BUG=libyuv:699
TESTED=LibYUVConvertTest.I420ToARGB_RGB565_Opt

Change-Id: I87943bcad056fbbe05130...

fc02cc3806a394a6b887979ba74aa49955f3199b authored almost 8 years ago
add libyuv_unittest to Android.mk

BUG=libyuv:698
TESTED=mm libyuv_unittest within android external/libyuv builds unittests

Change...

bd0faedbd2cf71a43f065cb0512edb4269a98800 authored almost 8 years ago
I422ToRGB565 fix for odd widths

I422ToRGB565Row_Any_AVX2 uses 2 step row conversion that calls
I422ToARGBRow_AVX2 and then ARGBT...

8cab2e31d76246263206318f3568d452e7f3ff3e authored almost 8 years ago
Rename convert to yuvconvert to avoid name clash with linux util

Bug: libyuv:695
Test: untested
Change-Id: Ib088fd16fd00bbc50868ea330b2a544e29a3385c
Reviewed-on:...

78ef440a1f5c076842da670f10aeec9e245682b3 authored almost 8 years ago
Remove download_binaries.py from DEPS

This step is no longer necessary after https://codereview.chromium.org/2775913002/

Bug: 705072
...

cbe5385055b9360cacd14877450631b87eea1fcd authored almost 8 years ago
Android.mk: Add a flag to disable libjpeg

Do not build jpeg related files if LIBYUV_DISABLE_JPEG is set to
"yes".

BUG=libyuv:693

Change...

cb9a58f25fbdf8382d68680f022959022f746ef2 authored almost 8 years ago
make gflags command line parser optional

BUG=libyuv:691
TEST=gn gen out/Release "--args=is_debug=false target_cpu=\"x64\" libyuv_include_...

2adb84e39e360723d19c68f315d99e3e0f88318c authored almost 8 years ago
Change parameter for '_Any' functions to param to avoid misnomer

BUG=None
TEST=None

Change-Id: I6940fc4753783afd25f83868635381bf801c65f5
Reviewed-on: https://ch...

d59d3fcd1810e40745db7fb95417c1ba1909e4a5 authored almost 8 years ago
lint cleanup for convert RGB24ToI420

RGB24, RAW, RGB565, ARGB1555 and ARGB4444 have conditional
2 pass versus direct path. 2 pass me...

e6fec061cf2b05009706ee6dddde99d7c3746a12 authored almost 8 years ago
clang-format 5.0 applied to libyuv

BUG=None
TEST=try bots and lint test

Change-Id: I1ab462adf2d309117862c5eb4b244a61ae202951
Revie...

73a603e1204e6eed1eeb1448051b8099aa67cf71 authored almost 8 years ago
Roll chromium_revision c793ec77b2..7950721f08 (454713:454907)

Change log: https://chromium.googlesource.com/chromium/src/+log/c793ec77b2..7950721f08
Full diff...

27acadbf9d59efb39c8f644ab8d24c7b3b290f63 authored almost 8 years ago
Unbreak Chromium build after https://chromium-review.googlesource.com/c/446667/

Without this, `gn gen --check` for Chromium would fail with errors like:

$ gn gen --check out...

0741a3d70400dc96e59726674b0acf3bca02d710 authored almost 8 years ago
win64 builds use clangcl to enable optimized codepath

BUG=libyuv:685, chromium:692600
TEST=gn gen out\Release "--args=is_debug=false"
ninja -C out\Rel...

bbcd78558669b803a2a316acd478f43a72629c98 authored almost 8 years ago
Roll chromium_revision 7613176285..c793ec77b2 (454473:454713)

Change log: https://chromium.googlesource.com/chromium/src/+log/7613176285..c793ec77b2
Full diff...

33a72f1e325eef55ec39e72f5560e188c63bc3ec authored almost 8 years ago
roll chromium tools to get clangcl for win64

[email protected]
BUG=libyuv:685, chromium:692600
TEST=gn gen out\Release "--args=is_d...

0cf4d74ea1f0fe3947fadd5ac41f24bc93abf179 authored almost 8 years ago
any11p fix for buffer overrun

BUG=libyuv:686
TESTED=untested

Change-Id: Idfae93349dd78b1b633a596631e5397e11b77d0b
Reviewed-on...

136aa9d37c35147f28f174b02755678c87be0b74 authored almost 8 years ago
Roll chromium_revision 6557cd40de..7613176285 (453708:454473)

Change log: https://chromium.googlesource.com/chromium/src/+log/6557cd40de..7613176285
Full diff...

3e62cfe68c462b565262bc0d9e5d2d9a08ffce0f authored almost 8 years ago
DEPS: Remove root_dir variable.

Due to legacy reasons, libyuv uses a root_dir variable in the DEPS file.
It was used to make the...

960088ec1038841c8e0bcbcd3466d6dde943c86a authored almost 8 years ago
Fix missing return in MipsCpuCaps.

Previously if MipsCpuCaps were called with something other than
dspr2 or msa, the file was close...

91ee9b729ee4e2366ded623262bf74adcfdbb413 authored almost 8 years ago
Roll chromium_revision 222a3fe7a7..6557cd40de (448367:453708)

Change log: https://chromium.googlesource.com/chromium/src/+log/222a3fe7a7..6557cd40de
Full diff...

fb45d18db5925d75c81c3cb0f53758bad582009e authored almost 8 years ago
CQ config: add gerrit CQAbility verifier.

Goal is to ensure that unreviewed and untrusted code isn't sent through
CQ to try bots, by accid...

22c12037c5758b16157e431b3acd346764682d8b authored almost 8 years ago
Add MSA optimized Interpolate/MergeUV/Misc functions

BUG=libyuv:634

Change-Id: If8d60bd57f01fe95bc2fd26196466574195cc126

Performance Gain (vs C aut...

45b176d153c61732d81b2df0109bd292e67d2b6b authored almost 8 years ago
Android.mk for libyuv - unused parameters warning enabled

BUG=libyuv:682
TEST=mm from android tree.

Change-Id: I13be3eaa6a33741797360d57bc5cf5fed91678ef
...

a041b0ae03c0b58ccb6598a846a268c3b2cabf65 authored almost 8 years ago
Android.mk upstreamed from android r1602

BUG=libyuv:682
TEST=mm from android tree.

Change-Id: I233e5b390e0a9442e8423a4844aa962854c1ae91
...

054ec37f8e31e6131c8f19eb74395d29009d6604 authored almost 8 years ago
Add MSA optimized I444/I400/J400/YUY2/UYVY to ARGB row functions

BUG=libyuv:634

Change-Id: Ida80027c36a938a3bcf6f4480626f8eb9495e1be

Performance Gain (vs C aut...

eed66b2028643625038aa1ab30b39c5af05d813e authored almost 8 years ago
scale warning fixes for unused parameters

BUG=libyuv:680
TEST=builds and runs with no warnings

Change-Id: I7d60ef44292fa6ad4f7c4e2e265735...

bbe8c233f26bb69ab27165d3e933105c01867d13 authored almost 8 years ago
scale test clipping code unused cpu parameters removed

fix unused arguments to scale clip test.

[email protected]
BUG=libyuv:680
TEST= None
...

3eccf7f1d22cecd911c54161c9549653dd2e8b03 authored almost 8 years ago
I420ToI400 fix for unused u and v arguments

[email protected]
BUG=libyuv:679
TEST=None

Change-Id: I830f31e0de58c967cb02c71f422df4...

20ecb366ea6868dd8ed0d199b71a4fa655bdd78c authored almost 8 years ago
mjpeg_decoder - fix for unused parameter.

[email protected]
BUG=libyuv:678
TEST=None

Change-Id: I5206de2026b56f155531a76f94aeb6...

1d5630ba2bf905418675285a864898c5831eb806 authored almost 8 years ago
enable unused parameter warning

android.mk builds have unused parameter warning on by default.
This change for GN makes libyuv b...

177d344ed7c92876984bc10f7fdd0f105e5637ff authored almost 8 years ago
disable unused parameter warning

cpuid, scale_neon, planarfunctions and jpeg have internal API's
with specialized versions that d...

632f1db6ea736430d1fbc2100d8fcebdd9652fb2 authored about 8 years ago
HalfFloat SSE2/AVX2 optimized port scheduling.

Uses 1 add instead of 2 leas to reduce port pressure on ports 1 and 5
used for SIMD instructions...

6825b161d7ff35aefeb809cf3005eea9a02abbe5 authored about 8 years ago
row_msa fix clang build warnings.

BUG=libyuv:634
TEST=untested

Change-Id: Ib7f0c99e669ddba0a1efbd15895880281ad6303e
Reviewed-on: ...

7a54d0a3020a3939b2c7f2d925301f320899a277 authored about 8 years ago
Roll chromium_revision 8346af5a71..222a3fe7a7 (447464:448367)

Change log: https://chromium.googlesource.com/chromium/src/+log/8346af5a71..222a3fe7a7
Full diff...

104511a9e96bdf8cb278ff66780687e6b8f1fcc7 authored about 8 years ago
Additional changes required to get Memcheck working

The change in https://chromium-review.googlesource.com/438330
wasn't sufficient to fix the memch...

92adfcdc1e661b5461190fee142dbc15044ccc48 authored about 8 years ago
Update location to make it possible to find Valgrind

BUG=libyuv:676
NOTRY=True

Change-Id: Ic4d2fb48a818ffca8dcd71605761e7e04201ea21
Reviewed-on: htt...

6cf7709b15a8bc0721eb48daba4259b0c7647db3 authored about 8 years ago
Restore root_dir variable default.

Its default value was accidentally cleared in
https://chromium-review.googlesource.com/436264
Th...

a45ec7d0365bc8b1f66cafb5f4a87f2c8d45b14d authored about 8 years ago
Use DEPS for all dependencies + add PRESUBMIT.py

This changes libyuv to use the DEPS file for pulling
down all dependencies (thus no Chromium che...

f49fde796febead2ab00511735595d3b94ca6de8 authored about 8 years ago
documentation updates

BUG=None
TEST=Untested

Change-Id: I8ab95654255d1aa9cf05a664ecf59ee6c0757e66
Reviewed-on: https:...

76e7f104ae69d9a4f7ed4ac74d6e2c4fd16b1594 authored about 8 years ago
Fix dspr2 rename changes. Fix unused variables

[email protected]
BUG=libyuv:634
TEST=try bots

Review-Url: https://codereview.chromiu...

0fb5675902f8f21a47008ef7d4c8478ec970507a authored about 8 years ago
Revert "Roll chromium_revision 941118827f..316b880c55"

This reverts commit 03510421970e0029bf744feac5c128c2ee22c90c.
Failures on Windows bots are consi...

74441e414daff9ac08065a36fa44822621879c9a authored about 8 years ago
Add MSA optimized ARGB/ABGR/BGRA/RGBA To Y/UV row functions

[email protected]
BUG=libyuv:634

Performance Gain (vs C auto-vectorized)
ARGBToYJRow_MSA ...

54ce8f23d6d82d671ec05229812842548faf14ef authored about 8 years ago
Roll chromium_revision 941118827f..316b880c55

Change log: https://chromium.googlesource.com/chromium/src/+log/941118827f..316b880c55
Full diff...

03510421970e0029bf744feac5c128c2ee22c90c authored about 8 years ago
Add comments for ARGBToUV_C and ARGBToUVJ_C

ARGBToUV_C and ARGBToUVJ_C are generated functions with subtle
difference in rounding. Adding c...

b89bcda27347a3fac4744bba3f991d1b2beb6b69 authored about 8 years ago
Rename mips source files to dspr2.

Add MSA detect to unittest.
Change macro to disable DSPR2 code to LIBYUV_DISABLE_DSPR2

BUG=liby...

54f2094a5e60d287eb1fc634986e46d4e1d4eb66 authored about 8 years ago
Add installer builds to cmake for linux

cd ~/my_projects/libyuv
git pull
mkdir cbuild # (for out-of-source builds)
cd cbuild
cmake -DCM...

33f52bdac996966f82bd870a0887ddc33b918aba authored about 8 years ago
Remove GYP execution in DEPS runhooks

GYP is deprecated and execution will break soon, so
remove it from executing during runhooks alr...

6b058e094d95a5c100125f64d66752f52e530125 authored about 8 years ago
Make Gerrit the default for libyuv code reviews

BUG=665585

Change-Id: I96e92b1d22051c60808f4563e0f3c70f5a801efd
Reviewed-on: https://chromium-r...

7372782679a7ebeb3e8969974daf2d0b78144dc4 authored about 8 years ago
Clean up libyuv's codereview.settings

This is a trivial change intended to test libyuv's new CQ, but also
happens to be a nice cleanup...

13299e6c57471d2dfa89aacdc378a1a61e75d7db authored about 8 years ago
Add a CQ to libyuv

This adds a commit queue for libyuv. The set of bots triggered
is the same as the set previously...

dbee5e2a9f4260d321df092240908fda429c4e07 authored about 8 years ago
Remove commented out code

TEST=None
BUG=libyuv:672
Change-Id: Ia5949fb20913e4397e62d6a302c89a27dbd7e169

Change-Id: Ia5949...

749e316ed8593c4a559dc3a8a83eef385b250038 authored about 8 years ago
Add MSA optimized NV12/21 To RGB row functions

[email protected]
BUG=libyuv:634

Performance Gain (vs C auto-vectorized)
NV12ToARGBRow_MSA...

09b8c971b305ed99a18e416df0845e23bf702565 authored about 8 years ago
add Intel Code Analyst markers

add macros to enable/disable code analyst around blocks of code.

Normally these macros should n...

a7c87e19f010f109a03e99abfe664ba35d8b8e62 authored about 8 years ago
Add MSA optimized rotate functions (used 16x16 transpose)

[email protected]
BUG=libyuv:634

Performance Gain (vs C vectorized)
TransposeWx16_MSA ...

73a6f100a90af0de5bb16442867ff3720a5817c0 authored about 8 years ago
Add MSA optimized RAW/RGB/ARGB to ARGB/Y/UV row functions

[email protected]
BUG=libyuv:634

Performance Gain (vs C vectorized)
ARGB1555ToARGBRow_MSA ...

7c64163ff479ec4cdadbcbcf67397080d59117ef authored about 8 years ago
ConvertToARGB: Allows rotation on ARGB input

BUG=libyuv:668
TEST=run unit tests
[email protected]

Review-Url: https://codereview.chromi...

cb115594082f2c1c4db2c067bd06a06681d74c1e authored about 8 years ago
Libyuv MIPS DSPR2 optimizations.

Optimized functions:

I444ToARGBRow_DSPR2
I422ToARGB4444Row_DSPR2
I422ToARGB1555Row_DSPR2
NV12To...

000d2fa91a487a2430be8ace333f199c51467b5b authored about 8 years ago
Add MSA optimized remaining scale row functions

[email protected]
BUG=libyuv:634

Performance Gain (vs C vectorized)
ScaleRowDown2_MSA ...

288bfbefb5f7966b56c7293c727c41aa674e86fb authored about 8 years ago
modified libyuv.gyp so that it no longer depends on libjpeg.gyp, which does not exist anymore.

BUG=libyuv:666
TESTED= unittests built and passed with jpeg disabled.
[email protected]
...

bd10875846ae4d9894c0c213a60b467a5fb48bb3 authored about 8 years ago
Add MSA optimized ARGB Attenuate/RGB565/Shuffle/Shader/Gray/Sepia row functions

[email protected]
BUG=libyuv:634

Performance Gain (vs C vectorized)
ARGBAttenuateRow_MSA ...

a899dea25167749697ecd97de57e07db9d85a841 authored about 8 years ago
Add MSA optimized TransposeWx8_MSA and TransposeUVWx8_MSA functions

[email protected]
BUG=libyuv:634

Performance Gain (vs C vectorized)
TransposeWx8_MSA ...

6fa5e4eb780b67fe3275a529c6c0da9ea7b58cff authored about 8 years ago
Android420ToI420 - use ptrdiff_t for difference of u and v pointers

The difference was assigned to an int, causing a warning on Visual C.

BUG=662
TEST=tested with ...

b18fd21d3c27fce69b5c1ed44b89131dedc87284 authored about 8 years ago
ConvertFromI420: use halfstride instead of halfwidth

BUG=libyuv:660
TEST=try bots
[email protected]

Review URL: https://codereview.chromium....

dde8ba70092cef3bb4a9dae8fab1ea903ea523fb authored about 8 years ago
Add MSA optimized ARGB scaling functions

[email protected]
BUG=libyuv:634

Performance Gain (vs C vectorized)
ScaleARGBRowDown2_MSA ...

56b5bbb0be6368c50dca5e120a3d72379e1ffbad authored about 8 years ago
Add MSA optimized ARGB Multiply/Add/Subtract row functions

[email protected]
BUG=libyuv:634

Performance Gain (vs C vectorized)
ARGBMultiplyRow_MSA ...

83f460be3324ccd546ca45e6c282e8f201853e54 authored about 8 years ago
Add MSA optimized ARGBToRGB565Row_MSA, ARGBToARGB1555Row_MSA, ARGBToARGB4444Row_MSA, ARGBToUV444Row_MSA functions

[email protected]
BUG=libyuv:634

Performance Gain (vs C vectorized)
ARGBToRGB565Row_MSA ...

da0c29dada64273a9610c0ace86d7a6382236c7d authored about 8 years ago
Add MSA optimized ARGBToRGB24Row_MSA and ARGBToRAWRow_MSA functions

[email protected]
BUG=libyuv:634

Review URL: https://codereview.chromium.org/2487913004 .

b1504a8e48acbb0d1fee6f1c0fe3851ab71348fb authored about 8 years ago
disable I422AlphaToARGBRow_SSSE3 for 32 bit fpic

BUG=libyuv:658
TEST=g++ -I include -fPIC -m32 -msse2 -Os -fno-omit-frame-pointer -c source/row_...

97fb18b846c52ef3596763184cf1f2686eed5f3c authored over 8 years ago
clang-format row_gcc.cc with some functions disabled

BUG=libyuv:654
TEST=try bots build
[email protected]

Review URL: https://codereview.chr...

3028e1bd977257465cd6e7a4544cd68f37a1c975 authored over 8 years ago
Remove unused time variables

BUG=None
TEST=None

Review URL: https://codereview.chromium.org/2487603002 .

c2bc1561ce232d197153ad2b70c205332a1b36ba authored over 8 years ago
clang-format libyuv

BUG=libyuv:654
[email protected]

Review URL: https://codereview.chromium.org/2469353005 .

e62309f2591d8b87acae5f4560ab9eeed8f91471 authored over 8 years ago
HalfFloat neon armv7 fix for destination pointer.

Improved unittests detect different in arm64 rounding.

TEST=util/android/test_runner.py gtest -...

f2c27dafa2950510ba767cd59937ddf5d1974937 authored over 8 years ago
HalfFloat Neon for ARMv7.

64 bit version made similar to 32 bit with registers 1 for load and store results, and 2 and 3 a...

eca08525cb0bda9b21da786240cf841340fbe575 authored over 8 years ago
Add MSA optimized I422ToRGB565Row_MSA, I422ToARGB4444Row_MSA and I422ToARGB1555Row_MSA functions

[email protected]
BUG=libyuv:634

Performance Gain (vs C vectorized)
I422ToRGB565Row_MSA ...

10ce829bad9b1d9908874b8aa9f3ba8d04523282 authored over 8 years ago
Add MSA optimized I422AlphaToARGBRow_MSA and I422ToRGB24Row_MSA functions

[email protected]
BUG=libyuv:634

Performance Gain (vs C vectorized)
I422AlphaToARGBRow_MSA...

532f5708a95b02185db463a481c0315524742dd8 authored over 8 years ago
Line continuation at end of line with NOLINT before that.

BUG=libyuv:634
TEST=git cl lint
[email protected]

Review URL: https://codereview.chrom...

02ae8b60c54171bbd171d2518d12cd0e1f9be191 authored over 8 years ago
document GN for ios

BUG=libyuv:643
TEST=gn gen out/Release "--args=is_debug=false target_os=\"ios\" ios_enable_code_...

2c94d6bd5a44d7cf2ee48a7f1f71a8e3d40bd7a0 authored over 8 years ago
cherry picking changes needed for deps roll.

DEPS roll is needed for mips builds. These additional changes are also
needed for that DEPS rol...

7c309c459f3f4542a791c3224d29ed95e30aa8c0 authored over 8 years ago
White spaces, comments and lint fixes for msa.

no functional changes.

[email protected]
BUG=libyuv:634

Review URL: https://coderevi...

2488b3105b68be8ea33f88722537427e361cbed2 authored over 8 years ago
use __OPTIMIZE__ macro to determine debug vs release.

Debug builds of x86 gcc/clang can run out of register.
Previously NDEBUG or _DEBUG was used to d...

c2073823b4d69652580691b73b01ed87619e20be authored over 8 years ago
Add MSA optimized I422ToARGBRow_MSA and I422ToRGBARow_MSA functions

[email protected]
BUG=libyuv:634

Performance Gains :- (vs C vectorized)

I422ToARGBRow_MSA...

f5d5bd88d660232038fe06ed735fe95d2b9f9b61 authored over 8 years ago
scale by 1 for neon implemented

void HalfFloat1Row_NEON(const uint16* src, uint16* dst, float, int width) {
asm volatile (
"...

451af5e922e026c266d25abc92e7519acfc9a4c5 authored over 8 years ago
HalfFloat avx2 unpack bug fix.

AVX unpack parameters were reverse ordered causing incorrect results
on AVX2 hardware.

TEST=/us...

550cf829fb130dc567e27717252e3510cd63b306 authored over 8 years ago
HalfFloatPlane unittest for denormal half floats

Halffloats have a limited range. It shouldnt normally come up, but if the scale value passed in...

f553db2d30c7c5686a7b41481f6fe96a876c7a6c authored over 8 years ago
Add MSA optimized ARGB4444ToI420 and ARGB4444ToARGB functions

[email protected]
BUG=libyuv:634

Performance gains : (Auto-vectorized C vs MSA SIMD)

ARGB...

78c58ab8aa66b87e9ae8944f56a696d1ac29edce authored over 8 years ago
cpu_id cleanup. no functional change.

remove old comment about initialize to zero.
remove ifdef and replace with macro defined to zero...

e16e3a629f0c1c6ea275fac9798312647056a1ab authored over 8 years ago
landmine to clobber old GYP build artifacts to enable moving to GN.

BUG=chromium:652188
[email protected]

Review URL: https://codereview.chromium.org/2427...

93f47948b13136e449e9feea6c421651aa4f8f5a authored over 8 years ago
PRESUBMIT: Remove GYP trybots

As they're being removed from the try server.

BUG=chromium:652188
[email protected]

R...

e0056693326579d99b0d32c0164624cc1c6d47e9 authored over 8 years ago
landmine to clobber old GYP build artifacts to enable moving to GN.

BUG=chromium:652188
[email protected]

Review URL: https://codereview.chromium.org/24...

a0a549c5b30270d84aa5bab80d56066630e342e1 authored over 8 years ago
Add landmine support

After switching bots from GYP to GN, build artifacts are left that fails
the next builds. Since ...

3d047196a81f19404bb62132256b9a65dcd23695 authored over 8 years ago
PRESUBMIT: rename trybots from gn to gyp.

After switching the default bots from GYP to GN,
we now only have a few GYP bots left, so rename...

fcbb30f593021a4ff751c4c32d2c417a47c554dd authored over 8 years ago
Port HalfFloatRow_SSE2 to AVX2 but not using F16C.

[email protected], [email protected]
BUG=libyuv:560

Review URL: https://codereview.chromi...

2d80fc313386472281cdcd91d4bb822eca5e4c7d authored over 8 years ago
Add f16c (halffloat) cpuid

[email protected], [email protected]
BUG=libyuv:560

Review URL: https://codereview.chromi...

fdcf524aacb38b1e476f82abe5dc2e7dbf07dbc7 authored over 8 years ago
Port ARGBExtractAlpha_AVX2 function to windows.

BUG=libyuv:572
TEST=try bots
[email protected], [email protected]

Review URL: https://co...

5333e94e70fffcb126fe507cabbaefa0783b8125 authored over 8 years ago
Add ARGBExtractAlpha_AVX2 function

Port SSE2 version to AVX2.
BUG=libyuv:572
TEST=/usr/local/google/home/fbarchard/intelsde/sde -sk...

a5e93766a20ac5fff9e0ef2f5bc7c4bb1a0fdb8e authored over 8 years ago
Add linux_use_bundled_binutils_override = true to build_overrides.

This variable was introduced in https://codereview.chromium.org/2293853002
and causes builds to ...

9fb3c31b06ed7480ae380048d1542e575d6ea291 authored over 8 years ago
Cast for clang-cl 64 bit build warnings in unittests

[email protected]
BUG=libyuv:649

Review URL: https://codereview.chromium.org/2414763002 .

198bce39590b60486d9d5f1f10a6a0e03d8c6d8b authored over 8 years ago
Add GN files that need exec_script to list for win64 clang-cl

[email protected]
BUG=libyuv:649
TEST=call gn gen out\Release "--args=is_debug=false i...

a7166c337514e37646de97f4aad81254358cc92c authored over 8 years ago