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

clang compatibility ifdef

BUG=none
TEST=none
[email protected]

Review URL: https://webrtc-codereview.appspot.com/780900...

02ff4e77e563c4a2eb121f2f8462a647194c1915 authored about 11 years ago
Switch to CXX for linux.mk

BUG=none
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/...

6916811eb2ac9afa2d27e4742a160f5a90761919 authored about 11 years ago
libyuv::MJPGToI420() and libyuv::MJPGToARGB() return failure if callback to JPeg fails.

BUG=309
TESTED=try bots still pass
[email protected]

Review URL: https://webrtc-codereview.a...

16ea9c816b5468f7651336b9ead21041fa3e5a6e authored about 11 years ago
Allow system jpeg to be used instead of libjpeg_turbo.

BUG=56
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/73...

9a46283c6d1ffa2cc932bae5cfdbb6def8ed1544 authored about 11 years ago
scale port to c. completes all scaling functions.

BUG=303
TESTED=cl /c /TC /Iinclude source/scale.cc
[email protected]

Review URL: https://webr...

fa83188365dab060468b168e39720ddd7b024c72 authored about 11 years ago
Fix neon builds for ios. libyuv_neon macro is not applicable to neon. its only needed for arm code that is not neon but will link to neon.

BUG=308
TESTED=try bots
[email protected]

Review URL: https://webrtc-codereview.appspot.com/7...

f5f5bbf8f92d0a7837f5b458071d6b6855db147c authored about 11 years ago
ARGB Scale ported to C

BUG=303
TESTED=cl /c /TC /Iinclude source/scale_argb.cc
[email protected]

Review URL: https:/...

028364840792d4464c6046dbccd18103e6cb312c authored about 11 years ago
use arm only to determine if neon should be build

BUG=307
TESTED=try bots
[email protected]

Review URL: https://webrtc-codereview.appspot.c...

d3f1821b475318cf42ab520179a01d74cfb59b34 authored about 11 years ago
check target arch is arm for neon code on android

BUG=307
TESTED=untested
[email protected], [email protected], [email protected]

...

252e14a8a57e0a68bb61fe266a5ff15a0ed79451 authored about 11 years ago
Compile libyuv for PNaCl.

New target libyuv_untrusted compiles libyuv for PNaCl.

BUG=276739
[email protected]

Revie...

0d8da8a372f279dee94660fc771d75ddff2cbf44 authored about 11 years ago
Detect pnacl and disable x86 specific code.

BUG=none
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.c...

2c8108e6c2c6fa0c62670a70be7ef6f59cf03848 authored about 11 years ago
Add extern c around jpeg header

BUG=305
TESTED=try bots
[email protected]

Review URL: https://webrtc-codereview.appspot....

ae997018e5c5f909e5400664052cb71ab097aa35 authored about 11 years ago
Port compare to C89 / Visual C.

BUG=303
TESTED=cl /c /TC /Iinclude source/compare.cc
[email protected]

Review URL: https://we...

9c6e52791fadf111dc8807a311d25a1d0f7bb628 authored about 11 years ago
Planarfunctions (mainly effects) converted to C89/VisualC.

BUG=303
TESTED=cl /c /TC /Iinclude source/planar_functions.cc
[email protected]

Review URL: h...

70bc4995a08336ec0328226512e9395cba6c36ea authored about 11 years ago
Conversion functions ported to C89 / Visual C.

BUG=303
TESTED=cl /c /TC /Iinclude source/convert_to_argb.cc
[email protected]

Review URL: ht...

6d82347dda1b90d7b2c4ee8c110089c78777c738 authored about 11 years ago
Rotate functions ported to C. This completes all rotate functionality under c89, for overall 71% complete port.

BUG=303
TESTED=cl /c /TC /Iinclude source/rotate_argb.cc
[email protected]

Review URL: https:...

e28b2084d7f1366b229e814544c485caee5ef3a7 authored about 11 years ago
Port scale to C moving variable definitions to top of functions.

BUG=303
TESTED=gyp builds still build/pass.
[email protected]

Review URL: https://webrtc-code...

5aa39953cca6a0c8bef13e67aafaecf20ee35eb8 authored about 11 years ago
common functions (c row functions) ported to C89.

