- 11 May, 2015 1 commit
-
-
fbarchard@google.com authored
BUG=439 TESTED=out\release\libyuv_unittest --gtest_filter=*I420ToARGB_Opt R=bcornell@google.com Review URL: https://webrtc-codereview.appspot.com/55389004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1405 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 28 Apr, 2015 1 commit
-
-
fbarchard@google.com authored
enable chromium_code=1 to increase warning level. this will enable the same warnings as when built within chrome, helping avoid breakage in future. BUG=432 TESTED=local windows build R=bcornell@google.com Review URL: https://webrtc-codereview.appspot.com/49839004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1386 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 11 Feb, 2015 1 commit
-
-
yang.zhang@arm.com authored
In init functions, whether the code of NEON initialization is compiled is decided by macros HAS_XXXX_NEON. These macros HAS_XXXX_NEON are defined according to __ARM_NEON__/LIBYUV_NEON/__aarch64__. For ARM32, "-mfpu=neon" isn't passed to the files containing init functions. So __ARM_NEON__ is undefined which leads to NEON functions are disabled. In this patch, LIBYUV_NEON is added to enable HAS_XXXX_NEON definition for ARM32. BUG=none TESTED=libyuv_unittest on android of ARM32/ARM64 R=fbarchard@google.com Change-Id: Ib4201e7152d2aeb0ba80d18bbbd0487151e4564e Review URL: https://webrtc-codereview.appspot.com/32959004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1277 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 18 Dec, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=371 TESTED=locally tested by arm R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/32879004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1210 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 28 Oct, 2014 1 commit
-
-
fbarchard@google.com authored
Pass neon option to assembler but not the compiler. Step 1 of unifying the two libraries back into one. BUG=371 TESTED=local ios builds ignore the option, but still work. R=brucedawson@google.com, harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/31719004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1145 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 09 Oct, 2014 1 commit
-
-
zhongwei.yao@arm.com authored
fix 2 bugs: - build bug libyuv.gyp - runtime bug in ScaleRowDown38_2_Box_NEON BUG= TESTED=libyuv_unittest R=fbarchard@google.com, fbarchard@chromium.org Review URL: https://webrtc-codereview.appspot.com/23939004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1117 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 30 Sep, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=364 TESTED=try bots R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/25719004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1099 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 19 Sep, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=357 TESTED=clang on ios R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/29489004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1086 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 15 Sep, 2014 1 commit
-
-
fbarchard@google.com authored
change vector range notation to a list of registers for clang compatibility. break compare into 2 neon files for consistency with other neon64 files. BUG=357 TESTED=local ios build R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/30379004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1085 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 01 Sep, 2014 1 commit
-
-
zhongwei.yao@arm.com authored
BUG=319 TESTED=libyuv_unittest R=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/18189004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1073 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 25 Aug, 2014 2 commits
-
-
fbarchard@google.com authored
BUG=354 TESTED=gclient runhooks R=fdegans@chromium.org Review URL: https://webrtc-codereview.appspot.com/17209004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1062 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=354 This is to add support for a Link-Time Optimizations experiment in Android Chromium. As it is disabled by default, it won't change anything for most configurations. R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/21329004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1061 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 21 Aug, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=none TESTED=untested R=noahric@chromium.org Review URL: https://webrtc-codereview.appspot.com/18239004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1059 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 20 Aug, 2014 1 commit
-
-
zhongwei.yao@arm.com authored
BUS=319 TESTED=libyuv_unit_test R=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/18179004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1051 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 13 Aug, 2014 1 commit
-
-
zhongwei.yao@arm.com authored
git-svn-id: http://libyuv.googlecode.com/svn/trunk@1042 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 07 Aug, 2014 1 commit
-
-
ashok.bhat@gmail.com authored
BUG=319 TEST=libyuv_unittest R=fbarchard@google.com Change-Id: I9fdc355d285062d32c11dba4e240d32f5b1bcb80 Signed-off-by:
Ashok Bhat <ashok.bhat@arm.com> Review URL: https://webrtc-codereview.appspot.com/16249004 Review URL: https://webrtc-codereview.appspot.com/16249004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1041 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 28 Jul, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=346 TESTED=set GYP_DEFINES=target_arch=ia32 libyuv_disable_jpeg=1 & python gyp_libyuv -fninja -G msvs_version=2010 libyuv_test.gyp R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/16989004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1038 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 03 Jul, 2014 1 commit
-
-
kjellander@google.com authored
BUG=chromium:344505, chromium:373739 R=kjellander@google.com, mflodman@chromium.org Review URL: https://webrtc-codereview.appspot.com/14849004 Patch from Sergey Matveev <earthdok@chromium.org>. git-svn-id: http://libyuv.googlecode.com/svn/trunk@1028 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 29 Mar, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=319 TESTED=GYP_DEFINES="OS=ios target_arch=armv7 target_subarch=64" GYP_CROSSCOMPILE=1 GYP_GENERATOR_FLAGS="output_dir=out_ios" ./build/gyp_chromium -f ninja --depth=. libyuv_test.gyp && ninja -j7 -C out_ios/Debug-iphoneos R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/10909004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@994 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 06 Feb, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=308 TESTED=try bots R=noahric@google.com Review URL: https://webrtc-codereview.appspot.com/8059004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@979 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 18 Jan, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=56 TESTED=untested R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/7339004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@975 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 15 Jan, 2014 1 commit
-
-
fbarchard@google.com authored
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 R=jzern@chromium.org Review URL: https://webrtc-codereview.appspot.com/7169005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@973 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 14 Jan, 2014 3 commits
-
-
fbarchard@google.com authored
BUG=307 TESTED=try bots R=yfriedman@chromium.org Review URL: https://webrtc-codereview.appspot.com/7009005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@971 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=307 TESTED=untested R=michaelbai@chromium.org, noahric@chromium.org, yfriedman@chromium.org Review URL: https://webrtc-codereview.appspot.com/7089005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@970 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
sergeyu@google.com authored
New target libyuv_untrusted compiles libyuv for PNaCl. BUG=276739 R=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/6299004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@969 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 07 Jan, 2014 1 commit
-
-
fbarchard@google.com authored
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 R=tomfinegan@chromium.org Review URL: https://webrtc-codereview.appspot.com/5169005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@951 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 13 Dec, 2013 1 commit
-
-
fbarchard@google.com authored
libjpeg/libjpeg.gyp should be used in both local and system libjpeg, otherwise, header file won't found when build with system libjpeg. see the comments in third_party/libjpeg/libjpeg.gyp BUG=chromium:316499 R=michaelbai@chromium.org Review URL: https://webrtc-codereview.appspot.com/5709004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@912 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 03 Dec, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=289 TESTED=drmemory R=ryanpetrie@google.com Review URL: https://webrtc-codereview.appspot.com/4809004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@886 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 28 Nov, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=untested R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/4509005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@879 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 27 Aug, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=260 TEST=unittests build/run R=ryanpetrie@google.com Review URL: https://webrtc-codereview.appspot.com/2123004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@773 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 17 Jun, 2013 2 commits
-
-
fbarchard@google.com authored
BUG=none TEST=none R=johannkoenig@google.com Review URL: https://webrtc-codereview.appspot.com/1680004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@730 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TEST=lint R=ryanpetrie@google.com Review URL: https://webrtc-codereview.appspot.com/1676004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@728 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 15 Jun, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=FixedDiv* R=johannkoenig@google.com Review URL: https://webrtc-codereview.appspot.com/1668004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@727 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 01 May, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=try Review URL: https://webrtc-codereview.appspot.com/1380004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@682 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 11 Apr, 2013 1 commit
-
-
fbarchard@google.com authored
Move convert_to_argb and MJPGToARGB to isolated files. Move ValidateJPeg to its own file. Allows jpeg to be not linked in for more applications. BUG=212 TESTED=manual test by removing mjpeg_decode.cc from gyp file and built/ran unittests Review URL: https://webrtc-codereview.appspot.com/1310007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@656 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 09 Apr, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=212 TESTED=manually tested Review URL: https://webrtc-codereview.appspot.com/1309004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@653 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 03 Apr, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=212 TESTED=Windows built/ran and did not run jpeg unittest out\release\libyuv_unittest --gtest_filter=*J* Review URL: https://webrtc-codereview.appspot.com/1280005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@638 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 28 Feb, 2013 2 commits
-
-
fbarchard@google.com authored
BUG=177 TEST=try bots Review URL: https://webrtc-codereview.appspot.com/1120009 git-svn-id: http://libyuv.googlecode.com/svn/trunk@587 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=189 TEST=none Review URL: https://webrtc-codereview.appspot.com/1113007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@586 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 27 Feb, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=189 TESTED=try Review URL: https://webrtc-codereview.appspot.com/1113006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@582 16f28f9a-4ce2-e073-06de-1de4eb20be90
-