summaryrefslogtreecommitdiff
path: root/src/lib/openjp2
AgeCommit message (Collapse)Author
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 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] Add missing newline characterMathieu 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-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] 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-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
2012-10-03[trunk] remove old v1 functions and rename pi_initialise_encode_v2 to ↵Mickael Savinaud
opj_pi_initialise_encode; pi_create_encode_v2 to opj_pi_create_decode; pi_destroy_v2 to opj_pi_destroy; pi_create_decode_v2 to opj_pi_create_decode
2012-10-03[trunk] update pi_check_next_level with the opj_ prefix and change output ↵Mickael Savinaud
type to be more convenient
2012-10-03[trunk]rename pi_update_encoding_parameters to opj_pi_update_encoding_parametersMickael Savinaud
2012-10-03[trunk] replace pi_next by opj_pi_nextMickael Savinaud
2012-10-03[trunk] update local function of pi.c with the opj_ prefix and the new opj typesMickael Savinaud
2012-10-03[trunk] update mqc global functions with opj_ prefixMickael Savinaud
2012-10-03[trunk] add comments to check some parts of mqc.c and update typesMickael Savinaud
2012-10-03upadate mqc with new opj_type and use opj_ prefix for local functionsMickael Savinaud
2012-10-03[trunk] correct warnings linked to static dwt functions because declaration ↵Mickael Savinaud
is not hide when we use SSE
2012-10-03{trunk]update mct functions with opj_ prefix and new opj typeMickael Savinaud
add some comments
2012-10-03[trunk] update global functions of bio.c with opj_prefix and new opj typeMickael Savinaud
2012-10-02[trunk] Set of warnings fix for gcc -pedanticMathieu Malaterre
2012-10-02[trunk] Build small internal tools to generate t1_luts.hMathieu Malaterre
2012-10-02[trunk] Import opj_malloc.h from branch 1.5.xMathieu Malaterre
2012-10-01[trunk] Remove old function tgt_createMathieu Malaterre
Fix some warnings about size_t
2012-10-01[trunk] FolderReorgProposal fix. 3rd party variables were not setMathieu Malaterre
Update issue 177
2012-10-01[trunk] rename PACKAGE_VERSION to OPJ_PACKAGE_VERSIONMathieu Malaterre
This prevent conflicts with TIFF package which also defines PACKAGE_VERSION
2012-10-01[trunk] Fix a set of warnings about C90 issuesMathieu Malaterre
2012-10-01[trunk] FolderReorgProposal task: Fix doxygenMathieu Malaterre
Update issue 177
2012-10-01[trunk] FolderReorgProposal task: move source code to source dirMathieu Malaterre
2012-10-01[trunk] FolderReorgProposal task: only keep a single build systemMathieu Malaterre
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177