Project

General

Profile

Activity

From 2017-03-16 to 2017-04-14

2017-04-14

19:33 Feature #307 (Closed): Einfügen von LossyImageCompression beim Dekomprimieren
Closed by commits 23720ba (DCMTK public) and c5b8f65 (private modules).
Marco Eichelberg
17:53 Bug #384 (Closed): Check if license terms of external libraries must be shipped with our binaries
Closed by commits 322bd8b (DCMTK public) and a664f2c (private modules) Marco Eichelberg
14:06 Bug #554 (Closed): When OF/OD is mapped to OB, do we need to consider endianness?
Closed by commit 5ecea10.
Marco Eichelberg
14:02 Bug #554: When OF/OD is mapped to OB, do we need to consider endianness?
My last comment was not correct. In fact the conversion of post-1993 VRs to OB happens while writing a dataset, not w... Marco Eichelberg

2017-04-13

16:03 Bug #749 (Closed): dsr2xml.xsd is a bit too restrictive on it's representation of VR=DS
Fixed with commit 8751816. Jörg Riesmeier
15:49 Bug #562 (Closed): Check whether character set encoding is correct for "Native DICOM Model" output
Michael Onken
15:49 Bug #562: Check whether character set encoding is correct for "Native DICOM Model" output
It occurs to me that the same character handling code regardless of whether the default non-native (i.e. DCMTK-based ... Michael Onken

2017-04-12

16:16 Bug #557 (Closed): storescp's --sort-on-patientname option implies Latin-1 characters
Closed by commit 3292f99858da21f234f231f3c864121707d0d2a5. Michael Onken
13:08 Bug #594 (Reopened): getMACAddress() crashes on Windows 8 / 10
Verified today on Windows 10, Visual Studio 2015, 32 Bit Code Generation, static (non-DLL) build, also after the comm... Michael Onken

2017-04-11

17:22 Bug #589 (Closed): img2dcm does not seem to properly check value of --key option
Closed by commit 5bc03654a152f7343dfa97f2755df41a313c3489. Michael Onken
14:57 Bug #392 (Closed): Multi-Process-Code under Windows should check for "\"
Fixed by commit ca700d3674468cca47323096da18be6b87b9a541. Michael Onken

2017-04-07

11:12 Feature #750: JPEG-LS encoded image that cannot be decoded with dcmjpls
Here's a small program that shows how to fix this issue, which is apparently
a well-known bug in the Java Advanced I...
Marco Eichelberg
09:18 Feature #750 (New): JPEG-LS encoded image that cannot be decoded with dcmjpls
I have received a sample image encoded in JPEG-LS that cannot be decoded with DCMTK.
- dcmdjpls reports an error
...
Marco Eichelberg

2017-04-06

19:18 Bug #723 (Closed): Newer versions of Doxygen require unique section labels throughout the DCMTK man pages
Close by commit #cafe65b886c790dea using the attached shell script. Jan Schlamelcher
11:21 Bug #749 (Closed): dsr2xml.xsd is a bit too restrictive on it's representation of VR=DS
The XML Schema "dsr2xml.xsd" relies on the use of xsd:decimal for defining the DICOM VR "Decimal String" (DS) which r... Jörg Riesmeier
11:15 Conformance #748 (Closed): Supplement 197 (Ophthalmic Optical Coherence Tomography for Angiographic Imaging Storage SOP Classes) is now final text
ftp://medical.nema.org/medical/dicom/final/sup197_ft.pdf Jörg Riesmeier
11:13 Conformance #747 (Closed): Supplement 191 (Patient Radiation Dose Structured Report, P-RDSR) is now final text
ftp://medical.nema.org/medical/Dicom/final/sup191_ft.pdf Jörg Riesmeier
11:11 Conformance #746 (Closed): Supplement 189 (Advanced Blending Presentation State Storage) is now final text
ftp://medical.nema.org/medical/Dicom/final/sup189_ft.pdf Jörg Riesmeier

2017-04-05

17:31 Bug #745 (Closed): dump2dcm does not support reading private elements any more
It seems that with commit ae4ae81 dump2dcm stop from reading private elements correctly:... Jörg Riesmeier
17:20 Feature #744 (New): DSRDocument::readXML() and xml2dsr do not check for the "Relationship Content Constraints" of the underlying SR IOD
In contrast to the DSRDocument::read() method and e.g. the dsrdump tool the DSRDocument::readXML() method and xml2dsr... Jörg Riesmeier
11:58 Bug #714: gethostbyname() is obsolete and should be replaced by getaddrinfo()
I'm not sure how much value there is in replacing one function with the other.
Keeping the current API and just em...
Thorben Hasenpusch

2017-04-03

14:09 Bug #633 (Closed): Check whitespaces in CMake path names
Closed by commit #c447d3532186e704fa. Jan Schlamelcher

2017-04-01

18:14 Conformance #695: Check whether Non-Patient Object Storage SOP Classes should be treated differently
Most important changes have already been done. Further evaluation could therefore take place after the upcoming release. Jörg Riesmeier

2017-03-31

15:32 Conformance #702 (Closed): Supplement 195 adds two new Transfer Syntaxes (HEVC/H.265)
Closed by commit #eb827ae55f35. Jan Schlamelcher

2017-03-30

15:28 Feature #743 (Closed): Remove support for GUSI (needed on classical "Mac OS" systems)
Remove support for header file "gusi.h" (and the macro HAVE_GUSI), which was required for former Macintosh computers ... Jörg Riesmeier
12:39 Feature #451 (Closed): Use #define WIN32_LEAN_AND_MEAN when including <windows.h>
Closed by commit #55fb9b8cefdc2820b. Jan Schlamelcher

2017-03-28

18:30 Support #742 (Closed): URL of the git repository stopped working
It used to be possible to clone the repository using either http://git.dcmtk.org/dcmtk or git://git.dcmtk.org/dcmtk, ... Waldir Pimenta
16:17 Bug #554: When OF/OD is mapped to OB, do we need to consider endianness?
We only map OF/OD to OB when reading a dataset in LittleEndianImplicit, i.e. in this case the OF/OD data will be kept... Marco Eichelberg
10:35 Feature #161 (Closed): Notizen zum Thema DCMTK und Multithreading
Remaining issues have been fixed by recent commit #a4a69b0167a08, other issues turned out to already have been fixed/... Jan Schlamelcher
09:48 Bug #741 (Closed): Suppress LNK4217 warning about symbol _xmlFree on Windows
The warning appears in a static compile (not DLL); in this case apparently the macro LIBXML_STATIC must be defined
b...
Marco Eichelberg

2017-03-27

19:31 Bug #600 (Closed): OFStandard::searchDirectoryRecursively() relies on undefined HAVE_READDIR_R
Closed by commit #a4a69b0167a08. Jan Schlamelcher
17:29 Feature #161: Notizen zum Thema DCMTK und Multithreading
The remaining issues are:
- rand -- may be ignored, since only unit tests -and ofuuid- are affected, where sec...
Jan Schlamelcher
12:16 Feature #630 (Closed): Create and document a method to enable exhaustive tests from within CMake
Closed by commit #3584ff6305e. Jan Schlamelcher

2017-03-26

21:19 Feature #451 (Reopened): Use #define WIN32_LEAN_AND_MEAN when including <windows.h>
Recent commits (e.g. bfe495a, 16b0782 and 3332ea4) again include "windows.h" without defining WIN32_LEAN_AND_MEAN eve... Jörg Riesmeier

2017-03-24

17:31 Conformance #578 (Closed): CP-143 disallows VR=US/SS for Palette Color LUT Data
Closed by commit d6cd428.
Marco Eichelberg
17:17 Feature #454 (Closed): Inappropriate default "data files path" in wlmscpfs
Closed by commit 7e43f5f. Marco Eichelberg
11:47 Feature #454: Inappropriate default "data files path" in wlmscpfs
Set to "." Marco Eichelberg
16:54 Bug #740 (Closed): Vulnerability in certificate verification code in dcmsign
Fixed by commit 3428613.
Marco Eichelberg
09:49 Bug #740 (Closed): Vulnerability in certificate verification code in dcmsign
阮;琳琦 <rlq1969612634@gmail.com> writes:
Recently We made a large scale security static analysis on several open sou...
Marco Eichelberg
16:41 Bug #694 (Closed): Problems (again) with "dcmsr: EmptyItem" and building shared libraries...
Close by commit #4fd1d3875e03f3eb Jan Schlamelcher
13:52 Bug #408 (Closed): Warnings with VisualStudio (Windows) when building DLLs
Closed by commit #97d6fee689ab94f26 Jan Schlamelcher

2017-03-23

11:46 Feature #736 (Closed): Move generating arith.h from build time to configuration time under Autoconf
To ensure arith.h always reflects the latest configuration settings, generating it was choosen to be at build time fo... Jan Schlamelcher
11:38 Feature #735 (New): Enhance crosscompiling for Android documentation
Cross compiling for Android isn't easy (lots of different versions, options and prerequisites). The documentation (cu... Jan Schlamelcher
10:55 Feature #734 (New): Emit warnings when trying to put large DCMRT objects on the stack
Depending on the used compiler/settings, putting some of the larger DCMRT object on the stack can lead to stack overf... Jan Schlamelcher
10:02 Feature #451: Use #define WIN32_LEAN_AND_MEAN when including <windows.h>
Was closed in commits #9f9d70dc5c93 and #d84184e83111ed (the latter not mentioning it though). Jan Schlamelcher

2017-03-20

17:38 Conformance #733 (Rejected): Add minimal support for Frozen Draft of Supplement 147: Second Generation Radiotherapy - Prescription and Segment Annotation
Beginning of March 2017, Supplement 147 has been released as a "Frozen Draft for Trial Use". Minimal support (Storage... Jörg Riesmeier
10:07 Feature #732 (New): class DcmSCU needs callback for handling asynchronous N-EVENT-REPORT messages
All SCUs for DICOM services that use the N-EVENT-REPORT transaction need to be prepared to handle the receipt of "asy... Marco Eichelberg
09:20 Bug #458: Many warnings with Visual Studio 2010 Pro on Windows 7 (64 bit)
Fixed most warnings reported by VS2017 x64, which should also remove most of the warnings for VS2010 x64. Marco Eichelberg

2017-03-17

16:03 Feature #451 (Closed): Use #define WIN32_LEAN_AND_MEAN when including <windows.h>
Closed in commit #9f9d70dc5c93. Jan Schlamelcher

2017-03-16

17:29 Feature #537 (Closed): Removed deprecated OFauto_ptr (replace with OFunique_ptr )
Closed in commit #3a54504640c35. Jan Schlamelcher
11:17 Bug #628 (Closed): Warnings in vrscanl.c
While testing whether it is possible to disable the warnings by adding appropriate 'ofdiag' includes to the lexer fil... Jan Schlamelcher
 

Also available in: Atom