Roll src/third_party/libvpx/source/libvpx/ 57f7c6f19..759d1de9d (56 commits)
https://chromium.googlesource.com/webm/libvpx.git/+log/57f7c6f19144..759d1de9d0d2
$ git log 57f7c6f19..759d1de9d --date=short --no-merges --format='%ad %ae %s'
2019-01-08 jianj vp8 dec: Add flag to bring up threads.
2019-01-07 johannkoenig vp8 idct dequant: resolve missing declarations
2019-01-07 johannkoenig vp8 overlaps: resolve missing declaration
2019-01-07 johannkoenig vp9_get_blockiness: resolve missing declaration
2019-01-07 johannkoenig vp8 blend: resolve missing declarations
2019-01-07 johannkoenig vp8_copy32xn: resolve missing declaration
2019-01-07 johannkoenig arm neon: resolve missing declarations
2019-01-07 johannkoenig vpx_filter: resolve missing declarations
2019-01-07 johannkoenig vpx_clear_system_state: resolve missing declaration
2019-01-07 johannkoenig vp9 intra pred test: resolve -Wuninitialized warning
2019-01-07 johannkoenig vp8 multi dimensional search: resolve missing declarations
2019-01-04 kyslov Fix OOB memory access on fuzzed data
2019-01-07 johannkoenig fix vp9 fdct_quant
2019-01-03 urvang VP9 firstpass: Bugfix when mi_col_start/end is odd
2018-12-31 angiebird Increase memory size in non-greedy-mv
2018-12-22 angiebird Build pyramid motion field
2019-01-02 jianj vp9: psnr diff thres for single vs multi threading.
2018-12-21 yunqingwang Adaptively choose block sizes in temporal filtering
2018-12-22 jzern test-data: add missing test data entries
2018-12-22 jzern Revert "Add Tile-SB-Row based Multi-threading in Decoder"
(...)
Created with:
roll-dep src/third_party/libvpx/source/libvpx
BUG=webm:1573
Change-Id: I6488543cc2773fb02a2f8ba508d50f246789237d
Reviewed-on: https://chromium-review.googlesource.com/c/1400959
Reviewed-by: Tom Finegan <[email protected]>
Commit-Queue: Johann Koenig <[email protected]>
Cr-Commit-Position: refs/heads/master@{#622119}
diff --git a/DEPS b/DEPS
index 7c4e0df..21b91cd 100644
--- a/DEPS
+++ b/DEPS
@@ -930,7 +930,7 @@
},
'src/third_party/libvpx/source/libvpx':
- Var('chromium_git') + '/webm/libvpx.git' + '@' + '57f7c6f19144786c57d5cfc8e878765bd9944baf',
+ Var('chromium_git') + '/webm/libvpx.git' + '@' + '759d1de9d0d22bab78bc4946998af79ff8b2044d',
'src/third_party/libwebm/source':
Var('chromium_git') + '/webm/libwebm.git' + '@' + 'e4931ebc0a816458c18a6734e91a4d1b5acd5c56',