24 Commits

Author SHA256 Message Date
e10a27febf Accepting request 1099340 from graphics
OBS-URL: https://build.opensuse.org/request/show/1099340
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/CharLS?expand=0&rev=16
2023-07-19 17:10:20 +00:00
Asterios Dramis
19cb78e7e5 Accepting request 1098981 from home:dirkmueller:Factory
- update to 2.4.2:
  * Fixed #269, Decoding doesn't work when compiled with mingw64.

OBS-URL: https://build.opensuse.org/request/show/1098981
OBS-URL: https://build.opensuse.org/package/show/graphics/CharLS?expand=0&rev=23
2023-07-18 20:26:38 +00:00
fc4055f66e Accepting request 1056703 from graphics
OBS-URL: https://build.opensuse.org/request/show/1056703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/CharLS?expand=0&rev=15
2023-01-07 16:19:39 +00:00
Asterios Dramis
dbab7e3f71 Accepting request 1056258 from home:dirkmueller:Factory
- update to 2.4.1:
  Fixed
  * Fixed #221, jpegls_errc::destination_buffer_too_small incorrectly thrown
    for 8 bit 2*2 image with stride = 4 during decoding.
- update to 2.4.0:
  Added
  * Support for Windows on ARM64 in the MSBuild projects and CMake files.
  * Support to read and write application data markers. #180
  * Added method charls_validate_spiff_header to validate SPIFF headers.
  Changed
  * Improved compatibility of public headers with C++20.
  * Switch order of APP8 and SOF55 markers during encoding to allign with
    user application data markers.
  Fixed
  * Fixed #167, Multi component image with interleave mode none is not
    correctly decoded when a custom stride argument is used.

OBS-URL: https://build.opensuse.org/request/show/1056258
OBS-URL: https://build.opensuse.org/package/show/graphics/CharLS?expand=0&rev=21
2023-01-06 21:08:07 +00:00
312834246d Accepting request 965779 from graphics
OBS-URL: https://build.opensuse.org/request/show/965779
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/CharLS?expand=0&rev=14
2022-03-30 18:35:53 +00:00
Asterios Dramis
f12f34e61e Accepting request 965778 from home:adra:branches:graphics
Update to version 2.3.4

OBS-URL: https://build.opensuse.org/request/show/965778
OBS-URL: https://build.opensuse.org/package/show/graphics/CharLS?expand=0&rev=19
2022-03-29 22:06:11 +00:00
cfdd856cc4 Accepting request 950834 from graphics
OBS-URL: https://build.opensuse.org/request/show/950834
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/CharLS?expand=0&rev=13
2022-02-03 22:16:43 +00:00
Asterios Dramis
dc1d8df844 Accepting request 950833 from home:adra:branches:graphics
Update to version 2.3.2, Removed support for openSUSE <= 13.2/Leap 42

OBS-URL: https://build.opensuse.org/request/show/950833
OBS-URL: https://build.opensuse.org/package/show/graphics/CharLS?expand=0&rev=18
2022-02-03 00:04:22 +00:00
Richard Brown
4542abb3f5 Accepting request 876079 from graphics
OBS-URL: https://build.opensuse.org/request/show/876079
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/CharLS?expand=0&rev=12
2021-03-02 11:35:55 +00:00
Asterios Dramis
3fbb0d8e47 Accepting request 876077 from home:adra:branches:graphics
Update to version 2.2.0, Added pkgconfig build requires

OBS-URL: https://build.opensuse.org/request/show/876077
OBS-URL: https://build.opensuse.org/package/show/graphics/CharLS?expand=0&rev=16
2021-03-01 23:08:39 +00:00
f2fdb484c5 Accepting request 833922 from graphics
- Update to version 2.1.0. 
  * Added
    * Two new C++ classes (jpegls_encoder \ jpegls_decoder) have 
      been added to make it much easier to use CharLS from C++
    * A new C API (charls_xxx functions) was added to provide a 
      more stable ABI for future updates. The old API calls are 
      internally forwarded to the new API.
    * CharLS can now read and write JPEG-LS standard SPIFF headers
    * Support has been added to detect the unsupported JPEG-LS 
      extension (ISO/IEC 14495-2) SOF_57 marker and IDs in LSE 
      marker
    * Support has been added to encode\decode 4 component images 
      in all interleave modes
  * Deprecated
    * The legacy 1.x\2.0 C API has been marked as deprecated. This 
      legacy API will be maintained until the next major upgrade.
    * Future 2.x updates will start to mark the legacy types and 
      functions with the C++ [[deprecated]] attribute.
  * Changed
    * charls_error has been replaced by a C++11 compatible 
      jpegls_errc error code enum design
    * The included C and C++ sample have been updated to use the 
      new C\C++ API
    * Improved the validation of the JPEG-LS stream during 
      decoding
    * The referenced NuGet packages of the .NET wrapper assembly 
      are updated to their latest versions
  * Removed
    * Support to write JFIF headers during encoding has been 
      removed. JFIF headers were already skipped when present

