Commit 4c3ad9d6 authored by Urvang Joshi's avatar Urvang Joshi Committed by Commit Bot

Roll src/third_party/libaom/source/libaom/ 88e4b0a4e..0415f2e50 (22 commits)

https://aomedia.googlesource.com/aom.git/+log/88e4b0a4ee32..0415f2e501a2

$ git log 88e4b0a4e..0415f2e50 --date=short --no-merges --format='%ad %ae %s'
2018-07-23 yaowu Fix a MSVC compiler warning
2018-07-23 wtc Add ATTRIBUTE_PACKED to some enum types.
2018-07-20 jzern decoder.h: rm unused dec_is_ref_frame_buf
2018-07-20 jzern warped_motion.[hc]: rm unused project_points_affine
2018-07-20 jzern txb_common.h: rm unused get_nz_count
2018-07-20 jzern scan.h: rm unused get_coef_context
2018-07-20 jzern quant_common.[hc]: rm unused av1_qindex_from_ac_Q3
2018-07-20 jzern onyxc_int.h: rm unused mi_(rows|cols)_aligned_to_sb
2018-07-20 jzern mv.h: rm unused mv_has_subpel
2018-07-20 jzern blockd.h: rm transpose_*
2018-07-20 jzern av1_txfm.h: rm dead av1_rotate* code
2018-06-29 huisu Add a ML model to prune horz4 and vert4 partitions
2018-07-20 wtc OBU_FRAME type requires show_existing_frame == 0.
2018-07-20 ddvfinite Fix Valgrind error from WRAP_AVX2/ConvolveTest.Copy
2018-07-19 wtc Skip a copy of the frame header in the bit buffer.
2018-07-19 binpengsmail Speedup InterpFilterParams
2018-07-19 wtc Document how to call setjmp() correctly.
2018-07-20 wtc Revert "Save the first frame header in pbi->frame_header."
2018-07-19 urvang Move film_grain_params_present to SequenceHeader.
2018-07-19 urvang Revert "highbd_dc_pred_rect: Assert on valid only"
(...)

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

