27 Commits

Author SHA256 Message Date
Dominique Leuenberger
70abb40bea Accepting request 570773 from multimedia:libs
- Update to 2.7.2
  * graph: fix image corruption in certain conversions
    (introduced in 2.7)
  * resize: fix AVX-512 horizontal resize with certain widths
    (introduced in 2.6)

OBS-URL: https://build.opensuse.org/request/show/570773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=24
2018-01-30 14:43:54 +00:00
Mia Herkt
f2c1329bb1 - Update to 2.7.2
* graph: fix image corruption in certain conversions
    (introduced in 2.7)
  * resize: fix AVX-512 horizontal resize with certain widths
    (introduced in 2.6)

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=10
2018-01-29 20:41:27 +00:00
Dominique Leuenberger
4af00e9d9c Accepting request 564426 from multimedia:libs
- Update to 2.7.1
  * colorspace: fix incorrect ST.428 primaries (introduced in 2.7)
  * colorspace: preserve BTB/WTW when approximate_gamma is set
  * colorspace: optimize handling of IEC 61966-2-4 transfer
    characteristics

OBS-URL: https://build.opensuse.org/request/show/564426
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=23
2018-01-16 08:42:51 +00:00
Mia Herkt
bb629cba68 - Update to 2.7.1
* colorspace: fix incorrect ST.428 primaries (introduced in 2.7)
  * colorspace: preserve BTB/WTW when approximate_gamma is set
  * colorspace: optimize handling of IEC 61966-2-4 transfer
    characteristics

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=9
2018-01-14 19:26:41 +00:00
Dominique Leuenberger
061cfa7f27 Accepting request 560903 from multimedia:libs
- 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
- Entry to make factory-auto happy after devel project change
  * Delete zimg-automake-1.13.patch
  * Delete zimg-5.0.0.patch
- Update to 2.6.3
  * resize: fix crash in AVX-512 resizer with GCC
  * resize: improve cache efficiency in AVX-512 horizontal resizers
- Clean up spec file a bit
- Drop useless service
- Update to 2.6.2
  * depth: fix AVX-512 clamping of negative pixels
  * graph: fix WORD greyscale to YUV conversion
- Update to 2.6.1
  * depth: fix SSE2 conversions with mod4 and mod8 widths
    (introduced in 2.6)
  * resize: fix heap corruption in AVX2 horizontal resizer
    (introduced in 2.6)
