summaryrefslogtreecommitdiff
path: root/libopenjpeg/j2k.h
AgeCommit message (Expand)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
2012-08-30[trunk] STYLE: Clean up documentation errorsMickael Savinaud
2012-08-16correct warnings in j2k.cMickael Savinaud
2012-08-16remove deprecated v1 style function j2k_create_compress; rename opj_j2k_creat...Mickael Savinaud
2012-08-16rename j2k functions with opj_ prefixMickael Savinaud
2012-08-16remove deprecated v1 style function j2k_setup_encoder; rename opj_j2k_setup_e...Mickael Savinaud
2012-08-16remove deprecated v1 style functions j2k_destroy_decompress, j2k_decode_jpt_s...Mickael Savinaud
2012-08-16rename j2k functions with opj_ prefixMickael Savinaud
2012-08-09rename j2k_decode_v2 to opj_j2k_decodeMickael Savinaud
2012-08-09remove deprecated v1 style function j2k_decodeMickael Savinaud
2012-08-09rename j2k_setup_decoder_v2 to opj_j2k_setup_decoderMickael Savinaud
2012-08-09remove deprecated v1 style function j2k_setup_decoderMickael Savinaud
2012-08-09rename j2k_create_decompress_v2 to opj_j2k_create_decompressMickael Savinaud
2012-08-09remove deprecated v1 style function j2k_create_decompress and jp2_create_deco...Mickael Savinaud
2012-03-23[trunk] add test_tile_encoder test and function relatedMickael Savinaud
2012-03-17[trunk] Fix numerous warnings about signed vs unsigned comparison. Adapt opj_...Mathieu Malaterre
2012-03-15[trunk] modify image_to_j2k and the lib to support functionalities given by t...Mickael Savinaud
2012-03-09[trunk] reverted to revision 1536Mickael Savinaud
2012-03-09[trunk] first steps about merge compression WIPMickael Savinaud
2012-03-02[trunk] Fix a bunch of warning about C++ comments in C code.Mathieu Malaterre
2011-11-30[trunk] implement Large File support in the libraryJulien Malik
2011-11-17[trunk] WIP: add a set decoded resolution factor function and update j2k_to_i...Mickael Savinaud
2011-11-08[trunk] WIP: add get_decoded_tile functionalityMickael Savinaud
2011-11-08[trunk] WIP: clean and enhance j2k filesMickael Savinaud
2011-10-21[trunk] WIP: manage output image with area correponding to the set decoded areaMickael Savinaud
2011-10-21[trunk] WIP: enhance codestream index generationMickael Savinaud
2011-10-20[trunk] WIP: remove previous commit about memory leak with ppm read functionMickael Savinaud
2011-10-20[trunk] WIP: solve memory leak with ppm read functionMickael Savinaud
2011-10-12[trunk] WIP: correct some memory leaks in applications functionsMickael Savinaud
2011-10-12[trunk] WIP: add a read MCT marker function (JPEG2000 part 2)Mickael Savinaud
2011-10-11[trunk] WIP: add output elements about decoding of jp2 files with last tile p...Mickael Savinaud
2011-10-05[trunk] WIP: fix the decoding process with conformance files and V2 frameworkMickael Savinaud
2011-09-27[trunk] WIP: add basis for a new output management of the codestream informat...Mickael Savinaud
2011-09-20WIP: fixed build issues with JPWL option ONMickael Savinaud
2011-09-19WIP: update t1, t2, tcd to use same strut as in V2Mickael Savinaud
2011-09-19WIP: create a new framework to output file informationMickael Savinaud
2011-09-19WIP: enchance the new version with some bug fixes from v1 and from meMickael Savinaud
2011-09-19WIP: add support of jp2 for new j2k_dump function and some other small stuffMickael 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
2011-01-02bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for deta...Antonin Descampe
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-04-08Significant optimizations of MCT, DWT, MQ and T1 modules by Peter Wimmer (tha...Francois-Olivier Devaux
2007-11-27Fixed the maximum number of resolutions a user can discard while decoding.Francois-Olivier Devaux
2007-09-07Indexes can now be generated when decoding J2K codestreams.Francois-Olivier Devaux
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-04-04Digital cinema compliance for 4K chosen by "-cinema4K" option. Modification i...Parvatha Elangovan