]> Creatis software - gdcm.git/history - src
ENH: Adding the jasper lib to support jpeg2000...and painfully remove tabs
[gdcm.git] / src /
2005-05-22 malaterreENH: Adding the jasper lib to support jpeg2000...and...
2005-05-22 malaterreCOMP: Fix compilation on Win32...again
2005-05-22 malaterreCOMP: Fix compilation on Win32...it's official I am...
2005-05-21 malaterreENH: Trying to OO this C code something close to the...
2005-05-21 malaterreENH: Initial checkin of gdcmMpeg, the code is still...
2005-05-21 malaterreBUG: Replace 0 with SEEK_SET, this was wrong for djgpp
2005-05-21 malaterreCOMP: Fix compilation with shared lib on win32 by remov...
2005-05-21 malaterreENH: Ok I am pretty confident that it compiles everywhe...
2005-05-21 malaterreCOMP: Fix stupid vs7 warning conversion from 'double...
2005-05-21 malaterreCOMP: Fix some more warnings
2005-05-21 malaterreCOMP: Remove empty file (need VERIFY or DISPLAY). Also...
2005-05-21 malaterreENH: Adding cmakelist for now this is not used...
2005-05-21 malaterreCOMP: Still fixing some bcc warnings... boring
2005-05-21 malaterreCOMP: Still fixing some bcc warnings
2005-05-21 malaterreCOMP: Fix warning about pos being used only with a...
2005-05-21 malaterreCOMP: Remove ret this is never use in the function
2005-05-21 malaterreENH: Proper cmakelist to generate (temporarily) exe...
2005-05-21 malaterreCOMP: Fix strings longer than ISO specification
2005-05-21 malaterreCOMP: I believe we need to return ret instead of 0
2005-05-21 malaterreCOMP: Fix compilation in bcc32
2005-05-21 malaterreCOMP: Fix compilation on Win32 system without unistd...
2005-05-21 malaterreCOMP: Remove compiler warnings using gcc
2005-05-21 malaterreENH: Remove Makefile in case of in source build
2005-05-21 malaterreENH: For the long long long long term adding the part...
2005-05-21 malaterreENH: Rename Makefile in case people still do in source...
2005-05-21 malaterreENH: GDCM has now a BSD compatible MPEG2 library. Sourc...
2005-05-20 jprTo avoid warning.
2005-05-19 jprFIX possible troubles when checking
2005-05-18 jprFix : now dcm deals with 'No preamble', Big Endian...
2005-05-17 jprENH : Now, FileHelper::CheckMandatoryElements() makes...
2005-05-17 jprENH : According to David Clunie's advice, we check...
2005-05-11 malaterreENH: Should now support image with space in the origin
2005-05-11 malaterreBUG: When Image Position Patient was exactly 0,0,0...
2005-05-11 malaterreBUG: Fix previously instroduce cmake bug, now should...
2005-05-11 malaterreENH: Some minor enhance:
2005-05-03 jprNow the gdcm::File remains unimpaired after writting...
2005-05-03 jprLoad returns now a bool (allow user not to call IsReada...
2005-04-29 jprtypo
2005-04-29 jprDon't abort the prog when File not open
2005-04-27 jprRemoval of now useless lut-related stuff
2005-04-27 jprPb of 'Bits Allocated = 12' is now dealt with in
2005-04-26 jprPrepare MPEG Dicom encapsulated processing (within...
2005-04-26 jprShould leave gdcm::Document constructor in a much quicker
2005-04-24 malaterreBUG: A test that cannot open an image SHOULD fail
2005-04-24 malaterreCOMP: gcc 4.0 dont like ; in #define
2005-04-22 jprPrepare (future) MPEG integration
2005-04-22 jprModify Print() output
2005-04-21 jprTaking into account Dicom MPEG
2005-04-20 malaterreBUG: Fix Numerical Excption on bcc55
2005-04-20 regrain * FIX : on X, the python part is correctly installed...
2005-04-19 jprFix some comments
2005-04-19 jprShould suppress some warnings from Borland compiler
2005-04-18 malaterreCOMP: Need to include sys/stat for stat function +...
2005-04-15 malaterreENH: Make sure noone is passing a name ending with...
2005-04-15 malaterreBUG: Attempt to fix borland IsDirectory
2005-04-14 jprNow, user can ask gdcm::DicomDir to skip SeqEntries...
2005-04-13 malaterreBUG: Could not build static lib of gdcm properly on...
2005-04-06 regrain * Amelioration on the DictGroupName class
2005-04-06 regrain * src/gdcmDictGroupName.cxx : amelioration of print
2005-04-05 regrain * src/gdcmDictGroupName.[h|cxx] : add a correlation...
2005-04-05 jprComments
2005-04-04 jprFix stupid bug when writting ACR-NEMA image from 'ACR...
2005-03-31 regrain * src/gdcmPixelReadConvert.cxx : problems of around...
2005-03-22 jpr*FIX Restore pushed out elements
2005-03-22 jpr*** empty log message ***
2005-03-22 jprTypo
2005-03-22 jpr* FIX : element 0x0000 of shadow groups is now force...
2005-03-22 jpr*** empty log message ***
2005-03-11 jprFinal removal of gdcmFileHelper::InitializeDefaultFile();
2005-03-11 jprRemove spurious #define MAX_SIZE_PRINT_ELEMENT_VALUE
2005-03-09 jprTypo, comments
2005-03-09 jprAdd Anonymize method (not yet fully checked)
2005-03-09 jprUpdate gdcm.h, to make it user usable ...
2005-03-09 regrain * src/gdcmFileHelper.cxx : remove memory leaks and...
2005-03-07 jprShould fix some memory leaks
2005-03-04 jprTemporary revert to previous code (better Mem Leak...
2005-03-04 jprTo prevent some memry leaks
2005-03-04 jprTo avoid warning
2005-03-04 jprTo avoid valgring varnings
2005-03-04 jprTo avoid valgring warning about shadowed local variable
2005-03-03 jprComments
2005-03-03 jprAdd comments
2005-03-02 jprFix gdcm::FileHelper::CheckMandatoryElements() to take...
2005-03-02 jprFix comments
2005-02-28 malaterreBUG: Could not build on Sun + gcc 2.95
2005-02-28 malaterreENH: First shot at the UseGDCM file. Very usefull indeed
2005-02-25 malaterreENH: Backport change from ITK. Fix compilation warnings
2005-02-23 regrain * remove compilation warnings
2005-02-22 regrain * src/gdcmFileHelper.cxx : JPR bad personal choices fix
2005-02-21 jprTypo
2005-02-21 jpr* Replace method CheckMetaElements by CheckManadatoryEl...
2005-02-17 jprTo avoid further pb, Initialize defaults now Photochrom...
2005-02-17 jprFix comments
2005-02-17 jprGroup 0002 management
2005-02-17 jprPrepare FileMetaInformationVersion (group 0002) management
2005-02-17 jprFix misstyping
2005-02-16 jprFix wrong comment (-> wrong Doxygenation) about the...
2005-02-16 jprDoxygenation
2005-02-16 jprTaking into account MONOCHROME1 + Signed Pixels (?!)
2005-02-15 jprTaking into account the difference between MONOCHROME1...
next