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

- Update to version 0.2.2
  * Large improvement on MSAC decoding with SSE, bringing 4-6%
    speed increase
    The impact is important on SSSE3, SSE4 and AVX-2 cpus
  * SSSE3 optimizations for all blocks size in itx
  * SSSE3 optimizations for ipred_paeth and ipref_cfl (420, 422
    and 444)
  * Speed improvements on CDEF for SSE4 CPUs
  * NEON optimizations for SGR and loop filter
  * Minor crashes, improvements and build changes

OBS-URL: https://build.opensuse.org/request/show/695923
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=12
This commit is contained in:
Luigi Baldoni 2019-04-19 07:54:20 +00:00 committed by Git OBS Bridge
parent 5a3d0768b0
commit 70f9fd8658
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:e99186c6e3d242c1b128d342a6624b67efc3945e17e1ca00bef5ae69f53c8a10
size 532586

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

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Apr 19 07:48:06 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 0.2.2
* Large improvement on MSAC decoding with SSE, bringing 4-6%
speed increase
The impact is important on SSSE3, SSE4 and AVX-2 cpus
* SSSE3 optimizations for all blocks size in itx
* SSSE3 optimizations for ipred_paeth and ipref_cfl (420, 422
and 444)
* Speed improvements on CDEF for SSE4 CPUs
* NEON optimizations for SGR and loop filter
* Minor crashes, improvements and build changes
-------------------------------------------------------------------
Tue Apr 2 06:43:21 UTC 2019 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -18,7 +18,7 @@
%define sover 1
Name: dav1d
Version: 0.2.1
Version: 0.2.2
Release: 0
Summary: An AV1 decoder
License: BSD-2-Clause