summaryrefslogtreecommitdiff
path: root/codec
AgeCommit message (Expand)Author
2011-01-02bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for deta...Antonin Descampe
2010-12-14Adapted Makefile.am/Makefile.nix to build choice: shared xor staticWinfried
2010-12-10Changed build choice in configure.ac/Makefile.am/Makefile.nix: shared xor staticWinfried
2010-12-09removed "codec/compat/" directoryAntonin Descampe
2010-12-09Updated Makefile.inWinfried
2010-12-08 (thanks to Winfried for his help)Antonin Descampe
2010-12-05revert to previous behaviour for cmake: builds (and links) dynamically by def...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-28changed cmake behaviour: executables are now always statically linked. When -...Antonin Descampe
2010-11-22reverted 'include "../opj_config.h"' to 'include "opj_config.h"'Antonin Descampe
2010-11-17install man pages by default. install CHANGES and LICENSEAntonin Descampe
2010-11-15changed imagetopng() function to correctly deal with non-standard bit-depths....Antonin Descampe
2010-11-15minor changes in header inclusionsAntonin Descampe
2010-10-21fixed help display (patch from winfried)Antonin Descampe
2010-10-19fixed options and help display (patch from winfried)Antonin Descampe
2010-10-17-This line, and those below, will be ignored--Winfried
2010-10-13(no commit message)Winfried
2010-10-13(no commit message)Winfried
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-09-05ENH: The logic for defining OPJ_STATIC has now been moved to theLuis Ibanez
2010-09-05ENH: Grouping the logic that detects getopt.c into a single .cmake file.Luis Ibanez
2010-08-31COMP: Remove requirement that png and tiff headers must be in a specific dire...Luis Ibanez
2010-07-01Need to include png/tiff include pathMathieu Malaterre
2010-06-29Synchronize branch and trunk cmakelists filesMathieu Malaterre
2010-06-29return error code upon errorsMathieu Malaterre
2010-06-22Sync with v2 branchMathieu Malaterre
2010-06-22Merge with v2 branchMathieu Malaterre
2010-06-22Also dump the image info as well as cp info.Mathieu Malaterre
2010-06-22Apply patch from w. szukalski (sent to list). Mon, Jun 21, 2010 at 5:49 PMMathieu Malaterre
2010-06-21adding j2k_dump executableMathieu Malaterre
2010-05-26Reactivate ctestMathieu Malaterre
2010-03-26Added support for "jpc" codestreams which are equivalent to "j2c" codestreams...Francois-Olivier Devaux
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
2010-03-07Fixed small compatibility issues with win32 in codec (moved include <strings.h>)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-10-01COMP: minor compilation warningMathieu Malaterre
2008-08-21fixed a bug in image_to_j2k.c that was preventing the 'r' option to work prop...Antonin Descampe
2008-08-08Modified the way raw images with more that 8bpp are read and writtenFrancois-Olivier Devaux
2008-06-12fixed a bug in dirent.h that prevented codec on Linux Alpha Systems to compil...Antonin Descampe
2008-03-12Added help line for the -F option in j2k_to_imageGiuseppe Baruffa
2008-02-11Minor style modifications to comply with c99 compiler flag; removed Microsoft...Giuseppe Baruffa
2008-02-05In convert.c, corrected imagetobmp() conversion for grayscale. In tcd.c, corr...Parvatha Elangovan
2007-12-10First import of JAVAOpenJPEG, a Java wrapper of OpenJPEG, developed by Patric...Francois-Olivier Devaux
2007-11-29Added index.h and index.c in VC6 projects; wrapped index.h in the C++ preproc...Giuseppe Baruffa
2007-11-27Created the file index.c in the codec directory. This file handles the creati...Francois-Olivier Devaux