- 12 Oct, 2015 1 commit
-
-
Frank Barchard authored
Roll chromium_revision bfea27a..bb79186 (340499:353481) in DEPS. Changes: https://chromium.googlesource.com/chromium/src/+log/bfea27a..bb79186 To get the Android dependencies, you need to have target_os = ["android"]; added to the end of your .gclient file (after the solution specs) + re-run gclient sync. You'll also need to run: build/install-android-sdks.sh Then build and run the test with something like this: GYP_CROSSCOMPILE=1 GYP_DEFINES="OS=android component=static_library target_arch=arm" ./gyp_libyuv ninja -C out/Release libyuv_unittest_apk util/android/test_runner.py gtest -s libyuv_unittest --verbose --release R=fbarchard@chromium.org Review URL: https://codereview.chromium.org/1398383003 .
-
- 01 Jun, 2015 1 commit
-
-
fbarchard@google.com authored
BUG=401 TESTED=scale_color test Review URL: https://webrtc-codereview.appspot.com/39099004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1417 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 25 Feb, 2015 1 commit
-
-
yang.zhang@arm.com authored
NEON version of YUV422TORGB is updated based on C algorithm. Accuracy YUV to RGB of NEON is also updated according to test result. Macro LIBYUV_NEON is added to identify accuracy YUV to RGB for ARM platform. Except TestJ420 and TestYUV, all the other tests are passed. BUG=324 TESTED=libyuvTest on ARMv7 with Android R=fbarchard@google.com Change-Id: I492ca628679940534f40341721dc5b6dc2d7a5b6 Review URL: https://webrtc-codereview.appspot.com/40609004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1296 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 13 Jan, 2015 1 commit
-
-
fbarchard@google.com authored
BUG=391 TESTED=TestI420 R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/35769004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1227 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 05 Sep, 2014 1 commit
-
-
fbarchard@google.com authored
add gyp define to enable svn version check. defaults to off so tests built outside of svn will build/run with a warning but not error. BUG=356 TESTED=set GYP_DEFINES=target_arch=ia32 libyuv_disable_jpeg=1 libyuv_enable_svn=1 R=thorcarpenter@google.com Review URL: https://webrtc-codereview.appspot.com/17329004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1075 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
-
- 26 Jun, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/15939005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1025 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 25 Jun, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=339 TESTED=psnr.exe feet.jpg bluechicken.jpg R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/12839006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1021 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
-
- 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
-
- 09 Apr, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=209 TEST=none Review URL: https://webrtc-codereview.appspot.com/1299006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@651 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 Mar, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=210 TEST=none Review URL: https://webrtc-codereview.appspot.com/1268004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@626 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 22 Mar, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=207 TEST=created .c file that includes libyuv.h Review URL: https://webrtc-codereview.appspot.com/1228004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@617 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 20 Mar, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=204 TESTED=build\gyp_chromium -fninja -G msvs_version=2012 --depth=. libyuv_test.gyp & out\Release\psnr locally tested. Review URL: https://webrtc-codereview.appspot.com/1216005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@612 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 19 Mar, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=201 TEST=Sobel* Review URL: https://webrtc-codereview.appspot.com/1221005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@609 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
-
- 28 Jan, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=lint Review URL: https://webrtc-codereview.appspot.com/1063010 git-svn-id: http://libyuv.googlecode.com/svn/trunk@553 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 18 Dec, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=video_common_test added Review URL: https://webrtc-codereview.appspot.com/1001007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@521 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 01 Nov, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=140 TESTED=libyuv_unittest.exe --gtest_filter=*Size* Review URL: https://webrtc-codereview.appspot.com/932010 git-svn-id: http://libyuv.googlecode.com/svn/trunk@462 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 11 Oct, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=convert_test Review URL: https://webrtc-codereview.appspot.com/857014 git-svn-id: http://libyuv.googlecode.com/svn/trunk@408 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 27 Sep, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=99 TEST=shared lib builds without impact and unittests link against import lib. Review URL: https://webrtc-codereview.appspot.com/844005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@379 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 08 Aug, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=63 TEST=none Review URL: https://webrtc-codereview.appspot.com/730004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@314 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 27 Jul, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/709005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@312 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 26 Jun, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/674007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@294 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 31 May, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=30 TESTED=libyuvTest.TestVersion Review URL: https://webrtc-codereview.appspot.com/619007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@274 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 03 May, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/549004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@256 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 23 Feb, 2012 2 commits
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/405001 git-svn-id: http://libyuv.googlecode.com/svn/trunk@186 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/392022 git-svn-id: http://libyuv.googlecode.com/svn/trunk@184 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 22 Feb, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/401005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@183 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 26 Jan, 2012 1 commit
-
-
fbarchard@google.com authored
Neon instructions detect without using NDK so it will work within Android, and on other linux arm based platforms and builds BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/358008 git-svn-id: http://libyuv.googlecode.com/svn/trunk@153 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 19 Nov, 2011 1 commit
-
-
frkoenig@google.com authored
Review URL: http://webrtc-codereview.appspot.com/267022 git-svn-id: http://libyuv.googlecode.com/svn/trunk@86 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 10 Nov, 2011 1 commit
-
-
frkoenig@google.com authored
Code sourced from libvpx. http://www.webmproject.org/code/#libvpx_the_vp8_codec_sdk Review URL: http://webrtc-codereview.appspot.com/267004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@72 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 21 Oct, 2011 1 commit
-
-
frkoenig@google.com authored
One of the source lines for ScaleRowDown4Int_SSE2 was incorrect leading to a bad read. Add a test to catch this in the future. Review URL: http://webrtc-codereview.appspot.com/242006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@39 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 12 Oct, 2011 1 commit
-
-
frkoenig@google.com authored
90, 180, 270 rotate of array with a minimum size of 8x8. Also deinterleave on rotate for NV12/NV21 formats. Review URL: http://webrtc-codereview.appspot.com/195002 git-svn-id: http://libyuv.googlecode.com/svn/trunk@23 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 07 Oct, 2011 1 commit
-
-
mikhal@webrtc.org authored
Libyuv: 1. Dividing gyp file to test and source. 2. Updating DEPS file to build tests (not only library). Review URL: http://webrtc-codereview.appspot.com/210001 git-svn-id: http://libyuv.googlecode.com/svn/trunk@13 16f28f9a-4ce2-e073-06de-1de4eb20be90
-