summaryrefslogtreecommitdiff
path: root/src/lib/openjp3d
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-11-28 [JP3D] To avoid divisions by zero / undefined behaviour on shift ↵Young_X
(CVE-2018-14423 Signed-off-by: Young_X <YangX92@hotmail.com>
2018-11-16openjp3d: Int overflow fixed (#1159)ichlubna
When compressing a lot of slices (starting from 44 FullHD slices with 3 8bit components in our experiments) the rate values are high enough to cause an int overflow that leads to negative lengths and wrong results. The cast happens too late.
2018-02-25openjp3d: Convert ISO-8859 to UTF-8Stefan Weil
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2017-11-14Changed cmake version test to allow for cmake 2.8.11.xAndrew Murray
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-06-21Update tcd.c (#790)maddin200
cppcheck unitialized variable
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-11-27Fix typosJakub Wilk
2015-10-12Remove a possible uninitialized variableMathieu Malaterre
Fixes #629
2015-09-29Fix typos in comments and stringStefan Weil
Most typos were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-09-01Correct CMake version requirementsmayeut
Update uclouvain/openjpeg#488
2015-07-30better -ffast-math handlingRex Dieter
issue #488 See also http://public.kitware.com/pipermail/cmake/2015-April/060479.html
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in ↵Antonin Descampe
each file; updated AUTHORS, NEWS
2013-10-15complete openjpeg2 pkgconfig support, bug #68Rex Dieter
2013-01-03[trunk] JP3D: Fix issue with Z handling in packet iteratorMathieu Malaterre
2013-01-03[trunk] JP3D: Handles errors properlyMathieu Malaterre
2013-01-03[trunk] JP3D: remove old debugMathieu Malaterre
2013-01-02[trunk] JP3D: convert from DOS to UNIX eolMathieu Malaterre
2013-01-02[trunk] JP3D: remove exe bit from source filesMathieu Malaterre
2012-12-11[trunk] JP3D: completely redo the opj_tgt_create function. Take as input the ↵Mathieu Malaterre
initial opj_tgt_create as found in openjpeg 1.5, and extend with the 3rd dimension.
2012-11-28[trunk] JP3D codec was trying to pull information from the registration ↵Mathieu Malaterre
parameter in COM. This is non-standard.
2012-11-28[trunk] As per T.809 code block are not shifted in JP3DMathieu Malaterre
Table A.7 3D code-block width, height and depth exponent values xcb = value, ycb = value or zcb = value. NOTE – This redefines Rec. ITU-T T.800 | ISO/IEC 15444-1 significantly! The 3D code-block width, height and depth are limited to powers of two with the minimum size being 20 and the maximum being 210. Further, the 3D code-block size is restricted so that 4 ≤ xcb+ycb+zcb ≤ 18.
2012-11-28[trunk] JP3D: this is safe to write comment using Registration: ISO-8859-15Mathieu Malaterre
2012-11-28[trunk] JP3D fix issue with Registration value in COM marker. Move COM ↵Mathieu Malaterre
marker just before COD.
2012-11-28[trunk] Fix issue with ITU-T T.809 (05/2011)Mathieu Malaterre
- ZSI is now known as NSI (FF54) - NSI now stores Ndim (=3) - CAP extended marker was not set properly
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 installaiton of header fileMathieu Malaterre
2012-10-02[trunk] Set of warnings fix for gcc -pedanticMathieu Malaterre
2012-10-01[trunk] Fix a set of warnings about C90 issuesMathieu Malaterre
2012-10-01[trunk] FolderReorgProposal task: cleanup doxygenMathieu Malaterre
Update issue 177
2012-10-01[trunk] FolderReorgProposal task: only keep a single build systemMathieu Malaterre
2012-09-28[trunk] FolderReorgProposal task: add JP3DMathieu Malaterre
Update issue 177