summaryrefslogtreecommitdiff
path: root/src/lib/openjp3d
AgeCommit message (Collapse)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
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