arm64: mc: Simplify avg/w_avg/mask by always using the w16 macro
Update NEWS for 0.6.0
arm64: mc: NEON implementation of warp for 16 bpc
arm64: cdef: Add NEON implementations of CDEF for 16 bpc
arm: cdef: Prepare for 16bpc
x86: Add cdef_filter_4x4 AVX-512 (Ice Lake) asm
Reorder the Dav1dFrameHeader struct to fix alignment issues
arm64: looprestoration: NEON implementation of wiener filter for 16 bpc
arm: looprestoration: Fix the wiener C wrapper function for high bitdepths
arm: looprestoration: Prepare for 16bpc wiener filter by adding _8bpc to function names
arm: looprestoration: Clarify a comment
arm64: mc: NEON implementation of put/prep 8tap/bilin for 16 bpc
Update README
x86/msac: add an avx2 version for msac_decode_symbol_adapt16
msac: make symbol_adapt16 a function pointer on x86_64
arm64: mc: NEON implementation of avg/mask/w_avg for 16 bpc
arm: mc: Prepare the init file for higher bitdepths
arm: Make the existing 8bpc assembly only built if 8bpc is enabled
x86: Avoid cmov instructions that depends on multiple flags
x86: Add miscellaneous minor scalar optimizations
x86: Use unsigned pointer comparisons
Rework the CDEF top edge handling
checkasm: Fix missing shift in high bit-depth cdef_filter test
Avoid masking the lsb in high bit-depth stride calculations
checkasm: Increase buffer alignment to 64-byte on x86-64
arm: cdef: Add special cased versions for pri_strength/sec_strength being zero
arm: cdef: Fix some comment typos
Fix crash in dav1d_apply_grain() with negative picture strides
Optimize the cdef_filter C implementation
checkasm: Improve cdef_filter test
Avoid redundant calls to CDEF DSP functions
x86: Bump nasm version requirement to 2.14
CI: Use a newer image to build snap packages
x86: add prep_8tap AVX512 asm
x86: replace "mov hb, Xb" by "movzx hd, Xb" in MC
x86inc: save xmm_regs_used in spill_xmm for non-win64
arm64: itx: Fix overflow/clipping in negation in idct16
x86: Fix overflows in SSSE3 idct
x86: Fix missing saturations in inverse identity asm
SSSE3 implementations of film grain
Reduce scope of NO_SANITIZE usage
Add a workaround for -fsanitize=cfi + dlsym() issue
x86: add prep_bilin AVX512 asm
x86: add avx512icl cpu flag to x86inc.asm
checkasm: x86: ensure all SIMD lanes are turned on at all times
Add misc. inverse transform C optimizations
Skip clipping in the inverse wht transform C implementation
x86: Fix SSSE3 inverse identity transform overflow/clipping
x86: Fix AVX2 inverse identity transform overflow/clipping
Fix building as a meson subproject
Fix missing include for limits.h
arm64: msac: Avoid 32 bit intermediates in symbol_adapt
arm64: itx: Use sqrdmulh in the preexisting identity transform functions
arm64: itx: Specialcase transforms with identity in the first pass with downshift
arm64: itx: Adjust .irp in the 4x16/16x4/8x16/16x8 functions
Don't interleave the skip mode index finding loops
Take lossless into account when assigning loopfilter strength
Deal with chroma coefficients that are exactly 0x100000
x86: Fix inverse (flip)adst 8x4 clipping
Fix C inverse ADST clipping
av1: use chroma txtp inference over default DCT_DCT if qidx=0
av1: skip super-resolution upscaling if width < 16
av1: do C inverse transforms in int32_t precision
Allow skip mode
Disable warping on scaled references
Check skip flag before setting tx context to TX_4X4 in lossless frames
Don't assume dlsym exists on linux
Linux: Add a workaround for a glibc stack size issue
x86: Disable AVX-512 by default
Fix potential race condition in dav1d_get_cpu_flags()
x86: Remove unused cpu flags
Add support for Ice Lake AVX-512 cpu flags
Correct the edge buffer documentation
Move lvl variable in cdef_brow to outer loop
Simplify shifting in generate_grain_y/uv AVX2
Avoid adding offsets to NULL chroma pointers in 4:0:0
arm: 32: ipred: Fix assembling with older binutils
Avoid excessive L2 collisions with certain frame widths
build: do not error out if clock_gettime is not found on darwin
Specify inlining decisions for common ipred_z C functions
cli: Return only EXIT_SUCCESS or EXIT_FAILURE from main
tools: simplify get_seed on macOS
checkasm: replace gettimeofday with clock_gettime
tools: prefer mach_absolute_time on macOS for forward compatibility
tools: mach_absolute_time is not portable, so stop checking at configure
Avoid adding offsets to NULL pointers
snap: bump grade to stable
input: Use EIO instead of ENODATA
annexb: Cast size_t to int before adding to an int
Fix accidental capital letter in variable name
section5: use signed type for seeking backwards
Add section-5 raw OBU demuxer
Make OBU_* types public
Increase DAV1D_PICTURE_ALIGNMENT to 64
Don't run film grain generation beyond visible luma border
Explicitly specify rodata section alignment