summaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)Author
2012-11-19[trunk] fix issue 191 (thanks Even)Mickael Savinaud
2012-11-19[trunk]remove not used structuresMickael Savinaud
2012-11-16[trunk] remove the extended struct it is a bad ideaMickael Savinaud
2012-11-16[trunk] add extended capacities for future developmentMickael Savinaud
2012-11-16[trunk] add opj_ prefix to some internal define and use the new opj type inst...Mickael Savinaud
2012-11-15[trunk] update some applications with new OPJ_BOOL typeMickael Savinaud
2012-11-15[trunk] use OPJ_INT32 instead of int in t2.cMickael Savinaud
2012-11-15[trunk] rename function with the new opj_ prefixMickael Savinaud
2012-11-15[trunk] solve a potential bug when we test the reallocMickael Savinaud
2012-11-15[trunk] add an assert to spot a problem. update issue 189Mickael Savinaud
2012-11-15[trunk]update the copyright, the authors and thanks to respect the licenseMickael Savinaud
2012-11-15[trunk] propagate the new OPJ_ symbol and type to openjpipMickael Savinaud
2012-11-15runk] fix the documentation of the APIMickael Savinaud
2012-11-15[trunk] move opj_bool to OPJ_BOOL to follow the other typeMickael Savinaud
2012-11-15[trunk]remove OPJ_LIMIT_DECODING struct which is not useful for v2 APIMickael Savinaud
2012-11-15[trunk] rename public symbols with OPJ_ prefix (enum part)Mickael Savinaud
2012-11-15[trunk] rename public symbols with OPJ_ prefixMickael Savinaud
2012-11-13[trunk] remove warnings raised by flags -Wall -Wextra -pedanticMickael Savinaud
2012-11-13[trunk] remove warnings raised by vs11-beta analyzerMickael Savinaud
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] 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