summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-07fixup! Try to build with AVX2.floating_point_irreversible_encodingCarl Hetherington
2020-06-07Try to build with AVX2.Carl Hetherington
2020-06-07Add cscript.Carl Hetherington
2020-05-24T1 encoder: speed-up by aggressive inlining and more cache friendly data orga...Even Rouault
2020-05-23Forward DWT 9-7: major speed up by vectorizing vertical passEven Rouault
2020-05-23Forward DWT 5-3: major speed up by vectorizing vertical passEven Rouault
2020-05-22Forward DWT: small code refactoring to allow future improvements for the vert...Even Rouault
2020-05-22dwt.c: remove unused typedefEven Rouault
2020-05-22Forward DWT 5x3: performance improvements in horizontal pass, and modest in v...Even Rouault
2020-05-22Forward DWT: small code refactoring to allow future improvements for the hori...Even Rouault
2020-05-21Speed-up 9x7 IDWD by ~30% with OPJ_NUM_THREADS=2Even Rouault
2020-05-21Remove useless + 5U margin in opj_dwt_decode_tile_97()Even Rouault
2020-05-21Speed-up 9x7 IDWD by ~20%Even Rouault
2020-05-20bench_dwt.c: add a -I switch to test irreversible FWDT/IDWTEven Rouault
2020-05-20Irreversible decoding: partially revert previous commit, to fix failures in t...Even Rouault
2020-05-20Irreversible compression/decompression DWT: use 1/K constant as per standardEven Rouault
2020-05-20Irreversible decoding: align code more closely to the standard by avoid messi...Even Rouault
2020-05-20opj_dwt_encode_1_real(): avoid many bound comparisons, similarly to decoding ...Even Rouault
2020-05-20opj_j2k_setup_encoder(): add validation of tile width and height to avoid pot...Even Rouault
2020-05-20opj_mct_encode_real(): add SSE optimizationEven Rouault
2020-05-20Testing: revise testing of lossy encoding by comparing PEAK and MSE with orig...Even Rouault
2020-05-20compare_images.c: code reformattingEven Rouault
2020-05-20tcd.c: add commentEven Rouault
2020-05-20Encoder: use floating-point operations for irreversible transformationEven Rouault
2020-05-20dwt.c: change sign of constants to match standard and compensate (no function...Even Rouault
2020-05-20Add multithreaded support in the DWT encoder.Even Rouault
2020-05-20Add multithreading support in the T1 (entropy phase) encoderEven Rouault
2020-05-20Merge pull request #1246 from rouault/write_pltEven Rouault
2020-04-21Add support for generation of PLT markers in encoderEven Rouault
2020-04-18struct opj_j2k: remove unused fields, and add some documentationEven Rouault
2020-04-17Merge pull request #1244 from rouault/fix_pi_warningsEven Rouault
2020-04-17color_apply_icc_profile: add checks on the number of components (#1236)szukw000
2020-04-17jp3d/jpwl/mj2/jpip: Fix resource leaks (#1226)Eduardo Barretto
2020-04-16Fix warnings about signed/unsigned casts in pi.cEven Rouault
2020-04-16Rename mis-named function opj_tcd_get_encoded_tile_size() to opj_tcd_get_enco...Even Rouault
2020-04-01Merge pull request #1240 from rouault/fix_crash_opj_decompressEven Rouault
2020-04-01opj_decompress: add sanity checks to avoid segfault in case of decoding errorEven Rouault
2020-02-13opj_compress: improve help message regarding new IMF switchEven Rouault
2020-02-13Merge pull request #1235 from rouault/imfEven Rouault
2020-02-12Implement writing of IMF profilesEven Rouault
2020-02-12openjpeg.h: fix values of OPJ_PROFILE_IMF_ constantsEven Rouault
2020-02-10Merge pull request #1234 from rouault/md5_libtiff_4_1Even Rouault
2020-02-07tests: add alternate checksums for libtiff 4.1Even Rouault
2020-01-30Merge pull request #1232 from rouault/fix_1231Even Rouault
2020-01-30opj_tcd_init_tile(): avoid integer overflowEven Rouault
2020-01-13tests/fuzzers: link fuzz binaries using $LIB_FUZZING_ENGINE. (#1230)Max Moroz
2020-01-11Merge pull request #1229 from rouault/fix_1228Even Rouault
2020-01-11opj_j2k_update_image_dimensions(): reject images whose coordinates are beyond...Even Rouault
2019-11-17Merge pull request #1217 from rouault/fix_ossfuzz_18979Even Rouault
2019-11-17JPWL: convert: Fix buffer overflow reading an image file less than four chara...Robert Ancell