[trunk] make sure to build as universal build when OS is APPLE
[openjpeg.git] / libopenjpeg /
2012-03-15 Mickael Savinaud[trunk] modify image_to_j2k and the lib to support...
2012-03-11 Mathieu Malaterre[trunk] Use stdint.h when available to compute fixed...
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] 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 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...
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-07 Mickael Savinaud[trunk] remove some warnings detected by cppcheck
2011-12-06 Mathieu MalaterreAdd new mechanism for cppcheck
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-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-11-30 Mickael Savinaud[trunk] fix bug during random access to tile (tile...
2011-11-30 Julien Malik[trunk] implement Large File support in the library
2011-11-28 Julien Malik[trunk] add definitions for 64 bits integer types,...
2011-11-28 Julien Malik[trunk] activate LargeFileSupport in CMake
2011-11-27 Julien Malik[trunk] clean up redundant includes already handled...
2011-11-27 Julien Malik[trunk] backout wrong changeset 1091 - see issue 123
2011-11-24 Julien Malik[trunk] support seeking in files larger than 2 GB
2011-11-24 Mathieu MalaterreRemove exe bit from source files
2011-11-17 Mickael Savinaud[trunk] WIP: fix bug when decoding an area or a tile...
2011-11-17 Mickael Savinaud[trunk] WIP: enhance j2k_to_image with new get_decoded_...
2011-11-17 Mickael Savinaud[trunk] WIP: add a set decoded resolution factor functi...
2011-11-09 Mickael Savinaud[trunk] WIP: fix get_decoded_tile function to avoid...
2011-11-08 Mickael Savinaud[trunk] WIP: add get_decoded_tile functionality
2011-11-08 Mickael Savinaud[trunk] WIP: clean and enhance j2k files
2011-11-08 Mickael Savinaud[trunk] WIP: clean and enhance openjpeg.c
2011-11-08 Mickael Savinaud[trunk] WIP: clean and enhance openjpeg.h and add depre...
2011-10-25 Kaori Hagiharapatches for cmake and autotool are applied
2011-10-25 Mickael Savinaud[trunk] WIP: solve problems with reading of elements...
2011-10-21 Mickael Savinaud[trunk] WIP: manage output image with area correponding...
2011-10-21 Mickael Savinaud[trunk] WIP: enhance codestream index generation
2011-10-20 Mickael SavinaudWIP: remove memory leak about new jp2_read_marker function
2011-10-20 Mickael Savinaud[trunk] WIP: remove previous commit about memory leak...
2011-10-20 Mickael Savinaud[trunk] WIP: solve memory leak with ppm read function
2011-10-12 Mickael Savinaud[trunk] WIP: resolve heap corruption with p0_07.j2k...
2011-10-12 Mickael Savinaud[trunk] WIP: correct some memory leaks in applications...
2011-10-12 Mickael Savinaud[trunk] WIP: add a read CBD marker function (JPEG2000...
2011-10-12 Mickael Savinaud[trunk] WIP: add a read MCO marker function (JPEG2000...
2011-10-12 Mickael Savinaud[trunk] WIP: add a read MCC marker function (JPEG2000...
2011-10-12 Mickael Savinaud[trunk] WIP: add a read MCT marker function (JPEG2000...
2011-10-11 Mickael Savinaud[trunk] WIP: correct a segfault inside j2k_dump output
2011-10-11 Mickael Savinaud[trunk] WIP: correct some segfault with win platform...
2011-10-11 Mickael Savinaud[trunk] WIP: add stream length value to read unknown...
2011-10-11 Mickael Savinaud[trunk] WIP: add output elements about decoding of...
2011-10-11 Mickael Savinaud[trunk] WIP: correct mistake with JP2 files and manage...
2011-10-10 Vincent Torri[trunk] add libopenjpeg-jpwl.pc.in. fix output when...
2011-10-10 Vincent Torri[trunk] fix 'distcheck' rule
2011-10-07 Mickael Savinaud[trunk] WIP: correct mistake in text output inside...
2011-10-07 Mickael Savinaud[trunk] WIP: update jp2 dump functions with the new...
2011-10-07 Mickael Savinaud[trunk] correct wrong input in dump_codec function...
2011-10-07 Mickael Savinaud[trunk] WIP: correct mistake inside set_decoded_area...
2011-10-05 Mickael Savinaud[trunk] WIP: fix the decoding process with conformance...
2011-09-30 Vincent Torri* [vincent] fix autotools for various compilation problems
2011-09-30 Kaori Hagiharamodified indexer for JPIP, JPP-stream
2011-09-27 Mickael Savinaud[trunk] WIP: enhance the event management into the...
2011-09-27 Mickael Savinaud[trunk] WIP: fix some warnings about a static function...
2011-09-27 Mickael Savinaud[trunk] WIP: add basis for a new output management...
2011-09-22 Mickael Savinaud[trunk] WIP: fix build compilation (with autotools...
2011-09-22 Mickael SavinaudWIP: fix build compilation error with windows platform...
2011-09-21 Mickael Savinaud[trunk] WIP: clean the j2k_dump application and the...
2011-09-21 Mickael SavinaudEnhance the support of endianess with cmake and inside...
2011-09-20 Mickael SavinaudWIP: fixed build issues with JPWL option ON
2011-09-19 Mickael SavinaudEnhance some new JPIP files about opj_config inclusion...
2011-09-19 Mickael SavinaudWIP: begin to test opj_decode_tile_data
2011-09-19 Mickael SavinaudWIP: update t1, t2, tcd to use same strut as in V2
2011-09-19 Mickael SavinaudWIP: begin to test opj_read_tile_header with V2 style
2011-09-19 Mickael SavinaudWIP: create a new framework to output file information
2011-09-19 Mickael SavinaudWIP: remove a piece of code copy by the merge op at...
2011-09-19 Mickael SavinaudWIP: begin to clean j2k_dump and some other small things
2011-09-19 Mickael SavinaudWIP: enchance the new version with some bug fixes from...
2011-09-19 Mickael SavinaudWIP: add support of jp2 for new j2k_dump function and...
2011-09-19 Mickael SavinaudWIP: new image_header struct is used and enable used...
2011-09-19 Mickael SavinaudWIP: manage the case of event_mgr is not provided to...
2011-09-19 Mickael SavinaudWIP: insert elements from V2 framework into the trunk...
2011-09-19 Mickael SavinaudWork In Progress: insert elements from V2 framework...
2011-09-09 Antonin DescampeTRUNK: fixed autotools for new indexer option
2011-09-09 Antonin DescampeTRUNK:added a new indexer functionality to the library...
2011-08-16 Antonin Descamperemoved obsolete testing directory and *.nix files...
next