summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-01[trunk] V2 will be release with SOVERSION=6Mathieu Malaterre
2012-10-01[trunk] Remove old function tgt_createMathieu Malaterre
Fix some warnings about size_t
2012-10-01[trunk] Update README to reflect FolderReorgProposalMathieu Malaterre
Update issue 177
2012-10-01[trunk] FolderReorgProposal fix. 3rd party variables were not setMathieu Malaterre
Update issue 177
2012-10-01[trunk] Requires CMake 2.8.2 at leastMathieu Malaterre
2012-10-01[trunk] Fix minor cmake styleMathieu Malaterre
2012-10-01[trunk] import unit testing from 1.5.x branchMathieu Malaterre
2012-10-01[trunk] remove warnings generated by all project in thirdpartiesMathieu Malaterre
2012-10-01[trunk] Discard warnings from tiff packageMathieu Malaterre
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 missing include directoryMathieu Malaterre
2012-10-01[trunk] fix compilation on windows where getopt is not availableMathieu Malaterre
2012-10-01[trunk] Fix missing getopt symbols on windowsMathieu Malaterre
2012-10-01[trunk] FolderReorgProposal task: Fix openjp2 lib nameMathieu Malaterre
2012-10-01[trunk] Fix a set of warnings about C90 issuesMathieu Malaterre
2012-10-01[trunk] FolderReorgProposal task. Do not rebuild doxygen alwaysMathieu Malaterre
Update issue 177
2012-10-01[trunk] FolderReorgProposal task: cleanup doxygenMathieu Malaterre
Update issue 177
2012-10-01[trunk] FolderReorgProposal task: fix jpip doxygenMathieu Malaterre
Update issue 177
2012-10-01[trunk] FolderReorgProposal task: Fix doxygenMathieu Malaterre
Update issue 177
2012-10-01[trunk] FolderReorgProposal task: update install instructionMathieu 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-30[trunk] update the name of the executable used for the testsMickael Savinaud
2012-09-28[trunk] FolderReorgProposal task: rename JP3D CLI toolsMathieu Malaterre
Update issue 177
2012-09-28[trunk] FolderReorgProposal task: rename MJ2/JPIP CLI toolsMathieu Malaterre
Update issue 177
2012-09-28[trunk] FolderReorgProposal task: fix JPWLMathieu Malaterre
Update issue 177
2012-09-28[trunk] FolderReorgProposal task: rename cli toolsMathieu Malaterre
Update issue 177
2012-09-28[trunk] FolderReorgProposal task: Fix ViewerMathieu Malaterre
Update issue 177
2012-09-28[trunk] FolderReorgProposal task: refactor MJ2Mathieu Malaterre
Update issue 177
2012-09-28[trunk] FolderReorgProposal task: add JP3DMathieu Malaterre
Update issue 177
2012-09-28[trunk] Continue FolderReorgProposal task. Missing java wrappingMathieu Malaterre
Update issue 177
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177
2012-09-27update j2k_lib with new opj typeMickael Savinaud
2012-09-27correct a warning in image.cMickael Savinaud
2012-09-27clean function_list functionsMickael Savinaud
2012-09-27[trunk] Rename bio_create and bio_destroy with opj_ prefixMickael Savinaud
2012-09-27[trunk] udpate local functions of bio.c with opj_prefix and new opj typesMickael Savinaud
update opj_bio structure
2012-09-27[trunk] update t1_luts.h with opj typeMickael Savinaud
2012-09-27[trunk] update some local function of t1 with opj_prefix and new opj typeMickael Savinaud
2012-09-27 rename opj_t1_enc_clnpass and opj_t1_enc_clnpass_step with opj_ prefix and ↵Mickael Savinaud
update types used in theses functions
2012-09-27[trunk]rename t1_enc_refpass_step and t1_enc_repass with opj_ prefix and ↵Mickael Savinaud
update types used in theses functions
2012-09-27{trunk] remove old v1 style function t1_encode_cblkMickael Savinaud
rename t1_encode_cblk_v2 to opj_t1_encode_cblk
2012-09-27[trunk] remove old v1 function t1_encode_blocksMickael Savinaud
2012-09-27[trunk] remove old v1 style t1_decode_cblk function and rename ↵Mickael Savinaud
t1_decode_cblk_v2 to opj_t1_decode_cblk rename t1_dec_sigpass t1_dec_sigpass_step, t1_updateflags, t1_dec_refpass, t1_dec_refpass_step with opj_prefix and v2 type delete unused functions in new V2 t1 framework: t1_dec_refpass_raw, t1_dec_refpass_mqc, t1_dec_refpass_mqc_vsc, t1_dec_refpass_step_raw, t1_dec_refpass_step_mqc, t1_dec_refpass_step_mqc_vsc, t1_dec_sigpass_raw, t1_dec_sigpass_mqc, t1_dec_sigpass_mqc_vsc, t1_dec_sigpass_step_raw, t1_dec_sigpass_step_mqc, t1_dec_sigpass_step_mqc_vsc
2012-09-27[trunk]remove t2_init_segMickael Savinaud
rename t2_init_seg_v2 to opj_t2_init_seg rename t2_encode_packet_v2 to opj_t2_encode_packet
2012-09-27[trunk] remove t2_destroy, t2_decode_packets and t2_decode_packetMickael Savinaud
rename from t2_destroy_v2 to opj_t2_destroy rename from t2_decode_packets_v2 to opj_t2_decode_packets rename from t2_decode_packet_v2 to opj_t2_decode_packet
2012-09-27[trunk] remove old v1 style function t2_createMickael Savinaud
rename t2_create_v2 to opj_t2_create
2012-09-27[trunk] remove t2_encode_packet and t2_encode_packetsMickael Savinaud
rename from t2_encode_packets_v2 to opj_t2_encode_packets
2012-09-27[trunk] update t2_getnumpasses from V2 branch and put opj_ prefixMickael Savinaud
2012-09-27[trunk] update t2_putnumpasses with V2 styleMickael Savinaud