Roll src/third_party/libvpx/source/libvpx/ b7e03724b..50d1a4aa7 (17 commits)
b7e03724b3..50d1a4aa72
$ git log b7e03724b..50d1a4aa7 --date=short --no-merges --format='%ad %ae %s'
2019-12-17 johannkoenig vp8: move error check earlier
2019-12-16 angiebird Rename encode_frame_index
2019-12-13 angiebird Add start_show_index/show_frame_count
2019-12-12 angiebird Cosmetic change of update_encode_frame_result()
2019-12-12 angiebird Move psnr/sse computation under RATE_CTRL flag
2019-12-12 angiebird Add detailed description about GroupOfPicture
2019-12-12 angiebird Cosmetic change of vp9_get_gop_coding_frame_count
2019-12-11 angiebird Add GetFramePixelCount to SimpleEncode
2019-12-11 angiebird Cosmetic changes for RATE_CTRL related functions
2019-12-09 angiebird Rename parameter two_pass to twopass.
2019-11-26 angiebird Add GetNextEncodeFrameInfo ObserveGroupOfPicture
2019-12-09 johannkoenig Release v1.8.2 Pekin Duck
2019-12-09 angiebird Set frames_since_key in vp9_get_coding_frame_num
2019-12-06 angiebird Add vp9_get_gop_coding_frame_count()
2019-12-04 johannkoenig trivial: fix 'fragment' spelling
2019-12-04 johannkoenig trivial: remove reference to error correction
2019-12-03 johannkoenig vp8 boolreader: ignore invalid input
Created with:
roll-dep src/third_party/libvpx/source/libvpx
BUG=webm:1661
Change-Id: I26050708023d337d358799b8bd798e5b79ed5af7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1977300
Reviewed-by: James Zern <jzern@google.com>
Commit-Queue: Johann Koenig <johannkoenig@google.com>
Cr-Commit-Position: refs/heads/master@{#726775}
This commit is contained in:
2
DEPS
2
DEPS
@ -1171,7 +1171,7 @@ deps = {
|
||||
},
|
||||
|
||||
'src/third_party/libvpx/source/libvpx':
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'b7e03724b3afb83d8bb7e19bbf0fc8ccdcc1b3b6',
|
||||
Var('chromium_git') + '/webm/libvpx.git' + '@' + '50d1a4aa725fbc78ee89ffde5e83b4ee4fe4893e',
|
||||
|
||||
'src/third_party/libwebm/source':
|
||||
Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1',
|
||||
|
6
third_party/libvpx/README.chromium
vendored
6
third_party/libvpx/README.chromium
vendored
@ -1,13 +1,13 @@
|
||||
Name: libvpx
|
||||
URL: http://www.webmproject.org
|
||||
Version: v1.8.1
|
||||
Version: v1.8.2
|
||||
License: BSD
|
||||
License File: source/libvpx/LICENSE
|
||||
Security Critical: yes
|
||||
|
||||
Date: Saturday December 07 2019
|
||||
Date: Thursday December 19 2019
|
||||
Branch: master
|
||||
Commit: b7e03724b3afb83d8bb7e19bbf0fc8ccdcc1b3b6
|
||||
Commit: 50d1a4aa725fbc78ee89ffde5e83b4ee4fe4893e
|
||||
|
||||
Description:
|
||||
Contains the sources used to compile libvpx binaries used by Google Chrome and
|
||||
|
@ -1,9 +1,9 @@
|
||||
// This file is generated. Do not edit.
|
||||
#define VERSION_MAJOR 1
|
||||
#define VERSION_MINOR 8
|
||||
#define VERSION_PATCH 1
|
||||
#define VERSION_EXTRA "312-gb7e03724b"
|
||||
#define VERSION_PATCH 2
|
||||
#define VERSION_EXTRA "23-g50d1a4aa7"
|
||||
#define VERSION_PACKED \
|
||||
((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH))
|
||||
#define VERSION_STRING_NOSP "v1.8.1-312-gb7e03724b"
|
||||
#define VERSION_STRING " v1.8.1-312-gb7e03724b"
|
||||
#define VERSION_STRING_NOSP "v1.8.2-23-g50d1a4aa7"
|
||||
#define VERSION_STRING " v1.8.2-23-g50d1a4aa7"
|
||||
|
Reference in New Issue
Block a user