summaryrefslogtreecommitdiff
path: root/libopenjpeg/openjpeg.h
AgeCommit message (Expand)Author
2011-07-03fixed version number of openjpeg 2.0.0 in openjpeg.hAntonin Descampe
2011-04-13[V2] fixed dllexport definition (credit to vincent torri)Antonin Descampe
2010-08-22Fix contributed by Bill Lorensen, to make it build in MinGW.Luis Ibanez
2010-01-20[FOD] Created a new constant in openjpeg.h to differentiate the case when the...Francois-Olivier Devaux
2008-07-31Deleting obsolete files and directories, adding v2-specific files and directo...Antonin Descampe
2007-12-21VERSION 1.3.0 RELEASEFrancois-Olivier Devaux
2007-11-14Avoided ABI breakageFrancois-Olivier Devaux
2007-11-05Fixed a bug which prevented JPWL from working on multi-tiled images; added so...Giuseppe Baruffa
2007-09-17OpenJPEG library interface modified to retain compatibility with version 1.2....Francois-Olivier Devaux
2007-09-17Fixed issues with cstr_info when codestream has components with different num...Francois-Olivier Devaux
2007-09-11JPWL encoding is finalized correctly into the JP2 file format; added an addit...Giuseppe Baruffa
2007-09-07Indexes can now be generated when decoding J2K codestreams.Francois-Olivier Devaux
2007-09-06One more field in the codestream_info struct for recording the number of pack...Giuseppe Baruffa
2007-09-04Added some fields in the codestream_info structure: they are used to record t...Giuseppe Baruffa
2007-08-30Added information regarding the end of packet position in the index Francois-Olivier Devaux
2007-08-30Changed the OpenJPEG library interface to enable users to access information ...Francois-Olivier Devaux
2007-08-21Minor cleanup patch, that gets rid of a bunch of "old style declaration" warn...Francois-Olivier Devaux
2007-07-12Fixed a bug in JPWL module, which prevented to exploit the full error correct...Giuseppe Baruffa
2007-06-04Release of version 1.2.0Francois-Olivier Devaux
2007-04-25Modification of the openjpeg.h file to avoid and ABI break with v1.1, removed...Francois-Olivier Devaux
2007-04-04Digital cinema compliance for 4K chosen by "-cinema4K" option. Modification i...Parvatha Elangovan
2007-03-29Enable accepting file names with `-ยด symbol .Modification getopt.cParvatha Elangovan
2007-03-20Added feature for generation of tile parts. Modifications in image_to_j2k.c, ...Parvatha Elangovan
2007-03-07Added option for Digital cinema profile compliant codestream. This can be cho...Parvatha Elangovan
2007-02-28Enabled compression of TIF image format to j2k by tifftoimage() and decompres...Parvatha Elangovan
2007-02-23Changed version number from 1.1.0 to 1.1.1 in openjpeg.hFrancois-Olivier Devaux
2007-02-23Fixed a copy-and-paste type assignment error (bool instead of int) in the JPW...Giuseppe Baruffa
2007-02-19Added OPJ_LIMIT_DECODING enabling us to limit the decoding to main headerFrancois-Olivier Devaux
2007-01-30Use of OPJ_PATH_LEN (defined as 4096) to be the maximum allowed size for file...Francois-Olivier Devaux
2007-01-15Copyright updateFrancois-Olivier Devaux
2006-12-04First integration of JPWL codeFrancois-Olivier Devaux
2006-10-31added the ability to specify the rate as "float" (before : integer)Antonin Descampe
2006-10-26testsvnAntonin Descampe
2006-01-31fixed various minor warnings occuring under icc9 and bcc32, added MSVC projec...Freeimage
2006-01-31STYLE: Remove completely reference to OPJ_EXPORTMathieu Malaterre
2006-01-31ENH: Move to a def solution to avoid polluting header file with declspecMathieu Malaterre
2006-01-25added "OPJ_EXPORT" in openjpeg.h to generate shared lib with win32Antonin Descampe
2005-12-08OpenJPEG version 1.1Antonin Descampe
2005-12-02openjpeg version 1.0 (previous version still available with tag opj0-97)Antonin Descampe
2004-07-07Include jp2.h fileFrancois-Olivier Devaux
2003-11-27Initial revisionSebastien Lugan