summaryrefslogtreecommitdiff
path: root/libopenjpeg/pi.c
AgeCommit message (Expand)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
2012-09-10[trunk] Fix all C90 issues using gcc -pedantic -Wno-long-long to track themMathieu Malaterre
2012-08-30[trunk] STYLE: Clean up documentation errorsMickael Savinaud
2012-08-16rename j2k functions with opj_ prefixMickael Savinaud
2012-03-15[trunk] modify image_to_j2k and the lib to support functionalities given by t...Mickael Savinaud
2011-12-03Apply doxygen fixes suggested by Brad Hards on opj mailing list.Mathieu Malaterre
2011-10-12[trunk] WIP: resolve heap corruption with p0_07.j2k (credit to Winfried)Mickael Savinaud
2011-10-05[trunk] WIP: fix the decoding process with conformance files and V2 frameworkMickael Savinaud
2011-09-19WIP: new image_header struct is used and enable used of cstr_infoMickael Savinaud
2011-09-19Work In Progress: insert elements from V2 framework into the trunkMickael Savinaud
2011-05-18defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avo...Antonin Descampe
2010-04-08[v1.4] Fixed pi.c bug (issue 15 on google code). Thanks to Anton Lionel for c...Francois-Olivier Devaux
2007-12-21Bug fixed by David Bruken. Fixed memory allocation issue in opj_malloc.h.Francois-Olivier Devaux
2007-12-19Fixed allocation problem in pi.cFrancois-Olivier Devaux
2007-12-19In pi.c, removed the Recursive function pi_check_next_level() and modified th...Parvatha Elangovan
2007-10-18Patch from Callum Lewick. Memset patch. See ChangeLog for more details. Thank...Francois-Olivier Devaux
2007-08-08Fixed the DCinema filesize allocation. It now includes the SOT marker sizeFrancois-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-01-15Copyright updateFrancois-Olivier Devaux
2006-08-04fixed a bug in pi.c, line 473, that appeared when more than 100 precincts wer...Antonin Descampe
2006-01-26fixed various minor warnings occuring under gcc, added corrections proposed i...Freeimage
2005-12-08OpenJPEG version 1.1Antonin Descampe
2005-12-02openjpeg version 1.0 (previous version still available with tag opj0-97)Antonin Descampe
2005-11-01Changes proposed by Mathieu Malaterre from the GDCM project... Thanks a lot M...Antonin Descampe
2004-07-20* Bug fixed in jpt decodingAntonin Descampe
2004-07-14* PPM markers handling modified (comment keyword : ppmbug1)Antonin Descampe
2004-04-29 Reformatage : indent -kr -i2 -ci2 $(find . -name '*.c') $(find . -name '*.h')Sebastien Lugan
2004-04-29 Reformatage : indent -kr $(find . -name '*.c') $(find . -name '*.h')Sebastien Lugan
2004-02-13 Update for version 0.8Yannick Verschueren
2003-11-27Initial revisionSebastien Lugan