summaryrefslogtreecommitdiff
path: root/codec/Makefile
AgeCommit message (Collapse)Author
2010-10-05Added files to let people build openjpeg with configure tools ; Added ↵Antonin Descampe
makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages
2010-06-22Apply patch from w. szukalski (sent to list). Mon, Jun 21, 2010 at 5:49 PMMathieu Malaterre
2010-03-26Added support for PNG image format [Not yet functional under WIN32]. Thanks ↵Francois-Olivier Devaux
to Winfried for this patch. See details here http://code.google.com/p/openjpeg/issues/detail?id=16
2007-11-27Created the file index.c in the codec directory. This file handles the ↵Francois-Olivier Devaux
creation of index files, at encoding and decoding. Fixed bugs during the creation of the index (PCRL progression order)
2007-03-01Modified codec projects (*.dsp) and makefile to include the tiff library ↵Francois-Olivier Devaux
(modified codec/image_to_j2k.dsp codec/j2k_to_image.dsp and codec/makefile)
2007-02-28Corrected codec Makefile by adding the compilation of "compat/getopt.c" Francois-Olivier Devaux
2007-01-31Linux Makefile for the codec addedFrancois-Olivier Devaux
2005-12-08removed old readme and MakefileAntonin Descampe
2004-02-12 Automatic creation of building directories during makeSebastien Lugan
2003-11-27Initial revisionSebastien Lugan