summaryrefslogtreecommitdiff
path: root/src/lib/openjp2/cio.h
AgeCommit message (Collapse)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
2015-10-07Fixed problem that C++ compilation failed because of enum variable.Stephan Mühlstrasser
Replaced usage of an enum typedef for a variable that is used for bit flags with OPJ_UINT32 type.
2015-09-29Fix typos in comments and stringStefan Weil
Most typos were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2014-04-28[trunk] Missing endianess settingMathieu Malaterre
Fixes issue 337
2014-04-03[trunk] updated copyright and added copyright notice required by ISO, in ↵Antonin Descampe
each file; updated AUTHORS, NEWS
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
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-10-25[trunk] style Mickael Savinaud
2012-10-25[trunk] remove cio deprecated functions Mickael Savinaud
2012-10-25[trunk] marking as deprecated the old cio interfaceMathieu Malaterre
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-15[trunk] Fix compilation:Mathieu Malaterre
- using mingw32 compiler (missing exported symbols) - using -fvisibility=hidden (gcc on UNIX)
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177