- Update to version 2.9:

* colorspace: improve accuracy of SSE2 LUT-based transfer
    functions
  * depth: AVX2 and AVX-512 code paths for limited range upsampling
  * graph: optimize tile width calculation
  * graph: reduce execution overhead
  * graph: skip processing pixels outside of active window
  * resize: change default bicubic from Mitchell-Netravali to
    Catmull-Rom
  * resize: make output bit-exact regardless of active window
    dimensions
  * x86: optimizations for AMD Piledriver and Zen1 processors

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=16
This commit is contained in:
Mia Herkt 2019-06-07 13:13:26 +00:00 committed by Git OBS Bridge
parent 3d5eec38c2
commit f10555630b
4 changed files with 20 additions and 4 deletions

View File

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

3
release-2.9.tar.gz Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Jun 7 12:40:52 UTC 2019 - Martin Herkt <9+suse@cirno.systems>
- Update to version 2.9:
* colorspace: improve accuracy of SSE2 LUT-based transfer
functions
* depth: AVX2 and AVX-512 code paths for limited range upsampling
* graph: optimize tile width calculation
* graph: reduce execution overhead
* graph: skip processing pixels outside of active window
* resize: change default bicubic from Mitchell-Netravali to
Catmull-Rom
* resize: make output bit-exact regardless of active window
dimensions
* x86: optimizations for AMD Piledriver and Zen1 processors
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Oct 22 20:26:25 UTC 2018 - Martin Herkt <9+suse@cirno.systems> Mon Oct 22 20:26:25 UTC 2018 - Martin Herkt <9+suse@cirno.systems>

View File

@ -18,7 +18,7 @@
%define sover 2 %define sover 2
Name: zimg Name: zimg
Version: 2.8 Version: 2.9
Release: 0 Release: 0
Summary: Scaling, colorspace conversion, and dithering library Summary: Scaling, colorspace conversion, and dithering library
License: WTFPL License: WTFPL