From c688d5b24690c52294620e1a859f8948b349ec85 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Wed, 9 Oct 2019 08:55:25 +0200 Subject: Update NEWS for 0.5.0 --- NEWS | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index e6e2edd..4f8661f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,23 @@ +Changes for 0.5.0 'Asiatic Cheetah': +---------------------------- + +0.5.0 is a medium release fixing regressions and minor issues, +and improving speed significantly: + - Export ITU T.35 metadata + - Speed improvements on blend_ on ARM + - Speed improvements on decode_coef and MSAC + - NEON optimizations for blend*, w_mask_, ipred_dc|h|v functions for ARM64 + - NEON optimizations for CDEF and warp on ARM32 + - SSE2 optimizations for MSAC hi_tok decoding + - SSSE3 optimizations for deblocking loopfilters and warp_affine + - AVX-2 optimizations for film grain + - SSE4 optimizations for warp_affine + - Fix inverse transform overflows in x86 and NEON asm + - Fix integer overflows with large frames + - Improve film grain generation to match reference code + - Improve compatibility with older binutils for ARM + + Changes for 0.4.0 'Cheetah': ---------------------------- @@ -38,7 +58,7 @@ Changes for 0.2.2 (0.3.0-rc) 'Antelope': - Large improvement on MSAC decoding with SSE, bringing 4-6% speed increase The impact is important on SSSE3, SSE4 and AVX-2 cpus - SSSE3 optimizations for all blocks size in itx - - SSSE3 optimizations for ipred_paeth and ipref_cfl (420, 422 and 444) + - SSSE3 optimizations for ipred_paeth and ipred_cfl (420, 422 and 444) - Speed improvements on CDEF for SSE4 CPUs - NEON optimizations for SGR and loop filter - Minor crashes, improvements and build changes -- cgit v1.2.3