Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: concept7/dav1d

Tags

1.5.1

Toggle 1.5.1's commit message
dav1d 1.5.1 'Sonic'

1.5.1 is a minor release of dav1d, focusing on speed optimizations and
on stack reduction.

Notable optimizations happened on SSSE3, ARM32/ARM64, RISC-V and power-PC.
A possible deadlock was also fixed.

1.5.0

Toggle 1.5.0's commit message
dav1d 1.5.0 'Sonic'

1.5.0 is a major release of dav1d, that adds numerous optimizations on
all platforms, x86, ARM, PPC, Risc-V, Loogarch, making it the fastest
release ever.

1.4.3

Toggle 1.4.3's commit message
dav1d 1.4.3 'Road Runner'

1.4.3 is a very small release focused on security issues:
 - AArch64: Fix potential out of bounds access in DotProd H/HV filters
 - cli: Prevent buffer over-read

1.4.2

Toggle 1.4.2's commit message
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.4.1

Toggle 1.4.1's commit message
dav1d 1.4.1 'Road Runner'

1.4.1 is a small release of dav1d, improving notably ARM and RISC-V
speed and fixing a small security issue.

The ARM speed improvements can be significative, depening on the
samples.

Finally, the binary size of dav1d was reduced on ARM and RISC-V

1.4.0

Toggle 1.4.0's commit message
dav1d 1.4.0 'Road Runner':

dav1d 1.4.0 is a medium release of dav1d, adding RISC-V and loongarch
architecture and adding more AVX-512 optimizations
It also fixes a potential security issue

1.3.0

Toggle 1.3.0's commit message
dav1d 1.3.0 'Tundra Peregrine Falcon':

1.3.0 is a medium release reducing memory footprint, increasing again
the speed on x86 and ARM and extending the API functions.

1.2.1

Toggle 1.2.1's commit message
dav1d 1.2.1 'Arctic Peregrine Falcon'

1.2.1 is a small release of dav1d, adding more SIMD, notably
for z2 in SSSE3 and NEON; numerous fixes on headers, OBU parsing and
buildsystem. Finally, it should reduce memory consumption...

1.2.0

Toggle 1.2.0's commit message
1.2.0 'Arctic Peregrine Falcon':

1.2.0 is a small release of dav1d, adding more SIMD, notably for
z1/z2/z3 on all platforms, and some itx optimizations.
It also brings fixes and improvements on props and T.35

1.1.0

Toggle 1.1.0's commit message
dav1d 1.1.0 'Arctic Peregrine Falcon'

A new release of dav1d, fixing numerous bugs, and adding SIMD
optimizations, notably for AVX-512, SSSE3 and NEON

On this 14th of Feb, from VideoLAN, with love