summaryrefslogtreecommitdiff
path: root/libopenjpeg/openjpeg.c
AgeCommit message (Expand)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
2012-08-30[trunk] STYLE: Clean up documentation errorsMickael Savinaud
2012-08-16remove deprecated v1 style function j2k_create_compress; rename opj_j2k_creat...Mickael Savinaud
2012-08-16remove deprecated v1 style function j2k_setup_encoder; rename opj_j2k_setup_e...Mickael Savinaud
2012-08-16rename j2k functions with opj_ prefixMickael Savinaud
2012-08-13rename jp2 functions with V2 style and opj_ prefixMickael Savinaud
2012-08-09rename j2k_decode_v2 to opj_j2k_decodeMickael Savinaud
2012-08-09rename j2k_setup_decoder_v2 to opj_j2k_setup_decoderMickael Savinaud
2012-08-09rename j2k_create_decompress_v2 to opj_j2k_create_decompressMickael Savinaud
2012-08-09rename jp2_decode_v2 to opj_jp2_decodeMickael Savinaud
2012-08-09rename jp2_setup_decoder_v2 to opj_jp2_setup_decoderMickael 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-05-14(no commit message)Mickael Savinaud
2012-05-14[trunk] Pointer is opj_jp2_v2_t, not opj_jp2_tMathieu Malaterre
2012-05-14add new functions in jp2 codec from v2 branches; solve bug in j2k_setup_encod...Mickael Savinaud
2012-05-02[trunk] styleMickael Savinaud
2012-05-02[trunk] Enhance support of events like the v2 branch. Use right name of varia...Mickael Savinaud
2012-04-23[trunk] apply patch from winfried on the mailing list. For more info see: htt...Mathieu Malaterre
2012-03-23[trunk] add test_tile_encoder test and function relatedMickael Savinaud
2012-03-19[trunk] use autotools convention where #ifdef BLA, should be provided by #def...Mathieu Malaterre
2012-03-15[trunk] modify image_to_j2k and the lib to support functionalities given by t...Mickael Savinaud
2012-03-09[trunk] reverted to revision 1536Mickael Savinaud
2012-03-09[trunk] first steps about merge compression WIPMickael Savinaud
2012-03-02[trunk] merge rev 1333 from 1.5 to trunkMathieu Malaterre
2011-11-30[trunk] implement Large File support in the libraryJulien Malik
2011-11-27[trunk] backout wrong changeset 1091 - see issue 123Julien Malik
2011-11-24[trunk] support seeking in files larger than 2 GBJulien Malik
2011-11-17[trunk] WIP: add a set decoded resolution factor function and update j2k_to_i...Mickael Savinaud
2011-11-08[trunk] WIP: add get_decoded_tile functionalityMickael Savinaud
2011-11-08[trunk] WIP: clean and enhance openjpeg.cMickael Savinaud
2011-10-21[trunk] WIP: manage output image with area correponding to the set decoded areaMickael Savinaud
2011-10-21[trunk] WIP: enhance codestream index generationMickael Savinaud
2011-10-12[trunk] WIP: correct some memory leaks in applications functionsMickael Savinaud
2011-10-11[trunk] WIP: add stream length value to read unknown marker size, backport 8...Mickael Savinaud