- 15 Sep, 2015 2 commits
-
-
Frank Barchard authored
The aarch64 version does not have I422ToARGBMatrix yet, so adding this to the ifdef section of row.h R=harryjin@google.com TBR=harryjin@google.com, zhongwei.yao@linaro.org BUG=libyuv:488 Review URL: https://codereview.chromium.org/1347853002 .
-
Frank Barchard authored
R=fbarchard@chromium.org, fbarchard@google.com BUG=libyuv:488 Review URL: https://codereview.chromium.org/1334173005 .
-
- 14 Sep, 2015 4 commits
-
-
Frank Barchard authored
TBR=harryjin@google.com BUG=libyuv:488 Review URL: https://codereview.chromium.org/1345643002 .
-
Frank Barchard authored
TBR=harryjin@google.com BUG=libyuv:488 Review URL: https://codereview.chromium.org/1345623003 .
-
Frank Barchard authored
R=harryjin@google.com BUG=libyuv:488 Review URL: https://codereview.chromium.org/1343863002 .
-
Frank Barchard authored
R=tpsiaki@google.com BUG=libyuv:478 Review URL: https://codereview.chromium.org/1344623003 .
-
- 11 Sep, 2015 1 commit
-
-
Frank Barchard authored
R=harryjin@google.com BUG=libyuv:488 Review URL: https://codereview.chromium.org/1337973002 .
-
- 09 Sep, 2015 2 commits
-
-
Frank Barchard authored
The is_*san build flags are moving to this .gni file. This patch will allow libyuv to continue building when this move happens. R=brettw@chromium.org, harryjin@google.com BUG=none Review URL: https://codereview.chromium.org/1314833005 .
-
Frank Barchard authored
R=harryjin@google.com BUG=libyuv:489 Review URL: https://codereview.chromium.org/1321773004 .
-
- 08 Sep, 2015 1 commit
-
-
Frank Barchard authored
R=harryjin@google.com BUG=libyuv:489 Review URL: https://codereview.chromium.org/1318893003 .
-
- 06 Sep, 2015 2 commits
-
-
Frank Barchard authored
R=harryjin@google.com BUG=libyuv:488 Review URL: https://webrtc-codereview.appspot.com/54869004 .
-
Henrik Kjellander authored
Since WebRTC's codereview instance at webrtc-codereview.appspot.com is going to be read-only, libyuv needs to switch to Chromium's instance. Also update the ViewVC URL to match the Git repo that is now the master repo. After this CL has landed, existing Git branches will continue to remember which Rietveld URL they uploaded to. To reset a branch and re-upload a new CL to the new instance, do like this: git cl issue 0 git pull --rebase origin master git cl upload BUG=libyuv:450 R=fbarchard@chromium.org Review URL: https://codereview.chromium.org/1154893003 .
-
- 03 Sep, 2015 2 commits
-
-
Frank Barchard authored
TBR=harryjin@google.com BUG=libyuv:488 Review URL: https://webrtc-codereview.appspot.com/57679004 .
-
Frank Barchard authored
Allows direct conversion from JPeg to ABGR for android. BUG=libyuv:488 R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/55719004 .
-
- 02 Sep, 2015 2 commits
-
-
Frank Barchard authored
currently only intel code uses this structure, but the prototypes are there for neon and lack of a structure cases a compile error on arm. R=tpsiaki@google.com BUG=none Review URL: https://webrtc-codereview.appspot.com/52799004 .
-
Frank Barchard authored
Take color conversion constants as a parameter to row function for I420ToARGBMatrixRow_SSSE3. Allows future variations of color space using a single low level. R=harryjin@google.com BUG=libyuv:488 Review URL: https://webrtc-codereview.appspot.com/56669004 .
-
- 31 Aug, 2015 1 commit
-
-
Frank Barchard authored
R=harryjin@google.com BUG=none Review URL: https://webrtc-codereview.appspot.com/59389004.
-
- 29 Aug, 2015 1 commit
-
-
Frank Barchard authored
Saving a gpr register allows the register to not be pushed for now, and in future it can be used to point to color conversion matrix or alpha channel. R=harryjin@google.com BUG=libyuv:488 Review URL: https://webrtc-codereview.appspot.com/52789004.
-
- 28 Aug, 2015 1 commit
-
-
Frank Barchard authored
Proof of concept that conversions can table color matrix as a parameter. R=harryjin@google.com BUG=libyuv:472, libyuv:488 Review URL: https://webrtc-codereview.appspot.com/58489004.
-
- 26 Aug, 2015 1 commit
-
-
Frank Barchard authored
R=harryjin@google.com TBR=harryjin@google.com BUG=none Review URL: https://webrtc-codereview.appspot.com/54859004.
-
- 25 Aug, 2015 2 commits
-
-
Frank Barchard authored
BUG=libyuv:487 R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/53799005.
-
Frank Barchard authored
R=harryjin@google.com BUG=libyuv:487 Review URL: https://webrtc-codereview.appspot.com/53799004.
-
- 24 Aug, 2015 1 commit
-
-
Frank Barchard authored
R=harryjin@google.com BUG=libyuv:485 Review URL: https://webrtc-codereview.appspot.com/58479004.
-
- 21 Aug, 2015 1 commit
-
-
Frank Barchard authored
Same as I420AlphaToARGB but first step converts to ABGR instead of ARGB. TBR=harryjin@google.com BUG=libyuv:473 Review URL: https://webrtc-codereview.appspot.com/52779004.
-
- 19 Aug, 2015 2 commits
-
-
Frank Barchard authored
Deleting in https://codereview.chromium.org/1290173003 BUG=chromium:267773 R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/54849004.
-
Frank Barchard authored
Merge branch 'master' of https://chromium.googlesource.com/libyuv/libyuv into convertcl allow lto for llvm but not gcc R=harryjin@google.com BUG=libyuv:469 Review URL: https://webrtc-codereview.appspot.com/52769004.
-
- 18 Aug, 2015 3 commits
-
-
Frank Barchard authored
LTO was disabled due to a GCC compiler bug that does not affect LLVM. This fixes the build in the cfi_vptr==1 configuration, which requires LLVM LTO. R=pcc@google.com BUG=chromium:469376 Review URL: https://webrtc-codereview.appspot.com/57659004.
-
Frank Barchard authored
R=harryjin@google.com TBR=harryjin@google.com BUG=libyuv:469 Review URL: https://webrtc-codereview.appspot.com/51329004.
-
Frank Barchard authored
clangcl use compare_win for 32 bit, allowing fallback and enabling avx2 code for clang. move defines/protos to compare_row.h fix issue with odd width ARGBCopyAlpha functions by copying destination to temp buffer, then doing alpha copy, then copy back to destination. R=harryjin@google.com TBR=harryjin@google.com BUG=libyuv:484 Review URL: https://webrtc-codereview.appspot.com/59379004.
-
- 17 Aug, 2015 1 commit
-
-
Frank Barchard authored
Using the visual C source allows clangcl to fallback seamlessly to visual c, and supports SSE41 and AVX2 versions. R=harryjin@google.com BUG=libyuv:469 Review URL: https://webrtc-codereview.appspot.com/58469004.
-
- 13 Aug, 2015 2 commits
-
-
Frank Barchard authored
R=harryjin@google.com BUG=none Review URL: https://webrtc-codereview.appspot.com/59369004.
-
Frank Barchard authored
R=brucedawson@chromium.org, harryjin@google.com BUG=libyuv:473 Review URL: https://webrtc-codereview.appspot.com/54829004.
-
- 11 Aug, 2015 1 commit
-
-
Frank Barchard authored
R=harryjin@google.com BUG=libyuv:483 Review URL: https://webrtc-codereview.appspot.com/54819004.
-
- 08 Aug, 2015 1 commit
-
-
Frank Barchard authored
BUG=libyuv:464 R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/55709004.
-
- 07 Aug, 2015 1 commit
-
-
Frank Barchard authored
BUG=libyuv:479 R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/53789004.
-
- 05 Aug, 2015 1 commit
-
-
Frank Barchard authored
R=harryjin@google.com BUG=none Review URL: https://webrtc-codereview.appspot.com/54809004.
-
- 04 Aug, 2015 2 commits
-
-
Frank Barchard authored
R=harryjin@google.com BUG=none Review URL: https://webrtc-codereview.appspot.com/56649004.
-
Frank Barchard authored
TBR=harryjin@google.com BUG=libyuv:481 Review URL: https://webrtc-codereview.appspot.com/52249004.
-
- 03 Aug, 2015 1 commit
-
-
Frank Barchard authored
R=brucedawson@chromium.org, harryjin@google.com BUG=libyuv:481 Review URL: https://webrtc-codereview.appspot.com/52239004.
-
- 01 Aug, 2015 1 commit
-
-
Frank Barchard authored
R=jzern@google.com BUG=libyuv:480 Review URL: https://webrtc-codereview.appspot.com/53779004.
-