| Age | Commit message (Expand) | Author |
| 2017-07-26 | Avoid division by zero in opj_pi_next_rpcl, opj_pi_next_pcrl, opj_pi_next_cpr... | Even Rouault |
| 2017-07-26 | Avoid index out of bounds access to pi->include[] (#938) | Even Rouault |
| 2017-07-26 | Avoid division by zero in opj_pi_next_rpcl, opj_pi_next_pcrl and opj_pi_next_... | Even Rouault |
| 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 str... | Even Rouault |
| 2017-07-03 | opj_j2k_read_header_procedure(): validate marker size to avoid excessive memo... | Even Rouault |
| 2017-07-03 | Merge pull request #954 from jeroen/static | Even Rouault |
| 2017-06-30 | IDWT 5x3: fix bug in AVX2 implementation (#953, #957) | Even Rouault |
| 2017-06-26 | Merge pull request #957 from rouault/idwt_53_improvements | 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 | IDWT 5x3: generalize SSE2 version for AVX2 | Even Rouault |
| 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 |
| 2017-06-20 | Add bench_dwt program (compiled only if BUILD_BENCH_DWT=ON) | Even Rouault |
| 2017-06-17 | Remove OPJ_NOSANITIZE in opj_bio_read() and opj_bio_write() (#761) | Even Rouault |
| 2017-06-17 | Fix astyle issue | Even Rouault |
| 2017-06-17 | Fix warnings with recent GCC versions | Even Rouault |
| 2017-06-16 | only build both static and dynamic on non-windows | Jeroen Ooms |
| 2017-06-16 | build both shared and static library | Jeroen Ooms |
| 2017-06-13 | Merge branch 't1_flag_optimizations' | Even Rouault |
| 2017-06-12 | Packet header writing: set empty packet header bit to 0 when appropriate (sma...fix_bypass_pterm_termall_and_lossless_decomposition_issue | Even Rouault |
| 2017-06-12 | Encoder: fix packet writing of empty sub-bands (#891, #892) | Even Rouault |
| 2017-06-09 | T1: fix BYPASS/LAZY, TERMALL/RESTART and PTERM/ERTERM encoding modes. (#674)fix_bypass_pterm_termall | Even Rouault |
| 2017-06-02 | opj_t1_dec_sigpass_raw/opj_t1_dec_refpass_raw: harmonize style with mqc methods | Even Rouault |
| 2017-06-02 | MQC/RAW decoder: use an artificial 0xFF 0xFF terminating marker. | Even Rouault |
| 2017-06-02 | Fix documentation of opj_t1_decode_cblks() | Even Rouault |
| 2017-06-02 | Simplify VSC handling: instead of masking out bits when reading the 4th row. | Even Rouault |
| 2017-06-02 | Force inlining of mqc decoding and pass steps through heavy use of macros, so... | Even Rouault |
| 2017-06-02 | t1_generate_luts.c: fix compiler warnings | Even Rouault |
| 2017-06-02 | Optimize opj_t1_update_flags() | Even Rouault |
| 2017-06-02 | T1: remove use of neghalf variable. It is useless since bpno is always > 0 | Even Rouault |
| 2017-06-02 | T1: avoid pointer indirection for mqc and raw members of opj_t1_t | Even Rouault |
| 2017-06-02 | T1: remove flags_stride variable from opj_t1_t | Even Rouault |
| 2017-06-02 | Inline opj_raw_decode() | Even Rouault |
| 2017-06-02 | T1: loop unrolling in dec_sigpass_raw and dec_refpass_raw | Even Rouault |
| 2017-06-02 | T1: Transpose coder optimizations to decoder, and cleanup code | Even Rouault |
| 2017-05-23 | Fix compiler warnings | Even Rouault |
| 2017-05-23 | Factor index computation for lut_enc_ctxno_sc and lut_enc_spb | Even Rouault |
| 2017-05-23 | Optimize a bit opj_t1_enc_clnpass() | Even Rouault |
| 2017-05-23 | T1: remove unused code in decoder | Even Rouault |
| 2017-05-23 | T1: fix VSC mode in encoder | Even Rouault |
| 2017-05-23 | T1: use more compact flags to optimize cache usage in encoder passes. (#172) | Even Rouault |
| 2017-05-23 | CMake: add stronger warnings for openjp2 lib/bin by default, and error out on... | Even Rouault |
| 2017-05-23 | t1.c: fix compiler warnings | Even Rouault |
| 2017-05-15 | MQC: remove disabled MQC_PERF_OPT mode, which brings no performance improveme... | Even Rouault |
| 2017-05-15 | Add comments about non successfull attempt of implementing alternate INITDEC,... | Even Rouault |
| 2017-05-15 | Reformat: apply reformattin on .h files (#128) | Even Rouault |