summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/raw.c
AgeCommit message (Collapse)Author
2017-06-02MQC/RAW decoder: use an artificial 0xFF 0xFF terminating marker.Even Rouault
This saves comparing the current pointer with the end of buffer pointer. This results at least in tiny speed improvement for raw decoding, and smaller code size for MQC as well. This kills the remains of the raw.h/.c files that were only used for decoding. Encoding using the mqc structure already.
2017-06-02T1: avoid pointer indirection for mqc and raw members of opj_t1_tEven Rouault
2017-06-02Inline opj_raw_decode()Even Rouault
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
2016-04-30Fix warnings (#763)Matthieu Darbois
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in ↵Antonin Descampe
each file; updated AUTHORS, NEWS
2014-03-11[trunk] Fix remainings warnings on linux/32bits archMathieu Malaterre
2014-03-03[trunk] Remove some more warnings about conversionMathieu Malaterre
2012-10-24[trunk] use new opj prefix and type with raw functionsMickael Savinaud
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177