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

Roll src/third_party/libvpx/source/libvpx/ 97356acb5..7e8ea22e4 (7 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/97356acb50e2..7e8ea22e4056

$ git log 97356acb5..7e8ea22e4 --date=short --no-merges --format='%ad %ae %s'
2020-10-02 jianj Add codec control to disable loopfilter for vp9
2020-09-30 jianj Add file for rate control interface test.
2020-09-29 jzern ratectrl_rtc_test.cc: fix signed/unsigned comparison
2020-09-29 jzern configure.sh: fix arm64-darwin-gcc match
2020-09-25 jzern configure: add darwin20 support
2020-09-16 jzern vp9_ratectrl,vp9_resize_one_pass_cbr: rm redundant casts
2020-09-16 jzern test/encode_test_driver: rm redundant get() w/unique_ptr

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

Change-Id: Id1b2c90b313d4a8ecfc385f26f912bcdb4c73d11
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2451373Reviewed-by: default avatarJames Zern <jzern@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#813991}
parent 5e41e715
......@@ -1154,7 +1154,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '97356acb50e212fcfb7c91715718ec70953f780c',
Var('chromium_git') + '/webm/libvpx.git' + '@' + '7e8ea22e4056a3da04b139fcc812a3f6937bbed7',
'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1',
......
......@@ -6,9 +6,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
Date: Monday September 14 2020
Date: Friday October 02 2020
Branch: master
Commit: 97356acb50e212fcfb7c91715718ec70953f780c
Commit: 7e8ea22e4056a3da04b139fcc812a3f6937bbed7
Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and
......
......@@ -2,8 +2,8 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 9
#define VERSION_PATCH 0
#define VERSION_EXTRA "65-g97356acb5"
#define VERSION_EXTRA "75-g7e8ea22e4"
#define VERSION_PACKED \
((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.9.0-65-g97356acb5"
#define VERSION_STRING " v1.9.0-65-g97356acb5"
#define VERSION_STRING_NOSP "v1.9.0-75-g7e8ea22e4"
#define VERSION_STRING " v1.9.0-75-g7e8ea22e4"
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