openjpeg.git
8 years agoDownload jpylyzer for windows
mayeut [Sat, 10 Oct 2015 12:51:30 +0000 (14:51 +0200)]
Download jpylyzer for windows

8 years agowhich provided by git, try wget
mayeut [Sat, 10 Oct 2015 12:30:15 +0000 (14:30 +0200)]
which provided by git, try wget

8 years agoAdd appveyor support
mayeut [Sat, 10 Oct 2015 12:19:57 +0000 (14:19 +0200)]
Add appveyor support

8 years agoDisable ABI check. Keep API check. 626/head
mayeut [Fri, 9 Oct 2015 22:23:54 +0000 (00:23 +0200)]
Disable ABI check. Keep API check.

8 years agoUpdate ABI tools
mayeut [Fri, 9 Oct 2015 21:51:54 +0000 (23:51 +0200)]
Update ABI tools

8 years agoUpdate exception list for gcc 4.6.4
mayeut [Fri, 9 Oct 2015 21:19:23 +0000 (23:19 +0200)]
Update exception list for gcc 4.6.4

8 years agoUse matrix
mayeut [Fri, 9 Oct 2015 21:00:06 +0000 (23:00 +0200)]
Use matrix

8 years agoRemove travis debugging
mayeut [Fri, 9 Oct 2015 20:24:51 +0000 (22:24 +0200)]
Remove travis debugging

8 years agodisable output for diff build
mayeut [Fri, 9 Oct 2015 20:23:32 +0000 (22:23 +0200)]
disable output for diff build

8 years agoRevert modification made to check incompatibility
mayeut [Fri, 9 Oct 2015 20:20:16 +0000 (22:20 +0200)]
Revert modification made to check incompatibility

8 years agoMerge branch 'master' into travis-abi
mayeut [Fri, 9 Oct 2015 20:16:37 +0000 (22:16 +0200)]
Merge branch 'master' into travis-abi

8 years agoUse gcc-4.8 for ABI tracker
mayeut [Fri, 9 Oct 2015 20:09:50 +0000 (22:09 +0200)]
Use gcc-4.8 for ABI tracker

8 years agotravis debugging
mayeut [Fri, 9 Oct 2015 19:52:39 +0000 (21:52 +0200)]
travis debugging

8 years agoretrieve & compile wdiff
mayeut [Fri, 9 Oct 2015 19:48:33 +0000 (21:48 +0200)]
retrieve & compile wdiff

8 years agoABI Check
mayeut [Fri, 9 Oct 2015 19:20:54 +0000 (21:20 +0200)]
ABI Check

8 years agoRevert "Make sure to allocate on 16bits alignement. Fix issue #624"
mayeut [Fri, 9 Oct 2015 19:13:06 +0000 (21:13 +0200)]
Revert "Make sure to allocate on 16bits alignement. Fix issue #624"

This reverts commit 553714a87a92930dd69f5762e0615c12dfcbd873.

8 years agoMake sure to allocate on 16bits alignement. Fix issue #624
Mathieu Malaterre [Fri, 9 Oct 2015 13:37:09 +0000 (15:37 +0200)]
Make sure to allocate on 16bits alignement. Fix issue #624

8 years agoAdd ABI tracker
mayeut [Thu, 8 Oct 2015 18:06:59 +0000 (20:06 +0200)]
Add ABI tracker

8 years agoMerge pull request #584 from mayeut/travis-matrix
Matthieu Darbois [Thu, 8 Oct 2015 17:04:24 +0000 (19:04 +0200)]
Merge pull request #584 from mayeut/travis-matrix

Add Travis-ci build matrix

8 years agoMerge branch 'master' into travis-matrix 584/head
mayeut [Wed, 7 Oct 2015 19:14:38 +0000 (21:14 +0200)]
Merge branch 'master' into travis-matrix

8 years agoMerge remote-tracking branch 'uclouvain/master'
mayeut [Wed, 7 Oct 2015 19:07:24 +0000 (21:07 +0200)]
Merge remote-tracking branch 'uclouvain/master'

