Mathieu Malaterre
835bf5357f
[1.5] The two files in Issue145 have a precision < 8-bit:
...
therefore 'jp2_read_pclr' must be changed.
j2k_to_image fails to create RGB/RGBA images with a
precision < 8-bit: therefore 'imagetopng' must be
changed.
Update issue 145
2012-05-29 13:54:21 +00:00
Mathieu Malaterre
ce9d5083ef
[1.5] Integrate patch from winfried posted on the mailing list. See here for more info: https://groups.google.com/group/openjpeg/msg/6488859a0dce77
2012-04-23 13:35:01 +00:00
Mathieu Malaterre
ee9c46d350
[1.5] Fix typo in date.
2012-03-02 13:47:00 +00:00
Mathieu Malaterre
83332e13ad
[1.5] Convert from DOS eol to UNIX eol
2012-03-02 09:50:30 +00:00
Mathieu Malaterre
8c9fd1b351
[1.5] Apply big-endian patch from winfried: libopenjpeg and WORDS_BIGENDIAN, 2012/02/14
2012-03-01 16:10:27 +00:00
Mathieu Malaterre
b3b2ee0925
[1.5] j2k_to_image does not support writing image with precision less than 8bits. Simply give up for now. Thanks to winfried for report. Also add static keyword for undeclared function in convert.h
2012-03-01 15:52:30 +00:00
Antonin Descampe
040c9a68b6
[1.5] remove pthread dependency in JPIP client and tweak thirdparty stuff
2012-01-25 16:30:03 +00:00
Mathieu Malaterre
6b1e9d1b4e
Attempt to fix building of universal exe
2011-12-21 15:19:46 +00:00
Mathieu Malaterre
c9ae2a5fbc
hopefully fix a warning on VS2008 compiler
2011-12-21 10:24:59 +00:00
Mathieu Malaterre
594148ae83
Hide a warning. Since 1.5 is not large file safe (>32bits) this should be ok
2011-12-16 10:43:10 +00:00
Mathieu Malaterre
c469e1339f
Remove some simple warnings about comments
2011-12-16 10:29:30 +00:00
Mathieu Malaterre
72867bc692
Fix a bunch of warnings reported by gcc (unused results from fwrite)
2011-12-12 08:55:44 +00:00
Antonin Descampe
49a0f0db8f
[1.5] backport revisions 996, 997, 1000, 1008-1012 from trunk (JPIP modifications)
2011-11-01 23:28:07 +00:00
Mickael Savinaud
8d8841c84f
[1.5] remove obvious memory leak from applications
2011-10-20 16:36:45 +00:00
Mickael Savinaud
1dc6eddf1c
backport rev 1013-1014 from trunk
2011-10-19 15:45:03 +00:00
Antonin Descampe
c1510793e3
[1.5] backport r987:990 to branch 1.5
2011-10-11 07:24:58 +00:00
Antonin Descampe
3d06f03072
BRANCH-1.5: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
2011-09-09 14:52:42 +00:00
Antonin Descampe
9a89e2f162
backport r898 to r907 in openjpeg-1.5 branch
2011-09-01 12:08:10 +00:00
Antonin Descampe
6adb5f5070
added NEWS, AUTHORS and THANKS files. Cosmetic changes in autotools files
2011-08-16 13:23:36 +00:00
Antonin Descampe
d1d662768d
removed obsolete testing directory and *.nix files
2011-08-16 09:28:37 +00:00
Mickael Savinaud
4f329cbb45
fixed wrong patch with the return value of fgets into convert.c file
2011-08-11 08:21:28 +00:00
Mickael Savinaud
0e8995aa7e
fixed error with the return value of fgets into convert.c file
2011-08-10 15:54:15 +00:00
Mickael Savinaud
676f8f189f
removed unused parameters warnings with the solution proposed by myself and Bob Friesenhahn
2011-08-10 08:12:10 +00:00
Mickael Savinaud
5743cca5f8
solve some obvious warnings for WIN platform, increase number of warning reported on the dashboard, correct last warnings with gcc 4.4 (-Wall)
2011-07-29 08:50:55 +00:00
Mickael Savinaud
e716a316f6
manage case 0 frames inside yuv_num_frames function and correct some warnings with gcc4.5 (credit to Winfried)
2011-07-28 10:45:22 +00:00
Mickael Savinaud
c2b0a8101b
correct some warnings detected under unix platform
2011-07-27 16:37:57 +00:00
Mickael Savinaud
f88a57e5d7
added new decoding/dump tests based on data found in input/nonregresion repository (remove JPEG2000_CONFORMANCE_DATA_ROOT variable, add REF_DECODER_BIN_PATH variable for the encoder test suite). Remove definitively old tests
2011-07-27 12:45:04 +00:00
Mickael Savinaud
14799e25c6
delete double semi-colon at end of line which generate crash on win platform
2011-07-26 07:57:53 +00:00
Mickael Savinaud
ff6d246efd
modify j2k_dump to support output file, needed for non-regression tests
2011-07-25 16:27:07 +00:00
Mickael Savinaud
a7f08e9b36
fixed issue 74 for trunk
2011-07-25 07:31:52 +00:00
Mickael Savinaud
a19c8a4ea3
add new decode tests based on conformance data and tolerance. Non regression is also added on the decoder output. Deactivate old tests.
2011-07-21 15:23:31 +00:00
Mickael Savinaud
f8de2fc8eb
to follow last version of conformance data about component separator for pgx file, we changed - to _ separator even if nb component = 1
2011-07-21 14:56:29 +00:00
Mickael Savinaud
9cd5752e38
correct build error (mislocated declaration) with convert to tiff function when HAVE_LIBTIFF is defined
2011-07-18 08:58:18 +00:00
Mickael Savinaud
65f7f8dc50
improved some CMakeLists files linked to the build of applications which used thirdparty
2011-07-13 16:49:53 +00:00
Antonin Descampe
a5130aebab
fixed bmptoimage (see http://groups.google.com/group/openjpeg/browse_thread/thread/33a24c5896bf6391 )
2011-07-03 18:23:33 +00:00
Antonin Descampe
b09051fd79
fixed CTest configuration files
2011-06-30 13:52:23 +00:00
Mathieu Malaterre
74583409ec
Fix some error with cmake
2011-06-03 13:44:58 +00:00
Antonin Descampe
586581685c
fixed autotools (broken since the new directory structure) and added autotools as a build method for jpip (credit to Vincent Torri)
2011-05-23 20:30:20 +00:00
Antonin Descampe
88f43b15fa
defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avoid having to deal with "stdbool.h" (patch from Winfried)
2011-05-18 11:02:27 +00:00
Antonin Descampe
27b894dd3f
fixed applications/codec/CMakeLists.txt that prevented JPWL executables to be built with JPWL functionalities ; changed make all behaviour : DOC target removed from ALL
2011-04-14 10:13:25 +00:00
Antonin Descampe
6aaaa3eae2
changed the directory hierarchy of the whole project. See README files for details.
2011-04-13 22:38:50 +00:00
Antonin Descampe
16f205d886
re-organization of openjpeg directories hierarchy : step 1
2011-04-13 21:01:39 +00:00