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.
Fix minor reconstruction bugs for 10-bit content.
Downshift mc subpel multiplier constants
Build: x86 asm support
Fix spacing in bitfn().
Update CONTRIBUTING.md for TODO
Fix -Wvla warning in cdef_filter_block_c()
Fix -Wvla warning in inv_txfm_add_c()
Build: Do not build libdav1dentrypoint by default
win32/thread.c: Fix styling
API: Run dav1d_init under pthread_once
win32: Add implementation of pthread_once
Fix style issues
Fix attempt to copy chroma for monochrome streams
get rid of variable length arrays in intra prediction
build: add -Wvla to warn about undesired variable length arrays
Use aligned free() in dav1d_open() error code path
make dav1d_close() write NULL to the Dav1dContext pointer after freeing it
gitlab-ci: Check for win32/win64 builds
Use picture, not block, boundaries for edge extension conditions.
gitlab-ci: use a newer image which includes nasm.
Remove superfluous semicolon
validate: Don't use __PRETTY_FUNCTION__
validate: Don't name variadic macro parameters
Fix undefined-behavior in obu.c
Readme: Document required Meson version
Fix stride in ac buffer from 32 to width in padding.
Don't wait for reference pictures in intrabc.
Fix 64 pixel super block row loop restoration
Speed up CDEF
Build: Do not add redundant -Wall flag
Fix muxers writing to stdout
Build: Remove _GNU_SOURCE macro
Build: Change C standard version to C99
Prevent bw/bh from being an odd number.
Build: Use POSIX.1–2001 (IEEE Std 1003.1-2001)
Build: Remove cargo-cult macro definitions
Add .gitignore
Fix operator precedence issue with chroma subsampling
Adjust LR stripe height at frame boundaries
build: also install the `dav1d` binary
Added gitlab-ci instructions.
Group delta_q and delta_lf into delta struct
Build: Fix meson build with meson 0.47.x
Build: Only use omit-frame-pointer and fast-math for optimized builds
build: use stack alignment CC flags only on x86
Fix flush if n_input_frames < n_frame_threads.
Fix duplicate frame thread pointer freeing on close
arm: document arm asm rules
Add the word agree to contributor agreement.
Readme: Use release build type
Readme: Add missing build step
Fix macOS build
Add & use a thread compatibility layer
Initial decoder implementation.
Add buildsystem skeleton
Initial commit for dav1d