diff options
Diffstat (limited to 'third_party/dav1d/NEWS')
-rw-r--r-- | third_party/dav1d/NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/third_party/dav1d/NEWS b/third_party/dav1d/NEWS index 54f8557328..3645474a04 100644 --- a/third_party/dav1d/NEWS +++ b/third_party/dav1d/NEWS @@ -1,3 +1,17 @@ +Changes for 1.4.0 'Road Runner': +-------------------------------- + +1.4.0 is a medium release of dav1d, focusing on new architecture support and optimizations + +- 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 (CVE-2024-1580) + + Changes for 1.3.0 'Tundra Peregrine Falcon (Calidus)': ------------------------------------------------------ |