comparison NEWS @ 5742:078b724dcbf8

if frame decoding fails, transcode to LittleEndianExplicit using plugins and decode with built-in decoder
author Alain Mazy <am@orthanc.team>
date Thu, 29 Aug 2024 12:33:41 +0200
parents 49c29af02b13
children 9d6167ddcb35 7fadeb395359
comparison
equal deleted inserted replaced
5741:ead98edd5bbf 5742:078b724dcbf8
21 in very specific use-cases. 21 in very specific use-cases.
22 * Fix extremely rare error when 2 threads are trying to create the same folder in the File Storage 22 * Fix extremely rare error when 2 threads are trying to create the same folder in the File Storage
23 at the same time. 23 at the same time.
24 * Upgraded dependencies for static builds: 24 * Upgraded dependencies for static builds:
25 - curl 8.9.0 25 - curl 8.9.0
26 * Added a new fallback when trying to decode a frame: transcode the file using the plugin
27 before decoding the frame. This solves some issues with JP2K Lossy compression:
28 https://discourse.orthanc-server.org/t/decoding-displaying-jpeg2000-lossy-images/5117
29 * Added a new warning that can be disabled in the configuration: W003_DecoderFailure
30
26 31
27 32
28 Version 1.12.4 (2024-06-05) 33 Version 1.12.4 (2024-06-05)
29 =========================== 34 ===========================
30 35