8 years agoMerge pull request #623 from stweil/c++
Matthieu Darbois [Wed, 7 Oct 2015 19:05:25 +0000 (21:05 +0200)]
Merge pull request #623 from stweil/c++

Fix warnings for C++

8 years agoFix warnings for C++ 623/head
Stefan Weil [Wed, 7 Oct 2015 09:58:11 +0000 (11:58 +0200)]
Fix warnings for C++

g++ complains about invalid conversions like these ones:

error: invalid conversion from ‘const char*’ to ‘char*’ [-fpermissive]
error: invalid conversion from ‘void*’ to ‘opj_precision* {aka opj_prec*}’ [-fpermissive]

Signed-off-by: Stefan Weil <sw@weilnetz.de>
8 years agoMerge pull request #622 from smuehlst/opj_enum_bit_flags
Matthieu Darbois [Wed, 7 Oct 2015 18:44:05 +0000 (20:44 +0200)]
Merge pull request #622 from smuehlst/opj_enum_bit_flags

Fixed problem that C++ compilation failed because of enum variable.
Fixes  #619

8 years agoFixed problem that C++ compilation failed because of enum variable. 622/head
Stephan Mühlstrasser [Wed, 7 Oct 2015 10:28:12 +0000 (12:28 +0200)]
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.

8 years agoMerge branch 'master' into travis-matrix
mayeut [Tue, 6 Oct 2015 18:54:16 +0000 (20:54 +0200)]
Merge branch 'master' into travis-matrix

8 years agoMerge remote-tracking branch 'uclouvain/master'
mayeut [Tue, 6 Oct 2015 18:48:37 +0000 (20:48 +0200)]
Merge remote-tracking branch 'uclouvain/master'

8 years agoMerge pull request #618 from smuehlst/opj_malloc_casts
Matthieu Darbois [Tue, 6 Oct 2015 14:24:20 +0000 (16:24 +0200)]
Merge pull request #618 from smuehlst/opj_malloc_casts

Added missing casts for return values of opj_malloc()/opj_calloc().

8 years agoAdded missing casts for return values of opj_malloc()/opj_calloc(). 618/head
Stephan Mühlstrasser [Tue, 6 Oct 2015 13:33:46 +0000 (15:33 +0200)]
Added missing casts for return values of opj_malloc()/opj_calloc().

8 years agoMerge branch 'master' into travis-matrix
mayeut [Mon, 5 Oct 2015 19:50:59 +0000 (21:50 +0200)]
Merge branch 'master' into travis-matrix

8 years agoMerge remote-tracking branch 'uclouvain/master'
mayeut [Mon, 5 Oct 2015 19:49:39 +0000 (21:49 +0200)]
Merge remote-tracking branch 'uclouvain/master'

8 years agoMerge pull request #617 from mayeut/tpsot-tnsot-noseek
Matthieu Darbois [Mon, 5 Oct 2015 09:45:56 +0000 (11:45 +0200)]
Merge pull request #617 from mayeut/tpsot-tnsot-noseek

Add check for seek support before trying TPsot==TNsot workaround

8 years agoAdd check for seek support before trying TPsot==TNsot workaround 617/head
mayeut [Fri, 2 Oct 2015 20:33:44 +0000 (22:33 +0200)]
Add check for seek support before trying TPsot==TNsot workaround

8 years agoFix up-scaling bit depth
mayeut [Tue, 29 Sep 2015 07:28:34 +0000 (09:28 +0200)]
Fix up-scaling bit depth

Fixes #609

8 years agoMerge pull request #610 from stweil/master
Matthieu Darbois [Tue, 29 Sep 2015 06:24:43 +0000 (08:24 +0200)]
Merge pull request #610 from stweil/master

Fix some typos found by codespell

8 years agoFix typo in variable name 610/head
Stefan Weil [Tue, 29 Sep 2015 03:57:09 +0000 (05:57 +0200)]
Fix typo in variable name

This makes checks with codespell easier.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
8 years agoFix typos in comments and string
Stefan Weil [Tue, 29 Sep 2015 03:55:43 +0000 (05:55 +0200)]
Fix typos in comments and string

