- Update to 2.7

* colorspace: add support for additional
    matrix/transfer/primaries
  * graph: reduce buffer copies when converting from grey to color
  * graph: reduce buffer copies when performing colorspace
    conversion
  * graph: process input planes separately when possible
  * graph: optimize calculation of tile width
  * x86: automatic cache size detection for Intel processors

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=8
This commit is contained in:
Mia Herkt 2017-12-31 19:21:29 +00:00 committed by Git OBS Bridge
parent 79e8a341e2
commit 16dc4e69d6
4 changed files with 17 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Dec 31 19:17:05 UTC 2017 - 9@cirno.systems
- Update to 2.7
* colorspace: add support for additional
matrix/transfer/primaries
* graph: reduce buffer copies when converting from grey to color
* graph: reduce buffer copies when performing colorspace
conversion
* graph: process input planes separately when possible
* graph: optimize calculation of tile width
* x86: automatic cache size detection for Intel processors
-------------------------------------------------------------------
Thu Nov 30 06:37:10 UTC 2017 - 9@cirno.systems

View File

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