]>
Creatis software - gdcm.git/log
jpr [Wed, 2 Nov 2005 09:39:04 +0000 (09:39 +0000)]
Checking the endianness at Pixels Reading time should help the test to work on
Big Endian Processors.
malaterre [Mon, 31 Oct 2005 13:02:20 +0000 (13:02 +0000)]
COMP: Fix comp problem on Win32 (encoder does not compile yet...)
jpr [Fri, 28 Oct 2005 16:12:51 +0000 (16:12 +0000)]
Fix Debug vs Warning
jpr [Fri, 28 Oct 2005 15:52:46 +0000 (15:52 +0000)]
Comments
jpr [Fri, 28 Oct 2005 15:52:15 +0000 (15:52 +0000)]
> // Don't waste time checking tags where VM is OB and OW, since we know
> // it's allways 1, whatever the actual length (found on disc)
jpr [Fri, 28 Oct 2005 15:44:54 +0000 (15:44 +0000)]
Don't check VM for OB and OW tags : we know it's allways 1, whatever the actual
length (on disc) is.
jpr [Fri, 28 Oct 2005 13:16:48 +0000 (13:16 +0000)]
Diving by 2 image sizes should make tests 4 times quicker ;-)
jpr [Fri, 28 Oct 2005 13:02:32 +0000 (13:02 +0000)]
Fix comments
jpr [Fri, 28 Oct 2005 12:44:26 +0000 (12:44 +0000)]
Commenting out useless code should avoid pb on Big Endian processors.
malaterre [Thu, 27 Oct 2005 20:43:53 +0000 (20:43 +0000)]
ENH: Commit an old patch
malaterre [Thu, 27 Oct 2005 20:08:29 +0000 (20:08 +0000)]
ENH: Ok I believe MPEG is working.
malaterre [Thu, 27 Oct 2005 19:57:21 +0000 (19:57 +0000)]
ENH: Cleanup got the thing mostly working
malaterre [Thu, 27 Oct 2005 19:56:40 +0000 (19:56 +0000)]
ENH: Add a T_MEM mode so that lib can also write out to a mem buffer OUTMEM
malaterre [Thu, 27 Oct 2005 19:05:36 +0000 (19:05 +0000)]
ENH: gdcm can now read and extract MPEG file
malaterre [Thu, 27 Oct 2005 19:04:48 +0000 (19:04 +0000)]
ENH: Trying to write the worse hack ever...
malaterre [Thu, 27 Oct 2005 18:14:01 +0000 (18:14 +0000)]
STYLE: Remove cout
malaterre [Thu, 27 Oct 2005 18:12:40 +0000 (18:12 +0000)]
STYLE: remove cout
malaterre [Thu, 27 Oct 2005 17:46:24 +0000 (17:46 +0000)]
COMP: second time I am fixing the very same bug, please respect other people work
jpr [Thu, 27 Oct 2005 17:25:04 +0000 (17:25 +0000)]
Now gdcm writes images with *also* Imager Pixel Spacing (0x0018,0x1164),
that is the *legal* Dicom V3 place to store Pixel Spacing !
jpr [Thu, 27 Oct 2005 17:07:24 +0000 (17:07 +0000)]
Rewrite the whole stuff for writting on BigEndian processors
jpr [Thu, 27 Oct 2005 17:04:36 +0000 (17:04 +0000)]
Add binary_write(std::ostream &os, const double &val)
to deal with 64 bits (FD) entries
jpr [Thu, 27 Oct 2005 16:52:44 +0000 (16:52 +0000)]
Add verbosity when trouble occur.
malaterre [Thu, 27 Oct 2005 15:57:14 +0000 (15:57 +0000)]
STYLE: Remove debug
malaterre [Thu, 27 Oct 2005 15:54:39 +0000 (15:54 +0000)]
COMP: Fix compilation with -pedantic and -Wwrite-strings
malaterre [Thu, 27 Oct 2005 15:42:42 +0000 (15:42 +0000)]
ENH: IO abstract layer is finally working
jpr [Thu, 27 Oct 2005 14:12:24 +0000 (14:12 +0000)]
Remove useless local variable, to avoid warnings
jpr [Thu, 27 Oct 2005 11:55:45 +0000 (11:55 +0000)]
Still doesn't work on Big Endian processor, but we display error correctly
jpr [Thu, 27 Oct 2005 11:39:34 +0000 (11:39 +0000)]
How didn't I get one before?
jpr [Thu, 27 Oct 2005 10:18:22 +0000 (10:18 +0000)]
Message
jpr [Thu, 27 Oct 2005 09:55:00 +0000 (09:55 +0000)]
Fix comments (due to removal of difference between ValEntry and BinEntry)
jpr [Thu, 27 Oct 2005 09:52:33 +0000 (09:52 +0000)]
Messages
jpr [Thu, 27 Oct 2005 09:51:28 +0000 (09:51 +0000)]
Avoid useless work at reading time
jpr [Thu, 27 Oct 2005 09:14:15 +0000 (09:14 +0000)]
Improve IsCoherent method
jpr [Thu, 27 Oct 2005 09:13:18 +0000 (09:13 +0000)]
Remove useless warning message
jpr [Thu, 27 Oct 2005 09:12:20 +0000 (09:12 +0000)]
Detail use of gdcmDebug, gdcmWarning, gdcmError, assert
jpr [Thu, 27 Oct 2005 09:07:45 +0000 (09:07 +0000)]
To avoid useless warnings
jpr [Thu, 27 Oct 2005 09:05:44 +0000 (09:05 +0000)]
Create Explicit VR images first.
malaterre [Wed, 26 Oct 2005 20:51:54 +0000 (20:51 +0000)]
ENH: Compile now on C90 compilers
malaterre [Wed, 26 Oct 2005 20:44:41 +0000 (20:44 +0000)]
ENH: This lib was leaking like crazy...
malaterre [Wed, 26 Oct 2005 20:06:51 +0000 (20:06 +0000)]
ENH: Continue cleaning of open/write/seek ...
malaterre [Wed, 26 Oct 2005 19:17:30 +0000 (19:17 +0000)]
ENH: Start working again on the MPEG2 stuff. Gather the stdio mess in a single place
malaterre [Wed, 26 Oct 2005 17:55:04 +0000 (17:55 +0000)]
BUG: Fix seg fault
malaterre [Wed, 26 Oct 2005 17:06:33 +0000 (17:06 +0000)]
BUG: Fix declaration of vars within a switch/case
jpr [Wed, 26 Oct 2005 16:15:38 +0000 (16:15 +0000)]
Force commit, adding a space character
malaterre [Wed, 26 Oct 2005 15:56:51 +0000 (15:56 +0000)]
ENH: Change the unsafe type char to the full enum type. Much safer, and special flags can be given to compiler to choose between using enum to be either int or char
jpr [Wed, 26 Oct 2005 15:53:40 +0000 (15:53 +0000)]
Oops.
I forgot this one
jpr [Wed, 26 Oct 2005 15:49:56 +0000 (15:49 +0000)]
Swap64 deals with double (VR=FD)
Will avoid some warning (debug?) messages at run time
jpr [Wed, 26 Oct 2005 15:48:33 +0000 (15:48 +0000)]
To avoid warnings
malaterre [Wed, 26 Oct 2005 15:41:29 +0000 (15:41 +0000)]
ENH: If Ref count is -1, also delete the object (in case someone call twice a ->Delete()
malaterre [Wed, 26 Oct 2005 15:36:19 +0000 (15:36 +0000)]
BUG: identifier are meaningful in this case...
malaterre [Wed, 26 Oct 2005 15:34:33 +0000 (15:34 +0000)]
ENH: Add copy constructor. STYLE: inline keyword shall not be used within the class definition, it is garantee in the c++ spec that they will be eventually inlined
malaterre [Wed, 26 Oct 2005 14:54:51 +0000 (14:54 +0000)]
ENH: Remove check on value we know is true, also remove my stupid comment
malaterre [Wed, 26 Oct 2005 14:50:30 +0000 (14:50 +0000)]
BUG: ooops msg was removed from the macro if errno is not set
malaterre [Wed, 26 Oct 2005 14:47:06 +0000 (14:47 +0000)]
ENH: Get rid of errno is op is success
jpr [Wed, 26 Oct 2005 13:16:45 +0000 (13:16 +0000)]
Should avoid compile error or dash8.kitware/GDCM-g++-64bits
> //memcpy(BinArea, &(value[0]), l);
> memcpy(BinArea, value.c_str(), l);
Message was :
/.../gdcm/src/gdcmDataEntry.cxx:382: non-lvalue in unary `&'
?!?
jpr [Wed, 26 Oct 2005 13:00:15 +0000 (13:00 +0000)]
Avoid warnings
regrain [Wed, 26 Oct 2005 12:36:06 +0000 (12:36 +0000)]
* Fix bug in the Python demo
-- BeNours
jpr [Wed, 26 Oct 2005 11:19:14 +0000 (11:19 +0000)]
Fix SplitOnPosition()
jpr [Wed, 26 Oct 2005 09:15:19 +0000 (09:15 +0000)]
--> Optional Element 0x0000 (group length) is no longer written.
--> Illegal groups (0,1,3,4,5,6,7) are no longer written, (even if they were
found in the original file)
For gdcm::File -images- only (I don't know the illegal group for other types
of gdcm::Document -gdcm::DicomDir, right now; more to come- )
jpr [Wed, 26 Oct 2005 09:09:31 +0000 (09:09 +0000)]
Add over verbose debug message -to be removed withing a few (hope so) days-
to try to track the 'SegFaul' reason on some distant platforms.
regrain [Wed, 26 Oct 2005 08:28:56 +0000 (08:28 +0000)]
* Fix memory leaks
-- BeNours
regrain [Wed, 26 Oct 2005 08:04:15 +0000 (08:04 +0000)]
* Remove compilation warnings
-- BeNours
jpr [Wed, 26 Oct 2005 07:21:11 +0000 (07:21 +0000)]
Update CMakeLists.txt
jpr [Wed, 26 Oct 2005 07:20:09 +0000 (07:20 +0000)]
Remove useless Example/TestChangeHeader
jpr [Wed, 26 Oct 2005 07:18:37 +0000 (07:18 +0000)]
Remove useless Example/TestCopyDicom
jpr [Wed, 26 Oct 2005 07:15:31 +0000 (07:15 +0000)]
Save some CPU time, when parsing ACR-NAMA files :
Don't check inexistant Transfer Syntax field.
jpr [Wed, 26 Oct 2005 06:57:02 +0000 (06:57 +0000)]
None of the ACR-NEMA file has a Transfer Syntax field.
Our purpose was to read ACR-NEMA, as well (not only DICOM V3 images)
When a file !IsDicomV3(), the pixels are considered to be a 'Raw State'
(uncompressed);
IsRaw = true, and everything goes on *normally*.
--> comment out the abort, on purpose.
jpr [Wed, 26 Oct 2005 06:34:03 +0000 (06:34 +0000)]
Add comment on files with no "Transfer Syntax"
jpr [Wed, 26 Oct 2005 06:23:37 +0000 (06:23 +0000)]
Typo
jpr [Wed, 26 Oct 2005 06:09:34 +0000 (06:09 +0000)]
Comment out too much verbose warning message.
jpr [Wed, 26 Oct 2005 06:08:24 +0000 (06:08 +0000)]
add comment on Conversion Type
jpr [Wed, 26 Oct 2005 06:07:26 +0000 (06:07 +0000)]
Don't write elem 0x0000 -group length- of groups
(but group 0x0002, where it's mandatory),
to avoid writing wrong images.
(Computing the length of a group with embedded Sequences is no so easy ...)
malaterre [Tue, 25 Oct 2005 18:14:49 +0000 (18:14 +0000)]
BUG: Ok I dont understand gdcm internals anymore. Whoever broke the writting process should fix it. Add a barrier to never ever allow gdcm to read image without Transfer Syntax
malaterre [Tue, 25 Oct 2005 17:54:55 +0000 (17:54 +0000)]
BUG: Ok someone messed up with the code... and I give up, fix your own bug
malaterre [Tue, 25 Oct 2005 17:51:17 +0000 (17:51 +0000)]
ENH: Fix nasty bug. Thanks to bcc55 for actually doing optimization
jpr [Tue, 25 Oct 2005 16:43:46 +0000 (16:43 +0000)]
Modify the creation order of gdcmFileHelper / gdcmFile to avoid meaningless
warnings
jpr [Tue, 25 Oct 2005 15:58:32 +0000 (15:58 +0000)]
add exXcoherentFileSet
jpr [Tue, 25 Oct 2005 15:57:52 +0000 (15:57 +0000)]
Typo
jpr [Tue, 25 Oct 2005 15:57:20 +0000 (15:57 +0000)]
Commit *very first* version of an example for using the splitting of a 'single
SerieUID' fileset depending on the 'Orientation'
malaterre [Tue, 25 Oct 2005 15:28:49 +0000 (15:28 +0000)]
ENH: When using your fancy find/replace, try using your brain to understand other people's code...
regrain [Tue, 25 Oct 2005 14:52:26 +0000 (14:52 +0000)]
* Some classes inherit now from gdcm::RefCounter
-- BeNours
malaterre [Tue, 25 Oct 2005 14:36:30 +0000 (14:36 +0000)]
BUG: Wow, bcc55 actually did caught this one :) nice
malaterre [Tue, 25 Oct 2005 14:27:37 +0000 (14:27 +0000)]
COMP: Fix bcc55 warnings
malaterre [Tue, 25 Oct 2005 14:01:20 +0000 (14:01 +0000)]
COMP: Fix comp on bcc55, CLOCKS_PER_SEC is a float on this compiler... sigh
jpr [Tue, 25 Oct 2005 12:43:25 +0000 (12:43 +0000)]
Doxygenation
jpr [Tue, 25 Oct 2005 12:42:37 +0000 (12:42 +0000)]
Avoid polluting output
jpr [Tue, 25 Oct 2005 12:42:01 +0000 (12:42 +0000)]
Huge comment on CheckMandatoryElements
jpr [Tue, 25 Oct 2005 12:41:30 +0000 (12:41 +0000)]
avoid polluting output
jpr [Tue, 25 Oct 2005 12:40:03 +0000 (12:40 +0000)]
Bug fix in XCoherent filestet splitting
regrain [Tue, 25 Oct 2005 09:22:13 +0000 (09:22 +0000)]
* Remove memory leaks
-- BeNours
jpr [Tue, 25 Oct 2005 08:44:51 +0000 (08:44 +0000)]
Forget this one
jpr [Tue, 25 Oct 2005 08:41:35 +0000 (08:41 +0000)]
Avoid useless warnings while stepping jpeg fragments
malaterre [Tue, 25 Oct 2005 03:32:53 +0000 (03:32 +0000)]
COMP: Get rid of: Warning(510): friend function 'operator <<' ignored.
malaterre [Mon, 24 Oct 2005 22:49:57 +0000 (22:49 +0000)]
COMP: Quickly fix comp on bcc55, dont understand why this was failing (put back old patch)
malaterre [Mon, 24 Oct 2005 21:54:28 +0000 (21:54 +0000)]
ENH: ran dciodvfy on test.acr... getting closer to D. Clunie standart :)
malaterre [Mon, 24 Oct 2005 21:31:11 +0000 (21:31 +0000)]
BUG: Fix first bug reported by dciodvfy (one chance out of two we had the wrong one)
malaterre [Mon, 24 Oct 2005 21:21:09 +0000 (21:21 +0000)]
STYLE: Fix spacing, and change cerr to gdcmErrorMacor
malaterre [Mon, 24 Oct 2005 21:08:59 +0000 (21:08 +0000)]
COMP: Remove call to problematic fprintf
malaterre [Mon, 24 Oct 2005 21:06:16 +0000 (21:06 +0000)]
COMP: Ok coffee was bad...
malaterre [Mon, 24 Oct 2005 20:57:36 +0000 (20:57 +0000)]
COMP: Avoid MACRO redifinition, shared and static should be exclusive