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

- Update to verison 0.7.0
  * Faster refmv implementation gaining up to 12% speed while
    -25% of RAM (Single Thread)
  * 10b/12b ARM64 optimizations are mostly complete:
    + ipred (paeth, smooth, dc, pal, filter, cfl)
    + itxfm (only 10b)
  * AVX2/SSSE3 for non-4:2:0 film grain and for mc.resize
  * AVX2 for cfl4:4:4
  * AVX-512 CDEF filter
  * ARM64 8b improvements for cfl_ac and itxfm
  * ARM64 implementation for emu_edge in 8b/10b/12b
  * ARM32 implementation for emu_edge in 8b
  * Improvements on the dav1dplay utility player to support 10
    bit, non-4:2:0 pixel formats and film grain on the GPU

OBS-URL: https://build.opensuse.org/request/show/807816
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=32
This commit is contained in:
Luigi Baldoni 2020-05-20 16:55:29 +00:00 committed by Git OBS Bridge
parent ea22feb88e
commit 8fab3864eb
4 changed files with 22 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed May 20 16:50:41 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
- Update to verison 0.7.0
* Faster refmv implementation gaining up to 12% speed while
-25% of RAM (Single Thread)
* 10b/12b ARM64 optimizations are mostly complete:
+ ipred (paeth, smooth, dc, pal, filter, cfl)
+ itxfm (only 10b)
* AVX2/SSSE3 for non-4:2:0 film grain and for mc.resize
* AVX2 for cfl4:4:4
* AVX-512 CDEF filter
* ARM64 8b improvements for cfl_ac and itxfm
* ARM64 implementation for emu_edge in 8b/10b/12b
* ARM32 implementation for emu_edge in 8b
* Improvements on the dav1dplay utility player to support 10
bit, non-4:2:0 pixel formats and film grain on the GPU
-------------------------------------------------------------------
Fri Mar 6 07:20:04 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>

View File

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