| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-03-18 | [1.5] Rework r2758 the conditions were not quite right. Update checks. | Mathieu Malaterre | |
| 2014-03-18 | [1.5] Check the number of tiles | Mathieu Malaterre | |
| 2014-03-18 | [1.5] Import patch from trunk to make test passes. Affects: ↵ | Mathieu Malaterre | |
| NR-DEC-2977.pdf.asan.67.2198.jp2-52-decode & NR-DEC-4149.pdf.SIGSEGV.cf7.3501.jp2-50-decode | |||
| 2014-03-18 | [1.5] Import portion of patch from issue 297 | Mathieu Malaterre | |
| Run test suite on new datasets Update issue 297 | |||
| 2014-03-17 | [1.5] Remove another set of simple warnings | Mathieu Malaterre | |
| 2014-03-17 | [1.5] Remove simple warning about C++ style comments | Mathieu Malaterre | |
| 2014-02-26 | [1.5] Import first patch (fixes.patch) from issue 249 to fix leaks on error ↵ | Mathieu Malaterre | |
| condition. Update issue 249 | |||
| 2014-02-25 | [1.5] Remove addition from r1702 this introduced a regression as seen in ↵ | Mathieu Malaterre | |
| issue 205 Fixes issue 205 | |||
| 2014-02-24 | [1.5] Remove some simple warnings | Mathieu Malaterre | |
| 2013-09-26 | [1.5] Import patch suggested in bug #241 | Mathieu Malaterre | |
| 2013-02-27 | [1.5] Rework #ifdef checks. We should check for _M_IX86 instead of ↵ | Mathieu Malaterre | |
| not(_M_X64). Thanks to Misha Ulyutin for report on ML | |||
| 2012-10-02 | [1.5] Build small internal tools to generate t1_luts.h | Mathieu Malaterre | |
| 2012-10-02 | [1.5] missing range check in j2k_read_coc et al. | Mathieu Malaterre | |
| Fixes issue 166 | |||
| 2012-10-02 | [1.5] division by zero in j2k_read_siz | Mathieu Malaterre | |
| Fixes issue 169 | |||
| 2012-10-02 | [1.5] int main() in t1_generate_luts.c breaks mplayer | Mathieu Malaterre | |
| Fixes issue 152 | |||
| 2012-10-01 | [1.5] jp2_read_boxhdr() can trigger random pointer memory access | Mathieu Malaterre | |
| Fixes issue 155 | |||
| 2012-09-10 | [1.5] Fix Heap-based buffer-overflow when decoding openjpeg image | Mathieu Malaterre | |
| Thanks to Huzaifa Sidhpurwala of Red Hat Security Response Team for dataset to reproduce the issue. Fixes issue 170 | |||
| 2012-09-10 | [1.5] Fix issue with str_length not being used. Rewrite code to prefer use ↵ | Mathieu Malaterre | |
| of vsnprintf to prevent potential buffer overflow. | |||
| 2012-09-10 | [1.5] remove extra trailing semicolon | Mathieu Malaterre | |
| 2012-08-24 | [1.5] COMP: Fix warnings identified by clang31 | Mathieu Malaterre | |
| openjpeg/libopenjpeg/tcd.c:1884 col 48: warning: comparison of unsigned expressi on < 0 is always false openjpeg/applications/codec/j2k_dump.c:362 col 29: warning: equality comparison with extraneous parentheses openjpeg/libopenjpeg/jpwl/jpwl_lib.c:680:19: warning: format specifies type 'int ' but the argument has type 'long long' [-Wformat] printf("Marker@%d: %X\n", cio_tell(cio) - 2, id); ~^ ~~~~~~~~~~~~~~~~~ %lld openjpeg/applications/jpip/libopenjpip/byte_manager.c:58:63: warning: format spe cifies type 'long' but the argument has type 'OPJ_OFF_T' (aka 'long long') [-Wfo rmat] fprintf( FCGI_stderr, "Error: error in fetch_bytes( %d, %ld, %lu)\n", fd, offset , size); Author: Hans Johnson <hans-johnson@uiowa.edu> | |||
| 2012-07-11 | [1.5] Fix compilation issue with Compiler Borland C++ v. 5.5 | Mathieu Malaterre | |
| Fixes issue 154 | |||
| 2012-07-11 | [1.5] Fix r1727 (Issue 156) to compile on compilers where false is not defined. | Mathieu Malaterre | |
| 2012-07-11 | [1.5] This fixes issues seen on PDF files | Mathieu Malaterre | |
| Fixes issue 156 | |||
| 2012-07-10 | [1.5] Fix heap buffer overflow | Mathieu Malaterre | |
| Enforce sanity checks on tile number and tile length, even when the (rather broken) USE_JPWL code isn't enabled. | |||
| 2012-05-29 | [1.5] jp2_read_boxhdr() call ignores return value | Mathieu Malaterre | |
| Fixes issue 91 | |||
| 2012-05-29 | [1.5] This commit hides symptoms of CVE-2009-5030 | Mathieu Malaterre | |
| As explained in issue 5, comment 1. This is an easy fix to avoid memory overrun. Update issue 5 Update issue 62 | |||
| 2012-05-29 | [1.5] Applying old patch from r1642, with further modification from ↵ | Mathieu Malaterre | |
| winfried. Also enable failing test. Everything seems to be working well now. Fixes issue 150 | |||
| 2012-05-29 | [1.5] Import r1669 from trunk over to 1.5 branch | Mathieu Malaterre | |
| 2012-05-29 | [1.5] Apply private patch from Alex Macfarlane Smith | Mathieu Malaterre | |
| This gets rids of a lot memory leaks when used on device with low memory | |||
| 2012-05-29 | [1.5] The two files in Issue145 have a precision < 8-bit: | Mathieu Malaterre | |
| therefore 'jp2_read_pclr' must be changed. j2k_to_image fails to create RGB/RGBA images with a precision < 8-bit: therefore 'imagetopng' must be changed. Update issue 145 | |||
| 2012-05-29 | [1.5] Fix autotools installation. Thanks to winfried for patch. | Mathieu Malaterre | |
| Update issue 149 | |||
| 2012-05-29 | [1.5] Fix compilation on FreeBSD. Thanks to rafael carre ↵ | Mathieu Malaterre | |
| (funman@videolan.org) for patch. Fixes issue 111 | |||
| 2012-05-21 | [1.5] Build fails on AIX | Mathieu Malaterre | |
| Fixes issue 139 | |||
| 2012-05-21 | [1.5] fix compilation warning about lrintf being implicit. | Mathieu Malaterre | |
| Fixes issue 144 | |||
| 2012-04-23 | [1.5] Revert r1642, as explained on ↵ | Mathieu Malaterre | |
| https://groups.google.com/group/openjpeg/msg/77a67fef94a0309b | |||
| 2012-04-23 | [1.5] Integrate patch from winfried posted on the mailing list. See here for ↵ | Mathieu Malaterre | |
| more info: https://groups.google.com/group/openjpeg/msg/1bbf7ae7ddee3a51 | |||
| 2012-04-23 | [1.5] Integrate patch from winfried posted on the mailing list. See here for ↵ | Mathieu Malaterre | |
| more info: https://groups.google.com/group/openjpeg/msg/7e30b6e288ad5908 | |||
| 2012-04-18 | [1.5] fix compilation warnings on windows box | Mathieu Malaterre | |
| 2012-04-16 | [1.5] debian tools detected a missing link to math lib | Mathieu Malaterre | |
| 2012-03-02 | [1.5] Set from DOS eol to UNIX eol | Mathieu Malaterre | |
| 2012-03-02 | [1.5] Sync with trunk and remove uneeded include headers | Mathieu Malaterre | |
| 2012-03-01 | [1.5] Fix a warning about comparison of ulong >= 0. Thanks to winfried for ↵ | Mathieu Malaterre | |
| report. | |||
| 2012-03-01 | [1.5] Fix JPWL's DLL installation. Thanks to winfried for report. | Mathieu Malaterre | |
| 2012-02-28 | allow finer-grain control of header location via OPENJPEG_INSTALL_INCLUDE_DIR | Rex Dieter | |
| 2012-02-10 | [1.5] revert r1399 and r1400 | Antonin Descampe | |
| 2012-02-10 | make openjpeg.h header symlink to match autotools | Rex Dieter | |
| 2012-01-23 | [1.5] fix issue #104 | Antonin Descampe | |
| 2012-01-20 | Make r1330 more robust. Display more info. | Mathieu Malaterre | |
| 2012-01-20 | Fix: MSVR-11-117 - Vulnerability Report. | Mathieu Malaterre | |
| 2012-01-11 | BUG: 4 Apply patch from stefan. | Mathieu Malaterre | |
