Commit 5d8d07a7 authored by Hans Wennborg's avatar Hans Wennborg Committed by Commit Bot

Roll src/third_party/libyuv/ f9aacffa0..53b529e36 (20 commits)

https://chromium.googlesource.com/libyuv/libyuv.git/+log/f9aacffa029f..53b529e362cc

$ git log f9aacffa0..53b529e36 --date=short --no-merges --format='%ad %ae %s'
2019-10-21 hans Remove #pragma clang loop vectorize_width
2019-10-14 fbarchard RAWToRGBA for 3 channel OCR
2019-10-07 efoo Add "# COMPONENT" to libyuv OWNERS file
2019-10-07 fbarchard ARGBToY use 8 bit precision instead of 7 bit.
2019-09-06 mbonadei Allowing C++14 in libyuv.
2019-09-17 mbonadei Re-enable optimize_max to fix UBSan.
2019-09-11 fbarchard MMI Optimized functions I422ToARGB for 1080p video
2019-09-11 libyuv-ci-autoroll-builder Roll chromium_revision 08ed8f83..30ccb0cb (693151:695606)
2019-09-04 libyuv-ci-autoroll-builder Roll chromium_revision 8d7ec560..08ed8f83 (691142:693151)
2019-08-29 mbonadei Update android_sdk/public/build-tools and third_party/android_deps.
2019-08-15 fbarchard Disable tests via macro that refer to row.h
2019-08-10 libyuv-ci-autoroll-builder Roll chromium_revision 2ab7c191..8f1ff9df (683574:685863)
2019-08-06 fbarchard AVX2 versions of ABGRToNV12 and ABGRToNV21
2019-08-06 fbarchard Add ABGRToNV21 and ABGRToNV12 Fix ARGBToUVJRow_AVX2 constants for win32
2019-08-02 libyuv-ci-autoroll-builder Roll chromium_revision bc5b06fa..2ab7c191 (681273:683574)
2019-07-20 fbarchard SwapUV AVX2 and SSSE3
2019-07-26 libyuv-ci-autoroll-builder Roll chromium_revision e02114c8..bc5b06fa (678980:681273)
2019-07-19 oprypin Roll chromium_revision 4476bd69..e02114c8
2019-07-18 mbonadei Fix chromium autoroller to parse new clang revision format.
2019-07-17 fbarchard NV21 unittest and benchmark

Created with:
  roll-dep src/third_party/libyuv
R=fbarchard@chromium.org

Bug: 1015665
Change-Id: I378cf62e7b1cf8fa758cd7f9f27d3ff042a46ee6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1872097
Auto-Submit: Hans Wennborg <hans@chromium.org>
Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Reviewed-by: default avatarFrank Barchard <fbarchard@chromium.org>
Cr-Commit-Position: refs/heads/master@{#708100}
parent cca4c341
...@@ -1182,7 +1182,7 @@ deps = { ...@@ -1182,7 +1182,7 @@ deps = {
Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1', Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1',
'src/third_party/libyuv': 'src/third_party/libyuv':
Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'f9aacffa029ff3a32f0408f78e2588663271f1b1', # from r1714 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '53b529e362cc09560c89840fd02ddb68ae3b11aa', # from r1714
'src/third_party/lighttpd': { 'src/third_party/lighttpd': {
'url': Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'), 'url': Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_revision'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment