Commit dfa06410 authored by Marco Paniconi's avatar Marco Paniconi Committed by Commit Bot

Roll src/third_party/libvpx/source/libvpx/ d99abe9a9..e27a33177 (8 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/d99abe9a9ad7..e27a331778c4

$ git log d99abe9a9..e27a33177 --date=short --no-merges --format='%ad %ae %s'
2018-05-18 marpan vp9-svc: Fix on disabling inter_layer prediction.
2018-05-18 marpan vp9-svc: Fix issue with reseting lst_fb_idx.
2018-05-15 johannkoenig Revert "Revert "update libwebm""
2018-05-18 johannkoenig iosbuild.sh: portable sed usage
2018-05-16 marpan vp9-svc: Skip find_predictors based on ref_frame_flags.
2018-05-16 marpan vp0-svc: Small code cleanup in nonrd-pickmode.
2018-05-14 marpan vp9-svc: Enable scene detection and re-encode for SVC.
2018-05-15 jingning Use the updated best rd cost for transform block search

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

Change-Id: I5ba816c96cde73a5cfaecb4e520dc0f54078a1a8
Reviewed-on: https://chromium-review.googlesource.com/1066082Reviewed-by: default avatarJohann Koenig <johannkoenig@google.com>
Commit-Queue: Marco Paniconi <marpan@google.com>
Cr-Commit-Position: refs/heads/master@{#560327}
parent 3685d341
......@@ -756,7 +756,7 @@ deps = {
},
'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'd99abe9a9ad78b765386d0ee62559de184ba581e',
Var('chromium_git') + '/webm/libvpx.git' + '@' + 'e27a331778c4c99ec37262ea786a3b4cc2a491ac',
'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + 'af81f26025b7435fa9a14ad07c58b44cf9280430',
......
......@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE
Security Critical: yes
Date: Tuesday May 15 2018
Date: Monday May 21 2018
Branch: master
Commit: d99abe9a9ad78b765386d0ee62559de184ba581e
Commit: e27a331778c4c99ec37262ea786a3b4cc2a491ac
Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and
......
......@@ -2,7 +2,7 @@
#define VERSION_MAJOR 1
#define VERSION_MINOR 7
#define VERSION_PATCH 0
#define VERSION_EXTRA "377-gd99abe9a9"
#define VERSION_EXTRA "387-ge27a33177"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.7.0-377-gd99abe9a9"
#define VERSION_STRING " v1.7.0-377-gd99abe9a9"
#define VERSION_STRING_NOSP "v1.7.0-387-ge27a33177"
#define VERSION_STRING " v1.7.0-387-ge27a33177"
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