* WARNING: we removed some of the SSE2 optimizations, so if
you care about systems without SSSE3, you should be careful
when updating!
* Optimize index offset calculations for decode_coefs
* picture: copy HDR10+ and T35 metadata only to visible frames
* SSSE3 new optimizations for 6-tap (8bit and hbd)
* AArch64/SVE: Add HBD subpel filters using 128-bit SVE2
* AArch64: Add USMMLA implempentation for 6-tap H/HV
* AArch64: Optimize Armv8.0 NEON for HBD horizontal filters
and 6-tap filters
* Power9: Optimized ITX till 16x4.
* Loongarch: numerous optimizations
* RISC-V optimizations for pal, cdef_filter, ipred, mc_blend,
mc_bdir, itx
* Allow playing videos in full-screen mode in dav1dplay
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=84
- Update to version 1.4.2
* AVX2 optimizations for 8-tap and new variants for 6-tap
* AVX-512 optimizations for 8-tap and new variants for 6-tap
* Improve entropy decoding on ARM64
* New ARM64 optimizations for convolutions based on DotProd
extension
* New ARM64 optimizations for convolutions based on i8mm
extension
* New ARM64 optimizations for subpel and prep filters for i8mm
* Misc improvements on existing ARM64 optimizations, notably
for put/prep
* New PowerPC9 optimizations for loopfilter
* Support for macOS kperf API for benchmarking
OBS-URL: https://build.opensuse.org/request/show/1176816
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=80
- Update to version 1.4.0
* AVX-512 optimizations for z1, z2, z3 in 8bit and
high-bitdepth
* New architecture supported: loongarch
* Loongarch optimizations for 8bit
* New architecture supported: RISC-V
* RISC-V optimizations for itx
* Misc improvements in threading and in reducing binary size
* Fix potential integer overflow with extremely large frame
sizes
OBS-URL: https://build.opensuse.org/request/show/1146648
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=71
- Update to version 1.3.0
* Reduce memory usage in numerous places
* ABI break in Dav1dSequenceHeader, Dav1dFrameHeader,
Dav1dContentLightLevel structures
* new API function to check the API version:
dav1d_version_api()
* Rewrite of the SGR functions for ARM64 to be faster
* NEON implemetation of save_tmvs for ARM32 and ARM64
* x86 palette DSP for pal_idx_finish function
- Bump soversion to 7
OBS-URL: https://build.opensuse.org/request/show/1115085
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=69
- Update to version 1.2.0
* Improvements on attachments of props and T.35 entries on
output pictures
* NEON z1/z3 high bit-depth optimizations and improvements for
8bpc
* SSSE3 z2/z3 8bpc and SSSE3 z1/z3 high bit-depth optimziations
* refmvs.save_tmvs optimizations in SSSE3/AVX2/AVX-512
* AVX-512 optimizations for high bit-depth itx (16x64, 32x64,
64x16, 64x32, 64x64)
* AVX2 optimizations for 12bpc for 16x32, 32x16, 32x32 itx
OBS-URL: https://build.opensuse.org/request/show/1084176
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=62
- Update to version 1.1.0
* New function dav1d_get_frame_delay to query the decoder
frame delay
* Numerous fixes for strict conformity to the specs and samples
* NEON and AVX-512 misc fixes and improvements
* Partial AVX2 12bpc transform implementations
* AVX-512 high bit-depth cdef_filter, loopfilter, itx
* NEON z1/z3 optimization for 8bpc
* SSSE3 z1 optimization for 8bpc
OBS-URL: https://build.opensuse.org/request/show/1065812
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=56
- Update to version 0.9.2
* x86: SSE4 optimizations of inverse transforms for 10bit for
all sizes
* x86: mc.resize optimizations with AVX2/SSSE3 for 10/12b
* x86: SSSE3 optimizations for cdef_filter in 10/12b and
mc_w_mask_422/444 in 8b
* ARM NEON optimizations for FilmGrain Gen_grain functions
* Optimizations for splat_mv in SSE2/AVX2 and NEON
* x86: SGR improvements for SSSE3 CPUs
* x86: AVX2 optimizations for cfl_ac
OBS-URL: https://build.opensuse.org/request/show/916767
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=49
- Update to version 0.9.1
* 10/12b SSSE3 optimizations for mc (avg, w_avg, mask, w_mask,
emu_edge), prep/put_bilin, prep/put_8tap, ipred (dc/h/v,
paeth, smooth, pal, filter), wiener, sgr (10b), warp8x8,
deblock, film_grain, cfl_ac/pred for 32bit and 64bit x86
processors
* Film grain NEON for fguv 10/12b, fgy/fguv 8b and fgy/fguv
10/12 arm32
* Fixes for filmgrain on ARM
* itx 10bit optimizations for 4x4/x8/x16, 8x4/x8/x16 for SSE4
* Misc improvements on SSE2, SSE4
OBS-URL: https://build.opensuse.org/request/show/909122
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=48
- Update to version 0.8.2
* ARM32 optimizations for ipred and itx in 10/12bits,
completing the 10b/12b work on ARM64 and ARM32
* Give the post-filters their own threads
* ARM64: rewrite the wiener functions
* Speed up coefficient decoding, 0.5%-3% global decoding gain
* x86 optimizations for CDEF_filter and wiener in 10/12bit
* x86: rewrite the SGR AVX2 asm
* x86: improve msac speed on SSE2+ machines
* ARM32: improve speed of ipred and warp
* ARM64: improve speed of ipred, cdef_dir, cdef_filter,
warp_motion and itx16
* ARM32/64: improve speed of looprestoration
* Add seeking, pausing to the player
* Update the player for rendering of 10b/12b
* Misc speed improvements and fixes on all platforms
* Add a xxh3 muxer in the dav1d application
OBS-URL: https://build.opensuse.org/request/show/874255
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=42
- Update to version 0.8.1
* Keep references to buffers valid after dav1d_close().
Fixes a regression caused by the picture buffer pool added
in 0.8.0.
* ARM32 optimizations for 10bit bitdepth for SGR
* ARM32 optimizations for 16bit bitdepth for
blend/w_masl/emu_edge
* ARM64 optimizations for 10bit bitdepth for SGR
* x86 optimizations for wiener in SSE2/SSSE3/AVX2
OBS-URL: https://build.opensuse.org/request/show/859858
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=40
- Update to version 0.8.0
* Improve the performance by using a picture buffer pool;
* ARM32 optimizations for 8bit bitdepth for ipred paeth,
smooth, cfl
* ARM32 optimizations for 10/12/16bit bitdepth for
mc_avg/mask/w_avg,
put/prep 8tap/bilin, wiener and CDEF filters
* ARM64 optimizations for cfl_ac 444 for all bitdepths
* x86 optimizations for MC 8-tap, mc_scaled in AVX2
* x86 optimizations for CDEF in SSE and
{put/prep}_{8tap/bilin} in SSSE3
- Bump soversion to 5
- Drop dav1d-nasm-2.15.patch (merged upstream)
OBS-URL: https://build.opensuse.org/request/show/850399
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=38