| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-28 | [trunk] Start FolderReorgProposal task | Mathieu Malaterre | |
| Update issue 177 | |||
| 2012-08-30 | [trunk] STYLE: Clean up documentation errors | Mickael 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-16 | correct warnings in j2k.c | Mickael Savinaud | |
| 2012-08-16 | remove deprecated v1 style function j2k_create_compress; rename ↵ | Mickael Savinaud | |
| opj_j2k_create_compress_v2 to opj_j2k_create_compress | |||
| 2012-08-16 | rename j2k functions with opj_ prefix | Mickael Savinaud | |
| 2012-08-16 | remove deprecated v1 style function j2k_setup_encoder; rename ↵ | Mickael Savinaud | |
| opj_j2k_setup_encoder_v2 to opj_j2k_setup_encoder | |||
| 2012-08-16 | remove deprecated v1 style functions j2k_destroy_decompress, ↵ | Mickael Savinaud | |
| j2k_decode_jpt_stream, j2k_destroy_compress and j2k_encode | |||
| 2012-08-16 | rename j2k functions with opj_ prefix | Mickael Savinaud | |
| 2012-08-09 | rename j2k_decode_v2 to opj_j2k_decode | Mickael Savinaud | |
| 2012-08-09 | remove deprecated v1 style function j2k_decode | Mickael Savinaud | |
| 2012-08-09 | rename j2k_setup_decoder_v2 to opj_j2k_setup_decoder | Mickael Savinaud | |
| 2012-08-09 | remove deprecated v1 style function j2k_setup_decoder | Mickael Savinaud | |
| 2012-08-09 | rename j2k_create_decompress_v2 to opj_j2k_create_decompress | Mickael Savinaud | |
| 2012-08-09 | remove deprecated v1 style function j2k_create_decompress and ↵ | Mickael Savinaud | |
| jp2_create_decompress | |||
| 2012-03-23 | [trunk] add test_tile_encoder test and function related | Mickael 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 1536 | Mickael Savinaud | |
| 2012-03-09 | [trunk] first steps about merge compression WIP | Mickael 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 library | Julien 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 functionality | Mickael Savinaud | |
| 2011-11-08 | [trunk] WIP: clean and enhance j2k files | Mickael Savinaud | |
| 2011-10-21 | [trunk] WIP: manage output image with area correponding to the set decoded area | Mickael Savinaud | |
| 2011-10-21 | [trunk] WIP: enhance codestream index generation | Mickael Savinaud | |
| 2011-10-20 | [trunk] WIP: remove previous commit about memory leak with ppm read function | Mickael Savinaud | |
| 2011-10-20 | [trunk] WIP: solve memory leak with ppm read function | Mickael Savinaud | |
| 2011-10-12 | [trunk] WIP: correct some memory leaks in applications functions | Mickael 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 framework | Mickael Savinaud | |
| 2011-09-27 | [trunk] WIP: add basis for a new output management of the codestream ↵ | Mickael Savinaud | |
| information and index | |||
| 2011-09-20 | WIP: fixed build issues with JPWL option ON | Mickael Savinaud | |
| 2011-09-19 | WIP: update t1, t2, tcd to use same strut as in V2 | Mickael Savinaud | |
| 2011-09-19 | WIP: create a new framework to output file information | Mickael Savinaud | |
| 2011-09-19 | WIP: enchance the new version with some bug fixes from v1 and from me | Mickael Savinaud | |
| 2011-09-19 | WIP: add support of jp2 for new j2k_dump function and some other small stuff | Mickael Savinaud | |
| 2011-09-19 | WIP: new image_header struct is used and enable used of cstr_info | Mickael Savinaud | |
| 2011-09-19 | Work In Progress: insert elements from V2 framework into the trunk | Mickael Savinaud | |
| 2011-05-18 | defined 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-02 | bug fixes to enable cmake compilation on WIN32 platform (see CHANGES for ↵ | Antonin Descampe | |
| details) | |||
| 2010-06-22 | Also dump the image info as well as cp info. | Mathieu Malaterre | |
| 2010-06-22 | Apply patch from w. szukalski (sent to list). Mon, Jun 21, 2010 at 5:49 PM | Mathieu Malaterre | |
| 2010-04-08 | Significant optimizations of MCT, DWT, MQ and T1 modules by Peter Wimmer ↵ | Francois-Olivier Devaux | |
| (thanks Peter) | |||
| 2007-11-27 | Fixed 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-07 | Indexes can now be generated when decoding J2K codestreams. | Francois-Olivier Devaux | |
| 2007-09-03 | Added 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-30 | Changed the OpenJPEG library interface to enable users to access information ↵ | Francois-Olivier Devaux | |
| regarding the codestream (also called index). | |||
| 2007-04-04 | Digital 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 | |||
