summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/tgt.c
AgeCommit message (Collapse)Author
2022-08-11Micro-optimization: use directly opj_bio_putbit() instead of opj_bio_write() ↵Even Rouault
to emit single bit
2017-07-30Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)Even Rouault
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
2017-02-13Remove warnings related to empty tag-trees.Even Rouault
Decoding some valid .jp2 files like Sentinel2 datasets leads to warnings like: No incltree created. tgt_create tree->numnodes == 0, no tree created. No imsbtree created. tgt_create tree->numnodes == 0, no tree created. Besides that, the image is correctly decoded. So there is no reason to emit those warnings.
2015-07-30Remove printf/fprintf to stdout/stderr throughout openjp2 libmayeut
Update uclouvain/openjpeg#246
2014-09-16[trunk] improve memory management (fixes issue 359)Antonin Descampe
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in ↵Antonin Descampe
each file; updated AUTHORS, NEWS
2014-03-07[trunk] Fix warning about sign conversionMathieu Malaterre
Update issue 256
2014-03-03[trunk] Remove some more warnings about conversionMathieu Malaterre
2012-12-11[trunk] remove left over from v2 transitionMathieu Malaterre
2012-11-15[trunk] solve a potential bug when we test the reallocMickael Savinaud
2012-11-15[trunk]update the copyright, the authors and thanks to respect the licenseMickael Savinaud
2012-10-03[trunk] update global functions of tgt with opj_ prefixMickael Savinaud
2012-10-03[trunk] update global functions of bio.c with opj_prefix and new opj typeMickael Savinaud
2012-10-01[trunk] Remove old function tgt_createMathieu Malaterre
Fix some warnings about size_t
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177