summaryrefslogtreecommitdiff
path: root/src/bin/mj2
AgeCommit message (Collapse)Author
2021-05-04Remove obsolete components JPWL, JP3D and MJ2Even Rouault
2020-04-17jp3d/jpwl/mj2/jpip: Fix resource leaks (#1226)Eduardo Barretto
This issues were found by cppcheck and coverity.
2018-09-22Merge branch 'pr1095'Even Rouault
2018-09-22opj_mj2_extract: Check provided output prefix for lengthKarol Babioch
This uses snprintf() with correct buffer length instead of sprintf(), which prevents a buffer overflow when providing a long output prefix. Furthermore the program exits with an error when the provided output prefix is too long. Fixes #1088.
2018-09-22Merge branch 'pr1107'Even Rouault
2018-09-22opj_mj2_extract: Avoid segfault for long filenamesszukw000
2018-09-05Fix some typos in code comments and documentationStefan Weil
All typos were found by Codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2018-03-04Merge pull request #1094 from kbabioch/fix/missing-format-string-parameterEven Rouault
mj2: Add missing variable to format string in fprintf() invocation in meta_out.c
2018-03-02opj_mj2_extract: Rename output_location to output_prefixKarol Babioch
This renames the argument in the help output, as the latter better describes the the purpose of this argument.
2018-03-02mj2: Add missing variable to format string in fprintf() invocation in meta_out.cKarol Babioch
This adds the appropriate variables to the invocation of fprintf(). They were specified in the format string, but were missing in the actual call. This fixes #1074 and #1075.
2017-07-26Spelling fixes (patch by ka7, #890, rebased on top of master)Even Rouault
2017-05-15Reformat: apply reformattin on .h files (#128)Even Rouault
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
2016-05-02Use lowercase for cmake commands consistenlyJulien Malik
Inspired from https://github.com/InsightSoftwareConsortium/ITK/blob/master/Utilities/Maintenance/HowToCreateTheCMakeCaseConversion.txt This needs vim 7.3 and fails with vim 7.4 This also fixes a number of : - missing empty line at end of files - useless space at end of lines
2015-09-29Fix typos in comments and stringStefan Weil
Most typos were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in ↵Antonin Descampe
each file; updated AUTHORS, NEWS
2014-03-11[trunk] Fix compilation errors when JPWL and/or MJ2 are buildMathieu Malaterre
2014-03-07[trunk] Remove simple warning about functions not usedMathieu Malaterre
2013-03-17[trunk] add access to opj_apps_config.h to old applicationsMickael Savinaud
2013-03-17[trunk] use everywhere the new opj_ prefix for HAVE variables and use the ↵Mickael Savinaud
opj_apps_config file (thanks to winfried)
2012-11-16[trunk] rename USE_LEGACY into OPJ_USE_LEGACY for consistency with other #defineMathieu Malaterre
2012-11-16[trunk] Attempt to fix compilation error with mj2Mathieu Malaterre
2012-10-29[trunk] Remove temp fix now that mj2 is fixedMathieu Malaterre
2012-10-15[trunk] Remove some warnings about missing prototypes (gcc)Mathieu Malaterre
2012-10-15[trunk] Fix compilation:Mathieu Malaterre
- using mingw32 compiler (missing exported symbols) - using -fvisibility=hidden (gcc on UNIX)
2012-10-15[trunk] Fix openmj2 compilation in static mode.Mathieu Malaterre
2012-10-09[trunk] Fix openmj2/mj2 compilationMathieu Malaterre
As reported on the mailing list, it is better to have a working (compiling) mj2 codec rather than nothing. mj2 uses it own copy of openjpeg 1.5 Update issue 177
2012-10-09[trunk] FolderReorgProposal task. Remove left over of JPIPMathieu Malaterre
JPIP code was moved from JP2 to openjpip Update issue 177
2012-10-01[trunk] Fix a set of warnings about C90 issuesMathieu Malaterre
2012-10-01[trunk] FolderReorgProposal task: move source code to source dirMathieu Malaterre
2012-10-01[trunk] FolderReorgProposal task: only keep a single build systemMathieu Malaterre
2012-09-28[trunk] FolderReorgProposal task: rename MJ2/JPIP CLI toolsMathieu Malaterre
Update issue 177
2012-09-28[trunk] FolderReorgProposal task: refactor MJ2Mathieu Malaterre
Update issue 177
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177