log Core/DicomParsing/FromDcmtkBridge.cpp @ 4007:884b55ce01f6

age author description
Sat, 06 Jun 2020 14:50:21 +0200 Sebastien Jodogne Private tags returned by C-FIND SCP
Tue, 12 May 2020 20:48:19 +0200 Sebastien Jodogne fix access to compressed frames after transcoding transcoding
Thu, 07 May 2020 11:32:15 +0200 Alain Mazy merge transcoding
Thu, 07 May 2020 11:31:58 +0200 Alain Mazy more explicit error message transcoding
Tue, 05 May 2020 14:52:47 +0200 Sebastien Jodogne removed unused functions transcoding
Tue, 05 May 2020 14:11:47 +0200 Sebastien Jodogne DANGEROUS changeset: replaced "getOriginalXfer()" by "getCurrentXfer()" throughout Orthanc transcoding
Tue, 05 May 2020 12:29:33 +0200 Sebastien Jodogne implemented IDicomTranscoder::Store() transcoding
Tue, 05 May 2020 10:35:39 +0200 Sebastien Jodogne reorganization transcoding
Thu, 30 Apr 2020 14:39:28 +0200 Sebastien Jodogne working on a simpler abstraction for transcoding transcoding
Tue, 07 Apr 2020 08:40:30 +0200 Sebastien Jodogne fix transcoding to jpeg baseline transcoding
Tue, 17 Mar 2020 19:20:15 +0100 Sebastien Jodogne integration mainline->transcoding transcoding
Tue, 17 Mar 2020 19:19:48 +0100 Sebastien Jodogne fix memory issues if parsing invalid DICOM file
Tue, 17 Mar 2020 16:39:38 +0100 Sebastien Jodogne integration mainline->transcoding transcoding
Tue, 17 Mar 2020 16:36:14 +0100 Sebastien Jodogne compatibility with DCMTK 3.6.0
Tue, 17 Mar 2020 13:11:44 +0100 Sebastien Jodogne cont transcoding
Mon, 16 Mar 2020 18:39:23 +0100 Sebastien Jodogne first transcoding to jpeg 8bpp transcoding
Fri, 13 Mar 2020 16:50:13 +0100 Sebastien Jodogne transcoding to uncompressed transfer syntaxes transcoding
Thu, 12 Mar 2020 16:08:08 +0100 Sebastien Jodogne creating IDicomTranscoder abstraction
Mon, 09 Mar 2020 15:06:22 +0100 Sebastien Jodogne toolbox: LookupTransferSyntax()
Fri, 06 Mar 2020 17:10:03 +0100 Sebastien Jodogne auto-generation of primitives to handle transfer syntaxes
Mon, 02 Mar 2020 15:32:45 +0100 Sebastien Jodogne replacing std::auto_ptr by std::unique_ptr
Fri, 28 Feb 2020 11:53:23 +0100 Sebastien Jodogne typo
Tue, 25 Feb 2020 22:32:07 +0100 Sebastien Jodogne fix for ubuntu 16.04
Tue, 25 Feb 2020 21:44:09 +0100 Sebastien Jodogne Fix issue #140 (Modifying private tags with REST API changes VR from LO to UN) - DANGEROUS COMMIT
Wed, 05 Feb 2020 13:22:02 +0100 Sebastien Jodogne DicomMap::DumpMainDicomTags() and DicomMap::ParseMainDicomTags()
Fri, 31 Jan 2020 17:14:59 +0100 Sebastien Jodogne upgrade to year 2020
Mon, 06 Jan 2020 17:59:34 +0100 Sebastien Jodogne disable thread support in DCMTK if wasm/asm.js
Tue, 19 Nov 2019 17:26:02 +0100 Sebastien Jodogne argument "ignoreTagLength" to ParsedDicomFile::ExtractDicomSummary()
Tue, 25 Jun 2019 14:18:46 +0200 Sebastien Jodogne don't change encoding of SpecificCharacterSet
Sun, 24 Feb 2019 09:30:13 +0100 Sebastien Jodogne Fix issue #126 (Orthanc and DCMDICTPATH)