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

- 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

OBS-URL: https://build.opensuse.org/request/show/874255
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/dav1d?expand=0&rev=42
This commit is contained in:
Luigi Baldoni 2021-02-22 08:41:29 +00:00 committed by Git OBS Bridge
parent d95408ab38
commit 9fd229fb4d
4 changed files with 27 additions and 5 deletions

View File

@ -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
View File

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

View File

@ -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

View File

@ -18,7 +18,7 @@
%define sover 5
Name: dav1d
Version: 0.8.1
Version: 0.8.2
Release: 0
Summary: An AV1 decoder
License: BSD-2-Clause
@ -63,7 +63,8 @@ Group: System/Libraries
%autosetup -p1
%build
%meson
# disabling xxhash until it can be built properly
%meson -Dxxhash_muxer=disabled
%meson_build
%install