6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump Java compatibility from 1.5 to 1.6 (#1263) More... over 3 years ago
Merge pull request #1276 from rouault/fix_1243 More... over 3 years ago
Encoder: avoid uint32 overflow when allocating memory for codestream buffer (fixes #1243) More... over 3 years ago
Merge pull request #1262 from rouault/fix_1261 More... almost 4 years ago
opj_decompress: fix double-free on input directory with mix of valid and invalid images (CVE-2020-15389) More... almost 4 years ago
Merge pull request #1260 from sebras/fix-issue-1259 More... almost 4 years ago
Merge pull request #1258 from sebras/fix-issue-1257 More... almost 4 years ago
Merge pull request #1256 from sebras/master More... almost 4 years ago
openjp2: Error out if failing to create Tier 1 handle. More... almost 4 years ago
openjp2: Plug memory leak when setting data as TLS fails. More... almost 4 years ago
openjp2: Plug image leak when failing to allocate codestream index. More... almost 4 years ago
Testing for invalid values of width, height, numcomps (#1254) More... almost 4 years ago
T1 encoder: speed-up by aggressive inlining and more cache friendly data organization More... almost 4 years ago
Forward DWT 9-7: major speed up by vectorizing vertical pass More... almost 4 years ago
Forward DWT 5-3: major speed up by vectorizing vertical pass More... almost 4 years ago
Forward DWT: small code refactoring to allow future improvements for the vertical pass More... almost 4 years ago
dwt.c: remove unused typedef More... almost 4 years ago
Forward DWT 5x3: performance improvements in horizontal pass, and modest in vertical pass More... almost 4 years ago
Forward DWT: small code refactoring to allow future improvements for the horizontal pass More... almost 4 years ago
Speed-up 9x7 IDWD by ~30% with OPJ_NUM_THREADS=2 More... almost 4 years ago
Remove useless + 5U margin in opj_dwt_decode_tile_97() More... almost 4 years ago
Speed-up 9x7 IDWD by ~20% More... almost 4 years ago
bench_dwt.c: add a -I switch to test irreversible FWDT/IDWT More... almost 4 years ago
Merge pull request #1211 from sebras/master More... almost 4 years ago
Merge pull request #1246 from rouault/write_plt More... almost 4 years ago
Irreversible decoding: partially revert previous commit, to fix failures in test suite More... almost 4 years ago
Irreversible compression/decompression DWT: use 1/K constant as per standard More... almost 4 years ago
Irreversible decoding: align code more closely to the standard by avoid messing up with stepsize (no functional change) More... almost 4 years ago
opj_dwt_encode_1_real(): avoid many bound comparisons, similarly to decoding side More... almost 4 years ago
opj_j2k_setup_encoder(): add validation of tile width and height to avoid potential division by zero More... almost 4 years ago