- 11 Sep, 2012 1 commit
-
-
fbarchard@google.com authored
Allow TextVersion to be with 5 of actual version. This allows a few changes without failing the unittest before version.h must be updated. Note that changes of documentation count. BUG=none TEST=TestVersion passes, even though this CL purposely does not update the version. Review URL: https://webrtc-codereview.appspot.com/781007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@344 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 10 Sep, 2012 3 commits
-
-
fbarchard@google.com authored
llvm/clang does not support attribute optimize. Disable the OMITFP macro for llvm. #if defined(__APPLE__) || defined(__x86_64__) || defined(__llvm__) BUG=83 TEST=webrtc build bots Review URL: https://webrtc-codereview.appspot.com/787007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@342 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
Disable v210 test which fails under valgrind. 210 is a very uncommon format, but leverages UYVY, which also fails. BUG=82 TEST=build bot Review URL: https://webrtc-codereview.appspot.com/787006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@341 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=79,80,81 TEST=none Review URL: https://webrtc-codereview.appspot.com/789004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@340 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 05 Sep, 2012 1 commit
-
-
kjellander@google.com authored
This is need to be able to run the unittests with memory tools for continuous build. Review URL: https://webrtc-codereview.appspot.com/762008 git-svn-id: http://libyuv.googlecode.com/svn/trunk@339 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 30 Aug, 2012 6 commits
-
-
fbarchard@google.com authored
BUG=none TEST=lint Review URL: https://webrtc-codereview.appspot.com/766007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@338 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/762007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@337 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
Change unittest to default to 1 iteration of each test. Can be change manually to 1000 for benchmarking purposes. BUG=77 TEST=build\release\libyuv_unittest.exe Review URL: https://webrtc-codereview.appspot.com/768006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@336 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=76 TEST=build on osx/linux Review URL: https://webrtc-codereview.appspot.com/762006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@335 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=76 TEST=unittests for YUY2ToARGB and UYVYToARGB Review URL: https://webrtc-codereview.appspot.com/763006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@334 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
YUY2 and UYVY to ARGB had oversampling bug. This passes 0 for UV stride, avoiding the issue. A better solution would be a version of the conversions that does not do 2 rows subsampled. But the performance would only be slightly faster. BUG=76 TEST=build\release\libyuv_unittest.exe --gtest_catch_exceptions=0 --gtest_filter=*UY*ToARGB* Review URL: https://webrtc-codereview.appspot.com/773004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@333 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 29 Aug, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=75 TEST=build\release\libyuv_unittest.exe --gtest_catch_exceptions=0 --gtest_filter=**V210* Review URL: https://webrtc-codereview.appspot.com/762005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@332 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 28 Aug, 2012 3 commits
-
-
fbarchard@google.com authored
Bug fix for I420ToI400 and unittest all I420To packed formats. Most import of the new I420 tests is I420ToYUY2. BUG=none TEST=libyuvTest.I420ToI400_OptVsC Review URL: https://webrtc-codereview.appspot.com/767004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@331 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=71 TESTED=build\release\libyuv_unittest.exe --gtest_catch_exceptions=0 --gtest_filter=libyuvTest.*OptVsC Review URL: https://webrtc-codereview.appspot.com/764004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@330 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
kjellander@google.com authored
- Add Clang as dependency to make building on Mac possible. - Add gold linker for Unix platforms - Replace Cygwin with WebRTC's slimmed down version for Win. Dependencies updated to the Chrome revision WebRTC uses: - GYP - gtest - libjpeg_turbo - yasm and patched-yasm TEST=Compiled and executed Debug+Release builds of libyuv_unittest on Mac, Linux and Windows. Review URL: https://webrtc-codereview.appspot.com/758006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@327 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 27 Aug, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=71 TESTED=xcodebuild -project libyuv_test.xcodeproj -configuration Release Review URL: https://webrtc-codereview.appspot.com/745006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@326 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 23 Aug, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=72 TEST=none Review URL: https://webrtc-codereview.appspot.com/744006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@325 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 17 Aug, 2012 2 commits
-
-
fbarchard@google.com authored
BUG=70 TEST=none Review URL: https://webrtc-codereview.appspot.com/710013 git-svn-id: http://libyuv.googlecode.com/svn/trunk@324 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=69 TEST=NONE Review URL: https://webrtc-codereview.appspot.com/728011 git-svn-id: http://libyuv.googlecode.com/svn/trunk@323 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 15 Aug, 2012 2 commits
-
-
fbarchard@google.com authored
Fix aligned version of SSSE3 alpha blend and re-enable SSE2 alpha blend for performance evaluation on low end CPUs where pshufb is slow. BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/728009 git-svn-id: http://libyuv.googlecode.com/svn/trunk@322 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/714010 git-svn-id: http://libyuv.googlecode.com/svn/trunk@321 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 10 Aug, 2012 2 commits
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/714007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@320 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=none TEST=affine unitest Review URL: https://webrtc-codereview.appspot.com/729005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@319 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 09 Aug, 2012 2 commits
-
-
fbarchard@google.com authored
BUG=61,62 TEST=build 64 bit on windows Review URL: https://webrtc-codereview.appspot.com/717011 git-svn-id: http://libyuv.googlecode.com/svn/trunk@318 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=62 TEST=planar_unittest Review URL: https://webrtc-codereview.appspot.com/733004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@317 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 08 Aug, 2012 4 commits
-
-
fbarchard@google.com authored
BUG=62 TEST=none Review URL: https://webrtc-codereview.appspot.com/716006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@316 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=62 TEST=TestAffine unittest added to planar_test Review URL: https://webrtc-codereview.appspot.com/731004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@315 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
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
-
fbarchard@google.com authored
BUG=60 TEST=none Review URL: https://webrtc-codereview.appspot.com/727004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@313 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
-
- 24 Jul, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=56 TEST=gentoo builds chromium with libyuv with system jpeg Review URL: https://webrtc-codereview.appspot.com/699005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@311 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 23 Jul, 2012 1 commit
-
-
fbarchard@google.com authored
NV12ToARGB for linux appears to have a bug in the assembly so this disables the asm for posix. It still works on Windows. Unittests updated to show the amount of pixel difference. BUG=55 TEST=out/Release/libyuv_unittest --gtest_filter=* Review URL: https://webrtc-codereview.appspot.com/675008 git-svn-id: http://libyuv.googlecode.com/svn/trunk@310 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 19 Jul, 2012 1 commit
-
-
mikhal@webrtc.org authored
(open TODO: Add unit tests) Review URL: https://webrtc-codereview.appspot.com/698004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@309 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 18 Jul, 2012 2 commits
-
-
fbarchard@google.com authored
ARGBGrayTo takes source and destination pointers so caller does not need to make a copy of the image. BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/696004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@308 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=51 TEST=TestARGBColorTable Review URL: https://webrtc-codereview.appspot.com/667011 git-svn-id: http://libyuv.googlecode.com/svn/trunk@307 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 16 Jul, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=53 TEST=none Review URL: https://webrtc-codereview.appspot.com/695004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@306 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 14 Jul, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/690004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@305 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 13 Jul, 2012 3 commits
-
-
fbarchard@google.com authored
BUG=51 TESTED=warmify effect Review URL: https://webrtc-codereview.appspot.com/673013 git-svn-id: http://libyuv.googlecode.com/svn/trunk@304 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=50 TEST=none Review URL: https://webrtc-codereview.appspot.com/673012 git-svn-id: http://libyuv.googlecode.com/svn/trunk@303 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
fbarchard@google.com authored
BUG=49 TEST=untested Review URL: https://webrtc-codereview.appspot.com/668012 git-svn-id: http://libyuv.googlecode.com/svn/trunk@302 16f28f9a-4ce2-e073-06de-1de4eb20be90
-