Commit 0a1b79f6 authored by Jerome Jiang's avatar Jerome Jiang Committed by Chromium LUCI CQ

Roll src/third_party/libvpx/source/libvpx/ b5d77a48d..576e0801f (19 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/b5d77a48d740..576e0801f928

$ git log b5d77a48d..576e0801f --date=short --no-merges --format='%ad %ae %s'
2021-01-13 huisu vpxenc: initalize the image object
2020-12-17 angiebird Fix show_index in vp9_extrc_encodeframe_decision()
2020-12-17 angiebird Correct pixel_count in encode_frame_result
2020-12-15 huisu First pass: skip motion search for intra-only
2020-12-11 gjasny configure: add darwin20 cross-compile support
2020-12-10 jleconte Fix nullptr with offset.
2020-11-25 angiebird Fix typos in simple_encode.h
2020-11-24 angiebird Revert "Close out file in EndEncode()"
2020-11-20 angiebird Refine documentation of vpx_ext_ratectrl.h
2020-11-19 angiebird Allow user to set rc_mode and cq_level in SimpleEncode
2020-11-17 angiebird Add gop_index to vpx_ext_ratectrl.h
2020-11-17 angiebird Capitalize VPX_RC_OK / VPX_RC_ERROR
2020-11-17 angiebird Add doxygen for vpx_rc_funcs_t
2020-11-13 angiebird Add doxygen for vpx_rc_config
2020-11-13 angiebird Copy first pass stats documentation from AV1 to VP9
2020-11-13 angiebird Add doxygen to structs in vpx_ext_ratectrl.h
2020-11-13 angiebird Fix uninitialized warning in resize_test.cc
2020-11-13 angiebird Fix the warning of C90 mixed declarations and code
2020-08-10 angiebird Close out file in EndEncode()

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

Change-Id: I06789ff7cfab1dc8da824acadc0f3595db62ae60
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632807Reviewed-by: default avatarJames Zern <jzern@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#844328}
parent 948e0149
......@@ -1163,7 +1163,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'b5d77a48d740e211a130c8e45d9353ef8c154a47',
Var('chromium_git') + '/webm/libvpx.git' + '@' + '576e0801f9281fd54e2c69ad5be5fef7af656011',
'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 November 16 2020
Date: Wednesday January 13 2021
Branch: master
Commit: b5d77a48d740e211a130c8e45d9353ef8c154a47
Commit: 576e0801f9281fd54e2c69ad5be5fef7af656011
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 "104-gb5d77a48d"
#define VERSION_EXTRA "129-g576e0801f"
#define VERSION_PACKED \
((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.9.0-104-gb5d77a48d"
#define VERSION_STRING " v1.9.0-104-gb5d77a48d"
#define VERSION_STRING_NOSP "v1.9.0-129-g576e0801f"
#define VERSION_STRING " v1.9.0-129-g576e0801f"
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