OBS-URL: https://build.opensuse.org/request/show/833922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/CharLS?expand=0&rev=11
2020-10-27 17:58:38 +00:00
Asterios Dramis
a7e55483db Accepting request 825040 from home:andythe_great:branches:graphics
- Update to version 2.1.0. 
  * Added
    * Two new C++ classes (jpegls_encoder \ jpegls_decoder) have 
      been added to make it much easier to use CharLS from C++
    * A new C API (charls_xxx functions) was added to provide a 
      more stable ABI for future updates. The old API calls are 
      internally forwarded to the new API.
    * CharLS can now read and write JPEG-LS standard SPIFF headers
    * Support has been added to detect the unsupported JPEG-LS 
      extension (ISO/IEC 14495-2) SOF_57 marker and IDs in LSE 
      marker
    * Support has been added to encode\decode 4 component images 
      in all interleave modes
  * Deprecated
    * The legacy 1.x\2.0 C API has been marked as deprecated. This 
      legacy API will be maintained until the next major upgrade.
    * Future 2.x updates will start to mark the legacy types and 
      functions with the C++ [[deprecated]] attribute.
  * Changed
    * charls_error has been replaced by a C++11 compatible 
      jpegls_errc error code enum design
    * The included C and C++ sample have been updated to use the 
      new C\C++ API
    * Improved the validation of the JPEG-LS stream during 
      decoding
    * The referenced NuGet packages of the .NET wrapper assembly 
      are updated to their latest versions
  * Removed
    * Support to write JFIF headers during encoding has been 
      removed. JFIF headers were already skipped when present 
      during decoding.
    * SPIFF headers should be used when creating standalone .jls 
      files
    * Support for .NET Code Contracts has been removed as this 
      technology is being phased out by Microsoft
  * Fixed
    * Fixed #7, How to compile CharLS with Xcode has been 
      documented in the Wiki
    * Fixed #44, Only the API functions should be exported from a 
      Linux shared library
    * Fixes #35, Encoding will fail if the bit per sample is 
      greater than 8, and a custom RESET value is used
    * Fixes #51, The default threshold values are not corrected 
      computed for 6 bit images or less
    * Fixed the ASSERT in the ModuloRange function, which would 
      trigger false assertions in debug builds

OBS-URL: https://build.opensuse.org/request/show/825040
OBS-URL: https://build.opensuse.org/package/show/graphics/CharLS?expand=0&rev=14
2020-08-17 00:04:32 +00:00
0208c25360 Accepting request 511701 from graphics
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/511701
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/CharLS?expand=0&rev=10
2017-07-21 20:50:30 +00:00
b29a0a02ca - Build with gcc6, fix build failure for Leap
OBS-URL: https://build.opensuse.org/package/show/graphics/CharLS?expand=0&rev=12
2017-07-13 18:27:17 +00:00
0bec210142 Accepting request 509310 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/509310
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/CharLS?expand=0&rev=9
2017-07-11 06:28:15 +00:00
OBS User mrdocs
9b5dfcb7c4 Accepting request 509307 from home:jengelh:branches:graphics
- Fix RPM group.

OBS-URL: https://build.opensuse.org/request/show/509307
OBS-URL: https://build.opensuse.org/package/show/graphics/CharLS?expand=0&rev=10
2017-07-10 23:35:05 +00:00
ba185867a3 Accepting request 508661 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/508661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/CharLS?expand=0&rev=8
2017-07-07 08:18:02 +00:00
OBS User mrdocs
a084e2ebde Accepting request 508646 from home:adra:branches:graphics
Update to version 2.0.0, Update build requirements, Removed unneeded patches

OBS-URL: https://build.opensuse.org/request/show/508646
OBS-URL: https://build.opensuse.org/package/show/graphics/CharLS?expand=0&rev=8
2017-07-07 00:50:38 +00:00
Stephan Kulow
b4912c8c87 Accepting request 142120 from graphics
Fix the SLES build (%make_install is not expanded) (forwarded request 142113 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/142120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/CharLS?expand=0&rev=4
2012-11-21 14:06:42 +00:00
Ismail Dönmez
eeb3c0b3bd Accepting request 142113 from home:cgiboudeaux:branches:graphics
Fix the SLES build (%make_install is not expanded)

OBS-URL: https://build.opensuse.org/request/show/142113
OBS-URL: https://build.opensuse.org/package/show/graphics/CharLS?expand=0&rev=6
2012-11-20 13:35:52 +00:00
Stephan Kulow
5b0c9ab343 Accepting request 102936 from graphics
license update: BSD-3-Clause

OBS-URL: https://build.opensuse.org/request/show/102936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/CharLS?expand=0&rev=2
2012-02-10 16:11:42 +00:00
Stephan Kulow
096c89c196 Accepting request 95223 from graphics
New package: CharLS - A JPEG-LS library, CharLS can be used by the dcmtk package in Factory

OBS-URL: https://build.opensuse.org/request/show/95223
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/CharLS?expand=0&rev=1
2011-12-05 11:43:09 +00:00
Ismail Dönmez
ef739966cc Accepting request 95400 from home:babelworx:ldig:branches:graphics
license update: BSD-3-Clause
The License file is BSD-3-Clause. Also, use SPDX format

OBS-URL: https://build.opensuse.org/request/show/95400
OBS-URL: https://build.opensuse.org/package/show/graphics/CharLS?expand=0&rev=2
2011-12-05 08:18:14 +00:00
Ismail Dönmez
d529889087 Accepting request 95217 from home:adra
New package: CharLS - A JPEG-LS library, CharLS can be used by the dcmtk package in Factory

OBS-URL: https://build.opensuse.org/request/show/95217
OBS-URL: https://build.opensuse.org/package/show/graphics/CharLS?expand=0&rev=1
2011-12-02 20:03:00 +00:00