-
1.4.2805d9e5a · ·
dav1d 1.4.2 'Road Runner' 1.4.2 is a small release of dav1d, improving notably ARM, AVX-512, RISC-V and Power9 speed It adds numerous new optimizations on 8-tap/6-tap for AVX2, AVX-512; on convolutions for ARM64 extensions (DotProd, i8mm); on prep/put/msac for ARM64 and on loopfilter for Power9.
-
1.0.099172b11 · ·
dav1d 1.0.0 'Peregrine falcon' 1.0.0 is a major release of dav1d, adding important features and bug fixes. It notably changes, in an important way, the way threading works, by adding an automatic thread management. It also continues the relentless work on optimizations. 1.0.0 is here, it's great, fast and lean. Great job the team \o/ .''. .''. . *''* :_\/_: . :_\/_: _\(/_ .:.*_\/_* : /\ : .'.:.'. .''.: /\ : ./)\ ':'* /\ * : '..'. -=:o:=- :_\/_:'.:::. ' *''* * '.\'/.' _\(/_'.':'.' : /\ : ::::: *_\/_* -= o =- /)\ ' * '..' ':::' * /\ * .'/.\'. ' * *..* : * : * 1.0.0
-
0.9.08636b4f2 · ·
dav1d 0.9.0 'Golden Eargle' the fast and lean AV1 decoder 0.9.0 is a major version of dav1d, adding notably 10b acceleration on x86-64. This release adds acceleration in SIMD for most functions in 10b and 12b. The SIMD written is for AVX2 chips, running in 64b. This release continues the ARM optimizations, with FilmGrain implemented for ARM64 processors.
-
0.8.2f06148e7 · ·
dav1d 0.8.2 'Eurasian hobby' the fast and lean AV1 decoder This is a middle-size update of the dav1d decoder, from the 0.8.x branch. This release adds most of the remaining NEON optimizations for ARM, especially for 10/12bit bitdepth, in both ARM32 and ARM64. This release also split the post-filters into their own threads. This release speeds up quite a bit the desktop version, notably in the coefficient decoding and the MSAC parts. It also introduces the first 10bit optimizations for x86. Finally, this release improves the speed in numerous parts of the decoder, improves the player shipped and brings other fixes.
-
0.8.16ed5fafb · ·
dav1d 0.8.1 'Eurasian hobby' the fast and lean AV1 decoder This is a minor update of the dav1d decoder, from the 0.8.x branch. This releases fixes a regression in the buffer reference handling introduced by the buffer pool added in 0.8.0. dav1d_close() invalidated all buffer references. It also contains further ARM32 high bit depth SIMD optimizations, x86 wiener filter optimizations and fixes a couple of minor issues.
-
0.8.02ca1bfc3 · ·
dav1d 0.8.0 'Eurasian hobby' the fast and lean AV1 decoder This is a major update of the dav1d, the fast and lean AV1 decoder, codename 'Eurasian hobby'. This release improves, once again, the speed on all platforms. On the desktop platforms, it improves the performance (up to 10%) by doing less allocations and adding more optimizations for AVX2 and SSE. On the ARM platforms, this release brings numerous improvements for ARM32 and notably optimizes most of the 10/12bit bitdepth filters.
-
0.7.1e9df70c4 · ·
dav1d 0.7.1 'Frigatebird' the fast and lean AV1 decoder This is a minor update of the dav1d decoder, from the 0.7.x branch. This release increases the speed of decoding on ARM32 by up to 28%, adds some SSE2 optimizations, some AVX2 for MC scaled and fixes a couple of minor issues.
-
0.7.0df40d36d · ·
dav1d 0.7.0 'Frigatebird' the fast and lean AV1 decoder This is a major update of the dav1d, the fast and lean AV1 decoder, codename 'Frigatebird'. This release improves, once again, the speed on all platforms. A rewrite of refmv made an important speed boost on x86 while reducing RAM usage. It should improve the speed on every platform. A large number of assembly optimizations went for ARM64 for 8/10/12bit, a few for x86, notably for film grain and AVX-512 optimizations for CDEF.
-
0.6.0efd9e551 · ·
dav1d 0.6.0 'Gyrfalcon', the fast and lean AV1 decoder This is a major update of the dav1d, the fast and lean AV1 decoder, codename 'Gyrfalcon'. 0.6.0 brings major improvements in 10/12bit decoding on ARMv8 CPUs, up to 2.5 times faster than 0.5.2. It also brings new AVX-512, AVX2 and SSSE3 optimizations and improves the existing optimizations on all platforms. Finally, it also fixes some decoder mismatches and minor crashes.
-
0.5.239667c75 · ·
dav1d 0.5.2 'Asiatic Cheetah', the fast and small AV1 decoder This is a minor update of the 0.5.x version of dav1d, the fast and small AV1 decoder, codename 'Asiatic Cheetah'. It supports all the AV1 features and all bitdepths. 0.5.2 brings improvements in speed for ARMv7 CPUs (a few % speedup), on top of the already big speedups of 0.5.1. It should also improve the speed for large videos on all platforms. It also fixes minor issues, brings stability and introduces an OBU demuxer.