summaryrefslogtreecommitdiff
path: root/src/lib/openjp3d/jp3d.c
AgeCommit message (Collapse)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
2015-10-12Remove a possible uninitialized variableMathieu Malaterre
Fixes #629
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in ↵Antonin Descampe
each file; updated AUTHORS, NEWS
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-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-01[trunk] Fix a set of warnings about C90 issuesMathieu Malaterre
2012-10-01[trunk] FolderReorgProposal task: cleanup doxygenMathieu Malaterre
Update issue 177
2012-09-28[trunk] FolderReorgProposal task: add JP3DMathieu Malaterre
Update issue 177