summaryrefslogtreecommitdiff
path: root/libopenjpeg/openjpeg.c
AgeCommit message (Collapse)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177
2012-08-30[trunk] STYLE: Clean up documentation errorsMickael Savinaud
Functions should only have formal documentation in one place, and preferably in the declaration (i.e. repeated documentaiton should not be at both the declaration and the definition, because it causes too much maintenance to keep them syncronized). In cases where the definition is also the declaration (as is often the case for static functions in the .c files) the documentation was preserved at the first use of the function signature. Functions that are formally documented should contain documentation for each function argument. The clang 3.1 compiler issues documentation warnings when the documentation block with @params preceeding a declaration does not match the argument list. This patch set follows a convention used elsewere in openjpeg to add a placeholder FIXME DOC description where one was previously missing. Thanks to Hans Johnson.
2012-08-16remove deprecated v1 style function j2k_create_compress; rename ↵Mickael Savinaud
opj_j2k_create_compress_v2 to opj_j2k_create_compress
2012-08-16remove deprecated v1 style function j2k_setup_encoder; rename ↵Mickael Savinaud
opj_j2k_setup_encoder_v2 to opj_j2k_setup_encoder
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 ↵Mickael Savinaud
j2k_setup_encoder_v2
2012-05-02[trunk] styleMickael Savinaud
2012-05-02[trunk] Enhance support of events like the v2 branch. Use right name of ↵Mickael Savinaud
variables.
2012-04-23[trunk] apply patch from winfried on the mailing list. For more info see: ↵Mathieu Malaterre
https://groups.google.com/group/openjpeg/msg/e631d586a31c6de4
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 ↵Mathieu Malaterre
#define BLA 1. This is to cope with pseudo autotools generated tif header.
2012-03-15[trunk] modify image_to_j2k and the lib to support functionalities given by ↵Mickael Savinaud
the v2 alpha branch
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 ↵Mickael Savinaud
j2k_to_image help about decoded region
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 ↵Mickael Savinaud
855 into V2 framework, correct memory leak into get_cstr_info