- 11 Apr, 2014 1 commit
-
-
fbarchard@google.com authored
Roll chromium_revision 260824:262938 + fix binutils. Since it's not possible to have platform-specific hooks executing, binutils must be downloaded for all platforms in order for the download.py hook to execute properly on non-unix platforms. BUG=323 TESTED=gclient sync R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/11869004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1000 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 10 Apr, 2014 1 commit
-
-
fbarchard@google.com authored
chromium have replaced third_party/gold with a full copy of binutils at third_party/binutils. It gets downloaded and extracted to third_party/binutils/Linux_(x64|ia32)/Release as part of DEPs/gclient hooks process. We are now trying to remove third_party/gold. BUG=chromium:362119 R=mithro@mithis.com Review URL: https://webrtc-codereview.appspot.com/11619007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@999 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 03 Apr, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=319 TESTED=untested R=thorcarpenter@google.com, tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/11139004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@998 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 02 Apr, 2014 2 commits
-
-
kjellander@google.com authored
The roll in r996 requires some additional changes in order to make the GYP generation script to run properly. BUG=none TESTED=trybots passing. R=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/10799005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@997 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TESTED=try bots R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/10999005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@996 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
-
- 28 Mar, 2014 3 commits
-
-
kjellander@google.com authored
I dunno how this happened, since that file belonged to a another gcl change that I use to test the trybots. TBR=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/10899005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@993 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
kjellander@google.com authored
Fixed invalid references left from the copied gyp_webrtc. This CL will also add svn:ignore on a bunch of directories to speed up builds (less unnecessary delete + redownload). It also adds the executable bit to gyp_libyuv. R=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/10889004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@992 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
Download and use GN similar to how WebRTC uses it for GYP/ninja generation Similar changes as done in https://webrtc-codereview.appspot.com/6939004 Add support for VS2013 compilation using the Chromium standalone toolchain. Similar changes: https://webrtc-codereview.appspot.com/9769004 Fix the valgrind wrapper script similar to https://webrtc-codereview.appspot.com/5589006 https://webrtc-codereview.appspot.com/6939004 Remove no longer needed cygwin mount hook. TEST=All trybots except iOS are passing. Those will have to be fixed in a future CL. BUG=310 TESTED=gclient sync on osx/ios R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/10849004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@991 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 26 Mar, 2014 2 commits
-
-
fbarchard@google.com authored
BUG=303 TESTED=cl /c /TC /Iinclude source/format_conversion.cc R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/10709004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@990 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TESTED=try bots R=wuwang@google.com Review URL: https://webrtc-codereview.appspot.com/10629005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@989 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 24 Mar, 2014 1 commit
-
-
fbarchard@google.com authored
Fix C89 compile error for cpu detect. Make mips detection assume DSP if cpuinfo file can not be opened, so that if run in a sandbox, DSP is assumed true, like the arm version. BUG=303 TESTED=cl /c /TC /Iinclude source/cpu_id.cc R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/10549004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@986 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 18 Mar, 2014 2 commits
-
-
fbarchard@google.com authored
BUG=none TESTED=local visual c build R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/10169004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@985 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=317 TESTED=drmemory out\debug\libyuv_unittest.exe --gtest_catch_exceptions=0 --gtest_filter=*ARGBScale* R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/10159004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@984 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 08 Mar, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=315 TESTED=untested R=wuwang@google.com Review URL: https://webrtc-codereview.appspot.com/9599004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@982 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 07 Mar, 2014 2 commits
-
-
fbarchard@google.com authored
BUG=315 TESTED=untested R=nfullagar@chromium.org, wuwang@google.com Review URL: https://webrtc-codereview.appspot.com/9589005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@981 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=315 TESTED=untested R=nfullagar@chromium.org Review URL: https://webrtc-codereview.appspot.com/9589004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@980 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
-
- 31 Jan, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/7809004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@978 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 28 Jan, 2014 2 commits
-
-
fbarchard@google.com authored
BUG=none TESTED=untested R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/7759005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@977 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=309 TESTED=try bots still pass R=braveyao@webrtc.org Review URL: https://webrtc-codereview.appspot.com/7709004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@976 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 18 Jan, 2014 2 commits
-
-
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
-
fbarchard@google.com authored
BUG=303 TESTED=cl /c /TC /Iinclude source/scale.cc R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/7319004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@974 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 15 Jan, 2014 2 commits
-
-
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
-
fbarchard@google.com authored
BUG=303 TESTED=cl /c /TC /Iinclude source/scale_argb.cc R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/7169004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@972 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 14 Jan, 2014 4 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
-
fbarchard@google.com authored
BUG=none TESTED=untested R=ryanpetrie@google.com Review URL: https://webrtc-codereview.appspot.com/7099004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@968 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 13 Jan, 2014 5 commits
-
-
fbarchard@google.com authored
BUG=305 TESTED=try bots R=michaelbai@chromium.org Review URL: https://webrtc-codereview.appspot.com/7069004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@967 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=303 TESTED=cl /c /TC /Iinclude source/compare.cc R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/7019006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@966 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=303 TESTED=cl /c /TC /Iinclude source/planar_functions.cc R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/6979004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@965 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=303 TESTED=cl /c /TC /Iinclude source/convert_to_argb.cc R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/6969004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@964 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
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 R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/6959004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@963 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 11 Jan, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=303 TESTED=gyp builds still build/pass. R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/6949004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@962 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 10 Jan, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=303 TESTED=cl /c /TC /Iinclude source/scale_common.cc R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/6909004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@961 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 09 Jan, 2014 3 commits
-
-
fbarchard@google.com authored
BUG=303 TESTED=Djb2 unittests R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/6849004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@960 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=304 TESTED=try R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/6789005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@959 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=303 TESTED=cl /c /TC /Iinclude source/compare_common.cc R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/6839004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@958 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 08 Jan, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=303 TESTED=try bots still build, gcc and vc direct for c testing. R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/6739004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@956 16f28f9a-4ce2-e073-06de-1de4eb20be90
-