common.h: prefix multiple inclusion guard with DAV1D_
Normatively allow invalid global motion parameters
Fix use of uninitialized memory in resize_c()
film_grain: replace left shift of a signed value with a multiplication
itx: clip according to spec, fixes #103, #158
Don't set LR coefficient defaults at image edges
film_grain: Fix compilation with MSVC
frame mt: mark frame as failed in dav1d_close()
build: Only add libdav1d_nasm_objs if needed
film_grain: include config.h before other headers
Slightly simplify the loop in lr_sbrow()
film_grain: implement film grain synthesis
picture: make the film grain metadata public
obu: parse uv_mult etc. as signed integers
Call msac_decode_bool() for 2 element CDFs.
Remove confusing math and redundant computations.
Clip resize height to image size
Don't initialize the LR values if LR is disabled for a plane
decode: check once per tile sb row for symbol decoder overreads
arm64: mc: Implement 8tap and bilin functions
obu: support frame_refs_short_signaling
arm: define PIC based on __PIC__ or __pic__ if not defined
Revert "Disable warped motion for invalid warped global motion parameters"
set chroma width/height correctly for 422/444 in dav1d_read_coef_blocks
CI: add asan/msan/ubsan test jobs for oss-fuzz regression testing
checkasm: fix undefined signed int left shift by 31 in loopfilter test
CI: change build-debian-werror job to debug build
Fix calculation of unit_idx to identify Av1RestorationUnit
If Y/AC is 0 (but lossless=0), only allow coding DCT_DCT
Add support for super-res
Clip unscaled output pixels in put_8tap_scaled_c()
call dav1d_get_picture() until it returns -EAGAIN for draining
frame mt: fix memleak caused by race between dav1d_close and dav1d_decode_frame
Disable warped motion for invalid warped global motion parameters
Use seg->globalmv/skip in determining is_comp
Don't clip in prep_8tap_scaled_c
obu: add support for OBUs with no size field
Only do intra edge filtering/upsampling if enable_intra_edge set
Correct the condition for freeing references in dav1d_parse_obus
obu: tile_group and frame OBUs do not have trailing bits
meson: fix disabling asm for arm/arm64
CI: bump the dav1d-debian-unstable image version.
Fix operator order in obu.c
dav1d_fuzzer: skip empty frames to avoid assertions after 026069693ef
Correctly flush at the end of OBUs
Fix how we read the UV quantization level
Segmentation map reference logic
Fix parsing segmentation data in parse_frame_hdr
Fix segmentation map size check
mc: use width/height of reference frame in warp_affine
mc: ensure order of evaluation of macro arguments in FILTER_BILIN
Support skip/globalmv/ref segmentation features
mc: use PXSTRIDE consistently in {put,prep}_8tap_scaled_c
implement a decoupled decode API
Add support for scaled references
Pass dimensions to cfl_ac and derive log2sz
Fix parsing of render size
Align block size to bw/bh for z2 filter extension
intra_pred: fix ubsan issues with max_width/height in 2f251bd11528
Add missing .data suffix so we don't overwrite in memset()
Fix dav1d CLI tool skip short option
Add a max_width/height argument to angular_ipred_fn
Re-add imax(v, 0) in SGR calculation
Fix type mismatch (int32_t vs. int)
Use prev_frame seg_map if temporal=0,update=0 also
Use negative return value in case of segmentation setup errors
do not try to build the windows .rc file if we're building for a static target
include errno.h in the public headers
lf mask: calculate vertical mask correctly
MSVC Compat: Move stdatomic fallback to its own directory
Add stdatomic fallback for GCC 4.7/4.8
frame-mt: do not derive_warpmv intrabc blocks
reduce size of Av1FrameHeader by 7940 bytes
frame-mt: set b->filter2d for intra bc blocks
Always free references upon sequence header refresh
fix backup of t->l.tx_lpf_uv at tile boundaries for 4:2:2 and 4:4:4
cdef: simplify sec_taps
Fix context for comp_type and intrabc
Add blend AVX2 asm
Add blend checkasm unit test
cdef: make scalar types non-sized
decode: clear the temporal tile data cache in Dav1dContext after copying to the frame context
Change stride of emu_edge buffer from 160 to 192
Change emu_edge function argument order for easier SIMD
Add emu_edge checkasm unit test
Fix crash if --muxer is not set
Add 'null' muxer in help
recon: fix bilinear entry in dav1d_filter_dir table
coef/dequant: clip coefs before and after dequantization
picture: add dav1d_picture_move_ref()
Make the public headers C++ friendly
Fix GCC aliasing warnings
threading: fix deadlock with multiple tile rows
frame threading: signal reference frame decoding errors
tile threading: pass decoding errors through progress tracking
do not use the picture after an allocation error
submit_frame: frame threading cleanup on decoding errors