Bug: 866698
Change-Id: Ie5aeb939055300e70b105edd6de10fc9360af0e8
Reviewed-on: https://chromium-review.googlesource.com/1148699Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Reviewed-by: default avatarJames Zern <jzern@google.com>
Commit-Queue: Urvang Joshi <urvang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577979}
parent 042cef25
...@@ -768,7 +768,7 @@ deps = { ...@@ -768,7 +768,7 @@ deps = {
Var('chromium_git') + '/external/libaddressinput.git' + '@' + 'd955c63ec7048d59dffd20af25eeec23da878d27', Var('chromium_git') + '/external/libaddressinput.git' + '@' + 'd955c63ec7048d59dffd20af25eeec23da878d27',
'src/third_party/libaom/source/libaom': { 'src/third_party/libaom/source/libaom': {
'url': Var('aomedia_git') + '/aom.git' + '@' + '88e4b0a4ee32d39371e15040fa0a1ee7c9d8a19d', 'url': Var('aomedia_git') + '/aom.git' + '@' + '0415f2e501a2ef3282771d7500e9a325068436cb',
'condition': 'checkout_libaom', 'condition': 'checkout_libaom',
}, },
......
...@@ -2,9 +2,9 @@ Name: Alliance for Open Media Video Codec ...@@ -2,9 +2,9 @@ Name: Alliance for Open Media Video Codec
Short Name: libaom Short Name: libaom
URL: https://aomedia.googlesource.com/aom/ URL: https://aomedia.googlesource.com/aom/
Version: 0 Version: 0
Date: Thursday July 19 2018 Date: Monday July 23 2018
Branch: master Branch: master
Commit: 88e4b0a4ee32d39371e15040fa0a1ee7c9d8a19d Commit: 0415f2e501a2ef3282771d7500e9a325068436cb
License: BSD License: BSD
License File: source/libaom/LICENSE License File: source/libaom/LICENSE
Security Critical: yes Security Critical: yes
......
...@@ -110,7 +110,6 @@ aom_av1_common_sources = [ ...@@ -110,7 +110,6 @@ aom_av1_common_sources = [
"//third_party/libaom/source/libaom/av1/common/entropymv.c", "//third_party/libaom/source/libaom/av1/common/entropymv.c",
"//third_party/libaom/source/libaom/av1/common/entropymv.h", "//third_party/libaom/source/libaom/av1/common/entropymv.h",
"//third_party/libaom/source/libaom/av1/common/enums.h", "//third_party/libaom/source/libaom/av1/common/enums.h",
"//third_party/libaom/source/libaom/av1/common/filter.c",
"//third_party/libaom/source/libaom/av1/common/filter.h", "//third_party/libaom/source/libaom/av1/common/filter.h",
"//third_party/libaom/source/libaom/av1/common/frame_buffers.c", "//third_party/libaom/source/libaom/av1/common/frame_buffers.c",
"//third_party/libaom/source/libaom/av1/common/frame_buffers.h", "//third_party/libaom/source/libaom/av1/common/frame_buffers.h",
......
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 0 #define VERSION_MINOR 0
#define VERSION_PATCH 0 #define VERSION_PATCH 0
#define VERSION_EXTRA "173-g88e4b0a4e" #define VERSION_EXTRA "195-g0415f2e50"
#define VERSION_PACKED \ #define VERSION_PACKED \
((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH)) ((VERSION_MAJOR << 16) | (VERSION_MINOR << 8) | (VERSION_PATCH))
#define VERSION_STRING_NOSP "1.0.0-173-g88e4b0a4e" #define VERSION_STRING_NOSP "1.0.0-195-g0415f2e50"
#define VERSION_STRING " 1.0.0-173-g88e4b0a4e" #define VERSION_STRING " 1.0.0-195-g0415f2e50"
...@@ -9,5 +9,5 @@ ...@@ -9,5 +9,5 @@
* PATENTS file, you can obtain it at www.aomedia.org/license/patent. * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/ */
#include "aom/aom_codec.h" #include "aom/aom_codec.h"
static const char* const cfg = "-G \"Unix Makefiles\" -DCMAKE_TOOLCHAIN_FILE=\"/usr/local/google/home/johannkoenig/chromium/chromium/src/third_party/libaom/source/libaom/build/cmake/toolchains/armv7-linux-gcc.cmake\" -DCONFIG_AV1_ENCODER=0 -DCONFIG_LOWBITDEPTH=1 -DCONFIG_SIZE_LIMIT=1 -DDECODE_HEIGHT_LIMIT=16384 -DDECODE_WIDTH_LIMIT=16384"; static const char* const cfg = "-G \"Unix Makefiles\" -DCMAKE_TOOLCHAIN_FILE=\"/usr/local/google/home/urvang/work/chromium/src/third_party/libaom/source/libaom/build/cmake/toolchains/armv7-linux-gcc.cmake\" -DCONFIG_AV1_ENCODER=0 -DCONFIG_LOWBITDEPTH=1 -DCONFIG_SIZE_LIMIT=1 -DDECODE_HEIGHT_LIMIT=16384 -DDECODE_WIDTH_LIMIT=16384";
const char *aom_codec_build_config(void) {return cfg;} const char *aom_codec_build_config(void) {return cfg;}
...@@ -9,5 +9,5 @@ ...@@ -9,5 +9,5 @@
* PATENTS file, you can obtain it at www.aomedia.org/license/patent. * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/ */
#include "aom/aom_codec.h" #include "aom/aom_codec.h"
static const char* const cfg = "-G \"Unix Makefiles\" -DCMAKE_TOOLCHAIN_FILE=\"/usr/local/google/home/johannkoenig/chromium/chromium/src/third_party/libaom/source/libaom/build/cmake/toolchains/armv7-linux-gcc.cmake\" -DCONFIG_AV1_ENCODER=0 -DCONFIG_LOWBITDEPTH=1 -DCONFIG_SIZE_LIMIT=1 -DDECODE_HEIGHT_LIMIT=16384 -DDECODE_WIDTH_LIMIT=16384"; static const char* const cfg = "-G \"Unix Makefiles\" -DCMAKE_TOOLCHAIN_FILE=\"/usr/local/google/home/urvang/work/chromium/src/third_party/libaom/source/libaom/build/cmake/toolchains/armv7-linux-gcc.cmake\" -DCONFIG_AV1_ENCODER=0 -DCONFIG_LOWBITDEPTH=1 -DCONFIG_SIZE_LIMIT=1 -DDECODE_HEIGHT_LIMIT=16384 -DDECODE_WIDTH_LIMIT=16384";
const char *aom_codec_build_config(void) {return cfg;} const char *aom_codec_build_config(void) {return cfg;}
...@@ -9,5 +9,5 @@ ...@@ -9,5 +9,5 @@
* PATENTS file, you can obtain it at www.aomedia.org/license/patent. * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/ */
#include "aom/aom_codec.h" #include "aom/aom_codec.h"
static const char* const cfg = "-G \"Unix Makefiles\" -DCMAKE_TOOLCHAIN_FILE=\"/usr/local/google/home/johannkoenig/chromium/chromium/src/third_party/libaom/source/libaom/build/cmake/toolchains/armv7-linux-gcc.cmake\" -DCONFIG_AV1_ENCODER=0 -DCONFIG_LOWBITDEPTH=1 -DCONFIG_SIZE_LIMIT=1 -DDECODE_HEIGHT_LIMIT=16384 -DDECODE_WIDTH_LIMIT=16384"; static const char* const cfg = "-G \"Unix Makefiles\" -DCMAKE_TOOLCHAIN_FILE=\"/usr/local/google/home/urvang/work/chromium/src/third_party/libaom/source/libaom/build/cmake/toolchains/armv7-linux-gcc.cmake\" -DCONFIG_AV1_ENCODER=0 -DCONFIG_LOWBITDEPTH=1 -DCONFIG_SIZE_LIMIT=1 -DDECODE_HEIGHT_LIMIT=16384 -DDECODE_WIDTH_LIMIT=16384";
const char *aom_codec_build_config(void) {return cfg;} const char *aom_codec_build_config(void) {return cfg;}
...@@ -9,5 +9,5 @@ ...@@ -9,5 +9,5 @@
* PATENTS file, you can obtain it at www.aomedia.org/license/patent. * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/ */
#include "aom/aom_codec.h" #include "aom/aom_codec.h"
static const char* const cfg = "-G \"Unix Makefiles\" -DCMAKE_TOOLCHAIN_FILE=\"/usr/local/google/home/johannkoenig/chromium/chromium/src/third_party/libaom/source/libaom/build/cmake/toolchains/arm64-linux-gcc.cmake\" -DCONFIG_AV1_ENCODER=0 -DCONFIG_LOWBITDEPTH=1 -DCONFIG_SIZE_LIMIT=1 -DDECODE_HEIGHT_LIMIT=16384 -DDECODE_WIDTH_LIMIT=16384"; static const char* const cfg = "-G \"Unix Makefiles\" -DCMAKE_TOOLCHAIN_FILE=\"/usr/local/google/home/urvang/work/chromium/src/third_party/libaom/source/libaom/build/cmake/toolchains/arm64-linux-gcc.cmake\" -DCONFIG_AV1_ENCODER=0 -DCONFIG_LOWBITDEPTH=1 -DCONFIG_SIZE_LIMIT=1 -DDECODE_HEIGHT_LIMIT=16384 -DDECODE_WIDTH_LIMIT=16384";
const char *aom_codec_build_config(void) {return cfg;} const char *aom_codec_build_config(void) {return cfg;}
...@@ -9,5 +9,5 @@ ...@@ -9,5 +9,5 @@
* PATENTS file, you can obtain it at www.aomedia.org/license/patent. * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/ */
#include "aom/aom_codec.h" #include "aom/aom_codec.h"
static const char* const cfg = "-G \"Unix Makefiles\" -DCMAKE_TOOLCHAIN_FILE=\"/usr/local/google/home/johannkoenig/chromium/chromium/src/third_party/libaom/source/libaom/build/cmake/toolchains/x86-linux.cmake\" -DCONFIG_AV1_ENCODER=0 -DCONFIG_LOWBITDEPTH=1 -DCONFIG_SIZE_LIMIT=1 -DDECODE_HEIGHT_LIMIT=16384 -DDECODE_WIDTH_LIMIT=16384"; static const char* const cfg = "-G \"Unix Makefiles\" -DCMAKE_TOOLCHAIN_FILE=\"/usr/local/google/home/urvang/work/chromium/src/third_party/libaom/source/libaom/build/cmake/toolchains/x86-linux.cmake\" -DCONFIG_AV1_ENCODER=0 -DCONFIG_LOWBITDEPTH=1 -DCONFIG_SIZE_LIMIT=1 -DDECODE_HEIGHT_LIMIT=16384 -DDECODE_WIDTH_LIMIT=16384";
const char *aom_codec_build_config(void) {return cfg;} const char *aom_codec_build_config(void) {return cfg;}
...@@ -9,5 +9,5 @@ ...@@ -9,5 +9,5 @@
* PATENTS file, you can obtain it at www.aomedia.org/license/patent. * PATENTS file, you can obtain it at www.aomedia.org/license/patent.
*/ */
#include "aom/aom_codec.h" #include "aom/aom_codec.h"
static const char* const cfg = "-G \"Unix Makefiles\" -DCMAKE_TOOLCHAIN_FILE=\"/usr/local/google/home/johannkoenig/chromium/chromium/src/third_party/libaom/source/libaom/build/cmake/toolchains/x86-linux.cmake\" -DCONFIG_AV1_ENCODER=0 -DCONFIG_LOWBITDEPTH=1 -DCONFIG_SIZE_LIMIT=1 -DDECODE_HEIGHT_LIMIT=16384 -DDECODE_WIDTH_LIMIT=16384"; static const char* const cfg = "-G \"Unix Makefiles\" -DCMAKE_TOOLCHAIN_FILE=\"/usr/local/google/home/urvang/work/chromium/src/third_party/libaom/source/libaom/build/cmake/toolchains/x86-linux.cmake\" -DCONFIG_AV1_ENCODER=0 -DCONFIG_LOWBITDEPTH=1 -DCONFIG_SIZE_LIMIT=1 -DDECODE_HEIGHT_LIMIT=16384 -DDECODE_WIDTH_LIMIT=16384";
const char *aom_codec_build_config(void) {return cfg;} const char *aom_codec_build_config(void) {return cfg;}
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