6
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 15 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
opj_j2k_merge_ppm(): avoid unsigned-integer-overflow at j2k.c:3962 (#1490) More... 5 months ago
Require `stdint.h` & `inttypes.h` More... 7 months ago
Merge pull request #1482 from mayeut/use-opj_uint_ceildiv More... 7 months ago
chore: GHA Ubuntu 22.04 now uses gcc 11.4.0 More... 7 months ago
fix: use `opj_uint_ceildiv` instead of `opj_int_ceildiv` when necessary More... 7 months ago
Merge pull request #1463 from rouault/fix_570 More... about 1 year ago
opj_jp2_read_header(): move setting icc_profile here instead in opj_jp2_decode()/get_tile() + add unit test (fixes #570) More... about 1 year ago
opj_jp2_read_header(): move setting color_space here instead in opj_jp2_decode()/get_tile() (fixes #570) More... about 1 year ago
Merge pull request #1462 from sebras/master More... about 1 year ago
Merge pull request #1450 from markmentovai/no_sprintf More... about 1 year ago
CMake: error out on warnings for strict/missing prototypes. More... about 1 year ago
Remove support for non-C99 compilers (like VS2010) that don't support snprintf() More... about 1 year ago
Merge pull request #1461 from rouault/fix_ci More... about 1 year ago
Fix CI More... about 1 year ago
Merge pull request #1460 from rouault/fix_1459 More... about 1 year ago
opj_t2_skip_packet_data(): avoid out-of-bounds reads on truncated images in non-strict mode (fixes #1459) More... about 1 year ago
CMake: add missing GNUInstallDirs related substitutions (fixes #1424) (#1456) More... about 1 year ago
openjp2/j2k: replace sprintf calls with snprintf More... over 1 year ago
Merge pull request #1448 from rouault/fix_1447 More... over 1 year ago
Fix incorrect decoding of image with large number of progression levels More... over 1 year ago
Fix Heap-buffer-overflow READ in opj_jp2_apply_pclr (#1441) More... over 1 year ago
Merge pull request #1440 from rouault/rate_alloc_speedup More... over 1 year ago
Replace the assert in mel_init to an if statement to address an issue with fuzzing. (#1436) More... over 1 year ago
Cleanup code related to quality layer allocation, and add a few safety checks More... over 1 year ago
Significant speed-up rate allocation by rate/distoratio ratio More... over 1 year ago
Micro-optimization: use directly opj_bio_putbit() instead of opj_bio_write() to emit single bit More... over 1 year ago
Merge pull request #1439 from arichardson/relocatable-cmake-config More... over 1 year ago
Make OpenJPEGConfig.cmake relocatable with CMake > 3.0 More... over 1 year ago
CMake: switch to GNUInstallDirs (#1424) More... over 1 year ago
Merge pull request #1433 from rouault/fix_1432 More... almost 2 years ago