From 9fd229fb4d0e9dbb4366c3650eeccbc1e939f5c6ffef5741c056c174ef188ae8 Mon Sep 17 00:00:00 2001 From: Luigi Baldoni Date: Mon, 22 Feb 2021 08:41:29 +0000 Subject: [PATCH] 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 --- dav1d-0.8.1.tar.gz | 3 --- dav1d-0.8.2.tar.gz | 3 +++ dav1d.changes | 21 +++++++++++++++++++++ dav1d.spec | 5 +++-- 4 files changed, 27 insertions(+), 5 deletions(-) delete mode 100644 dav1d-0.8.1.tar.gz create mode 100644 dav1d-0.8.2.tar.gz diff --git a/dav1d-0.8.1.tar.gz b/dav1d-0.8.1.tar.gz deleted file mode 100644 index 6acc583..0000000 --- a/dav1d-0.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:39f52cccc31180c7180ebe8f223de6d12351c0407de0dfac087e8a9cc3feb8da -size 902845 diff --git a/dav1d-0.8.2.tar.gz b/dav1d-0.8.2.tar.gz new file mode 100644 index 0000000..8ff968e --- /dev/null +++ b/dav1d-0.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00438cf4abb45a56f3dff4c0ff76f4714540672118fe84eea24617d5ed2e394c +size 933717 diff --git a/dav1d.changes b/dav1d.changes index abfcb2b..bb7bca1 100644 --- a/dav1d.changes +++ b/dav1d.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Feb 22 08:06:22 UTC 2021 - Luigi Baldoni + +- 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 diff --git a/dav1d.spec b/dav1d.spec index 806ad25..7b5c763 100644 --- a/dav1d.spec +++ b/dav1d.spec @@ -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