summaryrefslogtreecommitdiff
path: root/libopenjpeg/cio.h
AgeCommit message (Collapse)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177
2012-08-16Correct the wrong output management of opj_stream_read_seek function (thanks ↵Mickael Savinaud
to EvenR)
2012-04-23Fix a set of warnings reported by gcc in cio.c. This patch impact the API ↵Mathieu Malaterre
directly (remove left over 32bits API)
2012-03-19[trunk] replace more void* object pointer to proper function pointer: ↵Mathieu Malaterre
opj_procedure. Remove some warnings reported by gcc -pedantic
2011-11-30[trunk] implement Large File support in the libraryJulien Malik
2011-10-11[trunk] WIP: add stream length value to read unknown marker size, backport ↵Mickael Savinaud
855 into V2 framework, correct memory leak into get_cstr_info
2011-09-21Enhance the support of endianess with cmake and inside the code (credit to ↵Mickael Savinaud
Winfried)
2011-09-19Work In Progress: insert elements from V2 framework into the trunkMickael Savinaud
2011-09-09TRUNK:added a new indexer functionality to the library. With the new -jpip ↵Antonin Descampe
option at encoding, the user can now generate a JP2 file including an XML box with the index used when browsing the image with JPIP
2007-01-15Copyright updateFrancois-Olivier Devaux
2005-12-08OpenJPEG version 1.1Antonin Descampe
2005-12-02openjpeg version 1.0 (previous version still available with tag opj0-97)Antonin Descampe
2005-05-26cio_read_to_buf(...) and cio_write_from_buf(...) functions syntax modificationFrancois-Olivier Devaux
2005-05-232 functions were added, to fasten buffer transfers:Francois-Olivier Devaux
void cio_read_to_buf(unsigned char* buf, int n) void cio_write_from_buf(unsigned char* buf, int n)
2004-02-13 Update for version 0.8Yannick Verschueren
2003-11-27Initial revisionSebastien Lugan