]> Creatis software - gdcm.git/history - src/gdcmHeader.cxx
*FIX: Some compilation problem on SunOS with no ANSI STRING STREAM
[gdcm.git] / src / gdcmHeader.cxx
2003-11-13 malaterre*FIX: Some compilation problem on SunOS with no ANSI...
2003-11-13 jpradd '\0' after ostringstream to avoid oddities on Solrais
2003-11-13 malaterre*FIX: Change GetLUTRGBA to return unsigned char instead...
2003-11-12 jpr *ENH gdcmHeader constructor has one more paramete...
2003-11-12 malaterre*ENH: Update CMakeLists
2003-11-10 jpr *FIX : gdcmHeader::LoadElements is now based
2003-11-10 jpr *FIX : gdcmHeader::LoadElements is now based
2003-11-07 jpr *ENH gdcmHeader::FixFoundLength now allow to ...
2003-11-05 malaterre*** empty log message ***
2003-11-05 malaterre*FIX: DOH again the same bug of unsigned vs. signed !
2003-11-05 malaterreFIX: DOH !! [0 255[ doesn't contains 256 elements ...
2003-11-03 jpr2003-11-03 Jean-Pierre Roux
2003-10-31 malaterre*FIX: VC++ compilation, still for loop dummy stuff
2003-10-31 jpr * ENH : Add the functions gdcmFile::GetImageDataRaw
2003-10-30 jpr2003-10-29 Jean-Pierre Roux
2003-10-23 jprgdcm now deals with 16 Bits Run Length Encoded images
2003-10-21 jpr- garbage Siemens 'Leonardo' images dealt with
2003-10-15 jprgdcmHeader::gdcmHeader(const char *InFilename, bool...
2003-10-14 jpr--> Some supposed-to-be Dicom Images have no preamble.
2003-10-10 jprENH : OpenFile closes the file if it *really* doesn...
2003-10-10 malaterre* FIX: PATH to dictionary was wrong (missing /)
2003-10-09 malaterre* FIX: jpr !!!
2003-10-09 jprOdd length strings are padded with '\0' (not with space...
2003-10-06 jprA few nasty patches to allow the reading of a lot of...
2003-10-03 jprOne more JPEG LossLess type "JPEG Baseline (Process...
2003-10-03 jprgdcmFile::GetImageDataIntoVector now
2003-10-02 malaterresrc/*.cxx removed pragma thingies to src/gdcmCommon.h
2003-09-24 jprThe lines are now eigthy characters long...
2003-09-24 jprRemove spurious tests
2003-09-24 jprcout replaced by std::cout
2003-09-24 jprRemaining hex replaced by std::hex
2003-09-24 jprRemaining vector replaced by std::vector
2003-09-24 jprRemaining \n in std::cout and std::cerr replaced by...
2003-09-24 jprRemove using namespace std;
2003-09-18 regrain * "gdcm::Unfound" string changed to a constant...
2003-09-11 jprSpecial patch to allow gdcm to read ACR-LibIDO formatte...
2003-09-10 malaterre* remove some methods that are now in gdcmHeaderHelper
2003-09-05 malaterre* src/*.cxx : added pragma disable 4786/4251 to get...
2003-07-28 malaterremisplaced return 0.; for ACR/NEMA
2003-07-23 jpr- Color problems taken in to account
2003-07-03 jprAll the 'accesors with euristics' move to the end of...
2003-07-03 jpr- gdcmDebug set to 0 in ordrer to avaoid some spurious...
2003-07-02 jprnow gdcmFile::GetImageDataIntoVector, gdcmFile::GetImag...
2003-07-01 jprsome useless tests removed
2003-07-01 jprmistyping corrected
2003-07-01 frog * gdcmPython/Makefile.am now avoids calling the...
2003-07-01 jprNow GetXImagePosition, GetYImagePosition, GetZImagePosition
2003-06-26 jprAdding :
2003-06-20 jprFinal remove of spurious testTS
2003-06-17 jprAdd JPEG 6b files
2003-05-28 frog * When compiling with distutils (see setup.py...
2003-05-21 regrain * src/*.[h] all occurences of stl classes are...
2003-05-21 frog * src/*.[h] all occurences of stl classes are...
2003-05-12 frog * src/gdcmHeader>[h/cxx] added gdcmHeader::GetPix...
2003-05-07 frog Correction of previous commit. Sorry. --- Frog.
2003-05-07 frog * src/gdcmHeader.cxx: the constructor no longer...
2003-05-06 jpr Add protected method : gdcmElValue * GetElValueByNumb...
2003-05-05 frog * vtk subdir added. Contains vtkGdcmReader.[cxx...
2003-05-05 jprModif prise en compte jpeg lossless
2003-04-30 jprgdcmElValSet::SetElValueByNumber and gdcmElValSet:...
2003-04-16 frog * More memmory link related corrections and docum...
2003-04-16 frog * More memmory link related corrections and docum...
2003-04-15 frog * Memory link hunt (by using valgrind --leak...
2003-04-11 frog Clean up with JPR. Frog
2003-04-09 jprUpdateGroupLength re-written using H-Table
2003-04-08 frog Brutal commit. --- Frog
2003-04-07 frog Brutal commit. Changelog to come.... Frog
2003-04-03 jprajouts accesseurs
2003-04-02 jprCorrection calcul 'gdcmZSize' dans AddAndDefaultElements.
2003-04-01 jprUpdate for writting DCM files
2003-03-29 frog * gdcm/Doc many doxygen changes:
2003-03-27 frog * gdcmPython/win32/gdcmpycomplet.dsp renamed...
2003-03-26 frog * src/gdcmHeader[h, cxx] gdcmHeader now has an...
2003-03-25 frog * gdcmPython/Makefile.am fixed linking against...
2003-03-24 frog * src/gdcmHeader.cxx gdcmHeader::gdcmHeader now...
2003-03-21 jprCalcul correct (merci, Eric!) de la longueur de chaque...
2003-03-12 frog * src/gdcmElValSet.[cxx/h], gdcmElValue.[cxx...
2003-03-12 jprPOur traiter certaines (?) images Philips pour lesquell...
2003-03-10 jprprise en compte VM > 1
2003-03-10 jprdeclaration de dcm2acr
2003-03-10 jprPour décoder proprement les champs de 'value Multiplici...
2003-03-06 frog * src/gdcmHeader.h and gdcmHeader.cxx Coding...
2003-03-05 frog * src/gdcm.h splitted in gdcmCommon.h, gdcmDict...
2003-02-20 regrain * src/gdcmHeader.cxx : bug fix - opening dicom...
2003-02-19 frog * Doc/Doxyfile configuration file for Doxygen...
2003-02-16 johanadded exception classes
2003-01-28 frog * src/gdcmHeader.cxx added a post header parsing...
2003-01-22 frog * python/distutilsSwigCPlusPlus.py now properly...
2003-01-16 jprmodif DcmWrite
2003-01-14 jprAjout fonction
2003-01-10 jprajout quelques fonctions pour WriteDcm
2003-01-09 jprajout fonctions
2003-01-09 jprAjout fonctions
2003-01-08 jprharmonisation des codes retour UNFOUND et gdcm::Unfound
2003-01-08 jprajout quelques fonctions gdcmFile
2002-12-19 jprAjout de quelques Accesseurs pour la Transfert Syntax.
2002-12-19 jprCommenataires?
2002-12-16 frog * src/gdcm.h, src/gdcmHeader.cxx: added GetPubTag...
2002-12-11 frog * src/gdcm.h, gdcmHeader.cxx:
2002-12-09 frog * Test/Makefile building now depends on the one...
next