BUG=303
TESTED=cl /c /TC /Iinclude source/scale_common.cc
[email protected]

Review URL: https...

ecf5a1446eca7ce9f66600cb08ad7a6e032eac91 authored about 11 years ago
Remainder calc needs to be after blocks are done. Move calc to old location.

BUG=303
TESTED=Djb2 unittests
[email protected]

Review URL: https://webrtc-codereview.appspot...

da443d7adc3fe8f351f78a6ed3bdf9f3d0b871dc authored about 11 years ago
Scale mirror bug fix.

BUG=304
TESTED=try
[email protected]

Review URL: https://webrtc-codereview.appspot.com/678900...

6700a27c97a046d08386dfc7e4486ec285782007 authored about 11 years ago
compare_common visual c port

BUG=303
TESTED=cl /c /TC /Iinclude source/compare_common.cc
[email protected]

Review URL: htt...

9124ac893a98ae5af2a3e8dc0c14b455e6bcbff9 authored about 11 years ago
Porting parts of compare to c89

BUG=303
TESTED=try bots still build, gcc and vc direct for c testing.
[email protected]

Revie...

167d5d1c2fc10e0524f5fed0ecd42462aaeb942c authored about 11 years ago
cast malloc to uint8*

BUG=303
TESTED=visual c higher warnings
[email protected]

Review URL: https://webrtc-coderevi...

53a7923b159626a6a598a7856a9830df4bbb560c authored about 11 years ago
Declare parameters that are unused, since C does not let you give a type without name.

BUG=303
TEST=compile -x c

Review URL: https://webrtc-codereview.appspot.com/6599006

git-svn-id:...

1f923e3ea6de7afd9380c73f60a2f3e7b0588811 authored about 11 years ago
use LIBYUV_BOOL instead of bool

BUG=303
TESTED=try
[email protected]

Review URL: https://webrtc-codereview.appspot.com/651900...

db73518b19f73a3975b4fd58e9d17c8215a39d98 authored about 11 years ago
Switch to c style casts for all source and includes.

BUG=303
TESTED=try
[email protected]

Review URL: https://webrtc-codereview.appspot.com/662900...

a1f5254a955c5c32484b56822596a4e3368e8eb7 authored about 11 years ago
Build 2 libs - one with Neon and one without, then merge them together. Allows for a fat binary that runs on regular arm.

BUG=298
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot....

0ba7b2394b0b6a31e43d323961ec63900079092c authored about 11 years ago
Port a few functions to C

BUG=303
TESTED=try bots
[email protected], [email protected]

Review URL: https://webrtc...

959b290a96ff8dee4ab6a011bd80380df9038e7e authored about 11 years ago
Only do 1x1 work around for large source

BUG=302
TESTED=hammer effects

Review URL: https://webrtc-codereview.appspot.com/6549005

git-svn...

dd4995805827539ee2c5b4b65c7514e62df2d358 authored about 11 years ago
Warning fixes for implicite casts that vs2012 complains about with higher warning levels

BUG=302
TESTED=hammer build
[email protected]

Review URL: https://webrtc-codereview.appspot.c...

a1b92bd74472aa03ef645142c32213429dbbf293 authored about 11 years ago
64 bit clip for argb scale down

BUG=302
TEST=out\release\libyuv_unittest --gtest_filter=*ARGBScaleDownClipBy3by4*
R=tpsiaki@googl...

c23b817eab57fd25c88f5e68809a2b840a855092 authored about 11 years ago
point sample 64 bit column filter

BUG=302
TESTED=ARGBScaleClipTo320x240_None etc
[email protected]

Review URL: https://webrtc-c...

909c76e317028a21db491413b2c5d1a05c1fde5b authored about 11 years ago
clip by adjusting pointer

BUG=302
TEST=ARGBScaleDownClipBy2_None
[email protected]

Review URL: https://webrtc-coderevie...

667de22fd3c747c21bf967cd4ad6bb727fe95ec7 authored about 11 years ago
gargantuan width support on ARGBScale

BUG=302
TEST=libyuv ARGBScale tests with LIBYUV_WIDTH=90000
[email protected]

Review URL: htt...

6dc80ab585de785ea3492ac3f8a66f2252edb9f8 authored about 11 years ago
Work around for 1 pixel destination

