summaryrefslogtreecommitdiff
path: root/libopenjpeg/j2k.c
AgeCommit message (Expand)Author
2010-10-05minor bugs fixed (see issue 31 on googlecode - Thanks to winfried)Antonin Descampe
2010-07-01Prevent segfault later down in the pipelineMathieu Malaterre
2010-06-22 Import j2k_dump from trunk (much faster)Mathieu Malaterre
2010-03-24Code improvements using 'g++-4.4.0' to trace the code (v2.0). Thanks to Winfr...Francois-Olivier Devaux
2008-07-31Deleting obsolete files and directories, adding v2-specific files and directo...Antonin Descampe
2008-05-22fixed a bug in j2k.c (j2k_write_sod) that allowed to get negative rates, than...Antonin Descampe
2008-05-22additional test to avoid crash due to invalid image size, patch by Christophe...Antonin Descampe
2007-12-19In pi.c, removed the Recursive function pi_check_next_level() and modified th...Parvatha Elangovan
2007-11-27Fixed the maximum number of resolutions a user can discard while decoding.Francois-Olivier Devaux
2007-11-14Patch by Callum Lerwick. Instead of reinventing realloc, j2k_read_sod now jus...Francois-Olivier Devaux
2007-11-05Fixed a bug which prevented JPWL from working on multi-tiled images; added so...Giuseppe Baruffa
2007-10-18Patch from Callum Lewick. Memset patch. See ChangeLog for more details. Thank...Francois-Olivier Devaux
2007-10-12Changed the way the image structure is allocated when the decoding parameters...Francois-Olivier Devaux
2007-09-19Fixed issues with generation of SOP marker.Parvatha Elangovan
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-09-03Added the knowledge of JPSEC SEC and INSEC markers (you have to compile the J...Giuseppe Baruffa
2007-08-30Changed the OpenJPEG library interface to enable users to access information ...Francois-Olivier Devaux
2007-08-28Fixed wrong destructors called in openjpeg.cFrancois-Olivier Devaux
2007-08-24The end of main header is calculated after TLM and POC marker for Dcinema.Parvatha Elangovan
2007-08-21Memory leaks fixedFrancois-Olivier Devaux
2007-08-08Fixed the DCinema filesize allocation. It now includes the SOT marker sizeFrancois-Olivier Devaux
2007-07-13(no commit message)Francois-Olivier Devaux
2007-06-15Fixed the generation of index files. Now works with cinema formats. Francois-Olivier Devaux
2007-05-23Bug fixed by Sylvain Munaut. Change in the reading of the POC marker. Since C...Francois-Olivier Devaux
2007-05-10Possibility to choose to apply MCT (multiple component transform) enabled, an...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-27Following to Hervé's suggestions, all the exit() calls, added by JPWL strict...Giuseppe Baruffa
2007-03-21Fixed j2k_prog_order_list[]. Modifications in j2k.c.Parvatha 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-19Added OPJ_LIMIT_DECODING enabling us to limit the decoding to main headerFrancois-Olivier Devaux
2007-01-31Extra tokens at the end of #endif directive corrected in openjpeg.c, j2k.c an...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-01-18changed the name of j2k_realloc to opj_reallocFreeimage
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-08small changes to remove warnings related to signednessAntonin Descampe
2005-11-01Changes proposed by Mathieu Malaterre from the GDCM project... Thanks a lot M...Antonin Descampe
2005-09-20bug fixed when asking for an index with more than (layer*resolutions*100) pac...Antonin Descampe
2005-09-13bug fixed when freeing the memory allocated if ppm-marker or ppt-marker is usedAntonin Descampe
2005-06-02Conversions from int to unsigned int to ensure correct execution of int_min a...Francois-Olivier Devaux
2005-03-25#endif;Francois-Olivier Devaux
2005-03-16Modifications made to enable the decoding of a J2K file headers without decod...Francois-Olivier Devaux