Accepting request 807817 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/807817 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dav1d?expand=0&rev=14
This commit is contained in:
commit
8bed05d33f
@ -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
3
dav1d-0.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c189e9fa585cf9a722fa9f57cf6b5332849449bdb4153f7782d9d7852a14dd18
|
||||||
|
size 821114
|
@ -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>
|
Fri Mar 6 07:20:04 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define sover 4
|
%define sover 4
|
||||||
Name: dav1d
|
Name: dav1d
|
||||||
Version: 0.6.0
|
Version: 0.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An AV1 decoder
|
Summary: An AV1 decoder
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user