2017-07-29 |
Even Rouault | imagetopnm(): make sure the alpha component has same... |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Even Rouault | opj_t1_decode_cblk(): avoid undefined shift behaviour... |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Even Rouault | opj_t1_clbl_decode_processor(): avoid undefined behavio... |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Even Rouault | Avoid assertion in opj_j2k_merge_ppt() in case prematur... |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Even Rouault | opj_pi_next_pcrl(): avoid undefined shift behaviour... |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Even Rouault | opj_int_ceildiv(): fix int32 overflow. Fixes https... |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Even Rouault | opj_tcd_dc_level_shift_decode(): avoid int overflow... |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Even Rouault | Fix null pointer dereference in opj_jp2_apply_pclr... |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Even Rouault | Fix null pointer dereference in opj_j2k_add_mct() ... |
commit | commitdiff | tree | snapshot |
2017-07-28 |
Even Rouault | Avoid use-after-free when a MCT marker is found after... |
commit | commitdiff | tree | snapshot |
2017-07-27 |
Even Rouault | Avoid undefined shift behaviour if bit depth == 32... |
commit | commitdiff | tree | snapshot |
2017-07-27 |
Even Rouault | opj_j2k_update_image_data / opj_tcd_update_tile_data... |
commit | commitdiff | tree | snapshot |
2017-07-27 |
Even Rouault | opj_pi_next_rpcl / opj_pi_next_pcrl / opj_pi_next_cprl... |
commit | commitdiff | tree | snapshot |
2017-07-27 |
Even Rouault | opj_jp2_check_color(): replace assertion regarding... |
commit | commitdiff | tree | snapshot |
2017-07-27 |
Even Rouault | Avoids undefined shift behaviour in m_dc_level_shift... |
commit | commitdiff | tree | snapshot |
2017-07-26 |
Even Rouault | Fix various undefined shift behaviour in pi.c |
commit | commitdiff | tree | snapshot |
2017-07-26 |
Even Rouault | Avoid potential undefined shift behaviour in opj_bio_re... |
commit | commitdiff | tree | snapshot |
2017-07-26 |
Even Rouault | Merge pull request #800 from rouault/tier1_optimization... |
commit | commitdiff | tree | snapshot |
2017-07-26 |
Even Rouault | T1 decoder: check code stream errors when predictable... |
commit | commitdiff | tree | snapshot |
2017-07-26 |
Even Rouault | Spelling fixes (patch by ka7, #890, rebased on top... |
commit | commitdiff | tree | snapshot |
2017-07-26 |
Even Rouault | Reformat src/bin/wx/OPJViewer/source/OPJThreads.cpp... |
commit | commitdiff | tree | snapshot |
2017-07-26 |
Even Rouault | opj_decompress: fix null pointer dereference on comps... |
commit | commitdiff | tree | snapshot |
2017-07-26 |
Even Rouault | Fix assertion / memory leak in opj_j2k_merge_ppt()... |
commit | commitdiff | tree | snapshot |
2017-07-26 |
Even Rouault | Avoid division by zero in opj_pi_next_rpcl, opj_pi_next... |
commit | commitdiff | tree | snapshot |
2017-07-26 |
Even Rouault | Avoid index out of bounds access to pi->include[] ... |
commit | commitdiff | tree | snapshot |
2017-07-26 |
Even Rouault | Avoid division by zero in opj_pi_next_rpcl, opj_pi_next... |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Even Rouault | Merge pull request #969 from jeroen/staticlibs |
commit | commitdiff | tree | snapshot |
2017-07-13 |
Jeroen | install static libraries |
commit | commitdiff | tree | snapshot |
2017-07-06 |
Even Rouault | Comment fix |
commit | commitdiff | tree | snapshot |
2017-07-05 |
Even Rouault | Remove unused m_DA_x0, m_DA_y0, m_DA_x1, m_DA_y1 member... |
commit | commitdiff | tree | snapshot |
2017-07-03 |
Even Rouault | Add tests/fuzzers for OSS Fuzz (#965) |
commit | commitdiff | tree | snapshot |
2017-07-03 |
Even Rouault | opj_j2k_read_header_procedure(): validate marker size... |
commit | commitdiff | tree | snapshot |
2017-07-03 |
Even Rouault | Merge pull request #954 from jeroen/static |
commit | commitdiff | tree | snapshot |
2017-07-01 |
Even Rouault | Merge pull request #964 from rouault/remove_useless_kno... |
commit | commitdiff | tree | snapshot |
2017-07-01 |
Even Rouault | Merge pull request #963 from rouault/travis_avx2 |
commit | commitdiff | tree | snapshot |
2017-07-01 |
Even Rouault | Add tools/travis-ci/knownfailures-Ubuntu14.04-clang3... |
commit | commitdiff | tree | snapshot |
2017-07-01 |
Even Rouault | appveyor.yml: add a /arch:AVX2 config on Windows |
commit | commitdiff | tree | snapshot |
2017-07-01 |
Even Rouault | Remove useless knownfailures (since LAZY encoding is... |
commit | commitdiff | tree | snapshot |
2017-07-01 |
Even Rouault | .travis.yml: try to run tests in -mavx2 mode if the... |
commit | commitdiff | tree | snapshot |
2017-06-29 |
Even Rouault | IDWT 5x3: fix bug in AVX2 implementation (#953, #957) |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Even Rouault | INSTALL.md: add section discussing how to enable CPU... |
commit | commitdiff | tree | snapshot |
2017-06-26 |
Even Rouault | Merge pull request #957 from rouault/idwt_53_improvements |
commit | commitdiff | tree | snapshot |
2017-06-21 |
Even Rouault | Style fix |
commit | commitdiff | tree | snapshot |
2017-06-21 |
Even Rouault | Fix mingw related warnings |
commit | commitdiff | tree | snapshot |
2017-06-21 |
Even Rouault | Fix clang warning about extraneous parentheses |
commit | commitdiff | tree | snapshot |
2017-06-21 |
Even Rouault | .travis.yml: add a configuration to test compilation... |
commit | commitdiff | tree | snapshot |
2017-06-21 |
Even Rouault | IDWT 5x3: generalize SSE2 version for AVX2 |
commit | commitdiff | tree | snapshot |
2017-06-20 |
Even Rouault | dwt.c: small cleanup |
commit | commitdiff | tree | snapshot |
2017-06-20 |
Even Rouault | Enable __SSE__ / __SSE2__ with Visual Studio |
commit | commitdiff | tree | snapshot |
2017-06-20 |
Even Rouault | Improve performance of inverse DWT 5x3 (#953) |
commit | commitdiff | tree | snapshot |
2017-06-20 |
Even Rouault | Add bench_dwt program (compiled only if BUILD_BENCH_DWT=ON) |
commit | commitdiff | tree | snapshot |
2017-06-17 |
Even Rouault | Merge pull request #955 from rouault/remove_opj_nosanitize |
commit | commitdiff | tree | snapshot |
2017-06-17 |
Even Rouault | Remove OPJ_NOSANITIZE in opj_bio_read() and opj_bio_wri... |
commit | commitdiff | tree | snapshot |
2017-06-17 |
Even Rouault | Fix astyle issue |
commit | commitdiff | tree | snapshot |
2017-06-17 |
Even Rouault | Fix warning about unused arguments |
commit | commitdiff | tree | snapshot |
2017-06-17 |
Even Rouault | Fix warnings with recent GCC versions |
commit | commitdiff | tree | snapshot |
2017-06-16 |
Jeroen Ooms | only build both static and dynamic on non-windows |
commit | commitdiff | tree | snapshot |
2017-06-16 |
Jeroen Ooms | build both shared and static library |
commit | commitdiff | tree | snapshot |
2017-06-14 |
Antonin Descampe | Merge pull request #928 from RussellMcOrmond/master |
commit | commitdiff | tree | snapshot |
2017-06-13 |
Even Rouault | Merge branch 't1_flag_optimizations' |
commit | commitdiff | tree | snapshot |
2017-06-12 |
Even Rouault | Packet header writing: set empty packet header bit... fix_bypass_pterm_termall_and_lossless_decomposition_issue |
commit | commitdiff | tree | snapshot |
2017-06-12 |
Even Rouault | Encoder: fix packet writing of empty sub-bands (#891... |
commit | commitdiff | tree | snapshot |
2017-06-09 |
Even Rouault | T1: fix BYPASS/LAZY, TERMALL/RESTART and PTERM/ERTERM... fix_bypass_pterm_termall |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Even Rouault | opj_t1_dec_sigpass_raw/opj_t1_dec_refpass_raw: harmoniz... |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Even Rouault | MQC/RAW decoder: use an artificial 0xFF 0xFF terminatin... |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Even Rouault | Fix documentation of opj_t1_decode_cblks() |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Even Rouault | Simplify VSC handling: instead of masking out bits... |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Even Rouault | Force inlining of mqc decoding and pass steps through... |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Even Rouault | t1_generate_luts.c: fix compiler warnings |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Even Rouault | Optimize opj_t1_update_flags() |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Even Rouault | T1: remove use of neghalf variable. It is useless since... |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Even Rouault | T1: avoid pointer indirection for mqc and raw members... |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Even Rouault | T1: remove flags_stride variable from opj_t1_t |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Even Rouault | Inline opj_raw_decode() |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Even Rouault | T1: loop unrolling in dec_sigpass_raw and dec_refpass_raw |
commit | commitdiff | tree | snapshot |
2017-06-02 |
Even Rouault | T1: Transpose coder optimizations to decoder, and clean... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Even Rouault | Fix compiler warnings |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Even Rouault | Factor index computation for lut_enc_ctxno_sc and lut_e... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Even Rouault | Optimize a bit opj_t1_enc_clnpass() |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Even Rouault | T1: remove unused code in decoder |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Even Rouault | T1: fix VSC mode in encoder |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Even Rouault | T1: use more compact flags to optimize cache usage... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Even Rouault | Merge pull request #936 from rouault/master_warnings |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Even Rouault | CMake: add stronger warnings for openjp2 lib/bin by... |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Even Rouault | Merge pull request #935 from rouault/add_compress_vsc_test |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Even Rouault | Tests: test opj_compress in VSC mode (related to #172) |
commit | commitdiff | tree | snapshot |
2017-05-23 |
Even Rouault | t1.c: fix compiler warnings |
commit | commitdiff | tree | snapshot |
2017-05-16 |
Russell McOrmond | Fixed formatting issues ASTYLE |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Russell McOrmond | Quiet mode for opj_decompress via -quiet long parameter. |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Even Rouault | MQC: remove disabled MQC_PERF_OPT mode, which brings... |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Even Rouault | Add comments about non successfull attempt of implement... |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Even Rouault | Merge pull request #926 from rouault/reformat_h_files |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Even Rouault | Reformat: apply reformattin on .h files (#128) |
commit | commitdiff | tree | snapshot |
2017-05-15 |
Even Rouault | Merge pull request #919 from rouault/reformat |
commit | commitdiff | tree | snapshot |
2017-05-11 |
Even Rouault | perf_test.py: implement -i option |
commit | commitdiff | tree | snapshot |
2017-05-11 |
Even Rouault | astyle.options: use non deprecated option name |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Even Rouault | Reformat whole codebase with astyle.options (#128) |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Even Rouault | Add mechanisms to reformant and check code style (... |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Even Rouault | Merge pull request #918 from rouault/profile |
commit | commitdiff | tree | snapshot |
2017-05-09 |
Even Rouault | Add profiling of CPU and memory usage (#912) |
commit | commitdiff | tree | snapshot |
next |