BUG=302
TEST=*1x1*
[email protected]

Review URL: https://webrtc-codereview.appspot.com/651900...

ac9b96c076f1d62f34fbc9182d1aca46d2f0b75a authored about 11 years ago
Use 64 bit fixed point for scaling columns if source is 32k or wider.

BUG=302
TESTED=out\release\libyuv_unittest --gtest_filter=*I*ToI*
[email protected]

Review UR...

90a36b29d3ffac9ecaa239191c7106c9993dc093 authored about 11 years ago
Use 64 bit Sum for planar function to remove size limitation

BUG=302
TESTED=out\release\libyuv_unittest --gtest_filter=*Psnr
[email protected]

Review URL:...

88c0b01cdd4cefcf9f7d51fd6c448614de6c1f00 authored about 11 years ago
FixedDiv1 using a single 64/32 divide. Removes size restriction from slope.

BUG=302
TESTED=libyuv scale tests
[email protected]

Review URL: https://webrtc-codereview.app...

5dba58cb1ed4117f491267f68351a6079eaed667 authored about 11 years ago
Add little endian 555/565 kCMPixelFormat's to alias list

BUG=none
TESTED=unittests added
[email protected]

Review URL: https://webrtc-codereview.appsp...

277378723a0f1fcbfb2f2223a0c4255d5fa74703 authored about 11 years ago
Apple uses 'BGRA' to mean 'ARGB', so map this on Apple machines.

BUG=229
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/6...

d1206caefae257500dde23fd4cf4a5fcf66c37c1 authored about 11 years ago
Over unittest crash on divide overflow.

BUG=299
TESTED=try
[email protected]

Review URL: https://webrtc-codereview.appspot.com/6469004...

48ab3cf3f4c712daad439a271b4cc516d912b191 authored about 11 years ago
Combines multiple allocs into one call.

BUG=300
TESTED=libyuv_unitests pass
[email protected]

Review URL: https://webrtc-codereview.a...

9fd689e5bf82be1b236a62b8f0c7b80aba830f91 authored about 11 years ago
sobel use one alloc instead of 3.

BUG=300
TESTED=try bots
[email protected]

Review URL: https://webrtc-codereview.appspot.com/6...

a12284b90692dd0a77648d4f9198935d071f1297 authored about 11 years ago
Add edge to sobel buffers to avoid overwrites.

BUG=296
TESTED=Sobel unittest in Effects
[email protected]

Review URL: https://webrtc-coderev...

49db7b7e4a8f279c896d6c18ae9e9ca04e389bdd authored about 11 years ago
lint fixes

BUG=none
TEST=LINT
[email protected]

Review URL: https://webrtc-codereview.appspot.com/640900...

6b6eb8cd362be377ebb6d4ee1d3590f886ea1805 authored about 11 years ago
Conversions use malloc for row buffers.

BUG=296
TESTED=libyuv convert_test
[email protected]

Review URL: https://webrtc-codereview.ap...

d9c9f37ac482ac958519e02db8b7c5b47bf1816a authored about 11 years ago
Sobel use malloc for row buffers

BUG=296
TESTED=Sobel*
[email protected]

Review URL: https://webrtc-codereview.appspot.com/638...

b2a51d042d9ccc49de6180880e5fed3d07067d95 authored about 11 years ago
Convert common low levels use malloc

BUG=296
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/6...

05d025df22762727efee61ae0ea848bb7ff5a6f5 authored about 11 years ago
Use malloc for row buffers in scalers removing size limitations.

BUG=296
TESTED=libyuvTest.Scale*
[email protected]

Review URL: https://webrtc-codereview.apps...

e86abbd2441ac05fd331ccf91da40273d92853c2 authored about 11 years ago
format conversion use malloc

BUG=296
TESTED=convert_test
[email protected]

Review URL: https://webrtc-codereview.appspot.c...

aab73bbe8a155397c2353380f5963e1685cfc14c authored about 11 years ago
Clear destinations to different values to detect returning with error code rather than doing the conversion.

BUG=296
TESTED=convert_unittest
[email protected]

Review URL: https://webrtc-codereview....

