summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-27[trunk] rename t2_getcommacode to opj_t2_getcommacodeMickael Savinaud
2012-09-27[trunk] modify output type of t2_getcommacodeMickael Savinaud
2012-09-27[trunk] rename local functions in t2 with opj_ prefixMickael Savinaud
2012-09-27rename from t2_skip_packet to opj_t2_skip_packet;Mickael Savinaud
2012-09-12[trunk] Fix possible code execution vulnMathieu Malaterre
2012-09-10[trunk] Fix one remaining issue with C90 compatMathieu Malaterre
2012-09-10[trunk] Use new gcc feature to actually hide exported symbolsMathieu Malaterre
2012-09-10[trunk] no need to export MCT_ELEMENT_SIZE symbolMathieu Malaterre
2012-09-10[trunk] Fix Heap-based buffer-overflow when decoding openjpeg imageMathieu Malaterre
2012-09-10[trunk] Fix some C90 issues.Mathieu Malaterre
2012-09-10[trunk] Fix all C90 issues using gcc -pedantic -Wno-long-long to track themMathieu Malaterre
2012-08-30[trunk] Remove CMake-language block-end command argumentsMickael Savinaud
2012-08-30[trunk] Convert CMake-language commands to lower caseMickael Savinaud
2012-08-30[trunk] STYLE: Clean up documentation errorsMickael Savinaud
2012-08-30[trunk] Remove all non-ascii characters (Several compilers and development to...Mickael Savinaud
2012-08-30[trunk] COMP: Fix one warning identified by clang31 :Mickael Savinaud
2012-08-30[trunk] COMP: Remove compiler warning (warning: comparison of unsigned expres...Mickael Savinaud
2012-08-30[trunk] COMP: _v2 code remove (thanks to Hans Johnson and Winfried)Mickael Savinaud
2012-08-23[trunk] memory leaks on ppm_data, found in tests NR-p1_05.j2k-dump, NR-p1_03....Luc Hermitte
2012-08-23[trunk] realloc is misused and may leak memory (Issue#168) (complements: comp...Luc Hermitte
2012-08-22[trunk] realloc is misused and may leak memory (Issue#168)Luc Hermitte
2012-08-22[trunk] j2k_to_image gives fff-topic error message for non-openable files (Is...Luc Hermitte
2012-08-17fix a compilation errorMickael Savinaud
2012-08-17rename t1_enc_sigpass_step and t1_enc_sigpass with opj_ prefix and update typeMickael Savinaud
2012-08-17remove deprecated v1 style function t1_destroy; rename t1_destroy_v2 to opj_t...Mickael Savinaud
2012-08-17rename local functions and struct with opj_ prefixMickael Savinaud
2012-08-17rename local dwt functions Mickael Savinaud
2012-08-17remove deprecated v1 style function dwt_encode; rename dwt_encode_v2 to opj_d...Mickael Savinaud
2012-08-16rename local tcd functions with opj_ prefixMickael Savinaud
2012-08-16remove deprecated v1 style function tcd_decode_tile; rename tcd_decode_tile_v...Mickael Savinaud
2012-08-16remove deprecated v1 style function tcd_destroy; rename tcd_destroy_v2 to opj...Mickael Savinaud
2012-08-16remove deprecated v1 style function tcd_create; rename tcd_create_v2 to opj_t...Mickael Savinaud
2012-08-16rename tcd functions with opj_ prefixMickael Savinaud
2012-08-16optimization of dwt_deinterleave_h, dwt_deinterleave_v from v2 branch; update...Mickael Savinaud
2012-08-16correct warnings in j2k.cMickael Savinaud
2012-08-16remove deprecated v1 style function j2k_write_eoc; rename j2k_write_eoc_v2 to...Mickael Savinaud
2012-08-16remove deprecated v1 style function j2k_read_eoc; rename j2k_read_eoc_v2 to o...Mickael Savinaud
2012-08-16clean style and remove old v1 style structure in j2k.cMickael Savinaud
2012-08-16remove deprecated v1 style function j2k_add_mhmarker; rename j2k_add_mhmarker...Mickael Savinaud
2012-08-16remove deprecated v1 style function j2k_create_compress; rename opj_j2k_creat...Mickael Savinaud
2012-08-16rename j2k functions with opj_ prefixMickael Savinaud
2012-08-16remove deprecated v1 style function j2k_setup_encoder; rename opj_j2k_setup_e...Mickael Savinaud
2012-08-16remove deprecated v1 style function j2k_get_num_tp; rename j2k_get_num_tp_v2 ...Mickael Savinaud
2012-08-16remove deprecated v1 style function j2k_calculate_tp; rename j2k_calculate_tp...Mickael Savinaud
2012-08-16rename local j2k function with opj_ prefixMickael Savinaud
2012-08-16remove deprecated v1 style function j2k_write_rgn; rename j2k_write_rgn_v2 to...Mickael Savinaud
2012-08-16remove deprecated v1 style function j2k_write_sod; rename j2k_write_sod_v2 to...Mickael Savinaud
2012-08-16remove deprecated v1 style function j2k_write_sot; rename j2k_write_sot_v2 to...Mickael Savinaud
2012-08-16remove deprecated v1 style function j2k_write_tlm; rename j2k_write_tlm_v2 to...Mickael Savinaud
2012-08-16rename local j2k function with opj_ prefixMickael Savinaud