Mathieu Malaterre
|
37128c34a9
|
[trunk] Fix mem leaks reported by cppcheck
|
2014-03-07 08:48:47 +00:00 |
Mathieu Malaterre
|
6790587db8
|
[trunk] Revert r2597 for now, since it breaks a lot of tests
|
2014-03-06 17:25:08 +00:00 |
Mathieu Malaterre
|
445f696dc6
|
[trunk] Remove warning about sign conversion.
Update issue 256
|
2014-03-06 16:59:34 +00:00 |
Mathieu Malaterre
|
0f45e38b52
|
[trunk] Remove warning about sign conversion.
Update issue 256
|
2014-03-06 16:26:24 +00:00 |
Mathieu Malaterre
|
f7da94610d
|
[trunk] Remove some conversion warnings reported by gcc
Update issue 256
|
2014-03-04 09:55:38 +00:00 |
Mathieu Malaterre
|
a68a3feb60
|
[trunk] Remove deprecated functions (not called anywhere in the code base).
Update issue 268
|
2014-03-03 08:17:20 +00:00 |
Mathieu Malaterre
|
2c876b6765
|
[trunk] Remove simple warnings about comments, missing case in switch statement
|
2014-03-02 10:16:54 +00:00 |
Mathieu Malaterre
|
c53e2960a0
|
[trunk] Remove easy uint32 <-> int32 conversions
|
2014-02-28 16:01:07 +00:00 |
Mathieu Malaterre
|
cf91ebf278
|
[trunk] Re-import chunk from r2458 that made textGBR.jp2 to fail otherwise
Update issue 225
|
2014-02-28 15:27:30 +00:00 |
Mathieu Malaterre
|
fd5f21af00
|
[trunk] Rework r2458, instead we should reject 451.pdf.SIGSEGV.ce9.3723 since tile-parts are out of order (as per kakadu behavior).
Update issue 225
|
2014-02-28 15:24:33 +00:00 |
Mathieu Malaterre
|
fc855084a0
|
[trunk] Really apply r2460 this time, but fix the original typo in the submitted patch
Update issue 225
|
2014-02-28 14:52:58 +00:00 |
Mathieu Malaterre
|
8a4095b405
|
[trunk] add a sentinel in debug code
|
2014-02-27 09:56:06 +00:00 |
Mathieu Malaterre
|
3fe9243e1c
|
[trunk] revert r2460 since it breaks ETS-C1P0-p0_03.j2k-decode.
Update issue 225
|
2014-02-26 12:33:49 +00:00 |
Mathieu Malaterre
|
19887b7b8c
|
[trunk] Import patch from sumatrapdf team. This handle testcase 2977.pdf.asan.67.2198
Update issue 225
|
2014-02-26 11:17:18 +00:00 |
Mathieu Malaterre
|
005e75bdc3
|
[trunk] Import (ugly) patch from sumatrapdf team. This feels like a hack rather than a solution.
Fixes issue 226
|
2014-02-26 11:16:32 +00:00 |
Mathieu Malaterre
|
5f3470fcd0
|
[trunk] Import patch from sumatrapdf team. This handle testcase 3635.pdf.asan.77.2930
Update issue 225
|
2014-02-26 11:14:27 +00:00 |
Mathieu Malaterre
|
adb237cfa8
|
[trunk] Import patch from sumatrapdf team. Original commit is 5b0c9985e3359aca9b3fcfd94424166aa61a141a.
Update issue 225
|
2014-02-26 11:13:21 +00:00 |
Mathieu Malaterre
|
29a29d6210
|
[trunk] Import patch from sumatrapdf team. This handle testcase 451.pdf.SIGSEGV.ce9.3723
Update issue 225
|
2014-02-26 11:11:33 +00:00 |
Mathieu Malaterre
|
3a155ceda6
|
[trunk] Import patch from sumatrapdf team. This handle testcase 2.pdf.SIGFPE.706.1112
Update issue 225
|
2014-02-26 11:10:40 +00:00 |
Mathieu Malaterre
|
7195a23a9d
|
[trunk] Import patch from sumatrapdf team. This handle testcase 1610.pdf.SIGSEGV.59c.681
Update issue 225
|
2014-02-26 11:09:59 +00:00 |
Mathieu Malaterre
|
0ae6ff8018
|
[trunk] Import patch from sumatrapdf team. This handle testcase 2539.pdf.SIGFPE.706.1712
Update issue 225
|
2014-02-26 11:09:20 +00:00 |
Mathieu Malaterre
|
241769dc2f
|
[trunk] Import patch from sumatrapdf team. This handle testcase 4035.pdf.SIGSEGV.d8b.3375
Update issue 225
|
2014-02-26 11:08:25 +00:00 |
Antonin Descampe
|
e826e9281e
|
[trunk] replaced fprintf with event_mgr in cinema-related stuff in j2k.c
|
2014-02-12 16:33:19 +00:00 |
Antonin Descampe
|
780120c9a2
|
[trunk] moved logic related to cinema profiles in library (was in
opj_compress.c). This enables one using the library with its own
executable to easily ask for cinema profiles.
|
2014-02-12 16:16:21 +00:00 |
Antonin Descampe
|
ee3f2ffa19
|
[trunk] fixed several bugs in cinema mode (2K 24/48 fps, and 4K). Trunk
now produces compliant DCI code-streams.
|
2014-01-22 18:41:34 +00:00 |
Antonin Descampe
|
7b14cf8558
|
[trunk] fixed DCI-compliant codestream generation (-cinema2K and -
|
2014-01-16 12:55:14 +00:00 |
Mickael Savinaud
|
07ae149955
|
[trunk] managed nicely the case where TPSot value is incorrect (thanks winfried). Update the test suite to check this case. Updates issue 202. Updates issue 206. Update issue 208
|
2013-03-24 22:50:46 +00:00 |
Mickael Savinaud
|
59582bafa3
|
[trun[trunk] check if the dx and dy steps are not incorrect according to the JPEG2000 norm (thanks Even).
Test associated to this issue should nicely fail. Fixes issue 194
|
2012-11-26 16:24:29 +00:00 |
Mickael Savinaud
|
1ad85ac9ee
|
[trunk] check if the number of tiles is not incorrect regarding the JPEG2000 norm (thanks Even).
Test associated to this issue should nicely fail. Fixes issue 163
|
2012-11-26 16:13:32 +00:00 |
Mickael Savinaud
|
48e0d167aa
|
[trunk] check the index of the component in read_qcc (thanks Even). fixes issue 192
|
2012-11-26 15:58:14 +00:00 |
Mickael Savinaud
|
f14da66ce5
|
[trunk] update test suite with issue 191 to 194 and update patch for 191 which should fail properly
|
2012-11-26 13:37:33 +00:00 |
Mickael Savinaud
|
14ab311d2f
|
[trunk] fix issue 191 (thanks Even)
|
2012-11-19 13:37:04 +00:00 |
Mickael Savinaud
|
fcf9fa3651
|
[trunk] add opj_ prefix to some internal define and use the new opj type instead of int and float in some files
|
2012-11-16 08:29:43 +00:00 |
Mickael Savinaud
|
8eb481b6c6
|
[trunk] add an assert to spot a problem. update issue 189
|
2012-11-15 16:28:44 +00:00 |
Mickael Savinaud
|
d5efeb7df5
|
[trunk]update the copyright, the authors and thanks to respect the license
|
2012-11-15 15:22:29 +00:00 |
Mickael Savinaud
|
ec0fe09138
|
[trunk] move opj_bool to OPJ_BOOL to follow the other type
|
2012-11-15 13:13:36 +00:00 |
Mickael Savinaud
|
21b0ccf859
|
[trunk] rename public symbols with OPJ_ prefix (enum part)
|
2012-11-15 12:58:32 +00:00 |
Mickael Savinaud
|
84c93c2fea
|
[trunk] rename public symbols with OPJ_ prefix
|
2012-11-15 12:25:11 +00:00 |
Mickael Savinaud
|
0e3c467a5b
|
[trunk] remove warnings raised by vs11-beta analyzer
|
2012-11-13 16:59:03 +00:00 |
Mickael Savinaud
|
7307bb6e9a
|
[trunk] remove warnings raised by flags -Wall -Wextra -pedantic and vs9 analyzer
|
2012-11-13 15:16:35 +00:00 |
Mickael Savinaud
|
4263410fe8
|
[trunk] remove warnings raised by flags -Wall -Wextra -pedantic
|
2012-11-13 12:59:35 +00:00 |
Mickael Savinaud
|
cb0eb855ca
|
[trunk] manage the case where the SOT marker is alone, PSot=12 (case of PHR data).
Fixes issue 162
|
2012-11-13 11:18:58 +00:00 |
Mickael Savinaud
|
18e7fcc37f
|
[trunk] remove warnings related to the use of -Wall -Wextra -pedantic
|
2012-10-29 10:08:35 +00:00 |
Mickael Savinaud
|
bcc386e3bb
|
[trunk]remove some warnings raised by Wall
|
2012-10-26 09:39:52 +00:00 |
Mickael Savinaud
|
9b6900b058
|
[trunk] [trunk] remove old opj_tcp and rename opj_tcp_v2 to opj_tcp
|
2012-10-25 15:15:02 +00:00 |
Mickael Savinaud
|
7f7ef068fc
|
[trunk] [trunk] remove old opj_cp and rename opj_cp_v2 to opj_cp
|
2012-10-25 15:09:31 +00:00 |
Mickael Savinaud
|
06615a556d
|
[trunk] rename opj_tcd_truct_v2 to opj_tcd_struct
|
2012-10-25 14:49:10 +00:00 |
Mickael Savinaud
|
94a69c2b31
|
[trunk] rename opj_j2k_v2 to opj_j2k
|
2012-10-25 14:27:09 +00:00 |
Mickael Savinaud
|
668484ba8f
|
[trunk] correct a mis use of an old struct
|
2012-10-25 14:10:01 +00:00 |
Mickael Savinaud
|
f824078c14
|
[trunk] rename opj_event_msg_v2 to opj_event_msg
|
2012-10-25 13:49:20 +00:00 |