remove deprecated v1 style function j2k_write_soc
[openjpeg.git] / applications /
2012-08-16 Mickael Savinaudfree local memory in image_to_j2k application
2012-08-13 Mickael Savinaudfix some warnings in jp2.c
2012-08-09 Mickael Savinaud[trunk] rename opj_destroy_cstr_info_v2 to opj_destroy_...
2012-08-09 Mickael Savinaud[trunk] rename opj_encode_v2 to opj_encode
2012-08-09 Mickael Savinaud[trunk] rename opj_setup_encoder_v2 to opj_setup_encoder
2012-08-09 Mickael Savinaudrename opj_create_compress_v2 to opj_create_compress
2012-08-09 Mickael Savinaud[trunk] remove deprecated v1 style function opj_create...
2012-08-09 Mickael Savinaud[trunk] rename opj_setup_decoder_v2 to opj_setup_decoder
2012-08-09 Mickael Savinaud[trunk] rename opj_create_decompress_v2 to opj_create_d...
2012-07-25 Mathieu Malaterre[trunk] Use const keyword when appropriate
2012-07-25 Mathieu Malaterre[trunk] Import changes from 1.5 branch
2012-05-29 Mathieu Malaterre[trunk] The two files in Issue145 have a precision...
2012-05-29 Mathieu Malaterre[trunk] Follow up to r1691. Handle signed case.
2012-05-29 Mathieu Malaterre[trunk] Add new behavior for codecs. Now supports littl...
2012-05-29 Mathieu Malaterre[trunk] Add commented out code for tile support in...
2012-05-14 Mickael Savinauduse the correct event handler in j2k_to_image.c
2012-05-14 Mickael Savinaudadd new functions in jp2 codec from v2 branches; solve...
2012-05-13 Mickael Savinaudsolve problem with input of image_to_j2k; using the...
2012-05-02 Mickael Savinaud[trunk] correct a bug in jpip building induced by the...
2012-05-02 Mickael Savinaud[trunk] Enhance support of events like the v2 branch...
2012-04-23 Mathieu Malaterre[trunk] apply patch from winfried on the mailing list...
2012-04-23 Mathieu MalaterreAdding sentinel code for debug
2012-03-27 Mathieu Malaterre[trunk] attempt to fix clang/3.1 compilation error...
2012-03-26 Mathieu Malaterre[trunk] Final touch to get rid of most truncation warnings
2012-03-26 Mathieu Malaterre[trunk] one more round of warnings fixes
2012-03-26 Mathieu Malaterre[trunk] change char* to const char* when possible....
2012-03-26 Mathieu Malaterre[trunk] remove warnings from jp2k decoder
2012-03-26 Mathieu Malaterre[trunk] change char* to const char* when possible....
2012-03-26 Mathieu Malaterre[trunk] another round of compilation fixes
2012-03-26 Mathieu Malaterre[trunk] another set of warnings fixes for LFS support
2012-03-26 Mathieu Malaterre[trunk] Fix equality into test
2012-03-26 Mathieu Malaterre[trunk] remove some simple warnings
2012-03-26 Mathieu Malaterre[trunk] According to JPIP/A.2.3 in class identifiers...
2012-03-26 Mathieu Malaterre[trunk] continue work on getting API to use off_t inste...
2012-03-26 Mathieu Malaterre[trunk] continue work on getting API to use off_t inste...
2012-03-26 Mathieu Malaterre[trunk] continue work on getting API to use off_t inste...
2012-03-26 Mathieu Malaterre[trunk] continue work on getting API to use off_t inste...
2012-03-26 Mathieu Malaterre[trunk] continue work on getting API to use off_t inste...
2012-03-26 Mathieu Malaterre[trunk] continue work on getting API to use off_t inste...
2012-03-26 Mathieu Malaterre[trunk] continue work on getting API to use off_t inste...
2012-03-26 Mathieu Malaterre[trunk] fix another simple warning
2012-03-26 Mathieu Malaterre[trunk] explicit cast missing
2012-03-26 Mathieu Malaterre[trunk] remove simple warnings.
2012-03-26 Mathieu Malaterre[trunk] continue work on getting API to use off_t inste...
2012-03-26 Mathieu Malaterre[trunk] continue work on getting API to use off_t inste...
2012-03-26 Mathieu Malaterre[trunk] Start working on LFS support in JPIP code section
2012-03-19 Mathieu Malaterre[trunk] Fix invalid truncation from off_t to int (thank...
2012-03-19 Mathieu Malaterre[trunk] start using new functionalities from opj_inttyp...
2012-03-15 Mathieu Malaterre[trunk] remove a warning about no end of file
2012-03-15 Mickael Savinaud[trunk] modify image_to_j2k and the lib to support...
2012-03-11 Mathieu Malaterre[trunk] Backport diff from openjpeg 1.5 branch
2012-03-09 Mickael Savinaud[trunk] reverted to revision 1536
2012-03-09 Mickael Savinaud[trunk] first steps about merge compression WIP
2012-03-02 Mathieu Malaterre[trunk] merge rev 1228 from 1.5 to trunk
2012-03-02 Mathieu Malaterre[trunk] minor coding style change to match 1.5
2012-03-02 Mathieu Malaterre[trunk] Import getopt modification from 1.5 branch
2012-03-02 Mathieu Malaterre[trunk] Import remaning bits from JPIP/1.5 over to...
2012-03-02 Mathieu Malaterre[trunk] Merge rev 1068 into trunk
2012-03-02 Mathieu Malaterre[trunk] Remove junk from merge
2012-03-02 Mathieu Malaterre[trunk] Import rev 1103 into trunk.
2012-03-02 Mathieu Malaterre[trunk] do not distribute binary in the source code...
2012-03-02 Mathieu Malaterre[trunk] import JPIP modifications for build-system...
2012-03-02 Mathieu Malaterre[trunk] Import applications modifications from 1.5...
2012-03-02 Mathieu Malaterre[trunk] Convert from DOS eol to UNIX eol
2012-03-02 Mathieu Malaterre[trunk] Backport from OPJViewer version 1.5 over to...
2012-03-02 Mathieu Malaterre[trunk] Remove left-over Makefile
2012-03-02 Mathieu Malaterre[trunk] Sync OPJViewer with 1.5 version
2012-03-02 Mathieu Malaterre[trunk] Remove copyrighted material from java-jni....
2011-12-12 Mathieu Malaterreminor typo
2011-12-02 Mathieu MalaterreSorry. Reverting mistake.
2011-12-02 Mathieu MalaterreSimplify code. Use standard find_package call instead...
2011-12-01 Julien Malik[trunk] fix warnings when printing large integers
2011-11-30 Julien Malik[trunk] implement Large File support in the library
2011-11-24 Mathieu MalaterreCleanup jpip cmake compilation
2011-11-24 Mathieu Malaterreminor reindentation
2011-11-21 Mickael Savinaud[trunk] WIP: fix bug with windows platform and j2k_dump
2011-11-18 Mickael Savinaud[trunk] WIP: fix bug with windows platform and j2k_to_image
2011-11-17 Mickael Savinaud[trunk] WIP: fix bug when decoding an area or a tile...
2011-11-17 Mickael Savinaud[trunk] WIP: enhance j2k_to_image with new get_decoded_...
2011-11-17 Mickael Savinaud[trunk] WIP: clean j2k_dump and enhance j2k_dump with...
2011-11-17 Mickael Savinaud[trunk] WIP: add a set decoded resolution factor functi...
2011-11-16 Kaori Hagihara[trunk][JPIP] fixed opj_server execusion error (instant...
2011-11-09 Mickael Savinaud[trunk] fix bug with mj2 applications (credit to winfried)
2011-11-09 Mickael Savinaud[trunk] enhance mj2 when read jp2h (credit to winfried)
2011-11-09 Mickael Savinaud[trunk] check if the file extension is the same as...
2011-11-08 Kaori Hagihara[trunk][JPIP] enabled OpenJPEG V2 API
2011-11-08 Mickael Savinaud[trunk] WIP: add get_decoded_tile functionality
2011-11-08 Kaori Hagihara[trunk][JPIP] updated main page of doxygen
2011-11-03 Kaori Hagiharasolved memory leak of opj_server, and removed redundant...
2011-11-02 Antonin Descampe[trunk][JPIP] additional patches for autotools and...
2011-10-26 Kaori Hagiharaadditional patches for autotool are applied
2011-10-25 Kaori Hagiharafixed client viewer to be compatible with server respon...
2011-10-25 Kaori Hagiharapatches for cmake and autotool are applied
2011-10-21 Mickael Savinaud[trunk] WIP: manage output image with area correponding...
2011-10-21 Mickael Savinaud[trunk] WIP: enhance codestream index generation
2011-10-19 Kaori Hagiharastart using API style in openJPIP library
2011-10-19 Mickael Savinaud[trunk] WIP: solve problem with writing of tga image...
2011-10-18 Kaori Hagiharaadapt makefiles to the new structure
2011-10-18 Kaori Hagihararearranged opj_server, opj_dec_server directory
2011-10-14 Kaori Hagiharaenable all progression orders
next