summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/ht_dec.c
AgeCommit message (Expand)Author
2024-02-28Fix some typos (found by `codespell` and `typos`)Stefan Weil
2023-12-09ht_dec.c: Improve MSVC arm64 popcount performance (#1479)Peter Johnson
2023-12-08opj_t1_ht_decode_cblk(): avoid memcpy() with 0-input size and nullptr destina...headshog
2023-03-09CMake: error out on warnings for strict/missing prototypes.Sebastian Rasmussen
2022-08-11Replace the assert in mel_init to an if statement to address an issue with fu...Aous Naman
2022-05-31HT_DEC: Fix opj_t1_allocate_buffers malloc size error (#1426) (fixes #1413)Yuan
2022-05-16Fix windows arm buildsAlexander Neumann
2021-12-05Fix some typos (found by codespell)Stefan Weil
2021-09-25ht_dec.c: fix likely issue on big endian hosts (untested)Even Rouault
2021-09-25Added support for high throughput (HTJ2K) decoding.Aous Naman