From 48035599cdd4e4415732e408c407e0c1cd1c7444 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf <jb@videolan.org> Date: Tue, 26 Sep 2023 14:57:25 +0200 Subject: [PATCH] Prepare for release 1.3.0 --- NEWS | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index b541a2747..54f855732 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Changes for 1.3.0 'Tundra Peregrine Falcon (Calidus)': +------------------------------------------------------ + +1.3.0 is a medium release of dav1d, focus on new APIs and memory usage reduction. + +- Reduce memory usage in numerous places +- ABI break in Dav1dSequenceHeader, Dav1dFrameHeader, Dav1dContentLightLevel structures +- new API function to check the API version: dav1d_version_api() +- Rewrite of the SGR functions for ARM64 to be faster +- NEON implemetation of save_tmvs for ARM32 and ARM64 +- x86 palette DSP for pal_idx_finish function + + Changes for 1.2.1 'Arctic Peregrine Falcon': ------------------------------------------- diff --git a/meson.build b/meson.build index 1104aef9b..2b88f3c45 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.2.1', + version: '1.3.0', default_options: ['c_std=c99', 'warning_level=2', 'buildtype=release', -- GitLab