summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/openjpeg.c
AgeCommit message (Expand)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
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