Skip to content

Commit

Permalink
Roll src/third_party/dav1d/libdav1d/ b585f051c..07261e8c3 (39 commits)
Browse files Browse the repository at this point in the history
https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/b585f051c365..07261e8c38ab

$ git log b585f051c..07261e8c3 --date=short --no-merges --format='%ad %ae %s'
2020-06-16 colinlee10 Clean up fraction calculation
2020-06-16 colinlee10 Add clamping back to mv projection
2020-06-16 martin arm64: itx: Simplify and clarify the sub_sp macro a little bit
2020-05-14 martin arm: itx: Add NEON implementation of itx for 8 bpc
2020-06-11 code meson: Use dav1d_src_root everywhere for consistency
2020-06-11 gramner Remove redundant memset in itx DSP initialization
2020-04-03 code meson: Make docs generation subproject-safe
2020-06-07 victorien x86: Adapt SSSE3 prep_8tap to SSE2
2020-06-07 victorien x86: Adapt SSSE3 prep_bilin to SSE2
2020-06-05 martin arm64: itx16: Add a missed eob check in the 16x8 transform
2020-06-04 martin arm64: itx16: Remove a leftover unused macro parameter
2020-06-09 gramner x86: Fix compiler warnings when using nasm 2.15
2020-06-09 gramner Avoid compiling logging functions when logging is disabled
2020-05-27 git CI: Enable coverage reports
2020-06-04 wtc Range of operating point is 0 - 31, not 0 - 32
2020-05-31 martin arm: Add an export parameter to the const macro
2020-05-07 victorien x86: Add put_8tap_scaled AVX2 asm
2020-05-28 robux4 meson: favor _aligned_malloc over posix_memalign
2020-05-23 gramner x86: Add minor looprestoration asm optimizations
2020-05-26 git dav1dplay: use new pl_chroma_location API
2020-05-25 git dav1dplay: allow resizing the window
2020-05-20 git dav1dplay: don't freeze on render errors
2020-05-19 jb Update NEWS for 0.7.0
2020-05-18 git dav1dplay: support on-GPU film grain synthesis
2020-05-18 git dav1dplay: handle all supported csps/reprs/bitdepths
2020-05-18 git dav1dplay: move and simplify pl_image generation
2020-05-18 git dav1dplay: don't write directly to iparams.extensions
2020-05-16 linkmauve Fix swapped define guards in dav1dplay’s libplacebo renderer
2020-05-15 jb Update NEWS for 0.7.0
2020-05-14 gramner checkasm: x86: Check for stack corruption
2020-05-12 epirat07 tools: add missing fopen error handling
2020-05-15 epirat07 Dav1dPlay: Split placebo renderer into two
2020-05-15 epirat07 Dav1dPlay: Remove redundant log message
2020-05-15 epirat07 Dav1dPlay: Remove unused renderer_info member
2020-05-15 epirat07 Dav1dPlay: Allow runtime renderer selection
2020-05-15 epirat07 Dav1dPlay: Fix renderer selection
2020-05-15 epirat07 Dav1dPlay: Split renderers into different files
2020-04-28 epirat07 Dav1dPlay: Add support for OpenGL with libplacebo
2020-04-28 epirat07 Dav1dPlay: Split FIFO to different files

Created with:
  roll-dep src/third_party/dav1d/libdav1d

TBR=tguilbert

Change-Id: I2d4c03f67a24ad6613d858a458d32084ea340d8d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2250669
Reviewed-by: Dale Curtis <dalecurtis@chromium.org>
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779589}
  • Loading branch information
dalecurtis authored and Commit Bot committed Jun 18, 2020
1 parent 9b4b45a commit d723c13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ deps = {
Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),

'src/third_party/dav1d/libdav1d':
Var('chromium_git') + '/external/github.com/videolan/dav1d.git' + '@' + 'b585f051c365bbada36bd066dd0a8a237fbf9dca',
Var('chromium_git') + '/external/github.com/videolan/dav1d.git' + '@' + '07261e8c38ab709f86a279df996e9e0ec0e9c508',

'src/third_party/dawn':
Var('dawn_git') + '/dawn.git' + '@' + Var('dawn_revision'),
Expand Down
3 changes: 2 additions & 1 deletion third_party/dav1d/dav1d_generated.gni
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ x86_asm_sources = [
"libdav1d/src/x86/looprestoration.asm",
"libdav1d/src/x86/looprestoration_ssse3.asm",
"libdav1d/src/x86/mc.asm",
"libdav1d/src/x86/mc_ssse3.asm",
"libdav1d/src/x86/mc_sse.asm",
"libdav1d/src/x86/msac.asm",
]

Expand All @@ -37,6 +37,7 @@ x86_template_sources = [
arm32_asm_sources = [
"libdav1d/src/arm/32/cdef.S",
"libdav1d/src/arm/32/ipred.S",
"libdav1d/src/arm/32/itx.S",
"libdav1d/src/arm/32/loopfilter.S",
"libdav1d/src/arm/32/looprestoration.S",
"libdav1d/src/arm/32/mc.S",
Expand Down

0 comments on commit d723c13

Please sign in to comment.