arm64: mc: Use more descriptive element specifiers for loads/stores in 16 bpc put_neon
cli: Use proper integer math in Y4M PAR calculations
Output render size to Y4M
arm32: mc: NEON implementation of avg/mask/w_avg for 16 bpc
cli: Print the decoding fps even if the file lacks a nominal framerate
tests: test stand alone API header compilation
dav1d/headers.h: add missing stdint.h include
contributing: document the allowed internal use of anonymous structs/unions
bump soname for API changes
API: move reserved space in Dav1dSettings to the end
API: remove anonymous struct and union from Dav1dWarpedMotionParams
CI: compare x86inc.asm with upstream
x86inc.asm: remove private_prefix define and config.asm include
x86inc.asm: use standalone x86inc.asm as upstream
x86inc.asm: Properly sort instructions in alphabetical order
checkasm: Add ifdefs around the readtime check
checkasm: Enforce declare_func to be outside of check_func
obu: remove a few unnecessary calls to memset()
obu: reduce scope of some variables
checkasm: Use mach_absolute_time() as timer on darwin on ARM
checkasm: msac: Fix signal handler recovery in msac_decode_bool*
checkasm: Explicitly test whether the readtime() function works
x86: Add {put/prep}_{8tap/bilin} SSSE3 asm (64-bit)
x86: Minor changes to MC scaled AVX2 asm
x86: Add cdef_filter SSE optimizations
dav1dplay: Fix type mismatch warning
Add enum entries for the maximum valid metadata values
Hide const symbols names too when building for mac/arm64
Hide symbols names when building for mac/arm64
meson: disable asm for x32 ABI
Move logo to doc/ folder
arm32: ipred: Port 8 bpc NEON implementations of remaining arm64 funtions
arm32: ipred: Optimize ipred_dc_w32
arm32: ipred: Use narrower vdups where possible
arm32: ipred: Fix comment formatting
arm32: ipred: Remove unnecessary operations in ipred_dc_w4
arm32: ipred: Mark a few more loads as aligned
arm64: ipred: 16 bpc NEON implementation of the cfl_ac 444 function
arm64: ipred: 8 bpc NEON implementation of the cfl_ac 444 function
arm64: ipred: Remove an unnecessary branch in cfl_ac_420
arm64: ipred: Remove an accidental leftover instruction
arm64: ipred: Optimize the w16/w32 loop of pred_filter a bit
arm64: ipred: Fix a comment typo
arm64: ipred: Improve scheduling a tiny bit in the entry in smooth
x86: Split AVX2 and AVX-512 mc asm into separate files
Fix compilation with nasm 2.15
meson: Workaround missing aarch64 normalisation
CLI: Fix help text
x86: Add minor mc 8-tap optimizations
CI: Fix PIC test on 32-bit x86
x86: Fix 32-bit build with PIC enabled
x86inc: Improve warnings for use of unsupported instructions
x86inc: Add missing 'blsr' BMI1 instruction
x86inc: Add template defines for EVEX broadcasts
Accumulate leb128 value using uint64_t as intermediate type
Simplify checks for leb128() and leb() output overflow
Simplify checks for dav1d_get_uleb128 out overflow
Assert sz is nonzero in dav1d_init_get_bits()
Update NEWS for 0.7.1
Extract y related operations out of warp_affine inner loop
x86: Branch before waiting on popcnt in ipred_z AVX2 functions
arm32: Add a NEON implementation of MSAC
arm64: msac: Add a special cased implementation of decode_hi_tok
arm64: msac: Use a narrower vector length for adapt4 in one place
arm64: msac: Clarify the register use in one macro
cli: Avoid large intermediates in the windows get_time_nanos
cli: Get the elapsed time if printing progress, regardless of the fps value
Update NEWS for 0.7.1
x86: Add put/prep_bilin_scaled AVX2 asm
x86: Add prep_8tap_scaled AVX2 asm
Add clamping back to mv projection
arm64: itx: Simplify and clarify the sub_sp macro a little bit
arm: itx: Add NEON implementation of itx for 8 bpc
meson: Use dav1d_src_root everywhere for consistency
Remove redundant memset in itx DSP initialization
meson: Make docs generation subproject-safe
x86: Adapt SSSE3 prep_8tap to SSE2
x86: Adapt SSSE3 prep_bilin to SSE2
arm64: itx16: Add a missed eob check in the 16x8 transform
arm64: itx16: Remove a leftover unused macro parameter
x86: Fix compiler warnings when using nasm 2.15
Avoid compiling logging functions when logging is disabled
CI: Enable coverage reports
Range of operating point is 0 - 31, not 0 - 32
arm: Add an export parameter to the const macro
x86: Add put_8tap_scaled AVX2 asm
meson: favor _aligned_malloc over posix_memalign
x86: Add minor looprestoration asm optimizations
dav1dplay: use new pl_chroma_location API
dav1dplay: allow resizing the window
dav1dplay: don't freeze on render errors
Update NEWS for 0.7.0
dav1dplay: support on-GPU film grain synthesis
dav1dplay: handle all supported csps/reprs/bitdepths
dav1dplay: move and simplify pl_image generation
dav1dplay: don't write directly to iparams.extensions
Fix swapped define guards in dav1dplay’s libplacebo renderer