summaryrefslogtreecommitdiff
path: root/libopenjpeg
AgeCommit message (Expand)Author
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
2012-03-02[trunk] Backout r1513 for now.Mathieu Malaterre
2012-03-02[trunk] merge rev 1330/1331 from branch 1.5 onto trunkMathieu Malaterre
2012-03-02[trunk] merge rev 1333 from 1.5 to trunkMathieu Malaterre
2012-03-02[trunk] merge rev 1228 from 1.5 to trunkMathieu Malaterre
2012-03-02[trunk] Import change from 1.5 branch over to trunkMathieu Malaterre
2012-03-02[trunk] Synchronize with 1.5 branch, installation conventionMathieu Malaterre
2012-03-02[trunk] correct bug when we expand the list of marker in a tileMickael Savinaud
2012-03-02[trunk] check the PSot value during the reading of SOT markerMickael Savinaud
2011-12-20Fix test NR-ENC-Bretagne2.ppm-4-encode on linux.Mathieu Malaterre
2011-12-20Fix strange line, as reported by lockalsash (gmail.com)Mathieu Malaterre
2011-12-07[trunk] remove some warnings detected by cppcheckMickael Savinaud
2011-12-06Add new mechanism for cppcheckMathieu Malaterre
2011-12-06Apply patch from Brad Hards to fix some typos.Mathieu Malaterre
2011-12-03Apply doxygen fixes suggested by Brad Hards on opj mailing list.Mathieu Malaterre
2011-12-01[trunk] fix a bug during the creation of the codestream indexMickael Savinaud
2011-12-01[trunk] fix warnings when printing large integersJulien Malik