Accepting request 643802 from multimedia:libs

- 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/request/show/643802
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2018-11-06 12:55:35 +00:00 committed by Git OBS Bridge
commit 4fcddc712c
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:0fbefe23cd677f4d902dcad40c4ef078a347454630168106e6eed4cf91a217ff
size 246416

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

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Oct 22 20:26:25 UTC 2018 - Martin Herkt <9+suse@cirno.systems>
- 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
-------------------------------------------------------------------
Fri Jul 13 20:36:32 UTC 2018 - 9+suse@cirno.systems

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