summaryrefslogtreecommitdiff
path: root/codec/convert.c
AgeCommit message (Expand)Author
2010-12-08 (thanks to Winfried for his help)Antonin Descampe
2010-12-05added a definition in getopt.h and an initial value in convert.cAntonin Descampe
2010-11-28fixed a bug in codec/convert.c that prevented to build executables with WIN32...Antonin Descampe
2010-11-22reverted 'include "../opj_config.h"' to 'include "opj_config.h"'Antonin Descampe
2010-11-15changed imagetopng() function to correctly deal with non-standard bit-depths....Antonin Descampe
2010-10-05Added files to let people build openjpeg with configure tools ; Added makefil...Antonin Descampe
2010-09-08Reverting the use of #include "openjpegConfigure.h" until we find a compatibleLuis Ibanez
2010-09-07ENH: Including the new header file openjpegConfigure.hLuis Ibanez
2010-08-31COMP: Remove requirement that png and tiff headers must be in a specific dire...Luis Ibanez
2010-06-22Merge with v2 branchMathieu Malaterre
2010-03-26Added support for PNG image format [Not yet functional under WIN32]. Thanks t...Francois-Olivier Devaux
2010-03-24Code improvements using 'g++-4.4.0' to trace the code (v1.4). Thanks to Winfr...Francois-Olivier Devaux
2009-11-05fixed "tiffio" header inclusion to use user version on Win32 system only (oth...Antonin Descampe
2009-09-10fixed minor bugs which were triggering warnings at compilation (different sig...Antonin Descampe
2008-08-08Modified the way raw images with more that 8bpp are read and writtenFrancois-Olivier Devaux
2008-02-05In convert.c, corrected imagetobmp() conversion for grayscale. In tcd.c, corr...Parvatha Elangovan
2007-10-12Changed the way the image structure is allocated when the decoding parameters...Francois-Olivier Devaux
2007-10-10*Patch from Callum Lewick. Clean up of j2klib.h for the aligned malloc stuff. Francois-Olivier Devaux
2007-09-19Fixed issues with generation of SOP marker.Parvatha Elangovan
2007-09-18Fixed issues with Reading and Writing TIF images in convert.c to avoid segmen...Parvatha Elangovan
2007-09-07Indexes can now be generated when decoding J2K codestreams.Francois-Olivier Devaux
2007-08-20Added support for the TGA file format in the codecFrancois-Olivier Devaux
2007-08-08Fixed the DCinema filesize allocation. It now includes the SOT marker sizeFrancois-Olivier Devaux
2007-07-19Updated libtiff library version to 3.8.2 (for WIN32)Francois-Olivier Devaux
2007-07-18Fixed raw option to encode raw images with more than three components.Francois-Olivier Devaux
2007-07-17Added support for RAW images. This module has been developped by the Universi...Francois-Olivier Devaux
2007-06-04Bugs corrected in decoding of command line (getopt.c), in the handling of 16 ...Francois-Olivier Devaux
2007-05-31Fixed the handling of 16bit TIFF files for cinema compression. Modified "conv...Francois-Olivier Devaux
2007-04-12Fixed Error in tiftoimage(). Modification in convert.c.Parvatha Elangovan
2007-04-10Accepting "j2c" as format for Encoding and Decoding. Modification in image_t...Parvatha Elangovan
2007-03-20Added feature for generation of tile parts. Modifications in image_to_j2k.c, ...Parvatha Elangovan
2007-02-28Enabled compression of TIF image format to j2k by tifftoimage() and decompres...Parvatha Elangovan
2007-01-15Copyright updateFrancois-Olivier Devaux
2006-12-04Corrected incorrect fprintf formattingFrancois-Olivier Devaux
2006-07-22STYLE: Fix style issueMathieu Malaterre
2006-07-22BUG: Do not leak with greyscale bmp. Solve problem with name>256 for pgx and ...Mathieu Malaterre
2006-07-21ENH: Marking const char * what should be const char *. TODO need to fix code ...Mathieu Malaterre
2006-07-21ENH: Minor cleanup, mainly comment and line too longMathieu Malaterre
2006-02-04fixed a bug in codec/convert.c::imagetobmpFreeimage
2006-01-31fixed various minor warnings occuring under icc9 and bcc32, added MSVC projec...Freeimage
2006-01-25fixed a problem in convert.c when multiple commentsAntonin Descampe
2006-01-20fixed various minor warnings with gdcm patchesAntonin Descampe
2005-12-08removed old readme and MakefileAntonin Descampe
2005-12-02openjpeg version 1.0 (previous version still available with tag opj0-97)Antonin Descampe
2005-03-25Removed unused parameter in fprintf at line 618Francois-Olivier Devaux
2004-11-15fprintf correctly redirected to stderr or stdoutFrancois-Olivier Devaux
2004-07-30Bug fixed in pgx-file readingAntonin Descampe
2004-07-07Sets the image color space for JP2 formatFrancois-Olivier Devaux
2004-04-30Various corrections to avoid "signed/unsigned mismatch" warnings during compi...Antonin Descampe
2004-04-29 Reformatage : indent -kr -i2 -ci2 $(find . -name '*.c') $(find . -name '*.h')Sebastien Lugan