summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-28[2.0] Set mime-type to text/plain; charset=UTF-8version.2.0Mathieu Malaterre
2014-03-28[2.0] Set mime-type to text/plainMathieu Malaterre
2012-11-19[2.0] Adding changelogMathieu Malaterre
2012-11-19[2.0] Create tag for 2.0.0 releaseMathieu Malaterre
2012-11-19[2.0] Create branch for 2.0Mathieu Malaterre
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] rename USE_LEGACY into OPJ_USE_LEGACY for consistency with other #defineMathieu Malaterre
2012-11-16[trunk] Attempt to fix compilation error with mj2Mathieu Malaterre
2012-11-16[trunk] Attempt to fix compilation error with mj2Mathieu Malaterre
2012-11-16[trunk] solve the problem with new opj_ symbols in color.cMickael 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]rename the cinema option to old oneMickael 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-15[trunk]rename decompress options with the goog nameMickael Savinaud
2012-11-15runk] fix the documentation of the APIMickael Savinaud
2012-11-15[trunk] avoid memory leak in j2k_random_tile_access.cMickael Savinaud
2012-11-15[trunk]extend last commits to appsMickael 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-11-12[trunk] add some new tests related to new data; indicate that some tests shou...Mickael Savinaud
2012-11-08[trunk] Add more testing to the tile access/randomMathieu Malaterre
2012-11-08[trunk] Fix what looks like a copy/paste errorMathieu Malaterre
2012-11-08[trunk] Add more test in j2k_random_tile_accessMathieu Malaterre
2012-11-08[trunk] Add new tests (j2k_random_tile_access)Mathieu Malaterre
2012-10-30[trunk] remove old structure from testempty Mickael 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