4752dc594924f91587f032fa446f97650b95b55e authored about 11 years ago
Use malloc for row buffers in rotate

BUG=296
TESTED=rotate_test
[email protected]

Review URL: https://webrtc-codereview.appspot.co...

ae9a1388a71a3154ef7d6f753c8e568c97554fc0 authored about 11 years ago
Scale exit early if simple version used

BUG=none
TEST=none
[email protected]

Review URL: https://webrtc-codereview.appspot.com/631900...

cf17f0cd2b3f6d7eb16b576759c8b266d5d47ec0 authored about 11 years ago
Neon RGBToUV more accurate coefficients and subsample averaging. Instead of adding 4 pixels and making coefficients 4x smaller, this makes the coefficients 2x small and does a shift, for best accuracy.

BUG=297
TESTED=try bots
[email protected], [email protected]

Review URL: https://webrtc-...

06ed625808a8e5334256df7c032800f6eef1719f authored about 11 years ago
Add ifdef for scale functions on dsp2

BUG=none
TEST=none
[email protected]

Review URL: https://webrtc-codereview.appspot.com/615900...

b74ed8076a98b6bc2a4064eecfe32e8f80a56c47 authored about 11 years ago
Make LABELALIGN to 32 bytes for 32 bit x86 NaCL

BUG=none
TEST=ncval
[email protected]

Review URL: https://webrtc-codereview.appspot.com/608...

55b911ce7b1aed54d310958b2beb1504430f1171 authored about 11 years ago
NaCL pepper_33 port of scale and compare using lock/unlock. Remove less useful scaling tests and change default size to a multiple of 16 for better assembly coverage.

BUG=none
TESTED=ncval
[email protected]

Review URL: https://webrtc-codereview.appspot.com/5...

b14f46fa30eb5c96bc858e04645aeddb7a19f563 authored about 11 years ago
Change name of variable for convert to crop_width/height instead of dst_width/height to clarify that it is used to crop the original before rotation and is not the final destination size.

BUG=none
TESTED=local builds still work
[email protected], [email protected]

Review URL: https://w...

f2bd31538e43abaefc51d2a07b7a9f9e5f9911a0 authored about 11 years ago
First pass using bundle_lock / bundle_unlock from binutils update.

Remove hand placed BUNDLEALIGN and add new asm directives into
psuedo-instruction macros. Moving ...

6f0a1dca2c2756743f3524f08a635a4124b82e80 authored about 11 years ago
Include libjpeg unconditionally

libjpeg/libjpeg.gyp should be used in both local and system libjpeg,
otherwise, header file won'...

31ca87408e6f4c3ec2e1a6b6a2867921f38923ce authored about 11 years ago
Fix for I422ToARGB which used movq instead of movd

BUG=293
TESTED=LIBYUV_DISABLE_ASM=1 valgrind out/Debug/remoting_unittests --single-process-tests ...

0287a3cb5300d4fc5d81a87aea84bba506f7b544 authored about 11 years ago
Test scaling to/from 1 pixel

BUG=none
TEST=scale unittests updated to test to/from 1 pixel
[email protected]

Review URL: h...

5ed2b2e465cb97d556f281456c6c238215109ca2 authored about 11 years ago
scale down 4

BUG=none
TEST=none
[email protected]

Review URL: https://webrtc-codereview.appspot.com/538...

dd2fca5f9c688d1e3dffc819aa07e8be1ffb9a76 authored about 11 years ago
Reduce filter to None if 1 pixel wide.

BUG=none
TESTED=talk media_unittest YuvScalerTest.TestScaleUp1x6OptInt
[email protected]

Revi...

a6b8e0da516350c5395ffcfebd5c49f717c84bdd authored about 11 years ago
clamp pointer to max row to avoid stepping off source image.

BUG=292
TESTED=BackgroundOverlayKernelTest.ProcessVideo_ForegroundBackground

Review URL: https:/...

5316f38375f34f284dda781f92b101e98b9734fa authored about 11 years ago
Switch from xor/mov bx, to movzx ebx, which still passes drmemory and valgrind.

BUG=none
TESTED=drmemory

Review URL: https://webrtc-codereview.appspot.com/5339004

git-svn-id: ...

