3b7dced8e6[trunk] fixed a bug preventing palette image with cdef to decode properly (fixes issue 412)
Antonin Descampe
2014-10-30 18:26:10 +0000
03a410e03d[trunk] fixed a bug that was preventing image with per channel alpha to decode properly (fixes issue 414)
Antonin Descampe
2014-10-30 18:26:04 +0000
0a6eaaa605[trunk] add a check on precinct size (fixes issue 420)
Antonin Descampe
2014-10-30 18:00:45 +0000
7f8f284ee5[trunk] prevent overflow in j2k.c
Antonin Descampe
2014-10-30 11:53:06 +0000
0ac0b3d823[newtag] created wg1n6848 tag corresponding to submitted package for 15444-5 AMD2 additional reference software for JPEG 2000 Part-1
Antonin Descampe
2014-10-23 10:40:45 +0000
f08af3ed82[trunk] Ensure cblk->data pointer is correctly initialized (updates issue 391). Still need to check if it does not fail anymore with ASan.
Antonin Descampe
2014-09-29 12:03:50 +0000
7134a8eb26[2.1] Create tag for 2.1.0 release
Mathieu Malaterre
2014-04-29 07:02:13 +0000
cf77ede84c[2.1] Create the 2.1 branch
Mathieu Malaterre
2014-04-29 06:58:23 +0000
45313a8dfa[trunk] fixed warning in j2k.c about sign conversion
Antonin Descampe
2014-04-28 09:38:44 +0000
b08135e7c1[trunk] Finalize API for openjpeg 2.1 public header will only contains minimal information: major, minor and build version Prefix has been changed from OPENJPEG to OPJ for consistency SOVERSION has been removed from header (ABI vs API info) OPJ_VERSION string has been removed, since it is accessible already (PACKAGE_VERSION) Fixes issue 342
Mathieu Malaterre
2014-04-28 09:17:31 +0000
763214f7c0[trunk] Provide #ifdef blockers for OpenJPEG Version Fixes issue 342
Mathieu Malaterre
2014-04-28 07:32:35 +0000
77e8dad503[trunk] fixed typo in NEWS
Antonin Descampe
2014-04-27 21:31:32 +0000
1758445a75[trunk] updated NEWS for 2.1.0
Antonin Descampe
2014-04-25 09:22:49 +0000
7a77a8047d[trunk] Make sure OpenJPIP compiles on WIN32
Mathieu Malaterre
2014-04-24 11:24:56 +0000
d8767cbcb7[trunk] fixed reference to opj_stream_set_user_data_v3 in jpip sources.
Antonin Descampe
2014-04-24 08:51:29 +0000
7924d3a456[trunk]removed '-x' option for index file as long as it's broken
Antonin Descampe
2014-04-23 15:19:57 +0000
ec84bafcd8[trunk]re-formatted help display in executables
Antonin Descampe
2014-04-23 14:09:20 +0000
08c09b74cf[trunk]formatted some messages. Removed -version option to disambiguate with -v(erbose) option, added version info in help display
Antonin Descampe
2014-04-23 09:12:30 +0000
7aece5e8e7[trunk]Replaced deprecated opj_stream_set_user_data function from API with its 'v3' version, and removed all other 'v3' suffixes from API.
Antonin Descampe
2014-04-23 07:46:11 +0000
8d93eae64a[trunk] fixed some warning and errors formatting and add a '-version' option to opj_compress and opj_decompress binaries
Antonin Descampe
2014-04-22 21:22:49 +0000
78dc93512b[1.5.2] Set mime-type to text/plain; charset=UTF-8
Mathieu Malaterre
2014-03-28 08:15:30 +0000
eb6fc485c8[2.0] Set mime-type to text/plain; charset=UTF-8
version.2.0
Mathieu Malaterre
2014-03-28 08:13:43 +0000
d84bc9718d[2.0] Set mime-type to text/plain
Mathieu Malaterre
2014-03-28 08:12:53 +0000
616a3345c4[trunk] Properly copy/paste code from the autotools gcc correctly fails compiling this code, I needed to move the code outside the main function to get the error. This actually match the autotools (incorrect) code. We'll see how they fix this code in future release. This make the code compatible with previous openjpeg version and remove C99 requirement. Fixes issue 316
Mathieu Malaterre
2014-03-27 15:07:58 +0000
1f8d84a562[trunk] Make sure to use long long (this is not C89). However this should be ok on most compilers nowadays Update issue 316
Mathieu Malaterre
2014-03-26 16:20:13 +0000
8c71728242[1.5] Fix big endian checking with autotools Thanks to winfried for patch Fixes issue 302
Mathieu Malaterre
2014-03-26 15:25:37 +0000
a54d757a3e[trunk] fixed warnings triggered on linux related to r2802
Antonin Descampe
2014-03-26 15:17:17 +0000
b5eb374fb9[trunk] Run test suite on issue 316 dataset Update issue 316
Mathieu Malaterre
2014-03-26 15:16:24 +0000
f1d69068c7[trunk] add ability in opj_compress to input subsampled images through '-F' (aka raw option). Let the user input raw images with 444, 422, 420 (etc) subsampling. To be used in conjunction with '-mct 0' option to compress subsampled YCC images.
Antonin Descampe
2014-03-26 14:26:49 +0000
ee130e2306[trunk] Add small utilities to extract JP2 files from PDF
Mathieu Malaterre
2014-03-26 11:52:01 +0000
4140dfdea8[1.5] Import patch from bug tracker Thanks to winfried Fixes issue 304
Mathieu Malaterre
2014-03-25 16:42:49 +0000
9ba6bc6042[trunk] Make sure to test value not pointer Update issue 302
Mathieu Malaterre
2014-03-25 16:34:59 +0000
5e1a0fad08[trunk] fixed bug related to r2791
Antonin Descampe
2014-03-25 15:35:33 +0000
d7c5c8518f[2.0] Backport from trunk Make sure to have a non empty list
Mathieu Malaterre
2014-03-25 15:31:00 +0000
c05118dc49[trunk] Add sentinel in case list empty. I was getting a cmake error `list sub-command REMOVE_ITEM requires list to be present`
Mathieu Malaterre
2014-03-25 15:29:19 +0000
f776cffbc6[2.0] Backport all changes from trunk We only backport change that do not affect API or ABI Update issue 313
Mathieu Malaterre
2014-03-25 15:16:07 +0000
666f71b2a1[trunk] fixed warning due induced by r2791
Antonin Descampe
2014-03-25 13:29:11 +0000
2b7d5b18f3[trunk] add "-mct {0,1,2}" option to opj_compress to allow MCT to be disabled if needed.
Antonin Descampe
2014-03-25 12:38:29 +0000
18d5d25cb6[trunk] Make sure to not use alpha pointer if it is not an RGBA input Fixes issue 310
Mathieu Malaterre
2014-03-25 11:47:34 +0000
492d8ab7d9[trunk] Rework previous commit r2610 This way we are able to gently deprecate the old API, and preserve ABI Update issue 306
Mathieu Malaterre
2014-03-25 10:23:40 +0000