| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-15 | Fix OpenJPEG GitHub issue #633. | Stephan Mühlstrasser | |
| "opj_includes.h" must be included before system headers, otherwise inconsistent definitions of configuration macros lead to build failures on AIX. | |||
| 2015-10-13 | Merge branch 'master' into coc-qcc | mayeut | |
| 2015-10-13 | Remove the explicit restrict keyword | Mathieu Malaterre | |
| It would trigger a compiler error on xlc compiler. Fixes #620 | |||
| 2015-10-13 | I do not recall exactly... I would say that the correct version should be | Giuseppe Baruffa | |
| if (!JPWL_ASSUME) return false; meaning that once JPWL_ASSUME=1 the code will pass over such errors and try to decode anyway (just paired with the other JPWL_ASSUME on line 1112). Fixes #596 | |||
| 2015-10-12 | Remove a possible uninitialized variable | Mathieu Malaterre | |
| Fixes #629 | |||
| 2015-10-12 | minor tweaks to the code | Mathieu Malaterre | |
| 2015-10-10 | Fix an issue with parenthesis | Mathieu Malaterre | |
| 2015-10-10 | Add paranoid sentinels | Mathieu Malaterre | |
| 2015-10-10 | implement a portable aligned realloc | Mathieu Malaterre | |
| 2015-10-10 | do not use aligned_alloc since it requires c11 | Mathieu Malaterre | |
| 2015-10-09 | cleanup header file and move to implementation | Mathieu Malaterre | |
| 2015-10-09 | Revert "Make sure to allocate on 16bits alignement. Fix issue #624" | mayeut | |
| This reverts commit 553714a87a92930dd69f5762e0615c12dfcbd873. | |||
| 2015-10-09 | Make sure to allocate on 16bits alignement. Fix issue #624 | Mathieu Malaterre | |
| 2015-10-08 | Merge branch 'master' into coc-qcc | mayeut | |
| 2015-10-07 | Fixed problem that C++ compilation failed because of enum variable. | Stephan Mühlstrasser | |
| Replaced usage of an enum typedef for a variable that is used for bit flags with OPJ_UINT32 type. | |||
| 2015-10-06 | Merge branch 'master' into coc-qcc | mayeut | |
| 2015-10-06 | Added missing casts for return values of opj_malloc()/opj_calloc(). | Stephan Mühlstrasser | |
| 2015-10-02 | Add check for seek support before trying TPsot==TNsot workaround | mayeut | |
| 2015-09-29 | Fix typo in variable name | Stefan Weil | |
| This makes checks with codespell easier. Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2015-09-29 | Fix typos in comments and string | Stefan Weil | |
| Most typos were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2015-09-17 | Fix resource leak in opj_j2k_create_cstr_index | mayeut | |
| Fixes #599 | |||
| 2015-09-17 | Fix resource leak in opj_j2k_encode | mayeut | |
| Fixes #598 | |||
| 2015-09-17 | fix resource leak in opj_j2k_decode_one_tile | mayeut | |
| Fixes #597 | |||
| 2015-09-17 | Merge branch 'master' into coc-qcc | mayeut | |
| 2015-09-11 | Change test in opj_tcd_makelayer | Matthieu Darbois | |
| Remove float equality test. Such a test has no meaning. | |||
| 2015-09-10 | Update check in opj_tcd_makelayer to be robust to different float precisions | Matthieu Darbois | |
| 2015-09-10 | Fix threshold calculation | Matthieu Darbois | |
| It doesn't change the outcome of the test suite, that's weird... | |||
| 2015-09-10 | Correct lossless issue on linux x86 | mayeut | |
| Update uclouvain/openjpeg#571 | |||
| 2015-09-08 | Merge remote-tracking branch 'uclouvain/master' into coc-qcc | mayeut | |
| 2015-09-06 | Fix potential use-after-free in opj_j2k_write_mco function | mayeut | |
| Fixes #563 | |||
| 2015-09-01 | Correct CMake version requirements | mayeut | |
| Update uclouvain/openjpeg#488 | |||
| 2015-08-23 | Fix some calculations in opj_tcd_init_tile | mayeut | |
| Fixes #486 Fixes #394 Update #480 Update #388 | |||
| 2015-08-21 | Fix formatting | mayeut | |
| 2015-08-21 | Merge pull request #559 from szukw000/cmyk-cielab-esycc | Matthieu Darbois | |
| Add support for CIELab, EYCC and CMYK | |||
| 2015-07-30 | Defines three new functions | szukw000 | |
| Declares three new functions Calls the three new functions Collects data for CIELab, sets the color_space for EYCC and CMYK | |||
| 2015-07-31 | Sync coc-qcc branch with master | mayeut | |
| 2015-07-31 | French comments replaced by English ones | ak-dxdy | |
| 2015-07-30 | Merge pull request #558 from mayeut/remove-printf | Matthieu Darbois | |
| Remove printf/fprintf to stdout/stderr throughout openjp2 lib | |||
| 2015-07-30 | Fix typo (that brakes building with '-DBUILD_MJ2:bool=on') | mayeut | |
| Fixes #556 | |||
| 2015-07-30 | Remove printf/fprintf to stdout/stderr throughout openjp2 lib | mayeut | |
| Update uclouvain/openjpeg#246 | |||
| 2015-07-30 | better -ffast-math handling | Rex Dieter | |
| issue #488 See also http://public.kitware.com/pipermail/cmake/2015-April/060479.html | |||
| 2015-07-29 | Write COC/QCC in Main Header | mayeut | |
| Update uclouvain/openjpeg#459 | |||
| 2015-07-28 | Start support for qcc/coc | mayeut | |
| 2015-07-27 | Use __emul under msvc x86 for fast 64 = 32 * 32 | mayeut | |
| Update uclouvain/openjpeg#220 | |||
| 2015-07-26 | Fix ARM build with Visual Studio | mayeut | |
| 2015-07-26 | Remove some warnings when building | mayeut | |
| Update #442 | |||
| 2015-07-25 | Merge pull request #521 from manisandro/bigendian | Matthieu Darbois | |
| Fix opj_write_bytes_BE Fixes #472 Fixes #345 Fixes #518 | |||
| 2015-07-24 | Remove some warnings when building | mayeut | |
| Update #442 | |||
| 2015-07-23 | Add some missing static keywords | mayeut | |
| Update uclouvain/openjpeg#243 | |||
| 2015-07-22 | Prevent overflow when coding 16 bits images | mayeut | |
| Update uclouvain/openjpeg#539 | |||
