SHA256
1
0
forked from pool/dav1d

Compare commits

..

4 Commits

Author SHA256 Message Date
Ana Guerrero
50eb574fea Accepting request 1238897 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1238897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dav1d?expand=0&rev=40
2025-01-21 20:09:40 +00:00
e7b4f5bd89 - Update to version 1.5.1
* Rewrite of the looprestoration (SGR, wiener) to reduce stack
    usage
  * Rewrite of {put,prep}_scaled functions
  * Improvements on the SSSE3 SGR
  * Improvements on ARM32/ARM64 looprestoration optimizations
  * RISC-V: blend optimizations for high bitdepth
  * Power9: blend optimizations for 8bpc
  * Port RISC-V to POSIX/non-Linux OS
  * AArch64: Add Neon implementation of load_tmvs
  * Fix a rare, but possible deadlock, in flush()

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=86
2025-01-20 06:23:05 +00:00
Ana Guerrero
6a4be25aaa Accepting request 1208794 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/1208794
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dav1d?expand=0&rev=39
2024-10-20 08:13:07 +00:00
130865e69a - Update to version 1.5.0
* WARNING: we removed some of the SSE2 optimizations, so if
    you care about systems without SSSE3, you should be careful
    when updating!
  * Optimize index offset calculations for decode_coefs
  * picture: copy HDR10+ and T35 metadata only to visible frames
  * SSSE3 new optimizations for 6-tap (8bit and hbd)
  * AArch64/SVE: Add HBD subpel filters using 128-bit SVE2
  * AArch64: Add USMMLA implempentation for 6-tap H/HV
  * AArch64: Optimize Armv8.0 NEON for HBD horizontal filters
    and 6-tap filters
  * Power9: Optimized ITX till 16x4.
  * Loongarch: numerous optimizations
  * RISC-V optimizations for pal, cdef_filter, ipred, mc_blend,
    mc_bdir, itx
  * Allow playing videos in full-screen mode in dav1dplay

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=84
2024-10-18 07:04:48 +00:00
4 changed files with 40 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Mon Jan 20 06:17:10 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.5.1
* Rewrite of the looprestoration (SGR, wiener) to reduce stack
usage
* Rewrite of {put,prep}_scaled functions
* Improvements on the SSSE3 SGR
* Improvements on ARM32/ARM64 looprestoration optimizations
* RISC-V: blend optimizations for high bitdepth
* Power9: blend optimizations for 8bpc
* Port RISC-V to POSIX/non-Linux OS
* AArch64: Add Neon implementation of load_tmvs
* Fix a rare, but possible deadlock, in flush()
-------------------------------------------------------------------
Fri Oct 18 06:59:35 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 1.5.0
* WARNING: we removed some of the SSE2 optimizations, so if
you care about systems without SSSE3, you should be careful
when updating!
* Optimize index offset calculations for decode_coefs
* picture: copy HDR10+ and T35 metadata only to visible frames
* SSSE3 new optimizations for 6-tap (8bit and hbd)
* AArch64/SVE: Add HBD subpel filters using 128-bit SVE2
* AArch64: Add USMMLA implempentation for 6-tap H/HV
* AArch64: Optimize Armv8.0 NEON for HBD horizontal filters
and 6-tap filters
* Power9: Optimized ITX till 16x4.
* Loongarch: numerous optimizations
* RISC-V optimizations for pal, cdef_filter, ipred, mc_blend,
mc_bdir, itx
* Allow playing videos in full-screen mode in dav1dplay
-------------------------------------------------------------------
Wed Jun 12 15:13:55 UTC 2024 - Luigi Baldoni <aloisio@gmx.com>

View File

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