Attention is currently required from: James Zern, Jerome Jiang, Angie Chiang.
Angie Chiang would like James Zern and Jerome Jiang to review this change.
Roll src/third_party/libvpx/source/libvpx/ 7aabd6968..e259e6951 (7 commits)
https://chromium.googlesource.com/webm/libvpx.git/+log/7aabd6968278..e259e6951d79
$ git log 7aabd6968..e259e6951 --date=short --no-merges --format='%ad %ae %s'
2021-10-12 jzern test/Android.mk: import LICENSE indicators from AOSP
2021-10-09 jzern Android.mk: import LICENSE indicators from AOSP
2021-10-05 jianj Update AUTHORS and version info in libs.mk
2021-10-01 jzern {vp8,vp9}_set_roi_map: fix validation with INT_MIN
2021-09-27 jianj CHANGELOG for Smew v1.11.0
2021-09-20 jianj Cap duration to avoid overflow
2021-09-10 wtc Define the VPX_NO_RETURN macro for MSVC
Created with:
roll-dep src/third_party/libvpx/source/libvpx
R=angi...@google.com
Change-Id: Ic3aa44c02414d19bcb4a41fa7ca6e8bbe451d46e
---
M third_party/libvpx/source/config/vpx_version.h
M DEPS
M third_party/libvpx/README.chromium
3 files changed, 31 insertions(+), 7 deletions(-)
diff --git a/DEPS b/DEPS
index ad3711c..811d92c 100644
--- a/DEPS
+++ b/DEPS
@@ -1301,7 +1301,7 @@
},
'src/third_party/libvpx/source/libvpx':
- Var('chromium_git') + '/webm/libvpx.git' + '@' + '7aabd6968278130da885f6c35ee12b19a1e7be72',
+ Var('chromium_git') + '/webm/libvpx.git' + '@' + 'e259e6951d794ca6a6f2f3c9c40c5c99818613d3',
'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + 'e4fbea0c9751ae8aa86629b197a28d8276a2b0da',
diff --git a/third_party/libvpx/README.chromium b/third_party/libvpx/README.chromium
index b2c0361..b3c724af 100644
--- a/third_party/libvpx/README.chromium
+++ b/third_party/libvpx/README.chromium
@@ -6,9 +6,9 @@
License File: source/libvpx/LICENSE
Security Critical: yes
-Date: Monday October 04 2021
+Date: Tuesday October 12 2021
Branch: main
-Commit: 7aabd6968278130da885f6c35ee12b19a1e7be72
+Commit: e259e6951d794ca6a6f2f3c9c40c5c99818613d3
Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and
diff --git a/third_party/libvpx/source/config/vpx_version.h b/third_party/libvpx/source/config/vpx_version.h
index 330380d..7889ab6 100644
--- a/third_party/libvpx/source/config/vpx_version.h
+++ b/third_party/libvpx/source/config/vpx_version.h
@@ -1,9 +1,9 @@
// This file is generated. Do not edit.
#define VERSION_MAJOR 1
-#define VERSION_MINOR 10
+#define VERSION_MINOR 11
#define VERSION_PATCH 0
-#define VERSION_EXTRA "136-g7aabd6968"
+#define VERSION_EXTRA "21-ge259e6951"
#define VERSION_PACKED \
((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH))
-#define VERSION_STRING_NOSP "v1.10.0-136-g7aabd6968"
-#define VERSION_STRING " v1.10.0-136-g7aabd6968"
+#define VERSION_STRING_NOSP "v1.11.0-21-ge259e6951"
+#define VERSION_STRING " v1.11.0-21-ge259e6951"
To view, visit change 3248174. To unsubscribe, or for help writing mail filters, visit settings.
Attention is currently required from: James Zern, Jerome Jiang, Angie Chiang.
Patch set 2:Commit-Queue +1
Attention is currently required from: Angie Chiang, Jerome Jiang.
Patch set 2:Code-Review +1Commit-Queue +2
1 comment:
Patchset:
Thanks for following through with this.
To view, visit change 3248174. To unsubscribe, or for help writing mail filters, visit settings.
Chromium LUCI CQ submitted this change.
Roll src/third_party/libvpx/source/libvpx/ 7aabd6968..e259e6951 (7 commits)
https://chromium.googlesource.com/webm/libvpx.git/+log/7aabd6968278..e259e6951d79
$ git log 7aabd6968..e259e6951 --date=short --no-merges --format='%ad %ae %s'
2021-10-12 jzern test/Android.mk: import LICENSE indicators from AOSP
2021-10-09 jzern Android.mk: import LICENSE indicators from AOSP
2021-10-05 jianj Update AUTHORS and version info in libs.mk
2021-10-01 jzern {vp8,vp9}_set_roi_map: fix validation with INT_MIN
2021-09-27 jianj CHANGELOG for Smew v1.11.0
2021-09-20 jianj Cap duration to avoid overflow
2021-09-10 wtc Define the VPX_NO_RETURN macro for MSVC
Created with:
roll-dep src/third_party/libvpx/source/libvpx
R=angi...@google.com
Change-Id: Ic3aa44c02414d19bcb4a41fa7ca6e8bbe451d46e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3248174
Commit-Queue: James Zern <jz...@google.com>
Reviewed-by: James Zern <jz...@google.com>
Cr-Commit-Position: refs/heads/main@{#936186}
---
M third_party/libvpx/source/config/vpx_version.h
M DEPS
M third_party/libvpx/README.chromium
3 files changed, 35 insertions(+), 7 deletions(-)
diff --git a/DEPS b/DEPS
index 06f1bcc..049dbc6 100644
--- a/DEPS
+++ b/DEPS
@@ -1302,7 +1302,7 @@
To view, visit change 3248174. To unsubscribe, or for help writing mail filters, visit settings.
1 comment:
Patchset:
Thanks for following through with this.
No problem.
To view, visit change 3248174. To unsubscribe, or for help writing mail filters, visit settings.