Most typos were found by codespell.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
8 years agoMerge branch 'master' into travis-matrix
mayeut [Fri, 25 Sep 2015 20:27:56 +0000 (22:27 +0200)]
Merge branch 'master' into travis-matrix

8 years agoProvide safer string copy than strncpy
mayeut [Fri, 25 Sep 2015 20:04:58 +0000 (22:04 +0200)]
Provide safer string copy than strncpy

As per @boxerab suggestion in commit
b9ca882749597e4943e609daba1d3c27694fe2ff

8 years agoFix resource leak
mayeut [Thu, 24 Sep 2015 22:39:05 +0000 (00:39 +0200)]
Fix resource leak

8 years agoFix resource leaks & unchecked resource allocations
mayeut [Thu, 24 Sep 2015 22:08:34 +0000 (00:08 +0200)]
Fix resource leaks & unchecked resource allocations

8 years agoFix some resource leaks
mayeut [Thu, 24 Sep 2015 21:32:03 +0000 (23:32 +0200)]
Fix some resource leaks

8 years agoMerge branch 'master' into travis-matrix
mayeut [Wed, 23 Sep 2015 19:20:11 +0000 (21:20 +0200)]
Merge branch 'master' into travis-matrix

8 years agoUse buffer on stack to read TGA header
mayeut [Wed, 23 Sep 2015 19:17:06 +0000 (21:17 +0200)]
Use buffer on stack to read TGA header

Fixes a potential leak
Fixes #601

8 years agoFix warning in rle4 decoding
mayeut [Wed, 23 Sep 2015 19:09:19 +0000 (21:09 +0200)]
Fix warning in rle4 decoding

8 years agoAdd Coverity Scan status
Matthieu Darbois [Thu, 17 Sep 2015 12:24:06 +0000 (14:24 +0200)]
Add Coverity Scan status

8 years agoFix resource leak in opj_j2k_create_cstr_index
mayeut [Thu, 17 Sep 2015 10:46:42 +0000 (12:46 +0200)]
Fix resource leak in opj_j2k_create_cstr_index

Fixes #599

8 years agoFix resource leak in opj_j2k_encode
mayeut [Thu, 17 Sep 2015 10:41:41 +0000 (12:41 +0200)]
Fix resource leak in opj_j2k_encode

Fixes #598

8 years agofix resource leak in opj_j2k_decode_one_tile
mayeut [Thu, 17 Sep 2015 10:31:18 +0000 (12:31 +0200)]
fix resource leak in opj_j2k_decode_one_tile

Fixes #597

8 years agoUpdate opj_decompress man page
Mathieu Malaterre [Wed, 16 Sep 2015 18:54:34 +0000 (20:54 +0200)]
Update opj_decompress man page

8 years agoUpdate the version number
Mathieu Malaterre [Wed, 16 Sep 2015 18:49:45 +0000 (20:49 +0200)]
Update the version number

8 years agoTravis-ci update
mayeut [Mon, 14 Sep 2015 18:09:50 +0000 (20:09 +0200)]
Travis-ci update

Correct case in config
Check DynamicAnalysis result

8 years agoTravis-ci add linux gcc x86_64 Debug
mayeut [Mon, 14 Sep 2015 17:37:56 +0000 (19:37 +0200)]
Travis-ci add linux gcc x86_64 Debug

8 years agocorrect MemCheck log filename
mayeut [Sun, 13 Sep 2015 14:34:17 +0000 (16:34 +0200)]
correct MemCheck log filename

8 years agoIgnore ctest return code
mayeut [Sun, 13 Sep 2015 14:09:24 +0000 (16:09 +0200)]
Ignore ctest return code

ctest behavior is not consistent across versions.
Ignore return code & parse logs

8 years agoMerge branch 'master' into travis-matrix
mayeut [Sun, 13 Sep 2015 12:58:01 +0000 (14:58 +0200)]
Merge branch 'master' into travis-matrix

8 years agoMerge pull request #590 from mayeut/master
Matthieu Darbois [Sun, 13 Sep 2015 12:55:13 +0000 (14:55 +0200)]
Merge pull request #590 from mayeut/master

Correct leak in color_cielab_to_rgb

8 years agoFix function name 590/head
mayeut [Sun, 13 Sep 2015 12:51:00 +0000 (14:51 +0200)]
Fix function name

8 years agoCorrect leak in color_cielab_to_rgb
mayeut [Sun, 13 Sep 2015 12:42:56 +0000 (14:42 +0200)]
Correct leak in color_cielab_to_rgb

8 years agoTravis set ASan build to -O1
mayeut [Sat, 12 Sep 2015 18:21:52 +0000 (20:21 +0200)]
Travis set ASan build to -O1

8 years agoTravis fix error when no tests are done
mayeut [Sat, 12 Sep 2015 18:06:31 +0000 (20:06 +0200)]
Travis fix error when no tests are done

8 years agoTravis error on new failures
mayeut [Sat, 12 Sep 2015 17:32:05 +0000 (19:32 +0200)]
Travis error on new failures

8 years agoTravis full matrix
mayeut [Sat, 12 Sep 2015 16:21:25 +0000 (18:21 +0200)]
Travis full matrix

8 years agoTravis mingw
mayeut [Sat, 12 Sep 2015 16:12:38 +0000 (18:12 +0200)]
Travis mingw

8 years agoTravis mingw
mayeut [Sat, 12 Sep 2015 16:10:38 +0000 (18:10 +0200)]
Travis mingw

8 years agoTravis mingw
mayeut [Sat, 12 Sep 2015 16:06:31 +0000 (18:06 +0200)]
Travis mingw

8 years agoTravis add mingw
mayeut [Sat, 12 Sep 2015 15:56:29 +0000 (17:56 +0200)]
Travis add mingw

8 years agoFix Travis ASan build
mayeut [Sat, 12 Sep 2015 14:37:47 +0000 (16:37 +0200)]
Fix Travis ASan build

8 years agoTravis ASan build
mayeut [Sat, 12 Sep 2015 14:36:19 +0000 (16:36 +0200)]
Travis ASan build

8 years agoFix matrix for debug build
mayeut [Sat, 12 Sep 2015 14:16:19 +0000 (16:16 +0200)]
Fix matrix for debug build

8 years agoTravis add debug config
mayeut [Sat, 12 Sep 2015 14:11:56 +0000 (16:11 +0200)]
Travis add debug config

8 years agoFix OPJ_CI_SKIP_TESTS
mayeut [Sat, 12 Sep 2015 13:52:13 +0000 (15:52 +0200)]
Fix OPJ_CI_SKIP_TESTS

8 years agoAdd 32 bit build
mayeut [Sat, 12 Sep 2015 13:48:23 +0000 (15:48 +0200)]
Add 32 bit build

8 years agoDownload kakadu on osx
mayeut [Sat, 12 Sep 2015 11:03:50 +0000 (13:03 +0200)]
Download kakadu on osx

8 years agoFix build with gcc 4.6.3
mayeut [Sat, 12 Sep 2015 03:50:57 +0000 (05:50 +0200)]
Fix build with gcc 4.6.3

8 years agoFix travis build with make 2.8.7
mayeut [Sat, 12 Sep 2015 03:44:52 +0000 (05:44 +0200)]
Fix travis build with make 2.8.7

8 years agoAdd ctest script
mayeut [Sat, 12 Sep 2015 03:26:19 +0000 (05:26 +0200)]
Add ctest script

8 years agoFix matrix
mayeut [Sat, 12 Sep 2015 01:19:42 +0000 (03:19 +0200)]
Fix matrix

8 years agoFix unbound variable
mayeut [Sat, 12 Sep 2015 01:13:45 +0000 (03:13 +0200)]
Fix unbound variable

8 years agoUse make to unzip kakadu
mayeut [Sat, 12 Sep 2015 01:02:42 +0000 (03:02 +0200)]
Use make to unzip kakadu

8 years agoFix fetching of openjpeg-data
mayeut [Sat, 12 Sep 2015 00:59:49 +0000 (02:59 +0200)]
Fix fetching of openjpeg-data

Fetch from master branch if TRAVIS_BRANCH doesn’t exist