0db78ad127aacd528b5a699a8d0f3d6fb01e4a01 authored about 11 years ago
Fix for off by one in scale - only source should be src - 0x10001 because dest will hit exact pixel.

BUG=292
TESTED=valgrind

Review URL: https://webrtc-codereview.appspot.com/5359004

git-svn-id: h...

5f29eaafae3814eb7f615ebea66a22823bdee7e4 authored about 11 years ago
yuv use scale slope calc

BUG=none
TEST=drmem
[email protected]

Review URL: https://webrtc-codereview.appspot.com/53190...

aae7deb5cf7269144e04045d3e0fa05054759dbe authored about 11 years ago
Swap x and dx to get slope right.

BUG=none
TEST=ARGBScaleClipFrom320x240_Bilinear
[email protected]

Review URL: https://webrtc-...

3f5a860be819e0182b792140d559a8cb232f852c authored about 11 years ago
Couple fixes for scale common

BUG=none
TESTED=local build
[email protected]

Review URL: https://webrtc-codereview.appspot.c...

5e24e55f980cedec6ea37b184f28b33b7e918922 authored about 11 years ago
Compute slope considering filtering, mirror.

BUG=261
TEST=valgrind
[email protected]

Review URL: https://webrtc-codereview.appspot.com/519...

980150f7f1c9cf99b1729d0274b46092a47449bd authored about 11 years ago
Change scale factors to test QVGA to/from CIF

BUG=261
TESTED=valgrind
[email protected]

Review URL: https://webrtc-codereview.appspot.com/5...

09d5f2bfd6f611fc9fd2cda5af4c8116ee9d52e9 authored about 11 years ago
Function to switch filters to a simplier one based on scale factors.

BUG=none
TEST=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/49...

ec0cc5bb2dc308a69f870adfbe019d5e5eea9f9f authored about 11 years ago
I444ToI420 etc use ScalePlane on Y to allow mirroring.

BUG=291
TESTED=unittests still pass.
[email protected]

Review URL: https://webrtc-codereview....

99a1298c54dc35348295165745521120818263b8 authored about 11 years ago
Use scaling for YUV to YUV.

BUG=none
TEST=I4*ToI4*
[email protected]

Review URL: https://webrtc-codereview.appspot.com/49...

a8e4dcb5d5b2ef0334d46b4db0278efb87feaf6c authored about 11 years ago
Use xor/mov bx instead of movzx to avoid drmemory bug

BUG=none
TEST=none
[email protected], [email protected]

Review URL: https://webrtc-code...

48e536431342238d6747ca6911c1772f44d90979 authored about 11 years ago
Windows Arm makefile and build fix.

BUG=290
TESTED=make -f winarm.mk
[email protected], [email protected], [email protected]...

064d2768a80c66f318a1eff89aa9d12907d407a4 authored about 11 years ago
Aligned buffer sizes for subsampled Bayer formats.

BUG=289
TEST=drmemory

Review URL: https://webrtc-codereview.appspot.com/4819004

git-svn-id: htt...

339ce5819671d4121fcf8a3c21ade3c99671ba4d authored about 11 years ago
Switch I4xxToI420 to point sample to pass drmemory.

BUG=289
TESTED=drmemory
[email protected]

Review URL: https://webrtc-codereview.appspot.co...

d0a4b4ac01088fa6272f01f33112c02b7740cf8b authored about 11 years ago
yasm ALIGN uppercase

BUG=none
TEST=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/47...

04f40278df28e92cebf2556789eb9243359229a8 authored about 11 years ago
use scale for subsampling to handle odd source width to even destination width.

BUG=289
TEST=drmemory
[email protected], [email protected]

Review URL: https://webrtc-c...

545a51c1d3c0d28a614b224375bbf00edf81c057 authored about 11 years ago
test odd width and fix for unaligned used on odd width conversion.

BUG=283
TESTED=try bots
[email protected]

Review URL: https://webrtc-codereview.appspot.com/4...

0014ce0056ba7bcbdf7e7fd31825ed58c68cb68e authored about 11 years ago
Change do while loops to for loops to allow 0 or 1 wide

BUG=289
TESTED=drmemory on odd width
[email protected]

Review URL: https://webrtc-codereview....

06f730d8a64e1a3095347eb2eb68dc69e1626e03 authored about 11 years ago
respect subsample in planar unittest

