summaryrefslogtreecommitdiff
path: root/src/lib/openjpip/index_manager.c
AgeCommit message (Collapse)Author
2023-09-24Require `stdint.h` & `inttypes.h`mayeut
With #1450 which goes with 480cc9d49775d018c19ce0e01f6be27858d63d39 "Remove support for non-C99 compilers (like VS2010) that don't support snprintf()", support for MSVC versions prior to vs2015 is dropped: https://stackoverflow.com/questions/2915672/snprintf-and-visual-studio-2010 This means that all supported MSVC versions do have `stdint.h` & `inttypes.h` now. For non windows platforms, those headers were already mandatory. Make them mandatory for all builds.
2021-12-05Fix some typos (found by codespell)Stefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2020-04-17jp3d/jpwl/mj2/jpip: Fix resource leaks (#1226)Eduardo Barretto
This issues were found by cppcheck and coverity.
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in ↵Antonin Descampe
each file; updated AUTHORS, NEWS
2014-03-03[trunk] Prefer compile time constant to avoid conversion double -> intMathieu Malaterre
2012-11-15[trunk] propagate the new OPJ_ symbol and type to openjpipMickael Savinaud
2012-10-29[trunk] Remove bool.h, use opj_bool insteadMathieu Malaterre
Fix remaining opj_calloc/malloc/free issues
2012-10-08[trunk] Update JPIP (FolderReorgProposal task)Mathieu Malaterre
This commit does three things: - Use opj_malloc/calloc/free instead of the default C ones. - Update JPIP API to start using cio _v2 API - Create a new opj_jpip_compress which is the replacement for image_to_j2k -jpip Update issue 177
2012-10-01[trunk] FolderReorgProposal task: fix jpip doxygenMathieu Malaterre
Update issue 177
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177