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

Roll src/third_party/libvpx/source/libvpx/ 0308a9a13..28cc5f364 (18 commits)

https://chromium.googlesource.com/webm/libvpx.git/+log/0308a9a13261..28cc5f3646ba

$ git log 0308a9a13..28cc5f364 --date=short --no-merges --format='%ad %ae %s'
2019-06-06 jianj vp8: fix leak in vp8e_mr_alloc_mem
2019-06-05 sdeng Update performance test results for tune=SSIM
2019-06-04 sdeng Fix a bug in best RD cost updating
2019-06-04 jzern configure: test -Wno-* flags used with libyuv
2019-06-04 marpan vp9-rtc: Use speed 5 for postencode drop tests.
2019-06-03 jzern configure: enable -Wmissing-declarations for more files
2019-05-31 sdeng Hierarchical rdmult scaling when tune=ssim
2019-06-03 jzern vp9_thread_test: quiet -Wmissing-prototypes
2019-06-03 jianj Remove unused func for CONFIG_REALTIME_ONLY
2019-05-31 sdeng Update rdcost using the rd_mult in current block
2019-05-31 sdeng Use distortion and rate of best_rd as the params
2019-05-31 jianj Remove RD code for CONFIG_REALTIME_ONLY in vp9.
2019-05-31 sdeng Use distortion and rate recursively in rd_pick_partition()
2019-05-30 jzern libvpx,vp9_datarate_test: drop one-pass vod mode
2019-05-28 aidansw added error logging to video_writer.c similar to video_reader.c
2019-05-21 johannkoenig remove unused svc exports
2019-05-27 deepa.kg Fix calculations in GF only group case
2019-05-17 deepa.kg Increase the bits allocated to key frame

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

Change-Id: I701b686500b9a36558908e632b04dad1bff88a2c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1650402Reviewed-by: default avatarJames Zern <jzern@google.com>
Commit-Queue: Jerome Jiang <jianj@google.com>
Cr-Commit-Position: refs/heads/master@{#667370}
parent 795998f6
...@@ -1081,7 +1081,7 @@ deps = { ...@@ -1081,7 +1081,7 @@ deps = {
}, },
'src/third_party/libvpx/source/libvpx': 'src/third_party/libvpx/source/libvpx':
Var('chromium_git') + '/webm/libvpx.git' + '@' + '0308a9a132612006056f9920c069a1942e49c26c', Var('chromium_git') + '/webm/libvpx.git' + '@' + '28cc5f3646bac9d01e583621f611303f738424f0',
'src/third_party/libwebm/source': 'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1', Var('chromium_git') + '/webm/libwebm.git' + '@' + '51ca718c3adf0ddedacd7df25fe45f67dc5a9ce1',
......
...@@ -5,9 +5,9 @@ License: BSD ...@@ -5,9 +5,9 @@ License: BSD
License File: source/libvpx/LICENSE License File: source/libvpx/LICENSE
Security Critical: yes Security Critical: yes
Date: Tuesday May 28 2019 Date: Thursday June 06 2019
Branch: master Branch: master
Commit: 0308a9a132612006056f9920c069a1942e49c26c Commit: 28cc5f3646bac9d01e583621f611303f738424f0
Description: Description:
Contains the sources used to compile libvpx binaries used by Google Chrome and Contains the sources used to compile libvpx binaries used by Google Chrome and
......
This diff is collapsed.
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#define VERSION_MAJOR 1 #define VERSION_MAJOR 1
#define VERSION_MINOR 8 #define VERSION_MINOR 8
#define VERSION_PATCH 0 #define VERSION_PATCH 0
#define VERSION_EXTRA "508-g0308a9a132" #define VERSION_EXTRA "538-g28cc5f3646"
#define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH)) #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
#define VERSION_STRING_NOSP "v1.8.0-508-g0308a9a132" #define VERSION_STRING_NOSP "v1.8.0-538-g28cc5f3646"
#define VERSION_STRING " v1.8.0-508-g0308a9a132" #define VERSION_STRING " v1.8.0-538-g28cc5f3646"
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