summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/openjpeg.h
AgeCommit message (Collapse)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
2015-09-29Fix typos in comments and stringStefan Weil
Most typos were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
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
with its 'v3' version, and removed all other 'v3' suffixes from API.
2014-04-17[trunk] fixed warning related to r2837 and move new field at the end ofAntonin Descampe
parameters structure.
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 ↵Antonin Descampe
each file; updated AUTHORS, NEWS
2014-03-25[trunk] Rework previous commit r2610Mathieu Malaterre
This way we are able to gently deprecate the old API, and preserve ABI Update issue 306
2014-03-14[trunk] Add internal implementation to dump all tiles/comp infoMathieu Malaterre
Eg: opj_dump -f 8 -i input.j2k Update issue 3
2014-03-14[trunk] Move INLINE definition within openjpeg.h header since application ↵Mathieu Malaterre
may use it
2014-03-07[trunk] un-deprecated opj_stream_destroy API, import patch manuallyMathieu Malaterre
In some case user still want to be able to call opj_stream_destroy. Fixes issue 227
2014-03-03[trunk] remove all api with invalid FILE* parameters which could leads to ↵Mathieu Malaterre
issues when applications are compiled with different flags from openjpeg. Fixes issue 198
2014-02-26[trunk] Import patch from sumatrapdf team. This patch adds new colorspace ↵Mathieu Malaterre
handling. Update issue 225
2014-02-26[trunk] Import patch from sumatrapdf team. This adds alpha handling. This ↵Mathieu Malaterre
patch changes ABI. Update issue 225
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 ↵Mickael Savinaud
related functions
2013-02-16[trunk] rename deprecated macro with opj_ prefix and use it for ↵Mickael Savinaud
opj_stream_destroy function
2013-02-16[trunk] add functions to avoid to use FILE* into the API (thanks winfried). Mickael Savinaud
Update issue 120 and update issue 198
2012-12-03[trunk] move typedef from opj_stdint.h to openjpeg.h and add an include of ↵Mickael Savinaud
stdio.h in openjpeg.h. Fixes issue 197
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
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-11-13[trunk] remove warnings raised by flags -Wall -Wextra -pedanticMickael Savinaud
2012-10-29[trunk] add documentationMickael Savinaud
2012-10-29[trunk]OPJ_STREAM_READ is now equal to OPJ_TRUE and OPJ_STREAM_WRITE to ↵Mickael Savinaud
OPJ_FALSE
2012-10-29[trunk] move opj_event_mgr struct from openjpeg. h to event.h Mickael Savinaud
2012-10-29[trunk] remove old struct from V1 and not used in V2Mickael Savinaud
2012-10-29[trunk] Merge back JPIP modification into v2Mathieu Malaterre
This commit imports changes from openjpip.c from r2122 into openjpeg.c
2012-10-26[trunk] finish to remove the old cio_ struct (last comment is incomplete)Mickael Savinaud
2012-10-26[trunk] remove some warnings from -Wall -Wextra -pedanticMickael Savinaud
2012-10-25[trunk] Rework r2077Mathieu Malaterre
r2077 did expose too much of the detail implementation of OpenJPEG. Rework dependencies in between JPIP file level details and JPIP client/server arch. Move JPIP file level functionalities back into OpenJP2 as was the case in openjpeg 1.5.x. Use new cio func.
2012-10-24[trunk] add documentation to the message handler functionsMickael Savinaud
2012-10-15[trunk] remove left-over from ->jpip_on implementation. JPIP is now ↵Mathieu Malaterre
completely removed from openjp2 and openmj2. Document jpip_iptr_offset variable
2012-10-03[trunk]remove warnings in pi.c through the update of poc struct types with ↵Mickael Savinaud
new opj_types.
2012-10-01[trunk] Fix a set of warnings about C90 issuesMathieu Malaterre
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177