summaryrefslogtreecommitdiff
path: root/libopenjpeg
AgeCommit message (Expand)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
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
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 u...Mickael Savinaud
2012-09-27[trunk]rename t1_enc_refpass_step and t1_enc_repass with opj_ prefix and upda...Mickael Savinaud
2012-09-27{trunk] remove old v1 style function t1_encode_cblkMickael Savinaud
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 t1_decode_cblk...Mickael Savinaud
2012-09-27[trunk]remove t2_init_segMickael Savinaud
2012-09-27[trunk] remove t2_destroy, t2_decode_packets and t2_decode_packetMickael Savinaud
2012-09-27[trunk] remove old v1 style function t2_createMickael Savinaud
2012-09-27[trunk] remove t2_encode_packet and t2_encode_packetsMickael Savinaud
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
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] 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: Remove compiler warning (warning: comparison of unsigned expres...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-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