- 30 Mar, 2015 1 commit
-
-
fbarchard@google.com authored
BUG=419 TESTED=untested R=bcornell@google.com Review URL: https://webrtc-codereview.appspot.com/44969004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1350 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 10 Mar, 2015 1 commit
-
-
kjellander@google.com authored
Add dependencies and move the neon target to only be specified for ARM builds so a standalone GN build can be performed. TESTED=Ran: gn gen out/Release --args=is_debug=false ninja -C out/Release gn gen out/Debug --args=is_debug=true ninja -C out/Debug gn gen out/Debug --args="is_debug=true os=\"android\" "cpu_arch=\"arm\"" ninja -C out/Debug gn gen out/Release --args="is_debug=false os=\"android\" "cpu_arch=\"arm\"" ninja -C out/Release R=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/42289004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1317 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 27 Feb, 2015 1 commit
-
-
fbarchard@google.com authored
BUG=none TESTED=untested R=bcornell@google.com Review URL: https://webrtc-codereview.appspot.com/42149004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1303 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
-
- 18 Nov, 2014 1 commit
-
-
fbarchard@google.com authored
This disables a couple of windows warnings that will otherwise fire on Win64, causing compile failures. BUG=432375 suppress size_t -> int warnings R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/24299004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1171 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 20 Oct, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=374 TESTED=untested R=nfullagar@chromium.org, tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/26769005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1130 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 26 Sep, 2014 1 commit
-
-
brettw@google.com authored
direct_dependent_configs => public_configs Code review: https://webrtc-codereview.appspot.com/22749004/ R=fbarchard git-svn-id: http://libyuv.googlecode.com/svn/trunk@1094 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 08 Sep, 2014 1 commit
-
-
fbarchard@google.com authored
Update GN build to refer to ppapi target. This allows the inclusion of the pp_macros header when running in gn's header check mode. BUG=none TESTED=untested R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/26389004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1077 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
-
- 23 May, 2014 1 commit
-
-
fbarchard@google.com authored
BUG=none TESTED=untested R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/19539007 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1007 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 28 Mar, 2014 1 commit
-
-
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
-