Roll src/third_party/libvpx/source/libvpx/ 7aabd6968..e259e6951 (7 commits) [chromium/src : main]

1 view
Skip to first unread message

Angie Chiang (Gerrit)

unread,
Oct 28, 2021, 6:33:36 PM10/28/21
to James Zern, Jerome Jiang, feature-me...@chromium.org

Attention is currently required from: James Zern, Jerome Jiang, Angie Chiang.

Angie Chiang would like James Zern and Jerome Jiang to review this change.

View 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.

Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: Ic3aa44c02414d19bcb4a41fa7ca6e8bbe451d46e
Gerrit-Change-Number: 3248174
Gerrit-PatchSet: 2
Gerrit-Owner: Angie Chiang <angi...@google.com>
Gerrit-Reviewer: Angie Chiang <angi...@google.com>
Gerrit-Reviewer: James Zern <jz...@google.com>
Gerrit-Reviewer: Jerome Jiang <ji...@google.com>
Gerrit-CC: Frank Galligan <fgal...@google.com>
Gerrit-CC: Jerome Jiang <ji...@chromium.org>
Gerrit-CC: Marco Paniconi <mar...@google.com>
Gerrit-CC: Tom Finegan <tomfi...@chromium.org>
Gerrit-Attention: James Zern <jz...@google.com>
Gerrit-Attention: Jerome Jiang <ji...@google.com>
Gerrit-Attention: Angie Chiang <angi...@google.com>
Gerrit-MessageType: newchange

Angie Chiang (Gerrit)

unread,
Oct 28, 2021, 6:33:41 PM10/28/21
to feature-me...@chromium.org, James Zern, Jerome Jiang, Chromium LUCI CQ, chromium...@chromium.org, Frank Galligan, Jerome Jiang, Marco Paniconi, Tom Finegan

Attention is currently required from: James Zern, Jerome Jiang, Angie Chiang.

Patch set 2:Commit-Queue +1

View Change

    To view, visit change 3248174. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: Ic3aa44c02414d19bcb4a41fa7ca6e8bbe451d46e
    Gerrit-Change-Number: 3248174
    Gerrit-PatchSet: 2
    Gerrit-Owner: Angie Chiang <angi...@google.com>
    Gerrit-Reviewer: Angie Chiang <angi...@google.com>
    Gerrit-Reviewer: James Zern <jz...@google.com>
    Gerrit-Reviewer: Jerome Jiang <ji...@google.com>
    Gerrit-CC: Frank Galligan <fgal...@google.com>
    Gerrit-CC: Jerome Jiang <ji...@chromium.org>
    Gerrit-CC: Marco Paniconi <mar...@google.com>
    Gerrit-CC: Tom Finegan <tomfi...@chromium.org>
    Gerrit-Attention: James Zern <jz...@google.com>
    Gerrit-Attention: Jerome Jiang <ji...@google.com>
    Gerrit-Attention: Angie Chiang <angi...@google.com>
    Gerrit-Comment-Date: Thu, 28 Oct 2021 22:33:33 +0000
    Gerrit-HasComments: No
    Gerrit-Has-Labels: Yes
    Gerrit-MessageType: comment

    James Zern (Gerrit)

    unread,
    Oct 28, 2021, 7:37:01 PM10/28/21
    to Angie Chiang, feature-me...@chromium.org, Jerome Jiang, Chromium LUCI CQ, chromium...@chromium.org, Frank Galligan, Jerome Jiang, Marco Paniconi, Tom Finegan

    Attention is currently required from: Angie Chiang, Jerome Jiang.

    Patch set 2:Code-Review +1Commit-Queue +2

    View Change

    1 comment:

    To view, visit change 3248174. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: Ic3aa44c02414d19bcb4a41fa7ca6e8bbe451d46e
    Gerrit-Change-Number: 3248174
    Gerrit-PatchSet: 2
    Gerrit-Owner: Angie Chiang <angi...@google.com>
    Gerrit-Reviewer: Angie Chiang <angi...@google.com>
    Gerrit-Reviewer: James Zern <jz...@google.com>
    Gerrit-Reviewer: Jerome Jiang <ji...@google.com>
    Gerrit-CC: Frank Galligan <fgal...@google.com>
    Gerrit-CC: Jerome Jiang <ji...@chromium.org>
    Gerrit-CC: Marco Paniconi <mar...@google.com>
    Gerrit-CC: Tom Finegan <tomfi...@chromium.org>
    Gerrit-Attention: Angie Chiang <angi...@google.com>
    Gerrit-Attention: Jerome Jiang <ji...@google.com>
    Gerrit-Comment-Date: Thu, 28 Oct 2021 23:36:52 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: Yes
    Gerrit-MessageType: comment

    Chromium LUCI CQ (Gerrit)

    unread,
    Oct 28, 2021, 8:42:15 PM10/28/21
    to Angie Chiang, feature-me...@chromium.org, James Zern, Jerome Jiang, chromium...@chromium.org, Frank Galligan, Jerome Jiang, Marco Paniconi, Tom Finegan

    Chromium LUCI CQ submitted this change.

    View Change


    Approvals: James Zern: Looks good to me; Commit
    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.

    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: Ic3aa44c02414d19bcb4a41fa7ca6e8bbe451d46e
    Gerrit-Change-Number: 3248174
    Gerrit-PatchSet: 3
    Gerrit-Owner: Angie Chiang <angi...@google.com>
    Gerrit-Reviewer: Angie Chiang <angi...@google.com>
    Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
    Gerrit-Reviewer: James Zern <jz...@google.com>
    Gerrit-Reviewer: Jerome Jiang <ji...@google.com>
    Gerrit-CC: Frank Galligan <fgal...@google.com>
    Gerrit-CC: Jerome Jiang <ji...@chromium.org>
    Gerrit-CC: Marco Paniconi <mar...@google.com>
    Gerrit-CC: Tom Finegan <tomfi...@chromium.org>
    Gerrit-MessageType: merged

    Angie Chiang (Gerrit)

    unread,
    Oct 29, 2021, 4:56:40 PM10/29/21
    to Chromium LUCI CQ, feature-me...@chromium.org, James Zern, Jerome Jiang, chromium...@chromium.org, Frank Galligan, Jerome Jiang, Marco Paniconi, Tom Finegan

    View Change

    1 comment:

    • Patchset:

      • No problem.

    To view, visit change 3248174. To unsubscribe, or for help writing mail filters, visit settings.

    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: Ic3aa44c02414d19bcb4a41fa7ca6e8bbe451d46e
    Gerrit-Change-Number: 3248174
    Gerrit-PatchSet: 3
    Gerrit-Owner: Angie Chiang <angi...@google.com>
    Gerrit-Reviewer: Angie Chiang <angi...@google.com>
    Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
    Gerrit-Reviewer: James Zern <jz...@google.com>
    Gerrit-Reviewer: Jerome Jiang <ji...@google.com>
    Gerrit-CC: Frank Galligan <fgal...@google.com>
    Gerrit-CC: Jerome Jiang <ji...@chromium.org>
    Gerrit-CC: Marco Paniconi <mar...@google.com>
    Gerrit-CC: Tom Finegan <tomfi...@chromium.org>
    Gerrit-Comment-Date: Fri, 29 Oct 2021 20:56:32 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    Comment-In-Reply-To: James Zern <jz...@google.com>
    Gerrit-MessageType: comment
    Reply all
    Reply to author
    Forward
    0 new messages