Roll src/third_party/libvpx/source/libvpx/ 713e0faca..a2508b571 (4 commits)
713e0faca0..a2508b5711
$ git log 713e0faca..a2508b571 --date=short --no-merges --format='%ad %ae %s'
2024-06-07 jzern configure: disable runtime cpu detect w/armv7*-darwin
2024-06-05 wtc Document the internal maximum of rc_target_bitrate
2024-06-05 wtc Remove unnecessary double cast for cpi->framerate
2024-06-05 marpan vp9: round for framerate and _min/max_gf_interval()
Created with:
roll-dep src/third_party/libvpx/source/libvpx
R=eugene@chromium.org,jzern@google.com
Bug: b:308446709
Change-Id: I70893efc3252e8a1834524e445fe518834aa0d76
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5618150
Reviewed-by: James Zern <jzern@google.com>
Commit-Queue: Wan-Teh Chang <wtc@google.com>
Cr-Commit-Position: refs/heads/main@{#1313102}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
9ca41d71ec
commit
a6bb6fe54d
2
DEPS
2
DEPS
@@ -2052,7 +2052,7 @@ deps = {
|
||||
},
|
||||
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + '713e0faca06c4dfdb7e3229cb604068f789584e9',
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'a2508b5711b6eb7aee197c8de16a46bda6fdbe88',
|
||||
|
||||
'src/third_party/libwebm/source':
|
||||
Var('chromium_git') + '/webm/libwebm.git' + '@' + 'e4fbea0c9751ae8aa86629b197a28d8276a2b0da',
|
||||
|
2
third_party/libvpx/README.chromium
vendored
2
third_party/libvpx/README.chromium
vendored
@@ -1,7 +1,7 @@
|
||||
Name: libvpx
|
||||
URL: https://chromium.googlesource.com/webm/libvpx
|
||||
Version: N/A
|
||||
Revision: 713e0faca06c4dfdb7e3229cb604068f789584e9
|
||||
Revision: a2508b5711b6eb7aee197c8de16a46bda6fdbe88
|
||||
CPEPrefix: cpe:/a:webmproject:libvpx:1.14.0
|
||||
License: BSD
|
||||
License File: source/libvpx/LICENSE
|
||||
|
@@ -2,8 +2,8 @@
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 14
|
||||
#define VERSION_PATCH 1
|
||||
#define VERSION_EXTRA "290-g713e0faca"
|
||||
#define VERSION_EXTRA "294-ga2508b571"
|
||||
#define VERSION_PACKED \
|
||||
((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH))
|
||||
#define VERSION_STRING_NOSP "v1.14.1-290-g713e0faca"
|
||||
#define VERSION_STRING " v1.14.1-290-g713e0faca"
|
||||
#define VERSION_STRING_NOSP "v1.14.1-294-ga2508b571"
|
||||
#define VERSION_STRING " v1.14.1-294-ga2508b571"
|
||||
|
2
third_party/libvpx/source/libvpx
vendored
2
third_party/libvpx/source/libvpx
vendored
Submodule third_party/libvpx/source/libvpx updated: 713e0faca0...a2508b5711
Reference in New Issue
Block a user