summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/t1.h
AgeCommit message (Expand)Author
2021-12-05Fix some typos (found by codespell)Stefan Weil
2020-05-24T1 encoder: speed-up by aggressive inlining and more cache friendly data orga...Even Rouault
2020-05-20Add multithreading support in the T1 (entropy phase) encoderEven Rouault
2017-08-17Sub-tile decoding: only decode precincts and codeblocks that intersect the wi...Even Rouault
2017-08-07Slight improvement in management of code block chunksEven Rouault
2017-08-07Decoding: do not allocate memory for the codestream of each codeblockEven Rouault
2017-07-30src/lib/openjp2/*.h: use OPJ_ prefix for inclusion guards instead of reserved...Even Rouault
2017-07-30Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)Even Rouault
2017-07-26T1 decoder: check code stream errors when predictable termination is enabled ...Even Rouault
2017-06-02MQC/RAW decoder: use an artificial 0xFF 0xFF terminating marker.Even Rouault
2017-06-02Fix documentation of opj_t1_decode_cblks()Even Rouault
2017-06-02Optimize opj_t1_update_flags()Even Rouault
2017-06-02T1: avoid pointer indirection for mqc and raw members of opj_t1_tEven Rouault
2017-06-02T1: remove flags_stride variable from opj_t1_tEven Rouault
2017-06-02T1: Transpose coder optimizations to decoder, and cleanup codeEven Rouault
2017-05-23T1: remove unused code in decoderEven Rouault
2017-05-23T1: fix VSC mode in encoderEven Rouault
2017-05-23T1: use more compact flags to optimize cache usage in encoder passes. (#172)Even Rouault
2017-05-15Reformat: apply reformattin on .h files (#128)Even Rouault
2016-09-14Flags in T1 shall be unsigned (#840)Matthieu Darbois
2016-05-25Use thread-pool for T1 decodingEven Rouault
2016-05-23Tier 1 decoding: add a colflags arrayEven Rouault
2016-05-21opj_t1_updateflags(): tiny optimizationEven Rouault
2014-12-09[trunk] check number of components when getting mct norm (fixes issue 436)Antonin Descampe
2014-11-03[trunk] significantly reduces memory for single tile RGB encoding (fixesAntonin Descampe
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in each...Antonin Descampe
2012-11-15[trunk] move opj_bool to OPJ_BOOL to follow the other typeMickael Savinaud
2012-10-29[trunk] remove old struct from V1 and not used in V2Mickael Savinaud
2012-10-25[trunk] [trunk] remove old opj_tcp and rename opj_tcp_v2 to opj_tcpMickael Savinaud
2012-10-25[trunk] rename opj_tcd_truct_v2 to opj_tcd_structMickael Savinaud
2012-10-24[trunk] rename flag_t to opj_flag_t Mickael Savinaud
2012-10-15[trunk] Remove some warnings about missing prototypes (gcc)Mathieu Malaterre
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre