openjpeg.git
2012-05-29 Mathieu Malaterre[trunk] The two files in Issue145 have a precision...
2012-05-29 Mathieu Malaterre[trunk] Fix installation issues. Thanks to winfried...
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-22 Mathieu Malaterre[trunk] error message typo, refer PLT instead of PLM
2012-05-21 Mathieu Malaterre[trunk] add sentinel when tile_index is null
2012-05-21 Mathieu Malaterre[trunk] Enable tile decoding/encoding round trip
2012-05-21 Mathieu MalaterreActivate tile decoding system to reproduce issues
2012-05-21 Mickael SavinaudComment the using of j2k_add_marker function into a...
2012-05-14 Mickael Savinauduse the correct event handler in j2k_to_image.c
2012-05-14 Mickael Savinaudresolve bug under win arch with test_tile_encoder.c
2012-05-14 Mickael Savinaud(no commit message)
2012-05-14 Mathieu Malaterre[trunk] Start activating tile tests
2012-05-14 Mathieu Malaterre[trunk] Need to use new interface opj_event_msg_v2...
2012-05-14 Mathieu Malaterre[trunk] Pointer is opj_jp2_v2_t, not opj_jp2_t
2012-05-14 Mathieu Malaterre[trunk] Wrong struct size. Use opj_jp2_v2_t instead
2012-05-14 Mathieu Malaterre[trunk] Make sure the memory is initialized. valgrind...
2012-05-14 Mathieu Malaterre[trunk] Fix minor typo in error message.
2012-05-14 Mickael Savinaudadding jp2_encode_v2 from v2 branches; using the right...
2012-05-14 Mickael Savinaudcorrect style in cio.c and use only op_bool return...
2012-05-14 Mickael Savinaudadd new functions in jp2 codec from v2 branches; solve...
2012-05-14 Mathieu Malaterre[trunk] Fix remaining compilation errors
2012-05-14 Mickael Savinaudremove opj_event_mgr struct from test_tile_decoder
2012-05-14 Mathieu Malaterre[trunk] Fix using proper v2 function
2012-05-14 Mathieu Malaterre[trunk] Import from v2 test_tile_decoder
2012-05-14 Mickael SavinaudCorrect a mistake about declaration of j2k_write_eoc_v2
2012-05-13 Mickael Savinaudsolve problem with input of image_to_j2k; using the...
2012-05-13 Mickael Savinaudremove a fixme about tcd_deallocate and encodind precint
2012-05-02 Mickael Savinaud[trunk] style
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 MalaterreFix a set of warnings reported by gcc in cio.c. This...
2012-04-23 Mathieu MalaterreAdding sentinel code for debug
2012-04-13 Mickael Savinaud[trunk] correct a wrong assert in j2k.c
2012-03-27 Mathieu Malaterre[trunk] attempt to fix clang/3.1 compilation error...
2012-03-27 Mathieu Malaterre[trunk] fix compilation on OS where ssize_t is not...
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-26 Mathieu Malaterre[trunk] ICC profile length is always an unsigned integer
2012-03-26 Mathieu Malaterre[trunk] make openjpeg consistant with itself, and adapt...
2012-03-26 Mathieu Malaterre[trunk] Fix a potential issue with truncation of pointe...
2012-03-26 Mathieu Malaterre[trunk] Fix some simple warnings reported by -Wconversion
2012-03-26 Mathieu Malaterre[trunk] fix compilation when jpwl option is ON.
2012-03-26 Mickael Savinaud[trunk] add missing file needed to compile last commit
2012-03-23 Mickael Savinaud[trunk] add test_tile_encoder test and function related
2012-03-19 Mathieu Malaterre[trunk] Fix invalid truncation from off_t to int (thank...
2012-03-19 Mathieu Malaterre[trunk] Missing PRId64 for MS compilers
2012-03-19 Mathieu Malaterre[trunk] Forgot portion of the previous commit.
2012-03-19 Mathieu Malaterre[trunk] use autotools convention where #ifdef BLA,...
2012-03-19 Mathieu Malaterre[trunk] start using new functionalities from opj_inttyp...
2012-03-19 Mathieu Malaterre[trunk] move functionalities of stdint/inttype into...
2012-03-19 Mathieu Malaterre[trunk] Remove remaining of OPJ_INT64_F/OPJ_UINT64_F...
2012-03-19 Mathieu Malaterre[trunk] replace more void* object pointer to proper...
2012-03-19 Mathieu Malaterre[trunk] add debug statement for Win7-VS2008-32bits...
2012-03-17 Mathieu Malaterre[trunk] Quick fix for MS compilers which do not ship...
2012-03-17 Mathieu Malaterre[trunk] Fix compilation win32 with shared libs on ...
2012-03-17 Mathieu Malaterre[trunk] Fix numerous warnings about signed vs unsigned...
2012-03-17 Mathieu Malaterre[trunk] remove a warning, about ISO C restricts enumera...
2012-03-17 Mathieu Malaterre[trunk] HACK: This commit remove some JPWL related...
2012-03-17 Mathieu Malaterre[trunk] Fix compilation when zlib.h is in user specifie...
2012-03-15 Mathieu Malaterre[trunk] Fix compilation on 32bits/PowerPC arch (debian...
2012-03-15 Mathieu Malaterre[trunk] make sure to build as universal build when...
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-12 Mathieu Malaterre[trunk] Fix issue with space
2012-03-12 Mathieu Malaterre[trunk] Add support for compiling libtiff with VS2008
2012-03-12 Mathieu Malaterre[trunk] Add support for MSVC 2010 compiler (32bits)
2012-03-12 Mathieu Malaterre[trunk] Update libtiff to 4.0.1 to support BigTIFF...
2012-03-11 Mathieu Malaterre[trunk] Use stdint.h when available to compute fixed...
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] add j2k_post_write_tile in trunk from branch v2
2012-03-09 Mickael Savinaud[trunk] add j2k_get_tile_data in trunk from branch v2
2012-03-09 Mickael Savinaud[trunk] add tcd_get_encoded_tile_size in trunk from...
2012-03-09 Mickael Savinaud[trunk] add j2k_pre_write_tile function in trunk from...
2012-03-09 Mickael Savinaud[trunk] first steps about merge compression WIP
2012-03-02 Mathieu Malaterre[trunk] Fix a bunch of warning about C++ comments in...
next