- Rename to zimg to match upstream name (see OBS request #516938)
- Update to 2.6a
  * api: add missing version requirements to comments
  * example: add ZIMG_CPU_AUTO_64B to API example
  * example: add more comments
  * colorspace: fix unit tests on 32-bit x86
- Update to version 2.6
  * api: add ZIMG_CPU_AUTO_64B for AVX-512 compatibility
  * colorspace: add support for ITU-R BT.2100 ICtCp
  * colorspace: add support for constant luminance ITU-R BT.2100 HLG
  * colorspace: add support for SMPTE ST.431-2 (traditional DCI-P3)
  * colorspace: add support for chromaticity-derived NCL/CL matrices
  * colorspace: assume 1000 cd/m^2 peak luminance for HLG
  * colorspace: fix crash on bad colorspace definition
  * depth: optimized SSE2/AVX2 conversions with 8/16-bit input
  * resize: optimized AVX2 horizontal upsampler memory usage
  * resize: optimized x86 SIMD function calling
  * x86: AVX-512 code paths for key functions
- Fix RPM groups
- Edit description to avoid potential confusion with the
  z/zip compression library (zlib).
- Replace ancient -j%jobs by %_smp_mflags.
- Copy to OBS, add (disabled) download _service
- Update to version 2.5.1
  + depth: fix AVX2 conversion from half to byte/word
    (introduced in 2.1).
- Initial package, version 2.5

OBS-URL: https://build.opensuse.org/request/show/560903
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=22
2018-01-01 21:32:51 +00:00
Mia Herkt
16dc4e69d6 - 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
2017-12-31 19:21:29 +00:00
Dominique Leuenberger
32bb00815d Accepting request 546590 from multimedia:libs
- Entry to make factory-auto happy after devel project change
  * Delete zimg-automake-1.13.patch
  * Delete zimg-5.0.0.patch
- Update to 2.6.3
  * resize: fix crash in AVX-512 resizer with GCC
  * resize: improve cache efficiency in AVX-512 horizontal resizers
- Clean up spec file a bit
- Drop useless service
- Update to 2.6.2
  * depth: fix AVX-512 clamping of negative pixels
  * graph: fix WORD greyscale to YUV conversion
- Update to 2.6.1
  * depth: fix SSE2 conversions with mod4 and mod8 widths
    (introduced in 2.6)
  * resize: fix heap corruption in AVX2 horizontal resizer
    (introduced in 2.6)
- Rename to zimg to match upstream name (see OBS request #516938)
- Update to 2.6a
  * api: add missing version requirements to comments
  * example: add ZIMG_CPU_AUTO_64B to API example
  * example: add more comments
  * colorspace: fix unit tests on 32-bit x86
- Update to version 2.6
  * api: add ZIMG_CPU_AUTO_64B for AVX-512 compatibility
  * colorspace: add support for ITU-R BT.2100 ICtCp
  * colorspace: add support for constant luminance ITU-R BT.2100 HLG
  * colorspace: add support for SMPTE ST.431-2 (traditional DCI-P3)
  * colorspace: add support for chromaticity-derived NCL/CL matrices
  * colorspace: assume 1000 cd/m^2 peak luminance for HLG
  * colorspace: fix crash on bad colorspace definition

OBS-URL: https://build.opensuse.org/request/show/546590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=21
2017-12-19 09:50:24 +00:00
Mia Herkt
79e8a341e2 - Entry to make factory-auto happy after devel project change
* Delete zimg-automake-1.13.patch
  * Delete zimg-5.0.0.patch

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=7
2017-11-30 06:39:41 +00:00
Mia Herkt
8855317530 - Update to 2.6.3
* resize: fix crash in AVX-512 resizer with GCC
  * resize: improve cache efficiency in AVX-512 horizontal resizers

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=6
2017-11-22 14:07:15 +00:00
Mia Herkt
94e4431d81 Accepting request 543120 from home:pluskalm:branches:multimedia:libs
- Clean up spec file a bit
- Drop useless service

OBS-URL: https://build.opensuse.org/request/show/543120
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=5
2017-11-20 14:05:02 +00:00
Mia Herkt
8798fa666a OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=4 2017-11-10 19:15:18 +00:00
Mia Herkt
ea2f9a5b6d - Update to 2.6.2
* depth: fix AVX-512 clamping of negative pixels
  * graph: fix WORD greyscale to YUV conversion

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=3
2017-11-10 18:29:41 +00:00
Mia Herkt
b549fb277e - Update to 2.6.1
* depth: fix SSE2 conversions with mod4 and mod8 widths
    (introduced in 2.6)
  * resize: fix heap corruption in AVX2 horizontal resizer
    (introduced in 2.6)

OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=2
2017-09-05 18:28:18 +00:00
Ismail Dönmez
39bc959ede Accepting request 517559 from home:lachs0r
Renamed to zimg to match upstream name (see OBS request #516938).

OBS-URL: https://build.opensuse.org/request/show/517559
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/zimg?expand=0&rev=1
2017-08-18 12:30:00 +00:00
Dominique Leuenberger
1c048ba417 Accepting request 304322 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/304322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=20
2015-05-02 19:35:28 +00:00
Ismail Dönmez
fc8d170907 Accepting request 304215 from home:pluskalm:branches:graphics
- Cleanup spec file with spec-cleaner
- Update dependencies
- Use url for source
- Remove _DATE_ and _TIME_

OBS-URL: https://build.opensuse.org/request/show/304215
OBS-URL: https://build.opensuse.org/package/show/graphics/zimg?expand=0&rev=9
2015-04-28 09:26:22 +00:00
Stephan Kulow
2ab65c3d98 Accepting request 159188 from graphics
- builds with automake 1.13
  * automake-1.13.patch (forwarded request 159164 from pgajdos)

OBS-URL: https://build.opensuse.org/request/show/159188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=17
2013-03-14 14:06:53 +00:00
4729a4e5d3 Accepting request 159164 from home:pgajdos
- builds with automake 1.13
  * automake-1.13.patch

OBS-URL: https://build.opensuse.org/request/show/159164
OBS-URL: https://build.opensuse.org/package/show/graphics/zimg?expand=0&rev=7
2013-03-13 15:36:32 +00:00
Stephan Kulow
78aea5bd4e Accepting request 148556 from graphics
- remove suse-update-config 
- remove INSTALL from doc (forwarded request 148555 from toganm)

OBS-URL: https://build.opensuse.org/request/show/148556
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=15
2013-01-17 10:11:42 +00:00
Togan Muftuoglu
fe7679db17 Accepting request 148555 from home:toganm:branches:graphics
- remove suse-update-config 
- remove INSTALL from doc

OBS-URL: https://build.opensuse.org/request/show/148555
OBS-URL: https://build.opensuse.org/package/show/graphics/zimg?expand=0&rev=5
2013-01-15 12:45:42 +00:00
Stephan Kulow
19c1786ad9 replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=13
2011-12-06 18:21:23 +00:00
Stephan Kulow
9436732c3e Accepting request 92520 from graphics
- add libtool as buildrequire to avoid implicit dependency (forwarded request 92483 from coolo)

OBS-URL: https://build.opensuse.org/request/show/92520
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=12
2011-11-21 11:51:26 +00:00
OBS User autobuild
60dfd00424 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=7 2010-03-18 15:40:21 +00:00
OBS User unknown
6ae8c4181f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=5 2009-06-18 22:30:50 +00:00
OBS User unknown
a3b6865066 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=3 2008-05-06 22:22:40 +00:00
OBS User unknown
c12de8b5e8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=2 2008-04-11 22:06:25 +00:00
OBS User unknown
ffbe05a8ba OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/zimg?expand=0&rev=1 2007-01-15 23:45:54 +00:00