summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/j2k.h
AgeCommit message (Expand)Author
2022-08-11Cleanup code related to quality layer allocation, and add a few safety checksEven Rouault
2022-02-10Add support for partial bitstream decoding (#1407) (fixes #715)Robert Gabriel Jakabosky
2022-01-23opj_encoder_set_extra_options(): add a GUARD_BITS=value optionEven Rouault
2021-09-25Added support for high throughput (HTJ2K) decoding.Aous Naman
2021-06-07Add support for enabling generation of TLM markers in encoderEven Rouault
2020-04-21Add support for generation of PLT markers in encoderEven Rouault
2020-04-18struct opj_j2k: remove unused fields, and add some documentationEven Rouault
2017-09-26Merge pull request #1022 from rouault/partial_component_decodingAntonin Descampe
2017-09-20Use a #define J2K_MAX_POCS 32 to avoid hard-coded constant (#349)Even Rouault
2017-09-19Add capability to decode only a subset of all components of an image.Even Rouault
2017-08-14Use const qualifier for j2k_prog_order_listStefan Weil
2017-08-09Partial revert BPC related check of #975 (#979)Even Rouault
2017-08-02First change on changes-for-afl-testsszukw000
2017-07-31Catch images broken by AFLszukw000
2017-07-30src/lib/openjp2/*.h: use OPJ_ prefix for inclusion guards instead of reserved...Even Rouault
2017-07-30j2k.c: remove hardcoded constants related to m_state, and useless FIXMEEven Rouault
2017-07-26Spelling fixes (patch by ka7, #890, rebased on top of master)Even Rouault
2017-07-26Fix assertion / memory leak in opj_j2k_merge_ppt() on corrupted images (#939)Even Rouault
2017-07-05Remove unused m_DA_x0, m_DA_y0, m_DA_x1, m_DA_y1 members from opj_j2k_dec str...Even Rouault
2017-06-02MQC/RAW decoder: use an artificial 0xFF 0xFF terminating marker.Even Rouault
2017-05-15Reformat: apply reformattin on .h files (#128)Even Rouault
2016-09-13Merge branch 'bit-fields-type' of https://github.com/smuehlst/openjpeg into s...Antonin Descampe
2016-07-27Unified bit-field declaration, removed tabs.Stephan Mühlstrasser
2016-07-25Create separate type for bit-fields.Stephan Mühlstrasser
2016-05-25Add opj_codec_set_threads() in public API and propagate resulting thread pool...Even Rouault
2015-07-31French comments replaced by English onesak-dxdy
2015-07-12Refactor opj_read_ppmmayeut
2015-07-12Refactor opj_j2k_read_pptmayeut
2015-06-05Merge branch 'master' into issue-254mayeut
2015-05-19[trunk] Add check for at most 1 COD marker per tile. 1 COD marker for MH (fix...Matthieu Darbois
2015-05-16Implement TNsot correction for non conforming filesmayeut
2014-09-19added memory allocation checks (fixes issue 355)Antonin Descampe
2014-04-17[trunk] refactoring of rsiz, profiles, and extensions managementAntonin Descampe
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in each...Antonin Descampe
2012-12-18[trunk] merge from branch 1.5 a correction about large code-block data (decod...Mickael Savinaud
2012-11-16[trunk] add opj_ prefix to some internal define and use the new opj type inst...Mickael Savinaud
2012-11-15[trunk]update the copyright, the authors and thanks to respect the licenseMickael Savinaud
2012-11-15[trunk] move opj_bool to OPJ_BOOL to follow the other typeMickael Savinaud
2012-11-15[trunk] rename public symbols with OPJ_ prefixMickael Savinaud
2012-10-25[trunk] [trunk] remove old opj_tcp and rename opj_tcp_v2 to opj_tcpMickael Savinaud
2012-10-25[trunk] [trunk] remove old opj_cp and rename opj_cp_v2 to opj_cpMickael Savinaud
2012-10-25[trunk] rename opj_tcd_truct_v2 to opj_tcd_structMickael Savinaud
2012-10-25[trunk] rename opj_j2k_v2 to opj_j2kMickael Savinaud
2012-10-25[trunk] remove old opj_j2k struct Mickael Savinaud
2012-10-25[trunk] Rework r2077Mathieu Malaterre
2012-10-15[trunk] fix a compilation error with windows and new public function opj_j2k_...Mickael Savinaud
2012-10-15[trunk] Fix compilation:Mathieu Malaterre
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre