mayeut
|
cba89a62a1
|
Revert modification made to check incompatibility
|
2015-10-09 22:20:16 +02:00 |
mayeut
|
4123c0ba86
|
Merge branch 'master' into travis-abi
|
2015-10-09 22:16:37 +02:00 |
mayeut
|
de0a9ed103
|
Revert "Make sure to allocate on 16bits alignement. Fix issue #624"
This reverts commit 553714a87a .
|
2015-10-09 21:13:06 +02:00 |
Mathieu Malaterre
|
553714a87a
|
Make sure to allocate on 16bits alignement. Fix issue #624
|
2015-10-09 15:37:09 +02:00 |
mayeut
|
1b2ebfc69a
|
Add ABI tracker
|
2015-10-08 20:06:59 +02:00 |
Stephan Mühlstrasser
|
8414870ca7
|
Fixed problem that C++ compilation failed because of enum variable.
Replaced usage of an enum typedef for a variable that is used
for bit flags with OPJ_UINT32 type.
|
2015-10-07 12:28:12 +02:00 |
Stephan Mühlstrasser
|
d6b51b7041
|
Added missing casts for return values of opj_malloc()/opj_calloc().
|
2015-10-06 15:33:46 +02:00 |
mayeut
|
db23831d57
|
Add check for seek support before trying TPsot==TNsot workaround
|
2015-10-02 22:33:44 +02:00 |
Stefan Weil
|
05235963d9
|
Fix typo in variable name
This makes checks with codespell easier.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2015-09-29 05:57:09 +02:00 |
Stefan Weil
|
99fc1ab306
|
Fix typos in comments and string
Most typos were found by codespell.
Signed-off-by: Stefan Weil <sw@weilnetz.de>
|
2015-09-29 05:55:43 +02:00 |
mayeut
|
55dbf8acff
|
Fix resource leak in opj_j2k_create_cstr_index
Fixes #599
|
2015-09-17 12:46:42 +02:00 |
mayeut
|
c16c91797f
|
Fix resource leak in opj_j2k_encode
Fixes #598
|
2015-09-17 12:41:41 +02:00 |
mayeut
|
a4e93c3b0a
|
fix resource leak in opj_j2k_decode_one_tile
Fixes #597
|
2015-09-17 12:31:18 +02:00 |
Matthieu Darbois
|
bac2c9e0a3
|
Change test in opj_tcd_makelayer
Remove float equality test. Such a test has no meaning.
|
2015-09-11 14:17:30 +02:00 |
Matthieu Darbois
|
ee0f313848
|
Update check in opj_tcd_makelayer to be robust to different float precisions
|
2015-09-10 15:46:51 +02:00 |
Matthieu Darbois
|
ccdce606f1
|
Fix threshold calculation
It doesn't change the outcome of the test suite, that's weird...
|
2015-09-10 15:10:14 +02:00 |
mayeut
|
5f02757eef
|
Correct lossless issue on linux x86
Update uclouvain/openjpeg#571
|
2015-09-10 00:39:23 +02:00 |
mayeut
|
940100c28a
|
Fix potential use-after-free in opj_j2k_write_mco function
Fixes #563
|
2015-09-06 17:24:03 +02:00 |
mayeut
|
c5dd6035c9
|
Correct CMake version requirements
Update uclouvain/openjpeg#488
|
2015-09-01 20:43:43 +02:00 |
mayeut
|
38770403d4
|
Fix some calculations in opj_tcd_init_tile
Fixes #486
Fixes #394
Update #480
Update #388
|
2015-08-23 11:38:04 +02:00 |
mayeut
|
fa9142b7e4
|
Fix formatting
|
2015-08-21 20:15:50 +02:00 |
Matthieu Darbois
|
3109759fd7
|
Merge pull request #559 from szukw000/cmyk-cielab-esycc
Add support for CIELab, EYCC and CMYK
|
2015-08-21 19:48:31 +02:00 |
szukw000
|
238f4419ab
|
Defines three new functions
Declares three new functions
Calls the three new functions
Collects data for CIELab, sets the color_space for EYCC and CMYK
|
2015-07-30 23:31:12 +00:00 |
ak-dxdy
|
4fc1073809
|
French comments replaced by English ones
|
2015-07-31 00:51:08 +02:00 |
Matthieu Darbois
|
7c688c3453
|
Merge pull request #558 from mayeut/remove-printf
Remove printf/fprintf to stdout/stderr throughout openjp2 lib
|
2015-07-30 23:37:20 +02:00 |
mayeut
|
372c887aad
|
Fix typo (that brakes building with '-DBUILD_MJ2:bool=on')
Fixes #556
|
2015-07-30 23:34:12 +02:00 |
mayeut
|
0df90afdf7
|
Remove printf/fprintf to stdout/stderr throughout openjp2 lib
Update uclouvain/openjpeg#246
|
2015-07-30 23:26:31 +02:00 |
Rex Dieter
|
e4735c703d
|
better -ffast-math handling
issue #488
See also
http://public.kitware.com/pipermail/cmake/2015-April/060479.html
|
2015-07-30 09:54:07 -05:00 |
mayeut
|
b0035538af
|
Use __emul under msvc x86 for fast 64 = 32 * 32
Update uclouvain/openjpeg#220
|
2015-07-27 20:12:48 +02:00 |
mayeut
|
45ccf501f0
|
Fix ARM build with Visual Studio
|
2015-07-26 21:12:36 +02:00 |
mayeut
|
c423cc84e7
|
Remove some warnings when building
Update #442
|
2015-07-26 02:41:39 +02:00 |
Matthieu Darbois
|
8c4afeff40
|
Merge pull request #521 from manisandro/bigendian
Fix opj_write_bytes_BE
Fixes #472
Fixes #345
Fixes #518
|
2015-07-25 15:54:26 +02:00 |
mayeut
|
b190a91ab5
|
Remove some warnings when building
Update #442
|
2015-07-24 23:55:45 +02:00 |
mayeut
|
a56819eaab
|
Add some missing static keywords
Update uclouvain/openjpeg#243
|
2015-07-23 07:48:42 +02:00 |
mayeut
|
9ac3a1572e
|
Prevent overflow when coding 16 bits images
Update uclouvain/openjpeg#539
|
2015-07-22 00:10:32 +02:00 |
Matthieu Darbois
|
28c6f54798
|
Merge pull request #533 from mayeut/refactor-read-ppX
Refactor opj_j2k_read_ppm & opj_j2k_read_ppt
Fixes uclouvain/openjpeg#470
Fixes uclouvain/openjpeg#288
Fixes uclouvain/openjpeg#532
|
2015-07-21 01:26:02 +02:00 |
mayeut
|
1bbb607069
|
Merge remote-tracking branch 'uclouvain/master' into issue-235
|
2015-07-21 00:20:05 +02:00 |
mayeut
|
ae4799ad07
|
Add some missing static
Still needs to check j2k.c & jp2.c
Update uclouvain/openjpeg#243
|
2015-07-18 02:39:32 +02:00 |
mayeut
|
b88025b38f
|
Add headers to CMake target
|
2015-07-18 01:50:17 +02:00 |
mayeut
|
775ee87776
|
Add checks for odd looking cmap & for cmap outside jp2h box
Update uclouvain/openjpeg#235
Update uclouvain/openjpeg#447
|
2015-07-12 19:39:30 +02:00 |
mayeut
|
0b1f8eb6f7
|
Merge pull request #529 from renevanderark/master
fix Suspicious code in j2k.c
Fixes #517
|
2015-07-12 19:20:57 +02:00 |
mayeut
|
c887df12a3
|
Refactor opj_read_ppm
Update uclouvain/openjpeg#470
Update uclouvain/openjpeg#288
|
2015-07-12 18:09:30 +02:00 |
mayeut
|
d1b053afe2
|
Refactor opj_j2k_read_ppt
Update uclouvain/openjpeg#470
Update uclouvain/openjpeg#532
|
2015-07-12 15:55:58 +02:00 |
mayeut
|
dc43ebf96c
|
Add option to force component splitting in imagetopnm
Update uclouvain/openjpeg#289
|
2015-07-11 11:35:21 +02:00 |
Rene van der Ark
|
ba05549b0f
|
fix Suspicious code in j2k.c #517
|
2015-07-08 11:13:31 +02:00 |
mayeut
|
237ddd72f1
|
Merge pull request #514 from mayeut/issue-254
Correctly decode files with incorrect tile-part header fields (TPsot==TNsot)
Fixes uclouvain/openjpeg#254
|
2015-07-04 00:47:59 +02:00 |
mayeut
|
c999b6c0f0
|
uclouvain/openjpeg#254 Add build option to disable the fix
|
2015-07-04 00:04:55 +02:00 |
Aaron Boxer
|
c9e231508b
|
various small T1 optimizations
|
2015-07-03 15:23:15 +02:00 |
Aaron Boxer
|
6347686385
|
fixed a few bugs
|
2015-07-03 15:22:58 +02:00 |
Aaron Boxer
|
1a8f929111
|
visual studio lrintf is very slow - do not use
|
2015-07-03 15:22:42 +02:00 |