Commit 589caa04 authored by Dale Curtis's avatar Dale Curtis Committed by Commit Bot

Roll src/third_party/dav1d/libdav1d/ 564d3d911..39667c751 (21 commits)

https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/564d3d9119da..39667c751d42

$ git log 564d3d911..39667c751 --date=short --no-merges --format='%ad %ae %s'
2019-12-02 jb Update NEWS
2019-12-01 martin arm: 32: ipred: Fix assembling with older binutils
2019-11-22 gramner Avoid excessive L2 collisions with certain frame widths
2019-11-25 janne-vlc build: do not error out if clock_gettime is not found on darwin
2019-11-22 gramner Specify inlining decisions for common ipred_z C functions
2019-11-26 me cli: Return only EXIT_SUCCESS or EXIT_FAILURE from main
2019-11-23 gramner tools: simplify get_seed on macOS
2019-07-29 jbeich checkasm: replace gettimeofday with clock_gettime
2019-11-22 jbeich tools: prefer mach_absolute_time on macOS for forward compatibility
2019-11-22 jbeich tools: mach_absolute_time is not portable, so stop checking at configure
2019-11-21 ltrudeau Avoid adding offsets to NULL pointers
2019-11-22 thresh snap: bump grade to stable
2019-11-23 gramner input: Use EIO instead of ENODATA
2019-11-22 martin annexb: Cast size_t to int before adding to an int
2019-11-17 rsbultje Fix accidental capital letter in variable name
2019-11-21 rsbultje Fix stride type
2019-11-21 martin section5: use signed type for seeking backwards
2019-11-16 rsbultje Add demuxer probing
2019-11-15 rsbultje Add section-5 raw OBU demuxer
2019-11-16 rsbultje Make OBU_* types public
2019-11-19 gramner Increase DAV1D_PICTURE_ALIGNMENT to 64

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

TBR=tguilbert

Fixes: 1027029
Change-Id: If00ab333797cb321a9323a3d1af8ae94d2e07fd0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1946877Reviewed-by: default avatarDale Curtis <dalecurtis@chromium.org>
Reviewed-by: default avatarThomas Guilbert <tguilbert@chromium.org>
Commit-Queue: Dale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#720757}
parent b0d30f60
...@@ -758,7 +758,7 @@ deps = { ...@@ -758,7 +758,7 @@ deps = {
Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
'src/third_party/dav1d/libdav1d': 'src/third_party/dav1d/libdav1d':
Var('chromium_git') + '/external/github.com/videolan/dav1d.git' + '@' + '564d3d9119da13b6fd288329a734813aa08e11a7', Var('chromium_git') + '/external/github.com/videolan/dav1d.git' + '@' + '39667c751d427e447cbe8be783cfecd296659e24',
'src/third_party/dawn': 'src/third_party/dawn':
Var('dawn_git') + '/dawn.git' + '@' + Var('dawn_revision'), Var('dawn_git') + '/dawn.git' + '@' + Var('dawn_revision'),
......
Name: dav1d is an AV1 decoder :) Name: dav1d is an AV1 decoder :)
Short Name: dav1d Short Name: dav1d
URL: https://code.videolan.org/videolan/dav1d URL: https://code.videolan.org/videolan/dav1d
Version: 62fcd0cb19d2fe46af7541d8185de86d45d58697 Version: 39667c751d427e447cbe8be783cfecd296659e24
License: 2-Clause BSD License: 2-Clause BSD
License File: LICENSE License File: LICENSE
Security Critical: yes Security Critical: yes
......
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
#define HAVE_ASM 0 #define HAVE_ASM 0
#define HAVE_CLOCK_GETTIME 1
#define HAVE_POSIX_MEMALIGN 1 #define HAVE_POSIX_MEMALIGN 1
#define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1
......
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
#define HAVE_AS_FUNC 0 #define HAVE_AS_FUNC 0
#define HAVE_CLOCK_GETTIME 1
#define HAVE_GETAUXVAL 1 #define HAVE_GETAUXVAL 1
#define HAVE_POSIX_MEMALIGN 1 #define HAVE_POSIX_MEMALIGN 1
......
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
#define HAVE_AS_FUNC 0 #define HAVE_AS_FUNC 0
#define HAVE_CLOCK_GETTIME 1
#define HAVE_GETAUXVAL 1 #define HAVE_GETAUXVAL 1
#define HAVE_POSIX_MEMALIGN 1 #define HAVE_POSIX_MEMALIGN 1
......
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
#define HAVE_ASM 1 #define HAVE_ASM 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_POSIX_MEMALIGN 1 #define HAVE_POSIX_MEMALIGN 1
#define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1
......
...@@ -27,6 +27,8 @@ ...@@ -27,6 +27,8 @@
#define HAVE_ASM 1 #define HAVE_ASM 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_POSIX_MEMALIGN 1 #define HAVE_POSIX_MEMALIGN 1
#define HAVE_UNISTD_H 1 #define HAVE_UNISTD_H 1
......
...@@ -35,6 +35,8 @@ ...@@ -35,6 +35,8 @@
#define UNICODE 1 #define UNICODE 1
#define _CRT_DECLARE_NONSTDC_NAMES 1
#define _UNICODE 1 #define _UNICODE 1
// #define _WIN32_WINNT 0x0601 -- Windows version is controlled by Chromium // #define _WIN32_WINNT 0x0601 -- Windows version is controlled by Chromium
......
...@@ -35,6 +35,8 @@ ...@@ -35,6 +35,8 @@
#define UNICODE 1 #define UNICODE 1
#define _CRT_DECLARE_NONSTDC_NAMES 1
#define _UNICODE 1 #define _UNICODE 1
// #define _WIN32_WINNT 0x0601 -- Windows version is controlled by Chromium // #define _WIN32_WINNT 0x0601 -- Windows version is controlled by Chromium
......
...@@ -37,6 +37,8 @@ ...@@ -37,6 +37,8 @@
#define UNICODE 1 #define UNICODE 1
#define _CRT_DECLARE_NONSTDC_NAMES 1
#define _UNICODE 1 #define _UNICODE 1
// #define _WIN32_WINNT 0x0601 -- Windows version is controlled by Chromium // #define _WIN32_WINNT 0x0601 -- Windows version is controlled by Chromium
......
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