]> Creatis software - gdcm.git/history - src/gdcmPixelReadConvert.cxx
Fix mistypings
[gdcm.git] / src / gdcmPixelReadConvert.cxx
2008-05-20 malaterreBUG: backport from gdcm 1.2. Should not crash when...
2007-10-26 jprAvoid Borland warnings (?)
2007-10-16 jprAdd comments on 16 bits Palette Color
2007-10-03 malaterreBUG: ooops this is a 16bits palette
2007-10-03 malaterreENH: add support for segmented palette
2007-09-17 jprDoxygen : forget to commit theese ones
2007-09-05 jprJPEG2000 reader deals with multiframes.
2007-09-04 jprClean code
2007-09-04 jprAutogenerated misstyping after system crash ?!???
2007-09-04 jprSolve (hope so!) the JPEG troubles when BitsStored...
2007-09-03 jprFix to be able to read Jpeg images 16/8.
2007-08-29 jprAvoid ctest to abort on 32 bits per pxel image RTDOSE.dcm
2007-07-25 jprWhen NX*NY*nbOfComponents was odd, one (useless) byte...
2007-05-23 jprIn order to allow to use current version (1.3) of gdcm...
2006-08-30 jprMy previous patch hanged on images with Bits Allocated...
2006-08-29 jprForget to commit this one (Bits Allocated related pb)
2006-06-29 jprDoxygenation
2006-03-29 jprUnnormalized 4th dimension is now dealt with.
2006-02-16 malaterreENH: Try to sync gdcm CVS and gdcm 1.2. ~2000 lines...
2006-01-27 jprAdd #include for BCC
2006-01-26 jprDon't try to 'Read Pixels' when 'DeflatedExplicitVRLitt...
2005-11-30 jprUpdate progress bar counter
2005-11-29 jprTo prepare use of progression bar in all types of Document
2005-11-28 regrain * Remove all gdcmStaticXxxMacro with Xxx : Debug...
2005-11-28 regrain * Fix bug -- sorry
2005-11-28 regrain * Add Command and CommandManager to have possible...
2005-11-28 jprCheck transfer syntax more efficient (hope so)
2005-11-10 malaterreENH: Remove MPEG symbols too
2005-11-09 jprDebug vs Warning
2005-11-09 jprDebug vs Warning
2005-11-09 jprDebug vs Warning
2005-11-08 malaterreENH: Ok dashboard looks clean enough turning MPEG on
2005-11-03 jprOops.
2005-10-28 jprFix Debug vs Warning
2005-10-27 jprAvoid useless work at reading time
2005-10-26 jprForce commit, adding a space character
2005-10-26 malaterreENH: Remove check on value we know is true, also remove...
2005-10-26 jprShould avoid compile error or dash8.kitware/GDCM-g...
2005-10-26 jprSave some CPU time, when parsing ACR-NAMA files :
2005-10-26 jprNone of the ACR-NEMA file has a Transfer Syntax field.
2005-10-25 malaterreBUG: Ok I dont understand gdcm internals anymore. Whoev...
2005-10-25 malaterreBUG: Ok someone messed up with the code... and I give...
2005-10-23 jprJust one more check for GE Private TS on big endian...
2005-10-23 jprIn order to avoid confusing user with 'public' methods...
2005-10-21 jprUncomment Private GE transger syntax part.
2005-10-21 jpr// -->
2005-10-20 jprLast (?) stage of Private GE Syntax Transer name normal...
2005-10-20 jpr-> Fix the pb of 'Private GE Transfer Syntax' for 16...
2005-10-18 jprFix internal name for :
2005-10-18 regrain * Minor coding-style clean up
2005-10-13 jprAdd, as a 'Note to developpers' a very detailled post...
2005-09-07 jprCosmetics for making ProntFile more clear when forceLoa...
2005-08-19 jprSome never comitted before comments.
2005-07-30 jpr User is now allowed to pass a Pointer to a functi...
2005-07-01 jprInitialize RLEInfo and JPEGInfo to 0 a avoid further...
2005-06-30 jprTo avoid compile time warnings
2005-06-23 jprto avoid warnings
2005-06-22 jprcoding style
2005-06-22 jprFix misstyping, while removing spurious \t characters
2005-06-22 jprSome constructors (at least one ...) use BitsAllocated...
2005-06-20 jprComments
2005-06-17 jprAdd some accessors for debugging purpose
2005-06-15 malaterreENH: Fix a minor compilation problem, adding some jpegl...
2005-06-14 jprNow gdcm deals with 16 bits per pixel images with 16...
2005-06-13 jprSome more oddities dealt with.
2005-05-30 malaterreENH: Adding support for multiple fragments of jpeg2000...
2005-05-30 malaterreENH: Try to rewrite this nice obfuscated code
2005-05-29 malaterreENH: Ok JPEG2000 is working...cannot believe that IsJPE...
2005-05-25 jprShould avoid some memory leaks
2005-05-23 malaterreENH: Minor commit to illustrate what was done to create...
2005-05-22 malaterreBUG: Disable MPEG and JPEG2000 until build process...
2005-05-22 malaterreENH: Adding initial implementation for jasper/jpeg2000...
2005-05-21 malaterreENH: Initial checkin of gdcmMpeg, the code is still...
2005-04-26 jprPrepare MPEG Dicom encapsulated processing (within...
2005-03-31 regrain * src/gdcmPixelReadConvert.cxx : problems of around...
2005-02-23 regrain * remove compilation warnings
2005-02-17 jprFix misstyping
2005-02-16 jprTaking into account MONOCHROME1 + Signed Pixels (?!)
2005-02-15 jprTaking into account the difference between MONOCHROME1...
2005-02-05 malaterreBUG: Apparently on Borland uses unsigned char to store...
2005-02-04 jprSome more Doxygenation
2005-02-03 jprFix Doxygen warning
2005-02-03 jprTypo normalization
2005-02-02 regrain * Reorder source code (last one, I hope)
2005-02-02 jprNormalization
2005-02-01 regrain * src/*.cxx : first parss to normalize file organisation
2005-01-31 malaterreENH: Yet another pass to get RLE stuff similar to JPEG...
2005-01-31 malaterreENH: Getting toward a nice gdcmDecompressor. Now RLE...
2005-01-31 malaterreSTYLE: remove GetNextttttt + minor Doc
2005-01-31 malaterreENH: Pass 2 at cleaning the JPEG mess. Still some work...
2005-01-31 malaterreENH: Huge commit to remove the previous implementation...
2005-01-28 regrain * Remove friend between PixelReadConverter and RLEFr...
2005-01-26 regrain * FIX : remove so many friend between classes
2005-01-26 regrain * FIX : remove so many friend between classes
2005-01-24 jpr - Add empty nutshell for JPEG-LS
2005-01-24 malaterreENH: Grealty simplify the JPEg decompression, no need...
2005-01-23 jprSome normalizations :
2005-01-21 jprStage 2 of names normalization :
2005-01-17 malaterreENH: Minor patch that rework code to avoid duplicate...
2005-01-17 malaterreENH: First pass at simplifying the JPEG stuff.
next