summaryrefslogtreecommitdiff
path: root/src/lib/openmj2/openjpeg.c
AgeCommit message (Collapse)Author
2021-05-04Remove obsolete components JPWL, JP3D and MJ2Even Rouault
2017-08-16Fix build issue of JPWL by adding opj_image_data_alloc() and ↵Even Rouault
opj_image_data_free() to src/lib/openmj2 (#994)
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
2013-03-25[trunk] use the private version of opj_config to avoid compilation error ↵Mickael Savinaud
into mj2
2012-10-15[trunk] remove left-over from ->jpip_on implementation. JPIP is now ↵Mathieu Malaterre
completely removed from openjp2 and openmj2. Document jpip_iptr_offset variable
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