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

- Update to version 0.7.1
  * ARM32 NEON optimizations for itxfm, which can give up to 28%
    speedup, and MSAC
  * SSE2 optimizations for prep_bilin and prep_8tap
  * AVX2 optimizations for MC scaled
  * Fix a clamping issue in motion vector projection
  * Fix an issue on some specific Haswell CPU on ipred_z AVX2
    functions
  * Improvements on the dav1dplay utility player to support
    resizing

OBS-URL: https://build.opensuse.org/request/show/816274
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=34
This commit is contained in:
Luigi Baldoni 2020-06-22 08:18:30 +00:00 committed by Git OBS Bridge
parent 8fab3864eb
commit 01c46c75bf
4 changed files with 18 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jun 22 08:13:31 UTC 2020 - aloisio@gmx.com
- Update to version 0.7.1
* ARM32 NEON optimizations for itxfm, which can give up to 28%
speedup, and MSAC
* SSE2 optimizations for prep_bilin and prep_8tap
* AVX2 optimizations for MC scaled
* Fix a clamping issue in motion vector projection
* Fix an issue on some specific Haswell CPU on ipred_z AVX2
functions
* Improvements on the dav1dplay utility player to support
resizing
-------------------------------------------------------------------
Wed May 20 16:50:41 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

View File

@ -18,7 +18,7 @@
%define sover 4
Name: dav1d
Version: 0.7.0
Version: 0.7.1
Release: 0
Summary: An AV1 decoder
License: BSD-2-Clause