openjpeg.git
12 years ago[trunk] WIP: add a file to exclude some valgrind errors (detected with ctest_memcheck...
Mickael Savinaud [Tue, 25 Oct 2011 12:31:27 +0000 (12:31 +0000)]
[trunk] WIP: add a file to exclude some valgrind errors (detected with ctest_memcheck) related to png lib found with ubuntu10.04 platform

12 years ago[trunk] WIP: solve problems with reading of elements outside the tilec->data buffer...
Mickael Savinaud [Tue, 25 Oct 2011 12:27:51 +0000 (12:27 +0000)]
[trunk] WIP: solve problems with reading of elements outside the tilec->data buffer in dwt

12 years ago[trunk] WIP: manage output image with area correponding to the set decoded area
Mickael Savinaud [Fri, 21 Oct 2011 16:38:08 +0000 (16:38 +0000)]
[trunk] WIP: manage output image with area correponding to the set decoded area

12 years ago[trunk] WIP: enhance codestream index generation
Mickael Savinaud [Fri, 21 Oct 2011 16:36:04 +0000 (16:36 +0000)]
[trunk] WIP: enhance codestream index generation

12 years ago[trunk] WIP: isolate dump test suite
Mickael Savinaud [Thu, 20 Oct 2011 15:10:59 +0000 (15:10 +0000)]
[trunk] WIP: isolate dump test suite

12 years agoWIP: remove memory leak about new jp2_read_marker function
Mickael Savinaud [Thu, 20 Oct 2011 13:18:52 +0000 (13:18 +0000)]
WIP: remove memory leak about new jp2_read_marker function

12 years ago[trunk] WIP: remove previous commit about memory leak with ppm read function
Mickael Savinaud [Thu, 20 Oct 2011 09:19:35 +0000 (09:19 +0000)]
[trunk] WIP: remove previous commit about memory leak with ppm read function

12 years ago[trunk] WIP: solve memory leak with ppm read function
Mickael Savinaud [Thu, 20 Oct 2011 08:33:00 +0000 (08:33 +0000)]
[trunk] WIP: solve memory leak with ppm read function

12 years agostart using API style in openJPIP library
Kaori Hagihara [Wed, 19 Oct 2011 23:29:57 +0000 (23:29 +0000)]
start using API style in openJPIP library

12 years ago[trunk] WIP: solve problem with writing of tga image from an image with signd=1 ...
Mickael Savinaud [Wed, 19 Oct 2011 13:18:06 +0000 (13:18 +0000)]
[trunk] WIP: solve problem with writing of tga image from an image with signd=1 (credit to Winfried)

12 years ago[trunk] WIP: solve some memory leak in test compare functions
Mickael Savinaud [Wed, 19 Oct 2011 13:06:49 +0000 (13:06 +0000)]
[trunk] WIP: solve some memory leak in test compare functions

12 years agoadapt makefiles to the new structure
Kaori Hagihara [Tue, 18 Oct 2011 14:31:06 +0000 (14:31 +0000)]
adapt makefiles to the new structure

12 years agorearranged opj_server, opj_dec_server directory
Kaori Hagihara [Tue, 18 Oct 2011 12:38:31 +0000 (12:38 +0000)]
rearranged opj_server, opj_dec_server directory

12 years agoenable all progression orders
Kaori Hagihara [Fri, 14 Oct 2011 17:10:30 +0000 (17:10 +0000)]
enable all progression orders

12 years agoinclude stdlib.h for calloc
Kaori Hagihara [Thu, 13 Oct 2011 20:00:19 +0000 (20:00 +0000)]
include stdlib.h for calloc

12 years ago[trunk] WIP: resolve heap corruption with p0_07.j2k (credit to Winfried)
Mickael Savinaud [Wed, 12 Oct 2011 14:44:46 +0000 (14:44 +0000)]
[trunk] WIP: resolve heap corruption with p0_07.j2k (credit to Winfried)

12 years ago[trunk] WIP: correct some memory leaks in applications functions
Mickael Savinaud [Wed, 12 Oct 2011 14:42:21 +0000 (14:42 +0000)]
[trunk] WIP: correct some memory leaks in applications functions

12 years ago[trunk] WIP: add a read CBD marker function (JPEG2000 part 2)
Mickael Savinaud [Wed, 12 Oct 2011 14:36:39 +0000 (14:36 +0000)]
[trunk] WIP: add a read CBD marker function (JPEG2000 part 2)

12 years ago[trunk] WIP: add a read MCO marker function (JPEG2000 part 2)
Mickael Savinaud [Wed, 12 Oct 2011 14:34:17 +0000 (14:34 +0000)]
[trunk] WIP: add a read MCO marker function (JPEG2000 part 2)

12 years ago[trunk] WIP: add a read MCC marker function (JPEG2000 part 2)
Mickael Savinaud [Wed, 12 Oct 2011 14:32:29 +0000 (14:32 +0000)]
[trunk] WIP: add a read MCC marker function (JPEG2000 part 2)

12 years ago[trunk] WIP: add a read MCT marker function (JPEG2000 part 2)
Mickael Savinaud [Wed, 12 Oct 2011 14:30:22 +0000 (14:30 +0000)]
[trunk] WIP: add a read MCT marker function (JPEG2000 part 2)

12 years agoenable layers requests; restricting the number of codesream quality layers
Kaori Hagihara [Wed, 12 Oct 2011 13:25:53 +0000 (13:25 +0000)]
enable layers requests; restricting the number of codesream quality layers

12 years ago[trunk] WIP: correct a segfault inside j2k_dump output
Mickael Savinaud [Tue, 11 Oct 2011 13:49:58 +0000 (13:49 +0000)]
[trunk] WIP: correct a segfault inside j2k_dump output

12 years ago-J option for -jpip added into the option list
Kaori Hagihara [Tue, 11 Oct 2011 13:01:38 +0000 (13:01 +0000)]
-J option for -jpip added into the option list

12 years agochange -v option was renamed to -u, which is equivalent to -TP long option
Kaori Hagihara [Tue, 11 Oct 2011 10:57:41 +0000 (10:57 +0000)]
change -v option was renamed to -u, which is equivalent to -TP long option

12 years ago[trunk] WIP: correct some segfault with win platform and remove a aligned allocation...
Mickael Savinaud [Tue, 11 Oct 2011 10:09:02 +0000 (10:09 +0000)]
[trunk] WIP: correct some segfault with win platform and remove a aligned allocation which produce error when a realloc is done on this pointer

12 years ago[trunk] WIP: add stream length value to read unknown marker size, backport 855 into...
Mickael Savinaud [Tue, 11 Oct 2011 08:01:31 +0000 (08:01 +0000)]
[trunk]  WIP: add stream length value to read unknown marker size, backport 855 into V2 framework, correct memory leak into get_cstr_info

12 years ago[trunk] WIP: add output elements about decoding of jp2 files with last tile part...
Mickael Savinaud [Tue, 11 Oct 2011 07:54:27 +0000 (07:54 +0000)]
[trunk] WIP: add output elements about decoding of jp2 files with last tile part lenght equal zero

12 years ago[trunk] WIP: correct mistake with JP2 files and manage correctly the text_GBR.jp2...
Mickael Savinaud [Tue, 11 Oct 2011 07:49:16 +0000 (07:49 +0000)]
[trunk] WIP: correct mistake with JP2 files and manage correctly the text_GBR.jp2 filecase

12 years agochange -v option was reactivated for JPIP
Kaori Hagihara [Mon, 10 Oct 2011 16:10:49 +0000 (16:10 +0000)]
change -v option was reactivated for JPIP

12 years agoenable JPT-stream request from client viewer option
Kaori Hagihara [Mon, 10 Oct 2011 13:15:18 +0000 (13:15 +0000)]
enable JPT-stream request from client viewer option

12 years ago[trunk][JPIP]removed obsolete indexer utility
Antonin Descampe [Mon, 10 Oct 2011 10:02:20 +0000 (10:02 +0000)]
[trunk][JPIP]removed obsolete indexer utility

12 years ago[trunk] fix name
Vincent Torri [Mon, 10 Oct 2011 06:52:07 +0000 (06:52 +0000)]
[trunk] fix name

12 years ago[trunk] add libopenjpeg-jpwl.pc.in. fix output when --disable-shared or --disable...
Vincent Torri [Mon, 10 Oct 2011 06:51:08 +0000 (06:51 +0000)]
[trunk] add libopenjpeg-jpwl.pc.in. fix output when --disable-shared or --disable-static is passed to configure. Minor clean up of configure.ac.

12 years ago[trunk] fix 'distcheck' rule
Vincent Torri [Mon, 10 Oct 2011 06:26:34 +0000 (06:26 +0000)]
[trunk] fix 'distcheck' rule

12 years ago[trunk] WIP: correct mistake in text output inside set_decoded_area function (credit...
Mickael Savinaud [Fri, 7 Oct 2011 21:57:09 +0000 (21:57 +0000)]
[trunk] WIP: correct mistake in text output inside set_decoded_area function (credit to Winfried)

12 years ago[trunk] WIP: update jp2 dump functions with the new V2 framework
Mickael Savinaud [Fri, 7 Oct 2011 17:31:35 +0000 (17:31 +0000)]
[trunk] WIP: update jp2 dump functions with the new V2 framework

12 years ago[trunk] WIP: update output filename of conformance dump test to be compatible with...
Mickael Savinaud [Fri, 7 Oct 2011 17:29:07 +0000 (17:29 +0000)]
[trunk] WIP: update output filename of conformance dump test to be compatible with new baseline

12 years ago[trunk] correct wrong input in dump_codec function and add missing return value
Mickael Savinaud [Fri, 7 Oct 2011 17:11:12 +0000 (17:11 +0000)]
[trunk] correct wrong input in dump_codec function and add missing return value

12 years ago[trunk] WIP: correct mistake inside set_decoded_area function (credit to Francois...
Mickael Savinaud [Fri, 7 Oct 2011 14:36:29 +0000 (14:36 +0000)]
[trunk] WIP: correct mistake inside set_decoded_area function (credit to Francois De Vieilleville)

12 years ago[trunk] WIP: backport rev 967-969 about test suite enhancement and rename of opj_conf...
Mickael Savinaud [Fri, 7 Oct 2011 14:20:15 +0000 (14:20 +0000)]
[trunk] WIP: backport rev 967-969 about test suite enhancement and rename of opj_configh.cmake.in from opj-1.5 to trunk

12 years ago[trunk] WIP: Enhance html documentation generation with cmake, add a mainpage to...
Mickael Savinaud [Thu, 6 Oct 2011 08:41:49 +0000 (08:41 +0000)]
[trunk] WIP: Enhance html documentation generation with cmake, add a mainpage to this documentation and bump version to 1.99.0 into the main CMakeLists (as rev951)

12 years ago[trunk] WIP: fix build error with windows configuration induced by rev 960
Mickael Savinaud [Thu, 6 Oct 2011 08:05:00 +0000 (08:05 +0000)]
[trunk] WIP: fix build error with windows configuration induced by rev 960

12 years ago[trunk] WIP: fix the decoding process with conformance files and V2 framework
Mickael Savinaud [Wed, 5 Oct 2011 16:27:16 +0000 (16:27 +0000)]
[trunk] WIP: fix the decoding process with conformance files and V2 framework

12 years ago* [vincent] fix autotools for various compilation problems
Vincent Torri [Fri, 30 Sep 2011 21:14:25 +0000 (21:14 +0000)]
* [vincent] fix autotools for various compilation problems
* [vincent] fix indexer compilation. Patch from Winfried

12 years agomodified indexer for JPIP, JPP-stream
Kaori Hagihara [Fri, 30 Sep 2011 17:15:06 +0000 (17:15 +0000)]
modified indexer for JPIP, JPP-stream

12 years agoenabled JPP-stream
Kaori Hagihara [Fri, 30 Sep 2011 15:31:06 +0000 (15:31 +0000)]
enabled JPP-stream

12 years ago[trunk] bump version to 1.99.0
Vincent Torri [Wed, 28 Sep 2011 04:32:28 +0000 (04:32 +0000)]
[trunk] bump version to 1.99.0

12 years ago[trunk] WIP: enhance the event management into the new API
Mickael Savinaud [Tue, 27 Sep 2011 12:41:49 +0000 (12:41 +0000)]
[trunk] WIP: enhance the event management into the new API

12 years ago[trunk] WIP: fix some warnings about a static function and j2k_read_unk_v2
Mickael Savinaud [Tue, 27 Sep 2011 12:32:28 +0000 (12:32 +0000)]
[trunk] WIP: fix some warnings about a static function and j2k_read_unk_v2

12 years ago[trunk] WIP: add basis for a new output management of the codestream information...
Mickael Savinaud [Tue, 27 Sep 2011 12:14:11 +0000 (12:14 +0000)]
[trunk] WIP: add basis for a new output management of the codestream information and index

12 years ago[trunk] WIP: fix some warnings from j2k_dump and index.c
Mickael Savinaud [Tue, 27 Sep 2011 12:00:06 +0000 (12:00 +0000)]
[trunk] WIP: fix some warnings from j2k_dump and index.c

12 years ago[trunk] WIP: fix build compilation (with autotools) with MJ2 option (credit to Winfried)
Mickael Savinaud [Thu, 22 Sep 2011 09:31:45 +0000 (09:31 +0000)]
[trunk] WIP: fix build compilation (with autotools) with MJ2 option (credit to Winfried)

12 years agoWIP: fix build compilation error with windows platform about event_mgr management
Mickael Savinaud [Thu, 22 Sep 2011 08:39:59 +0000 (08:39 +0000)]
WIP: fix build compilation error with windows platform about event_mgr management

12 years ago[trunk] WIP: clean the j2k_dump application and the lib regards to the event management
Mickael Savinaud [Wed, 21 Sep 2011 16:37:45 +0000 (16:37 +0000)]
[trunk] WIP: clean the j2k_dump application and the lib regards to the event management

12 years agoEnhance the support of endianess with cmake and inside the code (credit to Winfried)
Mickael Savinaud [Wed, 21 Sep 2011 10:01:54 +0000 (10:01 +0000)]
Enhance the support of endianess with cmake and inside the code (credit to Winfried)

12 years agoWIP: fixed build issues with JPWL option ON
Mickael Savinaud [Tue, 20 Sep 2011 14:50:04 +0000 (14:50 +0000)]
WIP: fixed build issues with JPWL option ON

12 years agoWIP: fixed build issue with MJ2 option ON with new framework
Mickael Savinaud [Tue, 20 Sep 2011 14:36:23 +0000 (14:36 +0000)]
WIP: fixed build issue with MJ2 option ON with new framework

12 years agoEnhance some new JPIP files about opj_config inclusion and using of free/calloc ...
Mickael Savinaud [Mon, 19 Sep 2011 16:53:10 +0000 (16:53 +0000)]
Enhance some new JPIP files about opj_config inclusion and using of free/calloc (credit to Julien Malik)

12 years agoWIP: begin to test opj_decode_tile_data
Mickael Savinaud [Mon, 19 Sep 2011 16:34:44 +0000 (16:34 +0000)]
WIP: begin to test opj_decode_tile_data

12 years agoWIP: update t1, t2, tcd to use same strut as in V2
Mickael Savinaud [Mon, 19 Sep 2011 16:09:19 +0000 (16:09 +0000)]
WIP: update t1, t2, tcd to use same strut as in V2

12 years agoWIP: begin to test opj_read_tile_header with V2 style
Mickael Savinaud [Mon, 19 Sep 2011 16:05:43 +0000 (16:05 +0000)]
WIP: begin to test opj_read_tile_header with V2 style

12 years agoWIP: create a new framework to output file information
Mickael Savinaud [Mon, 19 Sep 2011 16:01:49 +0000 (16:01 +0000)]
WIP: create a new framework to output file information

12 years agoWIP: remove a piece of code copy by the merge op at the wrong place
Mickael Savinaud [Mon, 19 Sep 2011 15:51:20 +0000 (15:51 +0000)]
WIP: remove a piece of code copy by the merge op at the wrong place

12 years agoWIP: begin to clean j2k_dump and some other small things
Mickael Savinaud [Mon, 19 Sep 2011 13:55:06 +0000 (13:55 +0000)]
WIP: begin to clean j2k_dump and some other small things

12 years agoWIP: enchance the new version with some bug fixes from v1 and from me
Mickael Savinaud [Mon, 19 Sep 2011 13:47:35 +0000 (13:47 +0000)]
WIP: enchance the new version with some bug fixes from v1 and from me

12 years agoWIP: add support of jp2 for new j2k_dump function and some other small stuff
Mickael Savinaud [Mon, 19 Sep 2011 13:36:07 +0000 (13:36 +0000)]
WIP: add support of jp2 for new j2k_dump function and some other small stuff

12 years agoWIP: new image_header struct is used and enable used of cstr_info
Mickael Savinaud [Mon, 19 Sep 2011 13:30:21 +0000 (13:30 +0000)]
WIP: new image_header struct is used and enable used of cstr_info

12 years agoWIP: manage the case of event_mgr is not provided to setup_decoder function
Mickael Savinaud [Mon, 19 Sep 2011 13:18:19 +0000 (13:18 +0000)]
WIP: manage the case of event_mgr is not provided to setup_decoder function

12 years agoWIP: insert elements from V2 framework into the trunk (add missing files)
Mickael Savinaud [Mon, 19 Sep 2011 13:12:01 +0000 (13:12 +0000)]
WIP: insert elements from V2 framework into the trunk (add missing files)

12 years agoWork In Progress: insert elements from V2 framework into the trunk
Mickael Savinaud [Mon, 19 Sep 2011 13:04:04 +0000 (13:04 +0000)]
Work In Progress: insert elements from V2 framework into the trunk

12 years agoAdd README description for stateless requests
Kaori Hagihara [Fri, 16 Sep 2011 14:36:51 +0000 (14:36 +0000)]
Add README description for stateless requests

12 years agoopj_dec_server enabled stateless requests
Kaori Hagihara [Fri, 16 Sep 2011 14:20:00 +0000 (14:20 +0000)]
opj_dec_server enabled stateless requests

12 years agoopj_viewer_xerces enabled stateless requests
Kaori Hagihara [Fri, 16 Sep 2011 14:18:22 +0000 (14:18 +0000)]
opj_viewer_xerces enabled stateless requests

12 years agoopj_viewer enabled stateless requests
Kaori Hagihara [Fri, 16 Sep 2011 14:17:45 +0000 (14:17 +0000)]
opj_viewer enabled stateless requests

12 years agoTRUNK: fixed autotools for new indexer option
Antonin Descampe [Fri, 9 Sep 2011 18:54:05 +0000 (18:54 +0000)]
TRUNK: fixed autotools for new indexer option

12 years agoforgot the CHANGES file in r913
Antonin Descampe [Fri, 9 Sep 2011 14:53:38 +0000 (14:53 +0000)]
forgot the CHANGES file in r913

12 years agoTRUNK:added a new indexer functionality to the library. With the new -jpip option...
Antonin Descampe [Fri, 9 Sep 2011 14:49:08 +0000 (14:49 +0000)]
TRUNK:added a new indexer functionality to the library. With the new -jpip option at encoding, the user can now generate a JP2 file including an XML box with the index used when browsing the image with JPIP

12 years agofixed windows nighlty crash about one missing opj_getopt() (and warning with other...
Mickael Savinaud [Fri, 2 Sep 2011 08:34:38 +0000 (08:34 +0000)]
fixed windows nighlty crash about one missing opj_getopt() (and warning with other platform)

12 years agochanged terminating status of opj_server in debug/non-server mode
Kaori Hagihara [Thu, 1 Sep 2011 13:32:42 +0000 (13:32 +0000)]
changed terminating status of opj_server in debug/non-server mode

12 years agorenamed getopt.{c/h} to opj_getopt.{c/h} and forced the use of these files rather...
Antonin Descampe [Thu, 1 Sep 2011 11:24:08 +0000 (11:24 +0000)]
renamed getopt.{c/h} to opj_getopt.{c/h} and forced the use of these files rather than the system ones. This fixed issue 78. Credit to Winfried.

12 years agofixed a segfault with fgets return value for some cases inside test function compare_...
Mickael Savinaud [Wed, 31 Aug 2011 16:51:37 +0000 (16:51 +0000)]
fixed a segfault with fgets return value for some cases inside test function compare_dump_file()

12 years agoenhance the encoding test suite and remove unsued CONFIGURE_FILE into a CMakeList
Mickael Savinaud [Wed, 31 Aug 2011 13:33:40 +0000 (13:33 +0000)]
enhance the encoding test suite and remove unsued CONFIGURE_FILE into a CMakeList

12 years agoadded first version of the encoding tests suite
Mickael Savinaud [Tue, 30 Aug 2011 16:07:43 +0000 (16:07 +0000)]
added first version of the encoding tests suite

12 years agoreorganization of indexer before importing extentional libopenjpeg files
Kaori Hagihara [Sun, 28 Aug 2011 21:43:57 +0000 (21:43 +0000)]
reorganization of indexer before importing extentional libopenjpeg files

12 years agofixed missing include directory in opj_client/opj_dec_server/CMakeLists.txt
Antonin Descampe [Sat, 27 Aug 2011 15:52:45 +0000 (15:52 +0000)]
fixed missing include directory in opj_client/opj_dec_server/CMakeLists.txt

12 years agosmall changes in autotools files
Antonin Descampe [Fri, 26 Aug 2011 21:58:50 +0000 (21:58 +0000)]
small changes in autotools files

12 years agofixed cmake and autotools files to reflect recent indexer changes in JPIP
Antonin Descampe [Fri, 26 Aug 2011 21:46:42 +0000 (21:46 +0000)]
fixed cmake and autotools files to reflect recent indexer changes in JPIP

12 years agomodified indexer to use the latest openjpeg library
Kaori Hagihara [Fri, 26 Aug 2011 16:57:34 +0000 (16:57 +0000)]
modified indexer to use the latest openjpeg library

12 years agofixed cmake and autotools files to reflect recent changes in JPIP
Antonin Descampe [Fri, 26 Aug 2011 12:44:28 +0000 (12:44 +0000)]
fixed cmake and autotools files to reflect recent changes in JPIP

12 years agofixed Makefile.nix to load openjpeg library from this archive
Kaori Hagihara [Fri, 26 Aug 2011 11:50:50 +0000 (11:50 +0000)]
fixed Makefile.nix to load openjpeg library from this archive

12 years agoadded tid request support to JPIP client and JPIP server quit request
Kaori Hagihara [Thu, 25 Aug 2011 17:13:04 +0000 (17:13 +0000)]
added tid request support to JPIP client and JPIP server quit request

12 years agosupport tid request
Kaori Hagihara [Wed, 24 Aug 2011 17:07:28 +0000 (17:07 +0000)]
support tid request

12 years agomoved declarations of functions of opj_server for readability
Kaori Hagihara [Wed, 24 Aug 2011 11:26:39 +0000 (11:26 +0000)]
moved declarations of functions of opj_server for readability

12 years agoadded cachemodel_manager, which had been managed in target_manager previously
Kaori Hagihara [Wed, 24 Aug 2011 11:00:15 +0000 (11:00 +0000)]
added cachemodel_manager, which had been managed in target_manager previously

12 years agoProperly close bug #73, by providing a test for it.
Mathieu Malaterre [Mon, 22 Aug 2011 13:13:00 +0000 (13:13 +0000)]
Properly close bug #73, by providing a test for it.

12 years agoupdated INSTALL files, fixed a bug in CMakeLists.txt that prevented finding the data...
Antonin Descampe [Mon, 22 Aug 2011 10:42:32 +0000 (10:42 +0000)]
updated INSTALL files, fixed a bug in CMakeLists.txt that prevented finding the data directory

12 years agoINSTALL and THANKS files update
Antonin Descampe [Mon, 22 Aug 2011 09:59:03 +0000 (09:59 +0000)]
INSTALL and THANKS files update

12 years agoadded NEWS, AUTHORS and THANKS files. Cosmetic changes in autotools files (in trunk)
Antonin Descampe [Tue, 16 Aug 2011 13:25:42 +0000 (13:25 +0000)]
added NEWS, AUTHORS and THANKS files. Cosmetic changes in autotools files (in trunk)

12 years agoremoved obsolete testing directory and *.nix files (in trunk)
Antonin Descampe [Tue, 16 Aug 2011 09:33:37 +0000 (09:33 +0000)]
removed obsolete testing directory and *.nix files (in trunk)