4 Commits

Author SHA256 Message Date
4522667dfa Accepting request 1324933 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1324933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dav1d?expand=0&rev=42
2026-01-02 13:27:13 +00:00
ee2a98bb67 - Update to version 1.5.3
* Misc small optimizations
  * RISC-V assembly optimizations for ipred, emu_edge and w_mask,
    and VLEN 512 for blend functions
  * Fix issue with ivf files with 0 frames in tools

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=90
2025-12-31 19:55:48 +00:00
9edfb78cd7 Accepting request 1314995 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1314995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dav1d?expand=0&rev=41
2025-11-04 17:40:32 +00:00
07d2114c54 - Update to version 1.5.2
* minor speed improvement in recon
  * improvements on loongarch symboles visibility and asm
  * mark C globals with small code model
  * reduce the code size of the frame header parsing (OBU)
  * minor fixes on tools and CI
  * fix compilation with nasm 3.00

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=88
2025-11-01 11:19:52 +00:00
4 changed files with 25 additions and 5 deletions

Binary file not shown.

3
dav1d-1.5.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Dec 31 19:42:15 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.5.3
* Misc small optimizations
* RISC-V assembly optimizations for ipred, emu_edge and w_mask,
and VLEN 512 for blend functions
* Fix issue with ivf files with 0 frames in tools
-------------------------------------------------------------------
Sat Nov 1 11:15:04 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.5.2
* minor speed improvement in recon
* improvements on loongarch symboles visibility and asm
* mark C globals with small code model
* reduce the code size of the frame header parsing (OBU)
* minor fixes on tools and CI
* fix compilation with nasm 3.00
-------------------------------------------------------------------
Mon Jan 20 06:17:10 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package dav1d
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# 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 7
Name: dav1d
Version: 1.5.1
Version: 1.5.3
Release: 0
Summary: An AV1 decoder
License: BSD-2-Clause