CI: add build-debian-aarch64 and build-debian-aarch64-clang-5
CI: Add a static build on debian
Build: Fix static library building
Fix version.h include
Remove compare between int and uint
Remove uninitialized fields in dav1d_cli_parse.c
Remove trailing spaces in y4m2.c
Remove unused parameters in get_tx_ctx
Fix ss_ver assignment in thread_picture_wait()
Fix for progress at edges of image
Fix occasional hang in tile row threading
build: use -Werror=vla to prevent variable length arrays
Windows: Fix conflicting pthread symbol names
Update README.md
aarch64: Always use the PIC version of movrel for iOS
checkasm: Define the default call_new if not using a checked_call wrapper
api: add a frame type field to Dav1dPictureParameters
Remove VLAs from Loop Restoration
thread: switch mutex wrappers to SRW locks
thread: Silence warning about unused attr parameter in pthread_create()
threads: Inline some Windows pthreads compat wrappers in the header
Build: Do not use soversion for windows dll
winver: Use already defined constants for FILETYPE and FILEOS
winver: Use dots in the VERSION_NUMBER_STR define
winver: Add missing required VERSIONINFO resource strings
Fix include order of config.h
Build: Link dav1d with static libdav1d on Windows
Add Macro to make it clear the variable is intended to not be initialized
build: add support for arm/aarch64 asm and integrate checkasm
add simplistic stdatomic.h compatible with MSVC
Remove DC row buffer for CfL prediction
Simplify conditions for CfL prediction
Introduce single-plane variant of cfl_pred
checkasm: Fix comparison of different int signs
checkasm: Fix missing-field-initializers warnings
Build: Add build dir to NASM include path
Set build warnings to 2 (-Wextra)
Build: Add missing license header
Build: Add option to disable building tests
Build: Add option to disable building tools
Build: Re-structure and cleanup meson.build files
Build: Move ext folder to src
Check for valid input in dav1d_data_unref
Workaround two more ubsan warnings.
x86: Enable MC AVX2 asm on 64-bit Windows
Fixed MemorySanitizer: use-of-uninitialized-value
Remove unneeded 'once' guards
Wrappable data structure
Build: Fix library version
Build: Fix thread dependency
checkasm: Add MC unit test
Add 'checkasm' asm testing/benchmarking framework
build: use local getopt for anything system where it's missing
CI: Do not run ninja with the verbose flag
Fix left shift of negative value -1
win32: Generate a resource file & link it with the library
meson: Extract version components
meson: Don't hardcode the version multiple times
gitlab-ci: Bump the image version
cdf: init empty brackets to 0
Add support for odd number of rows in SGRProj
Shift dc_pred in two phases instead of together.
Reproduce AV1 bitstream bug for UV palette entry contexting.
cdf: init empty brackets to 0
attributes: define the ALIGN() macro for MSVC
detect unistd.h availability
scan: use ALIGN to define the table alignment
Don't use hardcoded __attribute__((noinline))
win32: provide a BSD version of getopt
define builtin clz/ctz calls MSVC equivalents
replace direct calls to __builtin_clz/ctz with generic functions
add helper functions for ctz/clz
Nullify the default 4:2:0 8-bit Y4M color space
Clip chroma siting in Y4M output
Output colocated chroma as PAL-DV in Y4M
Handle chroma position in 4:2:0 Y4M output
Fix more chroma rounding in loopfilter
Fix upper bound of loopfilter hev strength.
Mention coding style in Contribute
Update fopen calls for Windows compatibility
CI: Save artifacts for Windows builds
Add rounding to Loop filter chroma vertical end
build: fix incorrect version.h dependency
Build: Fix configure fallback for stack alignment
gitlab-ci: Use a newer image with -static-libgcc
cdef: Add missing libaom header
Replace "Two Orioles" with "VideoLAN" in output
Fix non-lowercase references to dav1d
meson: Don't probe for pthread on windows
Remove HAVE_PTHREAD_H config macro
CI: generate include/version.h explicitly until !3 is merged
Don't read filmgrain parameters for never-visible frames.