Accepting request 1115085 from home:alois:branches:multimedia:libs

- Update to version 1.3.0
  * 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
- Bump soversion to 7

OBS-URL: https://build.opensuse.org/request/show/1115085
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=69
This commit is contained in:
Luigi Baldoni 2023-10-04 04:42:29 +00:00 committed by Git OBS Bridge
parent 5962114496
commit 44291cb2c1
5 changed files with 20 additions and 6 deletions

View File

@ -1 +1 @@
libdav1d6
libdav1d7

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2dd85860d213479672b1c708e31593446e8c2b53ff41e2ca25a2eafb718424e2
size 1477079

BIN
dav1d-1.3.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Oct 4 04:17:53 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.3.0
* 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
- Bump soversion to 7
-------------------------------------------------------------------
Thu Jun 1 14:49:36 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -16,10 +16,10 @@
#
%define sover 6
%define sover 7
Name: dav1d
Version: 1.2.1
Version: 1.3.0
Release: 0
Summary: An AV1 decoder
License: BSD-2-Clause