summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2012-10-25[trunk] marking as deprecated the old cio interfaceMathieu Malaterre
2012-10-25[trunk] Remove some simple warnings about missing prototypesMathieu Malaterre
2012-10-25[trunk] Fix OpenJPWL compilationMathieu Malaterre
Simply move files over from branch 1.5 onto current trunk, and use current openmj2 copy (it contains a copy of openjpeg 1.5.x)
2012-10-25[trunk] Since r2060 (and r2059) openjpip is now a first class shared ↵Mathieu Malaterre
library, instead of a local static lib which expose all the symbols. As such re-apply changes from r2077 which were removed in r2122 Also remove old code for now removed opj_jpip_compress
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-25[trunk] Add missing newlineMathieu Malaterre
2012-10-25[trunk] Run fix_comment on invert.cMathieu Malaterre
2012-10-24[trunk] add the support of complex mct encoding when we setup the j2k encoderMickael Savinaud
2012-10-24[trunk] correct a small warning raised by continous Mickael Savinaud
2012-10-24[trunk] remove old structures from tcd.hMickael Savinaud
2012-10-24[trunk] use the right v2 structure Mickael Savinaud
2012-10-24[trunk] rename flag_t to opj_flag_t Mickael Savinaud
2012-10-24[trunk] use new opj prefix and type with raw functionsMickael Savinaud
2012-10-24[trunk] remove a usefulness test before a freeMickael Savinaud
2012-10-24[trunk] update jp2./.h to v2 style: use new OPJ type, manage case where bpcc ↵Mickael Savinaud
box is available even if ihdr indicate that it is not needed; resolve a LH TODO
2012-10-24[trunk] add documentation to the message handler functionsMickael Savinaud
2012-10-24[trunk] Finalize dwt.v/.h with the v2 style : remove last functions already ↵Mickael Savinaud
optimized, add opj_ prefix, use new name of the functions
2012-10-24[trunk] finalize bio.c/.h related to the v2 styleMickael 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 ↵Mathieu Malaterre
convention
2012-10-15[trunk] Remove some warnings about missing prototypes (gcc)Mathieu Malaterre
2012-10-15[trunk] Fix JPIP compilation. Some prototypes were not respected.Mathieu Malaterre
2012-10-15[trunk] propagate the renaming to openjpwlMickael Savinaud
2012-10-15[trunk] fix a compilation error with windows and new public function ↵Mickael Savinaud
opj_j2k_start_compress
2012-10-15[trunk]rename j2k_lib to opj_clock Mickael Savinaud
2012-10-15[trunk] modify type of opj_clock functionMickael Savinaud
2012-10-15[trunk] Fix issue during renaming of man pageMathieu Malaterre
2012-10-15[trunk] Fix compilation:Mathieu Malaterre
- using mingw32 compiler (missing exported symbols) - using -fvisibility=hidden (gcc on UNIX)
2012-10-15[trunk] Fix missing -lm to openjpwlMathieu Malaterre
2012-10-15[trunk] Fix missing link to zlibMathieu Malaterre
2012-10-15[trunk] Fix openmj2 compilation in static mode.Mathieu Malaterre
2012-10-15[trunk] Fix compilation in static mode. Prevent duplicate symbols with ↵Mathieu Malaterre
convert.c implementation
2012-10-15[trunk] Add missing newline characterMathieu Malaterre
2012-10-15[trunk] Fix installaiton of header fileMathieu Malaterre
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-15[trunk] Fix warning for no previous prototype by using static functionMathieu Malaterre
2012-10-09[trunk] Fix openmj2/mj2 compilationMathieu Malaterre
As reported on the mailing list, it is better to have a working (compiling) mj2 codec rather than nothing. mj2 uses it own copy of openjpeg 1.5 Update issue 177
2012-10-09[trunk] Use opj_malloc/opj_free in jpip binMathieu Malaterre
Update issue 177
2012-10-09[trunk] FolderReorgProposal task. Remove left over of JPIPMathieu Malaterre
JPIP code was moved from JP2 to openjpip Update issue 177
2012-10-08[trunk] Update JPIP (FolderReorgProposal task)Mathieu Malaterre
This commit does three things: - Use opj_malloc/calloc/free instead of the default C ones. - Update JPIP API to start using cio _v2 API - Create a new opj_jpip_compress which is the replacement for image_to_j2k -jpip Update issue 177
2012-10-05[trunk] Make openjpip a first class shared lib, for future linkingMathieu Malaterre
2012-10-05[trunk] First step in moving JPIP code out of openjp2Mathieu Malaterre
2012-10-05[trunk] update t1_generate_luts.c with the right ouput to generate t1_lutsMickael Savinaud
2012-10-05[trunk] Fix spelling. writting -> writingMathieu Malaterre
2012-10-05[trunk] rename int.h to opj_intmath.h and rename all its functions with opj_ ↵Mickael Savinaud
prefix
2012-10-05[trunk] move fix_mul inside int.h and remove fix.h from the projectMickael Savinaud
2012-10-05[trunk] remove warningsMickael Savinaud
2012-10-03[trunk]remove warnings in pi.c through the update of poc struct types with ↵Mickael Savinaud
new opj_types.
2012-10-03[trunk] update global functions of tgt with opj_ prefixMickael Savinaud
2012-10-03[trunk] (style) move global pi functions to the right place and update ↵Mickael Savinaud
indentation