BUG=289
TESTED=drmemory on YUY2ToI420_Opt with odd width
[email protected]

Review URL: https:...

0e82bd7e9f9797637a422b4f602851175444bc6d authored about 11 years ago
Reduce alignment for loops from 16 bytes to 4 bytes. Reduces outer loop overhead without hurting innerloop time.

BUG=none
TESTED=try bots
[email protected], [email protected]

Review URL: https://webrt...

c2295807bdcfcc45d932f228f0ed3f7124005de6 authored about 11 years ago
Move scale row functions to scale_win etc

BUG=none
TEST=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/45...

dbe4814361fb8fcbc462bbe45a2f39360e14a982 authored about 11 years ago
Remove most comments about NaCL since it is fully supported.

BUG=none
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/...

9cd5bc0ceb4664074b7388472678e4ac504c2639 authored about 11 years ago
Lint fixes for macros

BUG=none
TEST=lint
[email protected]

Review URL: https://webrtc-codereview.appspot.com/449900...

a77571812e2e7e7fb9e28d15ce54543ed090ff28 authored about 11 years ago
Port more functions in row_posix.cc to NaCl

BUG=253
TEST=libyuv_unittest,ncval,trybots
[email protected]

Review URL: https://webrtc-coder...

67e64196680c90f5814021c7faacaf3b592db9cb authored about 11 years ago
Add CIF scale test to confirm DrMemory bug is fixed.

BUG=none
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/4...

4163003f66effae861f87091c302cc37e1bb4f90 authored about 11 years ago
Use all.gyp for All target in DEPS runhooks

BUG=288
TEST=none
[email protected]

Review URL: https://webrtc-codereview.appspot.com/4289...

83e4d02de234171b18640ad2c717129b0a0818ff authored about 11 years ago
Android support

To use the Chromium toolchain out-of-the-box,
it seems like an All target is needed by default.
...

c904bd7933e5a5893a6004fabadc12efde575850 authored about 11 years ago
Port gcc asm code in scale.cc to NaCl x86-64

BUG=253
TEST=manually run tests, trybots and ncval
[email protected]

Review URL: https://we...

a6c94b22271541e2cb7dc9a11561a77fedb85f7e authored about 11 years ago
Add Android deps

BUG=288
TESTED=untested
[email protected]

Review URL: https://webrtc-codereview.appspot.com/41...

30cfb5b4ef4b9081be99e83320330252e0ca5fdc authored about 11 years ago
rename Makefile to avoid name clash with gclient runhooks

BUG=none
TEST=none
[email protected]

Review URL: https://webrtc-codereview.appspot.com/4079005...

adaff9f3d58135b48223097e06d2af0354e97ae2 authored about 11 years ago
Fix ConvertToI420() to properly delete temporary array when rotating result. When rotating an image ConvertToI420() allocates a temporary buffer using new[], but then attempts to delete it using delete instead of delete[].This issue is not the root cause of the referenced bug, but it needs to be addressed in order to fix that bug.

BUG=crbug.com/306876
TESTED=try bots
[email protected]

Review URL: https://webrtc-codereview.a...

2d8824079a1460b8b42faa93753f09ef8375a084 authored about 11 years ago
Fix scaling bug

BUG=none
TEST=none
[email protected]

Review URL: https://webrtc-codereview.appspot.com/397900...

431f5f038891fc47c56b8ed71e88acb6d2b5b068 authored about 11 years ago
Change chromium deps to 232627 for updated ios ninja targets.

BUG=none
TEST=none
[email protected]

Review URL: https://webrtc-codereview.appspot.com/396...

9cfb3a8b3a084d46b78ffc669ade6b67da47c298 authored about 11 years ago
Fix libyuv_tests.py to handle recent Chromium changes.

This CL contains the same changes as in WebRTC revision
4957 and r4959. This will make the tests...

3d34bd6f71ea0aea6ce62355ce63895c61d40dbe authored about 11 years ago
ifdefs for compilers commented

BUG=none
TEST=try bots
[email protected]

Review URL: https://webrtc-codereview.appspot.com/39...

a1b5a27f795aa00d164f6ed486b3e050ffc07345 authored about 11 years ago