Accepting request 874256 from multimedia:libs
OBS-URL: https://build.opensuse.org/request/show/874256 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dav1d?expand=0&rev=19
This commit is contained in:
commit
f66c63b4e6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:39f52cccc31180c7180ebe8f223de6d12351c0407de0dfac087e8a9cc3feb8da
|
|
||||||
size 902845
|
|
3
dav1d-0.8.2.tar.gz
Normal file
3
dav1d-0.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:00438cf4abb45a56f3dff4c0ff76f4714540672118fe84eea24617d5ed2e394c
|
||||||
|
size 933717
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 22 08:06:22 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Update to version 0.8.2
|
||||||
|
* ARM32 optimizations for ipred and itx in 10/12bits,
|
||||||
|
completing the 10b/12b work on ARM64 and ARM32
|
||||||
|
* Give the post-filters their own threads
|
||||||
|
* ARM64: rewrite the wiener functions
|
||||||
|
* Speed up coefficient decoding, 0.5%-3% global decoding gain
|
||||||
|
* x86 optimizations for CDEF_filter and wiener in 10/12bit
|
||||||
|
* x86: rewrite the SGR AVX2 asm
|
||||||
|
* x86: improve msac speed on SSE2+ machines
|
||||||
|
* ARM32: improve speed of ipred and warp
|
||||||
|
* ARM64: improve speed of ipred, cdef_dir, cdef_filter,
|
||||||
|
warp_motion and itx16
|
||||||
|
* ARM32/64: improve speed of looprestoration
|
||||||
|
* Add seeking, pausing to the player
|
||||||
|
* Update the player for rendering of 10b/12b
|
||||||
|
* Misc speed improvements and fixes on all platforms
|
||||||
|
* Add a xxh3 muxer in the dav1d application
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 2 18:33:17 UTC 2021 - aloisio@gmx.com
|
Sat Jan 2 18:33:17 UTC 2021 - aloisio@gmx.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define sover 5
|
%define sover 5
|
||||||
Name: dav1d
|
Name: dav1d
|
||||||
Version: 0.8.1
|
Version: 0.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An AV1 decoder
|
Summary: An AV1 decoder
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
@ -63,7 +63,8 @@ Group: System/Libraries
|
|||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%meson
|
# disabling xxhash until it can be built properly
|
||||||
|
%meson -Dxxhash_muxer=disabled
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user