- 08 Nov, 2016 1 commit
-
-
Frank Barchard authored
BUG=libyuv:654 R=kjellander@chromium.org Review URL: https://codereview.chromium.org/2469353005 .
-
- 12 Oct, 2016 1 commit
-
-
Frank Barchard authored
R=kjellander@chromium.org BUG=libyuv:649 Review URL: https://codereview.chromium.org/2414763002 .
-
- 11 Oct, 2016 1 commit
-
-
Frank Barchard authored
YUV 411 is very uncommon format. Remove support. Update documentation to reflect that 411 is deprecated. Simplify tests for YUV to only test with the new side by side YUV but keep old 3 plane test around with a macro for now. BUG=libyuv:645 R=kjellander@chromium.org Review URL: https://codereview.chromium.org/2406123002 .
-
- 16 Jun, 2016 1 commit
-
-
Niels Möller authored
BUG= R=fbarchard@google.com Review URL: https://codereview.chromium.org/2020193002 .
-
- 13 Oct, 2015 1 commit
-
-
Frank Barchard authored
R=harryjin@google.com BUG=none Review URL: https://codereview.chromium.org/1399523004 .
-
- 11 Feb, 2015 1 commit
-
-
fbarchard@google.com authored
BUG=396 TESTED=local build of unittest builds and passes R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/39089004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1278 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 09 Feb, 2015 1 commit
-
-
fbarchard@google.com authored
Remove bayer format support from libyuv. This format is very rare and used on legacy hardware. Its not well optimized and has bugs related to odd widths. Removing the format will allow tests to pass under more circumstances, run faster and allow focus on higher priority quality and performance issues. BUG=301 TESTED=local unittests build/pass on windows gyp build. R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/38059004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1270 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 03 Jan, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=302 TESTED=hammer effects Review URL: https://webrtc-codereview.appspot.com/6549005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@949 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 02 Jan, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=none TESTED=unittests added R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/6479004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@939 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 31 Dec, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=229 TESTED=untested R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/6459005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@934 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 19 May, 2013 1 commit
-
-
fbarchard@google.com authored
BUG=229 TEST=untested Review URL: https://webrtc-codereview.appspot.com/1506004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@698 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
-
- 11 Jan, 2013 1 commit
-
-
fbarchard@google.com authored
Remove V210. Quality of this code is insufficient for libyuv. Unable to make V210 pass valgrind. Would require effort to add missing support and optimization. BUG=91 TEST=valgrind Review URL: https://webrtc-codereview.appspot.com/1021009 git-svn-id: http://libyuv.googlecode.com/svn/trunk@536 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 18 Dec, 2012 2 commits
-
-
fbarchard@google.com authored
BUG=170 TEST=libyuvTest.TestFourCC and TestCanonicalFourCC Review URL: https://webrtc-codereview.appspot.com/991006 git-svn-id: http://libyuv.googlecode.com/svn/trunk@522 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
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
-
- 30 Oct, 2012 1 commit
-
-
fbarchard@google.com authored
I420ToARGB1555, I420ToARGB4444, I420ToRGB565, ARGBToARGB1555, ARGBToARGB4444, and ARGBToRGB565 done with shared macro for conversion in 1 step NEON. BUG=139 TEST=libyuv_unittest --gtest_filter=*I420To*RGB???*_* Review URL: https://webrtc-codereview.appspot.com/928013 git-svn-id: http://libyuv.googlecode.com/svn/trunk@460 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 18 Sep, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=91 TEST=try Review URL: https://webrtc-codereview.appspot.com/813004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@362 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 17 Sep, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=90 TEST=lint run on all source Review URL: https://webrtc-codereview.appspot.com/795009 git-svn-id: http://libyuv.googlecode.com/svn/trunk@357 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 16 Sep, 2012 1 commit
-
-
fbarchard@google.com authored
ARGBInterpolateRow_SSSE3 for motion blur. Used to use bilinear row filter, which extrudes edges. This branches off the code so the extrude can be removed for Interpolate. BUG=none TEST=build\release\libyuv_unittest.exe --gtest_catch_exceptions=0 --gtest_filter=* Review URL: https://webrtc-codereview.appspot.com/786007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@354 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 12 Sep, 2012 1 commit
-
-
fbarchard@google.com authored
BUG=none TEST=none Review URL: https://webrtc-codereview.appspot.com/796004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@347 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 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
-
- 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
-
- 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
-