summaryrefslogtreecommitdiff
path: root/libopenjpeg/openjpeg.h
AgeCommit message (Expand)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
2012-09-10[trunk] Use new gcc feature to actually hide exported symbolsMathieu Malaterre
2012-08-30[trunk] STYLE: Clean up documentation errorsMickael Savinaud
2012-08-09[trunk] begin to clean the old V1 style message event managementMickael 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] 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-02[trunk] Enhance support of events like the v2 branch. Use right name of varia...Mickael Savinaud
2012-04-23Fix a set of warnings reported by gcc in cio.c. This patch impact the API dir...Mathieu Malaterre
2012-03-26[trunk] Start working on LFS support in JPIP code sectionMathieu Malaterre
2012-03-26[trunk] ICC profile length is always an unsigned integerMathieu Malaterre
2012-03-26[trunk] make openjpeg consistant with itself, and adapt sign of struct variablesMathieu Malaterre
2012-03-23[trunk] add test_tile_encoder test and function relatedMickael Savinaud
2012-03-19[trunk] move functionalities of stdint/inttype into opj_stdint/opj_inttypesMathieu Malaterre
2012-03-19[trunk] Remove remaining of OPJ_INT64_F/OPJ_UINT64_F before move to C99 conve...Mathieu Malaterre
2012-03-17[trunk] Fix compilation win32 with shared libs on (export symbol name)Mathieu Malaterre
2012-03-15[trunk] modify image_to_j2k and the lib to support functionalities given by t...Mickael Savinaud
2012-03-11[trunk] Use stdint.h when available to compute fixed-type definition.Mathieu Malaterre
2012-03-09[trunk] reverted to revision 1536Mickael Savinaud
2012-03-09[trunk] first steps about merge compression WIPMickael Savinaud
2012-03-02[trunk] Fix a bunch of warning about C++ comments in C code.Mathieu Malaterre
2012-03-02[trunk] merge rev 1333 from 1.5 to trunkMathieu Malaterre
2011-12-03Apply doxygen fixes suggested by Brad Hards on opj mailing list.Mathieu Malaterre
2011-12-01[trunk] fix warnings when printing large integersJulien Malik
2011-11-30[trunk] implement Large File support in the libraryJulien Malik
2011-11-28[trunk] add definitions for 64 bits integer types, and define OPJ_OFF_T to ma...Julien Malik
2011-11-17[trunk] WIP: enhance j2k_to_image with new get_decoded_tile functionalityMickael Savinaud
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.h and add deprecated macroMickael 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
2011-10-05[trunk] WIP: fix the decoding process with conformance files and V2 frameworkMickael Savinaud
2011-09-27[trunk] WIP: enhance the event management into the new APIMickael Savinaud
2011-09-27[trunk] WIP: add basis for a new output management of the codestream informat...Mickael Savinaud
2011-09-22WIP: fix build compilation error with windows platform about event_mgr manage...Mickael Savinaud
2011-09-21[trunk] WIP: clean the j2k_dump application and the lib regards to the event ...Mickael Savinaud