summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-09rename j2k_create_decompress_v2 to opj_j2k_create_decompressMickael Savinaud
2012-08-09remove deprecated v1 style function j2k_create_decompress and jp2_create_deco...Mickael Savinaud
2012-08-09rename jp2_decode_v2 to opj_jp2_decodeMickael Savinaud
2012-08-09remove deprecated v1 style function opj_jp2_decodeMickael Savinaud
2012-08-09rename jp2_setup_decoder_v2 to opj_jp2_setup_decoderMickael Savinaud
2012-08-09remove deprecated v1 style function jp2_setup_decoderMickael Savinaud
2012-08-09[trunk] add the support of the flag ignore_pclr_cmap_cdef into the V2 jp2 fun...Mickael Savinaud
2012-08-09[trunk] begin to clean the old V1 style message event managementMickael Savinaud
2012-08-09[trunk] clean jp2_read_ihdr_v2 interface Mickael Savinaud
2012-08-09[trunk] rename opj_destroy_cstr_info_v2 to opj_destroy_cstr_infoMickael Savinaud
2012-08-09remove deprecated v1 style function opj_destroy_cstr_infoMickael Savinaud
2012-08-09[trunk] move functions in openjpeg.c in two parts compression vs decompressionMickael Savinaud
2012-08-09[trunk] rename opj_encode_v2 to opj_encodeMickael Savinaud
2012-08-09[trunk] remove deprecated v1 style function opj_encode and opj_encode_with_infoMickael Savinaud
2012-08-09[trunk] rename opj_setup_encoder_v2 to opj_setup_encoder Mickael Savinaud
2012-08-09remove deprecated v1 style function opj_setup_encoderMickael Savinaud
2012-08-09rename opj_create_compress_v2 to opj_create_compressMickael Savinaud
2012-08-09[trunk] remove deprecated v1 style function opj_create_compressMickael Savinaud
2012-08-09remove deprecated v1 style function opj_decode and opj_decode_with_infoMickael Savinaud
2012-08-09[trunk] rename opj_setup_decoder_v2 to opj_setup_decoderMickael Savinaud
2012-08-09[trunk] remove deprecated v1 style function opj_setup_decoderMickael Savinaud
2012-08-09[trunk] remove deprecated v1 style function opj_destroy_decompressMickael Savinaud
2012-08-09[trunk] rename opj_create_decompress_v2 to opj_create_decompressMickael Savinaud
2012-08-09[trunk] remove V1 style function opj_create_decompress Mickael Savinaud
2012-08-09[trunk] define local functions of j2k.c as static and clean styleMickael Savinaud
2012-08-09[trunk] move allocation of cstr_index->tile_index to the end of the header re...Mickael Savinaud
2012-08-09Add file type detection in test_tile_decoder to support JP2 file as inputMickael Savinaud
2012-08-09Use the right file as input for the test ttd2Mickael Savinaud
2012-08-09Reorganize and clean style of test_tile_decoder.cMickael Savinaud
2012-07-25[trunk] Use const keyword when appropriateMathieu Malaterre
2012-07-25[trunk] Import changes from 1.5 branchMathieu Malaterre
2012-07-11[trunk] Fix r156 to compile on compilers where false is not defined.Mathieu Malaterre
2012-07-11[trunk] This fixes issues seen on PDF filesMathieu Malaterre
2012-07-10[trunk] Fix heap buffer overflowMathieu Malaterre
2012-06-01[trunk] use new names for baselineMickael Savinaud
2012-05-29[trunk] Fix a simple leak in test_tile_encoderMathieu Malaterre
2012-05-29[trunk] Adding more tests. tte5.j2k looks as if the tile compression is brokenMathieu Malaterre
2012-05-29[trunk] The two files in Issue145 have a precision < 8-bit:Mathieu Malaterre
2012-05-29[trunk] Fix installation issues. Thanks to winfried for patch.Mathieu Malaterre
2012-05-29[trunk] Follow up to r1691. Handle signed case.Mathieu Malaterre
2012-05-29[trunk] Add new behavior for codecs. Now supports little endian RAWL format. ...Mathieu Malaterre
2012-05-29[trunk] Add commented out code for tile support in applications.Mathieu Malaterre
2012-05-22[trunk] error message typo, refer PLT instead of PLMMathieu Malaterre
2012-05-21[trunk] add sentinel when tile_index is nullMathieu Malaterre
2012-05-21[trunk] Enable tile decoding/encoding round tripMathieu Malaterre
2012-05-21Activate tile decoding system to reproduce issuesMathieu Malaterre
2012-05-21Comment the using of j2k_add_marker function into a v2 function.Mickael Savinaud
2012-05-14use the correct event handler in j2k_to_image.cMickael Savinaud
2012-05-14resolve bug under win arch with test_tile_encoder.cMickael Savinaud
2012-05-14(no commit message)Mickael Savinaud