| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-09-08 | Update coverity scan branchcoverity_scan_original | mayeut | |
| 2016-09-08 | Fix coverity 113065 (CWE-484) (#824) | Matthieu Darbois | |
| 2016-09-08 | Update THANKS.md | Antonin Descampe | |
| 2016-09-08 | Cast to size_t before multiplication | Matthieu Darbois | |
| Need to cast to size_t before multiplication otherwise overflow check is useless. | |||
| 2016-09-08 | Add sanity check for tile coordinates (#823) | Matthieu Darbois | |
| Coordinates are casted from OPJ_UINT32 to OPJ_INT32 Add sanity check for negative values and upper bound becoming lower than lower bound. See also https://pdfium.googlesource.com/pdfium/+/b6befb2ed2485a3805cddea86dc7574510178ea9 | |||
| 2016-09-07 | Add test for PR 818 (#822) | Matthieu Darbois | |
| update uclouvain/openjpeg#818 | |||
| 2016-09-06 | Update to libpng 1.6.25 (#821) | Matthieu Darbois | |
| 2016-09-06 | fix incrementing of "l_tcp->m_nb_mcc_records" in opj_j2k_read_mcc (#820) | Matthieu Darbois | |
| 2016-09-06 | Fix an integer overflow issue (#809) | trylab | |
| Prevent an integer overflow issue in function opj_pi_create_decode of pi.c. | |||
| 2016-09-06 | Add overflow check in opj_tcd_init_tile (#819) | Matthieu Darbois | |
| 2016-09-06 | Fix leak & invalid behavior of opj_jp2_read_ihdr (#818) | Matthieu Darbois | |
| In case multiple ihdr box are present, only the first one shall be taken into account. | |||
| 2016-09-06 | Add overflow check in opj_j2k_update_image_data (#817) | Matthieu Darbois | |
| 2016-09-06 | Change 'restrict' define to 'OPJ_RESTRICT' (#816) | Matthieu Darbois | |
| Visual Studio 2015 does not pass regression tests with `__restrict` so kept disabled for MSVC. Need to check proper usage of OPJ_RESTRICT (if correct then there’s probably a bug in vc14) Closes #661 | |||
| 2016-09-05 | Add .gitignore (#787) | Stefan Weil | |
| Ignore all files and directories which are generated by `cmake . && make`. Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2016-09-02 | Switch to clang 3.8 (#814) | Matthieu Darbois | |
| clang 3.9 is currently unavailable for precise through apt | |||
| 2016-08-06 | Update to lcms 2.8 (#808) | Matthieu Darbois | |
| 2016-08-06 | Update to libpng 1.6.24 (#807) | Matthieu Darbois | |
| 2016-08-06 | Reenable clang-3.9 build on travis (#806) | Matthieu Darbois | |
| clang-3.9 is now available with apt add-on in travis-ci | |||
| 2016-07-14 | Add compilation test for standalone inclusion of openjpeg.h (#798) | Matthieu Darbois | |
| This ensures all openjpeg.h dependencies are met. Fix #673 | |||
| 2016-07-14 | jpwl: Remove non-portable data type u_int16_t (fix issue #796) (#797) | Stefan Weil | |
| The type casts which used this data type can be removed by changing the signature of function swap16. As this function is called with unsigned variables, this change is reasonable. Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2016-07-12 | Fix dependency for pkg-config (issue #594) (#795) | Stefan Weil | |
| openjpeg provides libopenjp2.pc, so the require statements must refer to libopenjp2 instead of openjp2. Fixes #594 Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2016-07-06 | Update ABI tracker script | mayeut | |
| Disable previous version. | |||
| 2016-07-05 | Update ABI tracker from 2.1 to 2.1.1 | mayeut | |
| 2016-07-05 | update api/abi tracker | Antonin Descampe | |
| 2016-07-05 | Add version 2.1.1 to ABI tracker | mayeut | |
| 2016-07-05 | Trigger API/ABI update on website | Antonin Descampe | |
| 2016-07-05 | Update INSTALL.md | Antonin Descampe | |
| 2016-07-05 | Update AUTHORS.md | Antonin Descampe | |
| 2016-07-05 | Update AUTHORS file | Antonin Descampe | |
| 2016-07-05 | Update INSTALL, README and THANKS file | Antonin Descampe | |
| 2016-07-05 | Upload changelog and convert some files to mardown | Antonin Descampe | |
| 2016-06-26 | Remove useless diff command in abi-check.sh | Antonin Descampe | |
| 2016-06-25 | Correct abi-check.sh for PR (#791) | Matthieu Darbois | |
| 2016-06-21 | Update tcd.c (#790) | maddin200 | |
| cppcheck unitialized variable | |||
| 2016-06-21 | Remove clang-3.9 build | Matthieu Darbois | |
| c.f. travis-ci/travis-ci#6120 | |||
| 2016-06-21 | Automatic upload of ABI report (end) | Antonin Descampe | |
| 2016-06-21 | Automatic upload of ABI report (ctd) | Antonin Descampe | |
| 2016-06-21 | Automatic upload of ABI report (ctd) | Antonin Descampe | |
| 2016-06-21 | setup automatic upload of ABI reports | Antonin Descampe | |
| 2016-05-15 | WIP automatic release | Antonin Descampe | |
| 2016-05-15 | WIP: debug travis run script | Antonin Descampe | |
| 2016-05-15 | Update travis and appveyor to enable automatic releases on tag commit | Antonin Descampe | |
| 2016-05-13 | Update version number in CMakeLists.txt | Antonin Descampe | |
| 2016-05-13 | Update NEWS | Antonin Descampe | |
| 2016-05-10 | Update implementation of opj_calloc (#705) | Stefan Weil | |
| 2016-05-10 | Add missing source for the JPIP library and executables (issue #658) (#659) | Stefan Weil | |
| They all need opj_malloc and other functions from opc_malloc.c. Signed-off-by: Stefan Weil <sw@weilnetz.de> | |||
| 2016-05-08 | Correct expected result for test of issue 495 | mayeut | |
| 2016-05-08 | Fix Out-of-Bounds Access in function opj_tgt_reset | mayeut | |
| Fix uclouvain/openjpeg#775 | |||
| 2016-05-08 | Fix Heap Buffer Overflow in function color_cmyk_to_rgb | mayeut | |
| Fix uclouvain/openjpeg#774 | |||
| 2016-05-08 | Fix division by zero | mayeut | |
| Fix uclouvain/openjpeg#733 | |||
