From 676a864a11af2c0522e1f992e770589543894686 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf <jb@videolan.org> Date: Fri, 28 Apr 2023 08:42:13 +0200 Subject: [PATCH] News for 1.2.0 --- NEWS | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 45ffd4f8f..e9a3729a8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Changes for 1.2.0 'Arctic Peregrine Falcon': +------------------------------------------- + +1.2.0 is a small release of dav1d, adding more SIMD and fixes + +- 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 + + Changes for 1.1.0 'Arctic Peregrine Falcon': ------------------------------------------- diff --git a/meson.build b/meson.build index bc696599b..2e2974d67 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. project('dav1d', ['c'], - version: '1.1.0', + version: '1.2.0', default_options: ['c_std=c99', 'warning_level=2', 'buildtype=release', -- GitLab