summaryrefslogtreecommitdiff
path: root/libopenjpeg/j2k.h
AgeCommit message (Collapse)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177
2012-08-30[trunk] STYLE: Clean up documentation errorsMickael Savinaud
Functions should only have formal documentation in one place, and preferably in the declaration (i.e. repeated documentaiton should not be at both the declaration and the definition, because it causes too much maintenance to keep them syncronized). In cases where the definition is also the declaration (as is often the case for static functions in the .c files) the documentation was preserved at the first use of the function signature. Functions that are formally documented should contain documentation for each function argument. The clang 3.1 compiler issues documentation warnings when the documentation block with @params preceeding a declaration does not match the argument list. This patch set follows a convention used elsewere in openjpeg to add a placeholder FIXME DOC description where one was previously missing. Thanks to Hans Johnson.
2012-08-16correct warnings in j2k.cMickael Savinaud
2012-08-16remove deprecated v1 style function j2k_create_compress; rename ↵Mickael Savinaud
opj_j2k_create_compress_v2 to opj_j2k_create_compress
2012-08-16rename j2k functions with opj_ prefixMickael Savinaud
2012-08-16remove deprecated v1 style function j2k_setup_encoder; rename ↵Mickael Savinaud
opj_j2k_setup_encoder_v2 to opj_j2k_setup_encoder
2012-08-16remove deprecated v1 style functions j2k_destroy_decompress, ↵Mickael Savinaud
j2k_decode_jpt_stream, j2k_destroy_compress and j2k_encode
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 ↵Mickael Savinaud
jp2_create_decompress
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 ↵Mathieu Malaterre
opj_procedure type to what it should hev been IMHO. Start using PRIi64 for printf and int64_t
2012-03-15[trunk] modify image_to_j2k and the lib to support functionalities given by ↵Mickael Savinaud
the v2 alpha branch
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 ↵Mickael Savinaud
j2k_to_image help about decoded region
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 ↵Mickael Savinaud
part lenght equal zero
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 ↵Mickael Savinaud
information and index
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 ↵Antonin Descampe
avoid having to deal with "stdbool.h" (patch from Winfried)
2011-01-02bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for ↵Antonin Descampe
details)
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 ↵Francois-Olivier Devaux
(thanks Peter)
2007-11-27Fixed the maximum number of resolutions a user can discard while decoding.Francois-Olivier Devaux
Added an error state in J2K_STATE (j2k.c)
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 ↵Giuseppe Baruffa
JPWL project). Management of these markers is limited to skipping them without crashing: no real security function at this stage. Deprecated USE_JPSEC and USE_JPWL will be removed next
2007-08-30Changed the OpenJPEG library interface to enable users to access information ↵Francois-Olivier Devaux
regarding the codestream (also called index).
2007-04-04Digital cinema compliance for 4K chosen by "-cinema4K" option. Modification ↵Parvatha Elangovan
in image_to_j2k.c. Bit rate limitation for each color component. Modification in image_to_j2k.c, t2.c. Modified and tested Progression order change "-POC" option. Modification in image_to_j2k.c, j2k.c, pi.c. Function j2k_check_poc_val() to check for possible loss of packets in case of wrong POC declaration. Modification in j2k.c. Structure T2_MODE. This tells if the t2_encode_packets() is called during Threshold calculation or in Final pass. Modification in j2k.h, tcd.c