Commit 3f77735f authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ ac3eccdc2..615922dfb (31 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/ac3eccdc24bc..615922dfb531

$ git log ac3eccdc2..615922dfb --date=short --no-merges --format='%ad %ae %s'
2018-11-27 marpan vp9-svc: Add check/reset for long term reference.
2018-11-27 jianj vp9 svc: copy block if ref buffer in denoiser is NULL.
2018-11-27 jingning Replace deprecated scoped_ptr with unique_ptr
2018-11-26 johann.koenig rename quantize_x86.h
2018-11-26 marpan vp9-svc: Put check on usage of long term temporal ref.
2018-11-26 jianj VP9 SVC: fix crash on scaling partition.
2018-11-26 marpan vp9-svc: Fix to skip enhancement layer setting
2018-11-26 jingning Fix ARF rate allocation for cq mode
2018-11-21 marpan vp9 screen-content: Keep lower step_param for quality layers.
2018-11-21 angiebird Fix scan_build warnings in user_priv_test.cc
2018-11-21 marpan vp9 screen-content: Adjust seach step param
2018-11-20 angiebird Fix scan_build warnings in tiny_ssim.c
2018-11-20 angiebird Fix scan_build warnings in convolve_test.cc
2018-11-20 angiebird Fix scan_build warnings in vp9_loopfilter.c
2018-11-20 angiebird Fix scan_build warnings in variance_test.cc
2018-11-20 angiebird Fix scan_build warnings in vp9_resize.c
2018-11-20 angiebird Replace assert by ASSERT_TRUE
2018-11-19 angiebird Fix scan_build warnings in temporal_filter_test.cc
2018-11-19 angiebird Fix scan_build warnings in dct_test.cc
2018-11-20 jianj Disable partition scaling on 1080p and above.
(...)

Created with:
  roll-dep src/third_party/libvpx/source/libvpx
R=johannkoenig@google.com

BUG=b/119097707

Change-Id: I89c3b7dedfc7d6abc25fa2ded3c7754349f3e023
Reviewed-on: https://chromium-review.googlesource.com/c/1352974Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#611768}
parent 9d34b361
......@@ -902,7 +902,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'ac3eccdc24bccece5f73ee67b88154f3bf4a4e9a',
Var('chromium_git') + '/webm/libvpx.git' + '@' + '615922dfb53103aa3d1620790b97d2ba3b4c76ad',
'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + 'e4931ebc0a816458c18a6734e91a4d1b5acd5c56',
......
......@@ -2,8 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/arm.gni")
import("//build/config/android/config.gni")
import("//build/config/arm.gni")
import("//build/config/sanitizers/sanitizers.gni")
import("//third_party/libvpx/libvpx_srcs.gni")
import("//third_party/yasm/yasm_assemble.gni")
......
......@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
Date: Monday November 19 2018
Date: Wednesday November 28 2018
Branch: master
Commit: ac3eccdc24bccece5f73ee67b88154f3bf4a4e9a
Commit: 615922dfb53103aa3d1620790b97d2ba3b4c76ad
Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and
......
......@@ -332,7 +332,7 @@ libvpx_srcs_x86 = [
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_sse2.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/mem_sse2.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_x86.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_sse2.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/transpose_sse2.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/txfm_common_sse2.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_asm_stubs.c",
......@@ -808,7 +808,7 @@ libvpx_srcs_x86_64 = [
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_sse2.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/inv_txfm_ssse3.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/mem_sse2.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_x86.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/quantize_sse2.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/transpose_sse2.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/txfm_common_sse2.h",
"//third_party/libvpx/source/libvpx/vpx_dsp/x86/vpx_asm_stubs.c",
......
......@@ -2,7 +2,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 7
#define VERSION_PATCH 0
#define VERSION_EXTRA "1367-gac3eccdc2"
#define VERSION_EXTRA "1414-g615922dfb"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.7.0-1367-gac3eccdc2"
#define VERSION_STRING " v1.7.0-1367-gac3eccdc2"
#define VERSION_STRING_NOSP "v1.7.0-1414-g615922dfb"
#define VERSION_STRING " v1.7.0-1414-g615922dfb"
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