summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-14[trunk] Start activating tile testsMathieu Malaterre
2012-05-14[trunk] Need to use new interface opj_event_msg_v2, instead of old opj_event_...Mathieu Malaterre
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-14[trunk] Fix remaining compilation errorsMathieu Malaterre
2012-05-14remove opj_event_mgr struct from test_tile_decoderMickael Savinaud
2012-05-14[trunk] Fix using proper v2 functionMathieu Malaterre
2012-05-14[trunk] Import from v2 test_tile_decoderMathieu Malaterre
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] correct a bug in jpip building induced by the previous commitMickael 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-23Adding sentinel code for debugMathieu Malaterre
2012-04-13[trunk] correct a wrong assert in j2k.cMickael Savinaud
2012-03-27[trunk] attempt to fix clang/3.1 compilation error remotelyMathieu Malaterre
2012-03-27[trunk] fix compilation on OS where ssize_t is not defined.Mathieu Malaterre
2012-03-26[trunk] Final touch to get rid of most truncation warningsMathieu Malaterre
2012-03-26[trunk] one more round of warnings fixesMathieu Malaterre
2012-03-26[trunk] change char* to const char* when possible. Remove more warningsMathieu Malaterre
2012-03-26[trunk] remove warnings from jp2k decoderMathieu Malaterre
2012-03-26[trunk] change char* to const char* when possible. Remove more warningsMathieu Malaterre
2012-03-26[trunk] another round of compilation fixesMathieu Malaterre
2012-03-26[trunk] another set of warnings fixes for LFS supportMathieu Malaterre
2012-03-26[trunk] Fix equality into testMathieu Malaterre
2012-03-26[trunk] remove some simple warningsMathieu Malaterre
2012-03-26[trunk] According to JPIP/A.2.3 in class identifiers should be an unsigned in...Mathieu Malaterre
2012-03-26[trunk] continue work on getting API to use off_t instead of long toward LFS ...Mathieu Malaterre
2012-03-26[trunk] continue work on getting API to use off_t instead of long toward LFS ...Mathieu Malaterre
2012-03-26[trunk] continue work on getting API to use off_t instead of long toward LFS ...Mathieu Malaterre
2012-03-26[trunk] continue work on getting API to use off_t instead of long toward LFS ...Mathieu Malaterre
2012-03-26[trunk] continue work on getting API to use off_t instead of long toward LFS ...Mathieu Malaterre
2012-03-26[trunk] continue work on getting API to use off_t instead of long toward LFS ...Mathieu Malaterre
2012-03-26[trunk] continue work on getting API to use off_t instead of long toward LFS ...Mathieu Malaterre
2012-03-26[trunk] fix another simple warningMathieu Malaterre
2012-03-26[trunk] explicit cast missingMathieu Malaterre
2012-03-26[trunk] remove simple warnings.Mathieu Malaterre
2012-03-26[trunk] continue work on getting API to use off_t instead of long toward LFS ...Mathieu Malaterre
2012-03-26[trunk] continue work on getting API to use off_t instead of long toward LFS ...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