summaryrefslogtreecommitdiff
path: root/codec
AgeCommit message (Expand)Author
2011-04-13re-organization of openjpeg directories hierarchy : step 1Antonin Descampe
2011-04-12convert.c: ENDIAN condition removed, tiftoimage and imagetotif updated (ALPHA...Antonin Descampe
2011-03-20Removed the libs directory containing win32 compiled versions of libpng, libt...Antonin Descampe
2011-03-04now assume MinGW does not have dirent.h (actually have it but without opendir...Antonin Descampe
2011-03-04small fix related to the formatting of the install report displayed at the en...Antonin Descampe
2011-03-04updated autotools files to improve build and install procedures (credit to Vi...Antonin Descampe
2011-01-23removed obsolete VS filesAntonin Descampe
2011-01-17remove (autotools) generated filesRex Dieter
2011-01-16convert.c: inclusion of endian.h has to be different on APPLE platformsAntonin Descampe
2011-01-11removed forgotten debug info in imagetopnm()Antonin Descampe
2011-01-09imagetopnm() has been rewritten to allow 16-bits precision, and PAM (P7) supp...Antonin Descampe
2011-01-07changed report code in Makefile.amWinfried
2011-01-03removed badly written tests from CTest in codec/CMakeLists.txtAntonin Descampe
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