- 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

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