diff --git a/dav1d-1.0.0.tar.gz b/dav1d-1.0.0.tar.gz deleted file mode 100644 index caa9111..0000000 --- a/dav1d-1.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:047b8229511a82b5718a1d34c86c067b078efd02f602986d2ed09b23182ec136 -size 1372928 diff --git a/dav1d-1.1.0.tar.gz b/dav1d-1.1.0.tar.gz new file mode 100644 index 0000000..47666b7 --- /dev/null +++ b/dav1d-1.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b163791a587c083803a3db2cd18b4fbaf7fb865b47d038c4869ffef7722b6b16 +size 1427047 diff --git a/dav1d.changes b/dav1d.changes index cdfe1d5..111727c 100644 --- a/dav1d.changes +++ b/dav1d.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Feb 14 21:26:23 UTC 2023 - Luigi Baldoni + +- Update to version 1.1.0 + * New function dav1d_get_frame_delay to query the decoder + frame delay + * Numerous fixes for strict conformity to the specs and samples + * NEON and AVX-512 misc fixes and improvements + * Partial AVX2 12bpc transform implementations + * AVX-512 high bit-depth cdef_filter, loopfilter, itx + * NEON z1/z3 optimization for 8bpc + * SSSE3 z1 optimization for 8bpc + ------------------------------------------------------------------- Thu Oct 13 06:52:06 UTC 2022 - Bjørn Lie diff --git a/dav1d.spec b/dav1d.spec index 98b8b86..f8987d1 100644 --- a/dav1d.spec +++ b/dav1d.spec @@ -1,7 +1,7 @@ # # spec file for package dav1d # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define sover 6 Name: dav1d -Version: 1.0.0 +Version: 1.1.0 Release: 0 Summary: An AV1 decoder License: BSD-2-Clause