summaryrefslogtreecommitdiff
path: root/libopenjpeg
AgeCommit message (Collapse)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 ↵Mathieu Malaterre
mqc_init_enc we were reading uninit value. See also comment in r479: FIXME: mqc_init_enc and mqc_byteout underrun the buffer if we don't do this. Why?
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 ↵Mickael Savinaud
opj_stream_flush
2012-05-14correct style in cio.c and use only op_bool return value; correct error in ↵Mickael Savinaud
jp2.c and some style
2012-05-14add new functions in jp2 codec from v2 branches; solve bug in ↵Mickael Savinaud
j2k_setup_encoder_v2
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 ↵Mickael Savinaud
comparison for opj_stream_flush; add j2k_write_com_v2, j2k_write_poc_v2, j2k_write_eoc_v2 and j2k_write_tlm_v2
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 ↵Mickael Savinaud
variables.
2012-04-23[trunk] apply patch from winfried on the mailing list. For more info see: ↵Mathieu Malaterre
https://groups.google.com/group/openjpeg/msg/e631d586a31c6de4
2012-04-23Fix a set of warnings reported by gcc in cio.c. This patch impact the API ↵Mathieu Malaterre
directly (remove left over 32bits API)
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 ↵Mathieu Malaterre
#define BLA 1. This is to cope with pseudo autotools generated tif header.
2012-03-19[trunk] start using new functionalities from opj_inttypes in jpip code and ↵Mathieu Malaterre
main openjpeg
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 ↵Mathieu Malaterre
convention
2012-03-19[trunk] replace more void* object pointer to proper function pointer: ↵Mathieu Malaterre
opj_procedure. Remove some warnings reported by gcc -pedantic
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 ↵Mathieu Malaterre
opj_procedure type to what it should hev been IMHO. Start using PRIi64 for printf and int64_t
2012-03-17[trunk] remove a warning, about ISO C restricts enumerator values to range ↵Mathieu Malaterre
of 'int'
2012-03-17[trunk] HACK: This commit remove some JPWL related code just to allow ↵Mathieu Malaterre
compilation. See r1564 for more info
2012-03-15[trunk] modify image_to_j2k and the lib to support functionalities given by ↵Mickael Savinaud
the v2 alpha branch
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