| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-07-28 | opj_tcd_dc_level_shift_decode(): avoid int overflow. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2516. Credit to OSS Fuzz | |||
| 2017-07-28 | Fix null pointer dereference in opj_jp2_apply_pclr(). Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2558. Credit to OSS Fuzz | |||
| 2017-07-28 | Fix null pointer dereference in opj_j2k_add_mct() (#895) | Even Rouault | |
| Fixes openjeg-crashes-2017-07-27/issue879-poc1.j2k of #895 | |||
| 2017-07-28 | Avoid use-after-free when a MCT marker is found after a MCC one (#895) | Even Rouault | |
| Fixes openjeg-crashes-2017-07-27/issue880-poc2.j2k of #895 | |||
| 2017-07-27 | Avoid undefined shift behaviour if bit depth == 32 (#895) | Even Rouault | |
| Fixes openjeg-crashes-2017-07-27/id:000000,sig:11,src:003798,op:ext_AO,pos:128.jp2 | |||
| 2017-07-27 | opj_j2k_update_image_data / opj_tcd_update_tile_data: fix unaligned ↵ | Even Rouault | |
| load/store (#895) When components don't have the same width, unaligned load/store are possible. Fixes openjeg-crashes-2017-07-27/id:000000,sig:11,src:001342,op:flip4,pos:162.jp2 of #895 | |||
| 2017-07-27 | opj_pi_next_rpcl / opj_pi_next_pcrl / opj_pi_next_cprl: avoid int overflow ↵ | Even Rouault | |
| (#895) Fixes int overflow on openjeg-crashes-2017-07-27/id:000000,sig:08,src:000879,op:flip2,pos:128.jp2 | |||
| 2017-07-27 | opj_jp2_check_color(): replace assertion regarding mtyp by runtime check ↵ | Even Rouault | |
| (#672, #895) Fixes test case openjeg-crashes-2017-07-27/id:000000,sig:06,src:000001,op:flip1,pos:808.jp2 of #895 | |||
| 2017-07-27 | Avoids undefined shift behaviour in m_dc_level_shift computation | Even Rouault | |
| Fixes warning found on clusterfuzz-testcase-minimized-5146316340461568 https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2495 Credit to OSS Fuzz | |||
| 2017-07-26 | Fix various undefined shift behaviour in pi.c | Even Rouault | |
| Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2496 Credit to OSS Fuzz | |||
| 2017-07-26 | Avoid potential undefined shift behaviour in opj_bio_read() from ↵ | Even Rouault | |
| opj_t2_read_packet_header() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2485 Credit to OSS Fuzz | |||
| 2017-07-26 | Merge pull request #800 from ↵ | Even Rouault | |
| rouault/tier1_optimizations_multithreading_pterm_check Implement predictive termination check | |||
| 2017-07-26 | T1 decoder: check code stream errors when predictable termination is enabled ↵ | Even Rouault | |
| and emit a warning when errors are found | |||
| 2017-07-26 | Spelling fixes (patch by ka7, #890, rebased on top of master) | Even Rouault | |
| 2017-07-26 | Reformat src/bin/wx/OPJViewer/source/OPJThreads.cpp ↵ | Even Rouault | |
| src/bin/wx/OPJViewer/source/imagjpeg2000.cpp wrapping/java/openjp2/JavaOpenJPEG.c | |||
| 2017-07-26 | opj_decompress: fix null pointer dereference on comps[].data on ↵ | Even Rouault | |
| id_000167,sig_11,src_006079,op_havoc,rep_4 (#939) | |||
| 2017-07-26 | Fix assertion / memory leak in opj_j2k_merge_ppt() on corrupted images (#939) | Even Rouault | |
| Fixes issue on id:000020,sig:06,src:001958,op:flip4,pos:149 that has two SOT markers for the same tile with the same tile part number, causing opj_j2k_merge_ppt() to be called several times. | |||
| 2017-07-26 | Avoid division by zero in opj_pi_next_rpcl, opj_pi_next_pcrl, ↵ | Even Rouault | |
| opj_pi_next_cprl (#938) Fixes crash on id_000004,sig_06,src_000679,op_arith8,pos_49,val_-17 | |||
| 2017-07-26 | Avoid index out of bounds access to pi->include[] (#938) | Even Rouault | |
| Fix id:000098,sig:11,src:005411,op:havoc,rep:2 test case | |||
| 2017-07-26 | Avoid division by zero in opj_pi_next_rpcl, opj_pi_next_pcrl and ↵ | Even Rouault | |
| opj_pi_next_cprl (#938) Fixes issues with id:000026,sig:08,src:002419,op:int32,pos:60,val:+32 and id:000019,sig:08,src:001098,op:flip1,pos:49 | |||
| 2017-07-13 | Merge pull request #969 from jeroen/staticlibs | Even Rouault | |
| install static libraries | |||
| 2017-07-13 | install static libraries | Jeroen | |
| 2017-07-06 | Comment fix | Even Rouault | |
| 2017-07-05 | Remove unused m_DA_x0, m_DA_y0, m_DA_x1, m_DA_y1 members from opj_j2k_dec ↵ | Even Rouault | |
| structure | |||
| 2017-07-03 | Add tests/fuzzers for OSS Fuzz (#965) | Even Rouault | |
| 2017-07-03 | opj_j2k_read_header_procedure(): validate marker size to avoid excessive ↵ | Even Rouault | |
| memory allocation attempt | |||
| 2017-07-03 | Merge pull request #954 from jeroen/static | Even Rouault | |
| build both shared and static library | |||
| 2017-07-01 | Merge pull request #964 from rouault/remove_useless_knownfailures | Even Rouault | |
| Remove useless knownfailures (since LAZY encoding is fixed) | |||
| 2017-07-01 | Merge pull request #963 from rouault/travis_avx2 | Even Rouault | |
| Enable AVX2 at runtime on Travis-CI and AppVeyor | |||
| 2017-07-01 | Add ↵ | Even Rouault | |
| tools/travis-ci/knownfailures-Ubuntu14.04-clang3.8.0-x86_64-Release-3rdP.txt (copied from knownfailures-Ubuntu12.04-clang3.9.0-x86_64-Release-3rdP.txt) | |||
| 2017-07-01 | appveyor.yml: add a /arch:AVX2 config on Windows | Even Rouault | |
| Try running the tests if the CPU supports AVX2. | |||
| 2017-07-01 | Remove useless knownfailures (since LAZY encoding is fixed) | Even Rouault | |
| 2017-07-01 | .travis.yml: try to run tests in -mavx2 mode if the CPU supports it | Even Rouault | |
| And modify settings so as to hae a AVX2 compatible CPU | |||
| 2017-06-30 | IDWT 5x3: fix bug in AVX2 implementation (#953, #957) | Even Rouault | |
| 2017-06-26 | INSTALL.md: add section discussing how to enable CPU specific optimizations | Even Rouault | |
| 2017-06-26 | Merge pull request #957 from rouault/idwt_53_improvements | Even Rouault | |
| IDWT 5x3 single-pass lifting and SSE2/AVX2 implementation | |||
| 2017-06-21 | Style fix | Even Rouault | |
| 2017-06-21 | Fix mingw related warnings | Even Rouault | |
| 2017-06-21 | Fix clang warning about extraneous parentheses | Even Rouault | |
| 2017-06-21 | .travis.yml: add a configuration to test compilation of AVX2 (but disable ↵ | Even Rouault | |
| tests since Travis doesn't have AVX2 compatible machines) | |||
| 2017-06-21 | IDWT 5x3: generalize SSE2 version for AVX2 | Even Rouault | |
| Thanks to our macros that abstract SSE use, the functions can use AVX2 when available (at compile time) This brings an extra 23% speed improvement on bench_dwt in 64bit builds with AVX2 compared to SSE2. | |||
| 2017-06-21 | dwt.c: small cleanup | Even Rouault | |
| 2017-06-20 | Enable __SSE__ / __SSE2__ with Visual Studio | Even Rouault | |
| 2017-06-20 | Improve performance of inverse DWT 5x3 (#953) | Even Rouault | |
| * Use single-pass lifting inverse wavelet transform. * For vertical pass, use SSE2 when available so as to process 8 columns in parallel. This is the most beneficial improvement, since the vertical pass involves a lot of cache trashing. With the bench_dwt utility with default arguments (16383x16383 image), time goes from 4.064 s to 1.212 s. | |||
| 2017-06-20 | Add bench_dwt program (compiled only if BUILD_BENCH_DWT=ON) | Even Rouault | |
| 2017-06-18 | Merge pull request #955 from rouault/remove_opj_nosanitize | Even Rouault | |
| Remove OPJ_NOSANITIZE in opj_bio_read() and opj_bio_write() (#761) | |||
| 2017-06-17 | Remove OPJ_NOSANITIZE in opj_bio_read() and opj_bio_write() (#761) | Even Rouault | |
| Commit 29313eb5 introduced those flags to avoid issues with -fsanitize=unsigned-integer-overflow However it is better just to rewrite the loop to avoid such condition to occur. | |||
| 2017-06-17 | Fix astyle issue | Even Rouault | |
| 2017-06-17 | Fix warning about unused arguments | Even Rouault | |
| 2017-06-17 | Fix warnings with recent GCC versions | Even Rouault | |
