| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-06 | Remove some assert()s which, strangely, seem to slow things down even in ↵opt | Carl Hetherington | |
| release mode. | |||
| 2019-12-03 | Add some more errno to debug 'failed to start J2K encoding' | Carl Hetherington | |
| 2019-12-03 | Fix deprecated cscript bits. | Carl Hetherington | |
| 2019-12-03 | Revert "Packet header writing: set empty packet header bit to 0 when ↵ | Carl Hetherington | |
| appropriate (small optimization)" This reverts commit 2609fb8077125b5b31f1bcc2f98c12ff1e6572d7. I am testing this reversion to see if it fixes problems with DCP playback on various systems (DCP-o-matic bug #1136). | |||
| 2019-12-03 | Fix from Aaron to match v1's threshold value. | Carl Hetherington | |
| 2019-12-03 | use tolerance to bail out early from rate control : much faster | Aaron Boxer | |
| 2019-12-03 | Add some error codes to debug failure in opj_j2k_start_compress. | Carl Hetherington | |
| 2019-12-03 | Compile with -fPIC so we can build shared libdcp with static openjp2. | Carl Hetherington | |
| 2019-12-03 | Add cscript | Carl Hetherington | |
| 2017-09-01 | opj_tcd_rateallocate(): make sure to use all passes for a lossless layer (#1009) | Even Rouault | |
| And save a useless loop, which should be a tiny faster. | |||
| 2017-09-01 | opj_j2k_setup_encoder(): emit warnings if tcp_rates are not decreasing or ↵ | Even Rouault | |
| tcp_distoratio are not increasing (#1009) | |||
| 2017-09-01 | opj_j2k_setup_encoder(): avoid potential int overflow in computations ↵ | Even Rouault | |
| related to max_cs_size | |||
| 2017-09-01 | opj_compress help: revert 32572617765cb9d77302384653a48d793b8f657f and ↵ | Even Rouault | |
| indicate 1 again as being the value to get lossless for -r. In opj_j2k_setup_encoder(), make sure that ll rates[] <= 1.0 are set to 0. Document 0 as being lossless for -q / tcp_distoratio (#1009) | |||
| 2017-09-01 | opj_compress help: indicate 0 value, instead of 1, for -r parameter to get ↵ | Even Rouault | |
| lossless encoding (#1009) | |||
| 2017-09-01 | Fix undefined shift behaviour in opj_dwt_is_whole_tile_decoding(). Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3255. Credit to OSS Fuzz | |||
| 2017-08-29 | Use IDWT whole tile decoding if the area of interest equals to the image ↵ | Even Rouault | |
| bounds, taking into account the reduced resolution factor | |||
| 2017-08-28 | Add test for fix of a55c024fc6b917a409b85aeafd7326421c4aea34 | Even Rouault | |
| 2017-08-28 | Subtile decoding: fix overflows in subband coordinate computation that cause ↵ | Even Rouault | |
| later buffer overflow. Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3115. Credit to OSS Fuzz. master only | |||
| 2017-08-28 | Make opj_set_decode_area() and opj_decode() take into account ↵ | Even Rouault | |
| opj_set_decoded_resolution_factor() (#1006, affect API use) * Better document usage of opj_set_decode_area(), ie expecting coordinates in full resolution/reference grid even if requesting at a lower resolution factor * Make sure that image->comps[].factor is set by opj_set_decode_area() and opj_decode() from the value specified in opj_set_decoded_resolution_factor() * opj_decompress: add 2 environmenet variables to test alternate ways of using the API, namely USE_OPJ_SET_DECODED_RESOLUTION_FACTOR=YES to use opj_set_decoded_resolution_factor() instead of parameters.cp_reduce, and SKIP_OPJ_SET_DECODE_AREA=YES to not call opj_set_decode_area() if -d is not specified. | |||
| 2017-08-24 | Another cleanup in knownfailures-* files | Even Rouault | |
| 2017-08-24 | Remove test steps from specialized knownfailures- that are already in ↵ | Even Rouault | |
| knownfailures-all.txt | |||
| 2017-08-24 | issue104_jpxstream.jp2 decompresses just fine (and like Kakadu). Update ↵ | Even Rouault | |
| md5refs.txt and remove from knownfailures | |||
| 2017-08-24 | Remove broken.jpc test from known failures, by avoiding too long processing time | Even Rouault | |
| 2017-08-24 | imagetopgx(): improve performance in 8 bit case (relates to broken.jpc test ↵ | Even Rouault | |
| case) | |||
| 2017-08-24 | Remove -NR-DEC-p1_06.j2k-156-decode and NR-DEC-p1_06.j2k-164-decode from ↵ | Even Rouault | |
| knownfailures and make them explicit failures. The result images are empty at the requested resolution | |||
| 2017-08-23 | opj_dwt_decode_partial_97(): perf improvement: limit copy of coefficients at ↵ | Even Rouault | |
| end of horizontal pass to actual range of interest | |||
| 2017-08-21 | test_tile_encoder: fix checks on argc | Even Rouault | |
| 2017-08-21 | j2k.c: fix comment, and remove FIXME | Even Rouault | |
| 2017-08-21 | Add comment | Even Rouault | |
| 2017-08-21 | Merge pull request #1001 from rouault/subtile_decoding_stage2 | Even Rouault | |
| Subtile decoding: only apply IDWT on areas that participate to the window of interest | |||
| 2017-08-21 | Add comments for filter_width values | Even Rouault | |
| 2017-08-20 | Subtile decoding: only do 9x7 IDWT computations on relevant areas of ↵ | Even Rouault | |
| tile-component buffer. | |||
| 2017-08-19 | pgxtoimage(): avoid excessive memory allocation attempt (#999) | Even Rouault | |
| 2017-08-18 | Subtile decoding: only do 5x3 IDWT computations on relevant areas of ↵ | Even Rouault | |
| tile-component buffer. This lowers 'bin/opj_decompress -i ../MAPA.jp2 -o out.tif -d 0,0,256,256' down to 0.860s | |||
| 2017-08-18 | pgxtoimage(): fix write stack buffer overflow (#997) | Even Rouault | |
| 2017-08-18 | test_decode_area: fix to make it work with odd image dimensions | Even Rouault | |
| 2017-08-18 | bmp_read_rle8_data(): avoid potential infinite loop (#996) | Even Rouault | |
| 2017-08-17 | opj_j2k_update_rates(): grow tile size buffer for some situations | Even Rouault | |
| 2017-08-17 | Zero-initialize tile buffer regions of skipped code-blocks, so as to make ↵ | Even Rouault | |
| Valgrind happy | |||
| 2017-08-17 | Sub-tile decoding: only decode precincts and codeblocks that intersect the ↵ | Even Rouault | |
| window specified in opj_set_decode_area() | |||
| 2017-08-17 | Fix -Wconversion warning | Even Rouault | |
| 2017-08-17 | bench_dwt.c: fix signedness related warnings | Even Rouault | |
| 2017-08-17 | convert.c: fix recently introduced -Wsign-conversion warnings | Even Rouault | |
| 2017-08-17 | opj_getopt_long(): avoid infinite loop on invalid or missing value for an ↵ | Even Rouault | |
| option (#736) | |||
| 2017-08-17 | opj_decompress_fuzzer.cpp: reject images with too big tiles. Fixes ↵ | Even Rouault | |
| https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=2918. Credit to OSS Fuzz | |||
| 2017-08-17 | tgatoimage(): avoid excessive memory allocation attempt, and fixes unaligned ↵ | Even Rouault | |
| load (#995) | |||
| 2017-08-17 | Avoid asserting on assert(i == pcol) in opj_jp2_apply_pclr() by adding new ↵ | Even Rouault | |
| check in opj_jp2_check_color(). Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=3068. Credit to OSS Fuzz | |||
| 2017-08-16 | opj_t1_encode_cblk(): avoid uint32 overflow when numbps = 0 (which is well ↵ | Even Rouault | |
| defined behaviour, and is properly handled here, but better avoid it to detect real issues) | |||
| 2017-08-16 | Fix build issue of JPWL by adding opj_image_data_alloc() and ↵ | Even Rouault | |
| opj_image_data_free() to src/lib/openmj2 (#994) | |||
| 2017-08-16 | opj_t2_encode_packet(): fix potential write heap buffer overflow (#992) | Even Rouault | |
