Commit af45c288 authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ 412547ad4..9b73e21c0 (36 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/412547ad4b75..9b73e21c0df8

$ git log 412547ad4..9b73e21c0 --date=short --no-merges --format='%ad %ae %s'
2019-10-24 hienho remove clang flag for integer sanitizer testing
2019-10-01 hienho vpx_dsp/x86/avg_intrin_sse2: fix int sanitizer warnings
2019-10-23 johannkoenig simplify darwin autodetection
2019-10-23 johannkoenig add darwin18 target
2019-10-23 johannkoenig use a compile time constant for kDataAlignment
2019-10-22 jzern vpx_int_pro_col_sse2: use unaligned loads
2019-10-22 angiebird Make gop size independent from kf_zeromotion_pct
2019-10-21 angiebird Add get_frames_to_next_key()
2019-10-21 angiebird Rename i by frames_to_key in find_next_key_frame
2019-10-21 angiebird Remove input_stats when decide frames_to_key
(...)
2019-10-14 angiebird Make get_zero_mtion_factor avoid using cpi
2019-10-14 angiebird Add check_transition_to_still()
2019-10-14 angiebird Add compute_arf_boost()
2019-10-11 angiebird Correct the num_frams of fps_init_first_pass_info
2019-10-11 angiebird Simplify the logics of computing gf_group_err etc
2019-10-11 angiebird Add calc_norm_frame_score()
2019-10-11 angiebird Remove mod_frame_err in define_gf_group
2019-10-11 angiebird Simplify the if clause in define_gf_group
2019-10-04 hienho vpx_dsp/inv_txfm: fix int sanitizer warnings
2019-10-03 hienho vp8/decoder/decodeframe: fix int sanitizer warnings

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

Change-Id: I1b862258e20d77113087bbf2418624222860031f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1887733Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#710511}
parent 4c203cc5
......@@ -1195,7 +1195,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '412547ad4b759e139b626f523b313c87debc6639',
Var('chromium_git') + '/webm/libvpx.git' + '@' + '9b73e21c0df8e13259bc9af461a65229d57aeb49',
'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1',
......
......@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
Date: Thursday October 10 2019
Date: Friday October 25 2019
Branch: master
Commit: 412547ad4b759e139b626f523b313c87debc6639
Commit: 9b73e21c0df8e13259bc9af461a65229d57aeb49
Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and
......
......@@ -2,7 +2,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 8
#define VERSION_PATCH 1
#define VERSION_EXTRA "160-g412547ad4b"
#define VERSION_EXTRA "208-g9b73e21c0d"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.8.1-160-g412547ad4b"
#define VERSION_STRING " v1.8.1-160-g412547ad4b"
#define VERSION_STRING_NOSP "v1.8.1-208-g9b73e21c0d"
#define VERSION_STRING " v1.8.1-208-g9b73e21c0d"
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