2017-08-07 |
Even Rouault | Decrease memory consumption for whole image single... |
commit | commitdiff | tree | snapshot |
2017-08-04 |
Even Rouault | opj_j2k_read_sot(): check current TPSot number regardin... |
commit | commitdiff | tree | snapshot |
2017-08-02 |
Antonin Descampe | Update abi-check to take into account new defaults... |
commit | commitdiff | tree | snapshot |
2017-08-02 |
Antonin Descampe | WIP: fix abi-check and automatic upload |
commit | commitdiff | tree | snapshot |
2017-07-31 |
Even Rouault | src/bin/jpwl/convert.c: add missing fclose() in error... |
commit | commitdiff | tree | snapshot |
2017-07-30 |
Even Rouault | src/lib/openjp2/*.h: use OPJ_ prefix for inclusion... |
commit | commitdiff | tree | snapshot |
2017-07-30 |
Even Rouault | opj_event_msg(): force zero termination of buffer |
commit | commitdiff | tree | snapshot |
2017-07-30 |
Even Rouault | Fix breakage of 22bf99ce0220811bfce1562ee61423cb0245b683 |
commit | commitdiff | tree | snapshot |
2017-07-30 |
Even Rouault | Test return value of opj_j2k_setup_decoding_tile()... |
commit | commitdiff | tree | snapshot |
2017-07-30 |
Even Rouault | Fix warnings in USE_JPIP compilation mode |
commit | commitdiff | tree | snapshot |
2017-07-30 |
Even Rouault | Avoid heap buffer overflow in function pnmtoimage of... |
commit | commitdiff | tree | snapshot |
2017-07-30 |
Even Rouault | Fix Doxygen warnings (patch derived from Winfried's... |
commit | commitdiff | tree | snapshot |
2017-07-30 |
Even Rouault | j2k.c: remove hardcoded constants related to m_state... |
commit | commitdiff | tree | snapshot |
2017-07-30 |
Even Rouault | Avoid p_stream->m_user_data_length >= (OPJ_UINT64)p_str... |
commit | commitdiff | tree | snapshot |
2017-07-30 |
Even Rouault | opj_j2k_set_decode_area: replace assertions by runtime... |
commit | commitdiff | tree | snapshot |
2017-07-30 |
Even Rouault | opj_tcd_dc_level_shift_decode: avoid int32 overflow... |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Even Rouault | src/bin/jpwl/convert.c: fix memleak (fix suggested... |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Even Rouault | Fix warnings in pi.c raised by VS11 analyze (#190) |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Even Rouault | Fix write heap buffer overflow in opj_mqc_byteout(... |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Even Rouault | opj_pi_update_decode_poc(): limit layno1 to the number... |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Even Rouault | opj_tcd_get_decoded_tile_size(): fix potential UINT32... |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Even Rouault | color_cielab_to_rgb(): reject images with components... |
commit | commitdiff | tree | snapshot |
2017-07-29 |
Even Rouault | Fix breakage of 2fa0fc61f2d546c8b67e7c5a9cbc61d98e1f7af... |
commit | commitdiff | tree | snapshot |
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 |
next |