8 years agoEnhance travis run script
mayeut [Sat, 12 Sep 2015 00:34:14 +0000 (02:34 +0200)]
Enhance travis run script

8 years agoRevert "Setup travis matrix"
mayeut [Sat, 12 Sep 2015 00:20:22 +0000 (02:20 +0200)]
Revert "Setup travis matrix"

This reverts commit 8d46ac19ff34bd1ac1c23cf2acba0951c1c69459.

8 years agoSetup travis matrix
mayeut [Sat, 12 Sep 2015 00:19:28 +0000 (02:19 +0200)]
Setup travis matrix

This is just to get some ideas of what can be done.
Update uclouvain/openjpeg#581

8 years agoMerge pull request #578 from mayeut/travis-ci
Matthieu Darbois [Fri, 11 Sep 2015 19:36:07 +0000 (21:36 +0200)]
Merge pull request #578 from mayeut/travis-ci

Travis-ci update, use Kakadu for testing

8 years agoEcho Kakadu copyright notice 578/head
mayeut [Fri, 11 Sep 2015 19:25:45 +0000 (21:25 +0200)]
Echo Kakadu copyright notice

Move to script so that travis-ci doesn’t hide this by default

8 years agoEcho Kakadu copyright notice
mayeut [Fri, 11 Sep 2015 19:21:22 +0000 (21:21 +0200)]
Echo Kakadu copyright notice

8 years agoEcho Kakadu copyright notice
mayeut [Fri, 11 Sep 2015 19:15:17 +0000 (21:15 +0200)]
Echo Kakadu copyright notice

8 years agoEcho Kakadu copyright notice
mayeut [Fri, 11 Sep 2015 19:04:49 +0000 (21:04 +0200)]
Echo Kakadu copyright notice

8 years agoMerge pull request #579 from mayeut/lossless
Matthieu Darbois [Fri, 11 Sep 2015 12:39:43 +0000 (14:39 +0200)]
Merge pull request #579 from mayeut/lossless

Correct lossless issue on linux x86
Fix #571

8 years agoChange test in opj_tcd_makelayer 579/head
Matthieu Darbois [Fri, 11 Sep 2015 12:17:30 +0000 (14:17 +0200)]
Change test in opj_tcd_makelayer

Remove float equality test. Such a test has no meaning.

8 years agoUpdate check in opj_tcd_makelayer to be robust to different float precisions
Matthieu Darbois [Thu, 10 Sep 2015 13:46:51 +0000 (15:46 +0200)]
Update check in opj_tcd_makelayer to be robust to different float precisions

8 years agoFix threshold calculation
Matthieu Darbois [Thu, 10 Sep 2015 13:10:14 +0000 (15:10 +0200)]
Fix threshold calculation

It doesn't change the outcome of the test suite, that's weird...

8 years agoRemove invalid assert in compare_images
mayeut [Thu, 10 Sep 2015 06:04:59 +0000 (08:04 +0200)]
Remove invalid assert in compare_images

8 years agoAdd test for uclouvain/openjpeg#571
mayeut [Wed, 9 Sep 2015 23:24:46 +0000 (01:24 +0200)]
Add test for uclouvain/openjpeg#571

8 years agoCorrect lossless issue on linux x86
mayeut [Wed, 9 Sep 2015 22:39:23 +0000 (00:39 +0200)]
Correct lossless issue on linux x86

Update uclouvain/openjpeg#571

8 years agoRemove C++ comment
mayeut [Wed, 9 Sep 2015 21:38:46 +0000 (23:38 +0200)]
Remove C++ comment

8 years agoAdd notice for kakadu use
mayeut [Wed, 9 Sep 2015 19:35:50 +0000 (21:35 +0200)]
Add notice for kakadu use

8 years agoAdd Kakadu tests
mayeut [Tue, 8 Sep 2015 20:24:06 +0000 (22:24 +0200)]
Add Kakadu tests

8 years agocorrect untar of jpylyzer
mayeut [Mon, 7 Sep 2015 23:50:18 +0000 (01:50 +0200)]
correct untar of jpylyzer