openjpeg.git
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...
2012-03-02 Mathieu Malaterre[trunk] merge r1229 from branch 1.5 over to trunk
2012-03-02 Mathieu Malaterre[trunk] minor style to sync with branch 1.5
2012-03-02 Mathieu Malaterre[trunk] convert from DOS eol to UNIX eol
2012-03-02 Mathieu Malaterre[trunk] Sync with branch 1.5
2012-03-02 Mathieu Malaterre[trunk] merge r1234 from branch 1.5 over to trunk
2012-03-02 Mathieu Malaterre[trunk] merge r1322 from branch 1.5 over to trunk
2012-03-02 Mathieu Malaterre[trunk] merge r1197, r1199, r1228, r1230 and r1232...
2012-03-02 Mathieu Malaterre[trunk] merge r1479 from branch 1.5 over to trunk
2012-03-02 Mathieu Malaterre[trunk] merge r1323 from branch 1.5 over to trunk
2012-03-02 Mathieu Malaterre[trunk] Remove exe bit on CMakeLists.txt. Set from...
2012-03-02 Mathieu Malaterre[trunk] Sync with 1.5 branch
2012-03-02 Mathieu Malaterre[trunk] Backout r1513 for now.
2012-03-02 Mathieu Malaterre[trunk] merge rev 1330/1331 from branch 1.5 onto trunk
2012-03-02 Mathieu Malaterre[trunk] merge rev 1333 from 1.5 to trunk
2012-03-02 Mathieu Malaterre[trunk] merge rev 1228 from 1.5 to trunk
2012-03-02 Mathieu Malaterre[trunk] Import change from 1.5 branch over to trunk
2012-03-02 Mathieu Malaterre[trunk] Synchronize with 1.5 branch, installation conve...
2012-03-02 Mathieu Malaterre[trunk] minor coding style change to match 1.5
2012-03-02 Mathieu Malaterre[trunk] Import getopt modification from 1.5 branch
2012-03-02 Mathieu Malaterre[trunk] Import remaning bits from JPIP/1.5 over to...
2012-03-02 Mathieu Malaterre[trunk] Merge rev 1068 into trunk
2012-03-02 Mathieu Malaterre[trunk] Remove junk from merge
2012-03-02 Mathieu Malaterre[trunk] Import rev 1103 into trunk.
2012-03-02 Mickael Savinaud[trunk] correct bug when we expand the list of marker...
2012-03-02 Mickael Savinaud[trunk] check the PSot value during the reading of...
2012-03-02 Mathieu Malaterre[trunk] do not distribute binary in the source code...
2012-03-02 Mathieu Malaterre[trunk] import JPIP modifications for build-system...
2012-03-02 Mathieu Malaterre[trunk] Import applications modifications from 1.5...
2012-03-02 Mathieu Malaterre[trunk] Convert from DOS eol to UNIX eol
2012-03-02 Mathieu Malaterre[trunk] Backport from OPJViewer version 1.5 over to...
2012-03-02 Mathieu Malaterre[trunk] Remove left-over Makefile
2012-03-02 Mathieu Malaterre[trunk] Sync OPJViewer with 1.5 version
2012-03-02 Mathieu Malaterre[trunk] Backport toplevel files from 1.5
2012-03-02 Mathieu Malaterre[trunk] Remove copyrighted material from java-jni....
2012-03-02 Mathieu Malaterre[trunk] Backport toplevel changes from 1.5 over to...
2012-02-13 Mathieu Malaterre[trunk] Merge the CMake/ dir from opj 1.5
2012-02-13 Mathieu MalaterreIntegrate some more diffs from the 1.5 branch
2012-02-13 Mathieu MalaterreStart merging of the 1.5 branch into trunk. Start with doc
2012-01-11 Antonin Descampeadd opj_logo.icns for trunk and 1.5
2011-12-20 Mathieu MalaterreFix test NR-ENC-Bretagne2.ppm-4-encode on linux.
2011-12-20 Mathieu MalaterreFix strange line, as reported by lockalsash (gmail...
2011-12-12 Mathieu Malaterreminor typo
2011-12-07 Mickael Savinaud[trunk] remove some warnings detected by cppcheck
2011-12-06 Mathieu MalaterreAdd new mechanism for cppcheck
2011-12-06 Mathieu MalaterreUpdate changelog
2011-12-06 Mathieu MalaterreApply patch from Brad Hards to fix some typos.
2011-12-03 Mathieu MalaterreApply doxygen fixes suggested by Brad Hards on opj...
2011-12-02 Mathieu MalaterreSorry. Reverting mistake.
2011-12-02 Mathieu MalaterreSimplify code. Use standard find_package call instead...
2011-12-02 Mathieu MalaterreAdd CPack stuff
2011-12-01 Mickael Savinaud[trunk] fix a bug during the creation of the codestream...
2011-12-01 Julien Malik[trunk] fix warnings when printing large integers
2011-12-01 Mickael Savinaud[trunk] fix a warning about a recent commit (1104)
2011-12-01 Julien Malik[trunk] fix compilation of j2k_random_access on Visual C++
2011-11-30 Julien Malik[trunk] make large file support variables persistent...
2011-11-30 Julien Malik[trunk] fix call to opj_destroy_cstr_info_v2 in j2k_ran...
2011-11-30 Mickael Savinaud[trunk] fix bug during random access to tile (tile...
2011-11-30 Mickael Savinaud[trunk] fix error about the way to detect the additiona...
next