Commit d8471f02 authored by Jerome Jiang's avatar Jerome Jiang Committed by Commit Bot

Roll src/third_party/libaom/source/libaom/ c25910f6d..611c58e51 (151 commits)

https://aomedia.googlesource.com/aom.git/+log/c25910f6d213..611c58e51104

$ git log c25910f6d..611c58e51 --date=short --no-merges --format='%ad %ae %s'
2020-04-03 chiyotsai Remove an unneeded skip in skip_repeated_newmv
2020-04-03 jzern transpose_sse2.h,cosmetics: fix some comments
2020-04-02 ravi.chaudhary Optimize PC_TREE for lower resolution contents
2020-04-03 vishesh.garg Refactor GlobalMotionInfo from AV1_COMP
2020-04-06 vishesh.garg Refactor ForceIntegerMVInfo from AV1_COMP
2020-04-06 huisu Cleanup and documentation for inter_block_yrd()
2020-04-06 huisu Cleanup / commnets for tx_type_rd and tx_block_rd
2020-04-05 huisu Code improvement in try_tx_block_split()
2020-04-02 yaowu Remove an obsolete TODO
2020-04-02 yjshen Adjust a hyper-parameter used in temporal filter.
(...)
2020-02-28 sdeng Use downsized frame in VMAF RDO update
2020-03-18 huisu code cleanup in init_ref_frame_space()
2020-03-19 ravi.chaudhary Cleanup variables in cpi
2020-03-04 jianj RT: Handle variance low flag properly for superblock 64x64
2020-03-16 marpan rtc: Fix to skip mv mode in nonrd_pickmode
2020-02-17 remya.prakasan Clean up hash me code
2020-03-17 jayasanker.j Prune AB partitions based on split and HORZ/VERT
2020-03-16 huisu small optimization in av1_handle_inter_intra_mode()
2020-02-25 mufaddal.chakera Refactor kf and gfu boost calculation in LAP
2020-03-11 mufaddal.chakera Refactor av1_lookahead_init

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

Change-Id: I9ed6250208a60578d2f1b34eed425a90ac393b3c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2140625Reviewed-by: default avatarJames Zern <jzern@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#757521}
parent 2d388716
......@@ -1086,7 +1086,7 @@ deps = {
Var('chromium_git') + '/external/libaddressinput.git' + '@' + '390dfc08e3806a2125d08d4d8d034a24d587d77a',
'src/third_party/libaom/source/libaom':
Var('aomedia_git') + '/aom.git' + '@' + 'c25910f6d213ec5ec45ae53caa5e40bd7ebd218f',
Var('aomedia_git') + '/aom.git' + '@' + '611c58e511042782869dfcb6e0450587b30fc5f2',
'src/third_party/libavif/src':
Var('chromium_git') + '/external/github.com/AOMediaCodec/libavif.git' + '@' + Var('libavif_revision'),
......
......@@ -2,9 +2,9 @@ Name: Alliance for Open Media Video Codec
Short Name: libaom
URL: https://aomedia.googlesource.com/aom/
Version: 0
Date: Wednesday March 18 2020
Date: Monday April 06 2020
Branch: master
Commit: c25910f6d213ec5ec45ae53caa5e40bd7ebd218f
Commit: 611c58e511042782869dfcb6e0450587b30fc5f2
License: BSD
License File: source/libaom/LICENSE
Security Critical: yes
......
......@@ -84,6 +84,7 @@ aom_av1_common_sources = [
"//third_party/libaom/source/libaom/av1/av1_iface_common.h",
"//third_party/libaom/source/libaom/av1/common/alloccommon.c",
"//third_party/libaom/source/libaom/av1/common/alloccommon.h",
"//third_party/libaom/source/libaom/av1/common/av1_common_int.h",
"//third_party/libaom/source/libaom/av1/common/av1_inv_txfm1d.c",
"//third_party/libaom/source/libaom/av1/common/av1_inv_txfm1d.h",
"//third_party/libaom/source/libaom/av1/common/av1_inv_txfm1d_cfg.h",
......@@ -124,7 +125,6 @@ aom_av1_common_sources = [
"//third_party/libaom/source/libaom/av1/common/obu_util.h",
"//third_party/libaom/source/libaom/av1/common/odintrin.c",
"//third_party/libaom/source/libaom/av1/common/odintrin.h",
"//third_party/libaom/source/libaom/av1/common/onyxc_int.h",
"//third_party/libaom/source/libaom/av1/common/pred_common.c",
"//third_party/libaom/source/libaom/av1/common/pred_common.h",
"//third_party/libaom/source/libaom/av1/common/quant_common.c",
......@@ -499,9 +499,8 @@ aom_dsp_common_sources = [
aom_dsp_decoder_sources = [
"//third_party/libaom/source/libaom/aom_dsp/binary_codes_reader.c",
"//third_party/libaom/source/libaom/aom_dsp/binary_codes_reader.h",
"//third_party/libaom/source/libaom/aom_dsp/bitreader.c",
"//third_party/libaom/source/libaom/aom_dsp/bitreader.h",
"//third_party/libaom/source/libaom/aom_dsp/daalaboolreader.c",
"//third_party/libaom/source/libaom/aom_dsp/daalaboolreader.h",
"//third_party/libaom/source/libaom/aom_dsp/entdec.c",
"//third_party/libaom/source/libaom/aom_dsp/entdec.h",
"//third_party/libaom/source/libaom/aom_dsp/grain_synthesis.c",
......@@ -605,10 +604,9 @@ aom_dsp_encoder_intrin_ssse3 = [
aom_dsp_encoder_sources = [
"//third_party/libaom/source/libaom/aom_dsp/binary_codes_writer.c",
"//third_party/libaom/source/libaom/aom_dsp/binary_codes_writer.h",
"//third_party/libaom/source/libaom/aom_dsp/bitwriter.c",
"//third_party/libaom/source/libaom/aom_dsp/bitwriter.h",
"//third_party/libaom/source/libaom/aom_dsp/blk_sse_sum.c",
"//third_party/libaom/source/libaom/aom_dsp/daalaboolwriter.c",
"//third_party/libaom/source/libaom/aom_dsp/daalaboolwriter.h",
"//third_party/libaom/source/libaom/aom_dsp/entenc.c",
"//third_party/libaom/source/libaom/aom_dsp/entenc.h",
"//third_party/libaom/source/libaom/aom_dsp/fwd_txfm.c",
......
......@@ -12,8 +12,8 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 0
#define VERSION_EXTRA "errata1-avif-415-gc25910f6d"
#define VERSION_EXTRA "errata1-avif-566-g611c58e51"
#define VERSION_PACKED \
((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH))
#define VERSION_STRING_NOSP "1.0.0-errata1-avif-415-gc25910f6d"
#define VERSION_STRING " 1.0.0-errata1-avif-415-gc25910f6d"
#define VERSION_STRING_NOSP "1.0.0-errata1-avif-566-g611c58e51"
#define VERSION_STRING " 1.0.0-errata1-avif-566-g611c58e51"
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