- 06 Sep, 2015 1 commit
-
-
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.
-
- 30 Jul, 2015 1 commit
-
-
Frank Barchard authored
R=harryjin@google.com BUG=chromium:497297 Review URL: https://webrtc-codereview.appspot.com/57649004.
-
- 28 Jul, 2015 3 commits
-
-
Frank Barchard authored
Add rotate any support. Fix for sobel for neon which does 16 at a time, not 8. Disable scaling color test that fails on arm. Test is not complete. R=harryjin@google.com BUG=libyuv:479 Review URL: https://webrtc-codereview.appspot.com/52229004.
-
Frank Barchard authored
R=harryjin@google.com BUG=libyuv:464 Review URL: https://webrtc-codereview.appspot.com/52219004.
-
Frank Barchard authored
BUG=libyuv:477 R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/52199004.
-
- 27 Jul, 2015 3 commits
-
-
Frank Barchard authored
R=harryjin@google.com, jzern@chromium.org BUG=libyuv:476 Review URL: https://webrtc-codereview.appspot.com/55699004.
-
Frank Barchard authored
BUG=none R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/57639004.
-
Frank Barchard authored
rotate any R=harryjin@google.com BUG=libyuv:464 Review URL: https://webrtc-codereview.appspot.com/53769004.
-
- 23 Jul, 2015 2 commits
-
-
Frank Barchard authored
R=harryjin@google.com BUG=libyuv:468 Review URL: https://webrtc-codereview.appspot.com/55679005.
-
Frank Barchard authored
R=tpsiaki@google.com BUG=libyuv:468 Review URL: https://webrtc-codereview.appspot.com/55679004.
-
- 22 Jul, 2015 1 commit
-
-
Frank Barchard authored
R=harryjin@google.com BUG=libyuv:468 Review URL: https://webrtc-codereview.appspot.com/51319004.
-
- 21 Jul, 2015 1 commit
-
-
Frank Barchard authored
R=harryjin@google.com BUG=libyuv:466 Review URL: https://webrtc-codereview.appspot.com/50349004.
-