summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/openjpeg.h
AgeCommit message (Expand)Author
2020-05-20Add multithreading support in the T1 (entropy phase) encoderEven Rouault
2020-04-21Add support for generation of PLT markers in encoderEven Rouault
2020-04-16Fix warnings about signed/unsigned casts in pi.cEven Rouault
2020-02-12Implement writing of IMF profilesEven Rouault
2020-02-12openjpeg.h: fix values of OPJ_PROFILE_IMF_ constantsEven Rouault
2019-04-25Change opj_j2k_check_poc_val() to take into account tile numberEven Rouault
2018-09-05Fix some typos in code comments and documentationStefan Weil
2018-01-18Note that seek uses SEEK_SET behavior.Campbell Barton
2017-10-12Improve doc of opj_codec_set_threads()Even Rouault
2017-09-19opj_set_decoded_components(): add a provision for a apply_color_transforms pa...Even Rouault
2017-09-19Add capability to decode only a subset of all components of an image.Even Rouault
2017-09-05Merge pull request #1010 from rouault/subtile_decoding_stage3Even Rouault
2017-09-01opj_compress help: revert 32572617765cb9d77302384653a48d793b8f657f and indica...Even Rouault
2017-09-01Allow several repeated calls to opj_set_decode_area() and opj_decode() for si...Even Rouault
2017-08-28Make opj_set_decode_area() and opj_decode() take into account opj_set_decoded...Even Rouault
2017-08-10Improve doc of opj_tccp_info_t::cblkw and cblkhEven Rouault
2017-08-09Document qmfbid valuesEven Rouault
2017-08-08Merge pull request #975 from szukw000/changes-for-afl-testsAntonin Descampe
2017-08-07Add opj_image_data_alloc() / opj_image_data_free()Even Rouault
2017-08-02First change on changes-for-afl-testsszukw000
2017-07-31Catch images broken by AFLszukw000
2017-07-30Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)Even Rouault
2017-07-26Spelling fixes (patch by ka7, #890, rebased on top of master)Even Rouault
2017-05-15Reformat: apply reformattin on .h files (#128)Even Rouault
2016-05-25Add opj_codec_set_threads() in public API and propagate resulting thread pool...Even Rouault
2016-05-25Add threading and thread pool APIEven Rouault
2015-09-29Fix typos in comments and stringStefan Weil
2015-01-25[trunk] use hidden visibility for static library (fixes issue 354)Matthieu Darbois
2014-04-23[trunk]Replaced deprecated opj_stream_set_user_data function from APIAntonin Descampe
2014-04-17[trunk] fixed warning related to r2837 and move new field at the end ofAntonin 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
2014-03-25[trunk] Rework previous commit r2610Mathieu Malaterre
2014-03-14[trunk] Add internal implementation to dump all tiles/comp infoMathieu Malaterre
2014-03-14[trunk] Move INLINE definition within openjpeg.h header since application may...Mathieu Malaterre
2014-03-07[trunk] un-deprecated opj_stream_destroy API, import patch manuallyMathieu Malaterre
2014-03-03[trunk] remove all api with invalid FILE* parameters which could leads to iss...Mathieu Malaterre
2014-02-26[trunk] Import patch from sumatrapdf team. This patch adds new colorspace han...Mathieu Malaterre
2014-02-26[trunk] Import patch from sumatrapdf team. This adds alpha handling. This pat...Mathieu Malaterre
2013-02-18[trunk] add the prefix opj_ to deprecated everywhereMickael Savinaud
2013-02-17[trunk] update documentation of new functions _v3 and mark deprecated related...Mickael Savinaud
2013-02-16[trunk] rename deprecated macro with opj_ prefix and use it for opj_stream_de...Mickael Savinaud
2013-02-16[trunk] add functions to avoid to use FILE* into the API (thanks winfried). Mickael Savinaud
2012-12-03[trunk] move typedef from opj_stdint.h to openjpeg.h and add an include of st...Mickael Savinaud
2012-11-19[trunk]remove not used structuresMickael Savinaud
2012-11-16[trunk] remove the extended struct it is a bad ideaMickael Savinaud
2012-11-16[trunk] add extended capacities for future developmentMickael Savinaud
2012-11-15[trunk]update the copyright, the authors and thanks to respect the licenseMickael Savinaud
2012-11-15runk] fix the documentation of the APIMickael Savinaud
2012-11-15[trunk] move opj_bool to OPJ_BOOL to follow the other typeMickael Savinaud