Commit 61da37fb authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ 7808cc796..c66fe1a89 (17 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/7808cc796ef1..c66fe1a8930c

$ git log 7808cc796..c66fe1a89 --date=short --no-merges --format='%ad %ae %s'
2018-11-07 jianj Add operator<< to hadamard test.
2018-11-07 yaowu Simplify rdmult computation
2018-11-07 marpan vp9-screen-content: Adjust condition for large search area
2018-11-07 jingning Cosmetic clean up in find_arf_order
2018-11-06 jingning Unify GOP structure layout setup
2018-08-28 jianj vp9: postencode drop frame for screen content in CBR.
2018-11-05 marpan vp9 screen-content: Adjustments for screen content.
2018-11-01 sdeng Refactor Hadamard tests and add highbd tests
2018-10-26 paulwilkins Modified key frame detection.
2018-11-05 jianj vp8 dec: only compute ref frame buffer pointer for non intra
2018-11-05 jingning Track maximum layer depth in a GOP
2018-11-05 jingning Fix gf_group->frame_end assignment
2018-11-05 jingning Refactor define_gf_group_structure()
2018-11-05 jingning Remove redundant assignments in define_gf_group_structure()
2018-11-05 jingning Refactor find_arf_order()
2018-11-05 marpan vp8: Increase rate correction threshold for drop-overshoot
2018-10-31 johann.koenig vp8: remove VP8_ENTROPY_STATS code

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

BUG=b/118866248,b/112990050

Change-Id: I06b1b60c39fbdd0f2ed16713dae91a02969e918c
Reviewed-on: https://chromium-review.googlesource.com/c/1327405Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#606599}
parent f090cedb
......@@ -908,7 +908,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '7808cc796ef1b7dde0a5e03f6d71e8a7f0174a1e',
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'c66fe1a8930cf1ad43b38dd7cb88f8ae0139b0b2',
'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + 'e4931ebc0a816458c18a6734e91a4d1b5acd5c56',
......
......@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
Date: Tuesday November 06 2018
Date: Thursday November 08 2018
Branch: master
Commit: 7808cc796ef1b7dde0a5e03f6d71e8a7f0174a1e
Commit: c66fe1a8930cf1ad43b38dd7cb88f8ae0139b0b2
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 7
#define VERSION_PATCH 0
#define VERSION_EXTRA "1305-g7808cc796"
#define VERSION_EXTRA "1338-gc66fe1a89"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.7.0-1305-g7808cc796"
#define VERSION_STRING " v1.7.0-1305-g7808cc796"
#define VERSION_STRING_NOSP "v1.7.0-1338-gc66fe1a89"
#define VERSION_STRING " v1.7.0-1338-gc66fe1a89"
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