- Update to version 2.8:

* api: rename colorspace enum values
  * colorspace: AVX-512 code paths for commonly used transfer
    functions
  * colorspace: optimize SSE2 LUT-based transfer functions
  * common: reduce execution overhead
  * depth: increase ordered dither pattern from 8x8 to 16x16
  * depth: use blue noise instead of white for random dither
  * depth: use different dither pattern on each color component
  * resize: optimize x86 SIMD horizontal downsampling with >8 taps
  * x86: cache detection on AMD processors
  * x86: optimizations for AMD Excavator processors

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=15
This commit is contained in:
Mia Herkt
2018-10-22 20:27:17 +00:00
committed by Git OBS Bridge
parent f93d70122f
commit 3d5eec38c2
4 changed files with 20 additions and 4 deletions

View File

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