From 3d5eec38c23bd111ee9a08a025709ed795b302b242bff92db2e4b7a68aad50bc Mon Sep 17 00:00:00 2001 From: Mia Herkt <9+suse@cirno.systems> Date: Mon, 22 Oct 2018 20:27:17 +0000 Subject: [PATCH] - 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 --- release-2.7.5.tar.gz | 3 --- release-2.8.tar.gz | 3 +++ zimg.changes | 16 ++++++++++++++++ zimg.spec | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) delete mode 100644 release-2.7.5.tar.gz create mode 100644 release-2.8.tar.gz diff --git a/release-2.7.5.tar.gz b/release-2.7.5.tar.gz deleted file mode 100644 index 09299c9..0000000 --- a/release-2.7.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0fbefe23cd677f4d902dcad40c4ef078a347454630168106e6eed4cf91a217ff -size 246416 diff --git a/release-2.8.tar.gz b/release-2.8.tar.gz new file mode 100644 index 0000000..9c3e398 --- /dev/null +++ b/release-2.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8f9d65c95ce6e8050d83d0417b109aabc94d2c7ba65cf2d8039840d162ad876 +size 265363 diff --git a/zimg.changes b/zimg.changes index 8efbf9f..3f1221a 100644 --- a/zimg.changes +++ b/zimg.changes @@ -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 diff --git a/zimg.spec b/zimg.spec index 99db66e..d66bf35 100644 --- a/zimg.spec +++ b/zimg.spec @@ -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