summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/openjpeg.c
AgeCommit message (Expand)Author
2024-01-05Fix compiler error on Windowsscaramallion
2023-03-09CMake: error out on warnings for strict/missing prototypes.Sebastian Rasmussen
2022-02-10Add support for partial bitstream decoding (#1407) (fixes #715)Robert Gabriel Jakabosky
2021-06-07openjpeg.c: avoid casts of function pointersEven Rouault
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-02-12Implement writing of IMF profilesEven 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-08-07Complementary fix to previous commitEven Rouault
2017-08-07Add opj_image_data_alloc() / opj_image_data_free()Even Rouault
2017-05-09Reformat whole codebase with astyle.options (#128)Even Rouault
2016-09-14Fix some warnings (#838)Matthieu Darbois
2016-05-25Add opj_codec_set_threads() in public API and propagate resulting thread pool...Even Rouault
2015-07-30Remove printf/fprintf to stdout/stderr throughout openjp2 libmayeut
2015-05-29[trunk] Fix wrong return value for opj_setup_encoder & opj_set_decoded_resolu...Matthieu Darbois
2014-09-19added memory allocation checks (fixes issue 355)Antonin Descampe
2014-09-16[trunk] improve memory management (fixes issue 359)Antonin Descampe
2014-09-16[trunk] allow compilation with MinGW32 (fixes issue 361)Antonin Descampe
2014-04-23[trunk]Replaced deprecated opj_stream_set_user_data function from APIAntonin 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-07[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
2014-03-07[trunk] un-deprecated opj_stream_destroy API, import patch manuallyMathieu Malaterre
2014-03-07[trunk] Update memory management mecanismMathieu Malaterre
2014-03-03[trunk] Remove remaining conversion issues in mqc.cMathieu Malaterre
2014-03-03[trunk] remove all api with invalid FILE* parameters which could leads to iss...Mathieu Malaterre
2014-02-25[trunk] Create a new static *_impl function to avoid a warning triggered by t...Mathieu Malaterre
2013-09-26[trunk] Import patch from bug #241Mathieu Malaterre
2013-03-25[trunk] separate the opj_config file between public and private part to avoid...Mickael Savinaud
2013-02-16[trunk] add functions to avoid to use FILE* into the API (thanks winfried). 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]remove OPJ_LIMIT_DECODING struct which is not useful for v2 APIMickael Savinaud
2012-11-15[trunk] rename public symbols with OPJ_ prefix (enum part)Mickael Savinaud
2012-11-15[trunk] rename public symbols with OPJ_ prefixMickael Savinaud
2012-10-29[trunk] Normalize the return type of opj_read_from_file regarding the test in...Mickael Savinaud
2012-10-29[trunk] Merge back JPIP modification into v2Mathieu Malaterre
2012-10-25[trunk] rename opj_event_msg_v2 to opj_event_msgMickael Savinaud
2012-10-25[trunk] Fix remaining issue with OPJ_CALLCONVMathieu Malaterre
2012-10-24[trunk] add documentation to the message handler functionsMickael Savinaud
2012-10-15[trunk] Fix another set of issue with calling conventionMathieu Malaterre
2012-10-15[trunk] Fix issue on windows OS. Need to explicitely state the calling conven...Mathieu Malaterre
2012-10-15[trunk] Remove some warnings about missing prototypes (gcc)Mathieu Malaterre
2012-10-15[trunk] remove left-over from ->jpip_on implementation. JPIP is now completel...Mathieu Malaterre
2012-10-01[trunk] rename PACKAGE_VERSION to OPJ_PACKAGE_VERSIONMathieu Malaterre
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre