summaryrefslogtreecommitdiff
path: root/libopenjpeg
AgeCommit message (Expand)Author
2012-05-14[trunk] Pointer is opj_jp2_v2_t, not opj_jp2_tMathieu Malaterre
2012-05-14[trunk] Wrong struct size. Use opj_jp2_v2_t insteadMathieu Malaterre
2012-05-14[trunk] Make sure the memory is initialized. valgrind was complaning in mqc_i...Mathieu Malaterre
2012-05-14[trunk] Fix minor typo in error message.Mathieu Malaterre
2012-05-14adding jp2_encode_v2 from v2 branches; using the right return value for opj_s...Mickael Savinaud
2012-05-14correct style in cio.c and use only op_bool return value; correct error in jp...Mickael Savinaud
2012-05-14add new functions in jp2 codec from v2 branches; solve bug in j2k_setup_encod...Mickael Savinaud
2012-05-14Correct a mistake about declaration of j2k_write_eoc_v2Mickael Savinaud
2012-05-13solve problem with input of image_to_j2k; using the right return type compari...Mickael Savinaud
2012-05-13remove a fixme about tcd_deallocate and encodind precintMickael Savinaud
2012-05-02[trunk] styleMickael Savinaud
2012-05-02[trunk] Enhance support of events like the v2 branch. Use right name of varia...Mickael Savinaud
2012-04-23[trunk] apply patch from winfried on the mailing list. For more info see: htt...Mathieu Malaterre
2012-04-23Fix a set of warnings reported by gcc in cio.c. This patch impact the API dir...Mathieu Malaterre
2012-04-13[trunk] correct a wrong assert in j2k.cMickael Savinaud
2012-03-27[trunk] fix compilation on OS where ssize_t is not defined.Mathieu Malaterre
2012-03-26[trunk] Start working on LFS support in JPIP code sectionMathieu Malaterre
2012-03-26[trunk] ICC profile length is always an unsigned integerMathieu Malaterre
2012-03-26[trunk] make openjpeg consistant with itself, and adapt sign of struct variablesMathieu Malaterre
2012-03-26[trunk] Fix a potential issue with truncation of pointers diffMathieu Malaterre
2012-03-26[trunk] Fix some simple warnings reported by -WconversionMathieu Malaterre
2012-03-26[trunk] fix compilation when jpwl option is ON.Mathieu Malaterre
2012-03-23[trunk] add test_tile_encoder test and function relatedMickael Savinaud
2012-03-19[trunk] Missing PRId64 for MS compilersMathieu Malaterre
2012-03-19[trunk] use autotools convention where #ifdef BLA, should be provided by #def...Mathieu Malaterre
2012-03-19[trunk] start using new functionalities from opj_inttypes in jpip code and ma...Mathieu Malaterre
2012-03-19[trunk] move functionalities of stdint/inttype into opj_stdint/opj_inttypesMathieu Malaterre
2012-03-19[trunk] Remove remaining of OPJ_INT64_F/OPJ_UINT64_F before move to C99 conve...Mathieu Malaterre
2012-03-19[trunk] replace more void* object pointer to proper function pointer: opj_pro...Mathieu Malaterre
2012-03-17[trunk] Quick fix for MS compilers which do not ship inttypes.hMathieu Malaterre
2012-03-17[trunk] Fix compilation win32 with shared libs on (export symbol name)Mathieu Malaterre
2012-03-17[trunk] Fix numerous warnings about signed vs unsigned comparison. Adapt opj_...Mathieu Malaterre
2012-03-17[trunk] remove a warning, about ISO C restricts enumerator values to range of...Mathieu Malaterre
2012-03-17[trunk] HACK: This commit remove some JPWL related code just to allow compila...Mathieu Malaterre
2012-03-15[trunk] modify image_to_j2k and the lib to support functionalities given by t...Mickael Savinaud
2012-03-11[trunk] Use stdint.h when available to compute fixed-type definition.Mathieu Malaterre
2012-03-09[trunk] reverted to revision 1536Mickael Savinaud
2012-03-09[trunk] add j2k_post_write_tile in trunk from branch v2Mickael Savinaud
2012-03-09[trunk] add j2k_get_tile_data in trunk from branch v2Mickael Savinaud
2012-03-09[trunk] add tcd_get_encoded_tile_size in trunk from branch v2alphaMickael Savinaud
2012-03-09[trunk] add j2k_pre_write_tile function in trunk from v2alphaMickael 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
2012-03-02[trunk] merge r1229 from branch 1.5 over to trunkMathieu Malaterre
2012-03-02[trunk] merge r1322 from branch 1.5 over to trunkMathieu Malaterre
2012-03-02[trunk] merge r1197, r1199, r1228, r1230 and r1232 from branch 1.5 over to trunkMathieu Malaterre
2012-03-02[trunk] merge r1479 from branch 1.5 over to trunkMathieu Malaterre
2012-03-02[trunk] merge r1323 from branch 1.5 over to trunkMathieu Malaterre
2012-03-02[trunk] Remove exe bit on CMakeLists.txt. Set from DOS eol to UNIX eolMathieu Malaterre
2012-03-02[trunk] Sync with 1.5 branchMathieu Malaterre