]> Creatis software - gdcm.git/history - src/gdcmPixelReadConvert.cxx
To prepare use of progression bar in all types of Document
[gdcm.git] / src / gdcmPixelReadConvert.cxx
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.
2005-01-16 malaterreBUG: Remove the Print indent mess. Please only one...
2005-01-14 jpr * ENH - Comment out Mathieu's (dangerous) Super...
2005-01-13 jprUpdate ChangeLog
2005-01-12 jpr2005-01-12 Jean-Pierre Roux <jpr@creatis.univ-lyon1.fr>
2005-01-11 malaterreBUG: Sorry I changed my mind it was getting worse...
2005-01-11 malaterreBUG: Ok I don't understand why but this allow me to...
2005-01-11 malaterreBUG: Remove left over from LibIDO. SwapCode = 12 /...
2005-01-11 malaterreENH: Untangle the transfer syntax from the Document...
2005-01-08 jprAccording to Benoit's suggestion, and without any objec...
2005-01-07 malaterreENH: Third pass for assert. Now uses the gdcmAssertMacro
2005-01-07 malaterreENH: Second pass at removing name of function from...
2005-01-07 malaterreENH: First pass at removing name of function from hardc...
2005-01-07 malaterreENH: update gdcmDebug after Benoit comments
2005-01-07 malaterreENH: Change the gdcmDebug approach. Remov the global...
2005-01-06 jprCoding Style + Doxygenation
2005-01-06 regrain * src/gdcmDictEntry.h : now, the IsVRUnknown is...
2004-12-16 regrain * src/gdcmFile.[h|cxx] : add the Print method
2004-12-14 regrain * Fix few compilation warnings
2004-12-14 rouet * fixed some compilation warnings, and for(;;) scope...
2004-12-13 malaterreENH: dos2unix
2004-12-13 malaterreBUG: On VS6 the for loop does not respect scope. Theref...
2004-12-13 malaterreBUG: On a few platerform we cannot use ios_base, we...
next