- 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

@@ -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