summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-11-13[trunk] remove warnings raised by flags -Wall -Wextra -pedanticMickael Savinaud
2012-11-13[trunk] remove warnings raised by flags -Wall -Wextra -pedantic and vs9 analyzerMickael Savinaud
2012-11-13[trunk] remove warnings raised by flags -Wall -Wextra -pedanticMickael Savinaud
2012-11-13[trunk] manage the case where the SOT marker is alone, PSot=12 (case of PHR d...Mickael Savinaud
2012-11-13[trunk] avoid memory leak in opj_t2_decode_packetsMickael Savinaud
2012-10-29[trunk] add documentationMickael Savinaud
2012-10-29[trunk]OPJ_STREAM_READ is now equal to OPJ_TRUE and OPJ_STREAM_WRITE to OPJ_F...Mickael Savinaud
2012-10-29[trunk] move opj_event_mgr struct from openjpeg. h to event.h Mickael Savinaud
2012-10-29[trunk] remove old struct from V1 and not used in V2Mickael Savinaud
2012-10-29[trunk] Remove bool.h, use opj_bool insteadMathieu Malaterre
2012-10-29[trunk] Fix simple warning about unused variablesMathieu Malaterre
2012-10-29[trunk] Make sure to use off_tMathieu Malaterre
2012-10-29[trunk] Remove temp fix now that mj2 is fixedMathieu Malaterre
2012-10-29[trunk] Fix remainings issues with doxygen docMathieu Malaterre
2012-10-29[trunk] Normalize the return type of opj_read_from_file regarding the test in...Mickael Savinaud
2012-10-29[trunk] Fix compilation when JPIP is OFFMathieu Malaterre
2012-10-29[trunk] Merge back JPIP modification into v2Mathieu Malaterre
2012-10-29[trunk] remove warnings related to the use of -Wall -Wextra -pedanticMickael Savinaud
2012-10-26[trunk] finish to remove the old cio_ struct (last comment is incomplete)Mickael Savinaud
2012-10-26[trunk] remove some warnings from -Wall -Wextra -pedanticMickael Savinaud
2012-10-26[trunk]remove some warnings raised by WallMickael Savinaud
2012-10-26[trunk] use the right cp structure in image.hMickael Savinaud
2012-10-25[trunk] remove last warnings from t1Mickael Savinaud
2012-10-25[trunk] rename t1_getwmsedec_v2 to opj_t1_getwmsedec and remove t1_getwmsedecMickael Savinaud
2012-10-25[trunk] cancel previous commit about use of t1_decode_cblks from v2. We shoul...Mickael Savinaud
2012-10-25[trunk] use the opj_ prefix for last t1 functionsMickael Savinaud
2012-10-25[trunk] [trunk] remove old opj_tcp and rename opj_tcp_v2 to opj_tcpMickael Savinaud
2012-10-25[trunk] [trunk] remove old opj_cp and rename opj_cp_v2 to opj_cpMickael Savinaud
2012-10-25[trunk] [trunk] remove old opj_t2 and rename opj_t2_v2 to opj_t2Mickael Savinaud
2012-10-25[trunk] rename opj_tcd_truct_v2 to opj_tcd_structMickael Savinaud
2012-10-25[trunk] rename opj_j2k_v2 to opj_j2kMickael Savinaud
2012-10-25[trunk] remove old opj_j2k struct Mickael Savinaud
2012-10-25[trunk] rename opj_jp2_v2 to opj_jp2Mickael Savinaud
2012-10-25[trunk] remove old opj_jp2 struct Mickael Savinaud
2012-10-25[trunk] correct a mis use of an old structMickael Savinaud
2012-10-25[trunk] rename opj_event_msg_v2 to opj_event_msgMickael Savinaud
2012-10-25[trunk]remove old opj_event_mgr functionMickael Savinaud
2012-10-25[trunk] style Mickael Savinaud
2012-10-25[trunk] remove cio deprecated functions Mickael Savinaud
2012-10-25[trunk]clean jpip marker functions but it is still experimentalMickael Savinaud
2012-10-25[trunk] remove jpt.c/.h which used functions not used by v2. The code is alwa...Mickael Savinaud
2012-10-25[trunk] Fix remaining issue with OPJ_CALLCONVMathieu Malaterre
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
2012-10-25[trunk] Since r2060 (and r2059) openjpip is now a first class shared library,...Mathieu Malaterre
2012-10-25[trunk] Rework r2077Mathieu Malaterre
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