summaryrefslogtreecommitdiff
path: root/libopenjpeg/openjpeg.h
AgeCommit message (Collapse)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177
2012-09-10[trunk] Use new gcc feature to actually hide exported symbolsMathieu Malaterre
Right now we are only using the Windows/POSIX compatibility layer. This means that we have only been marking explicitely which symbols to export. What this also means is that for one to explicitely remove non-explicitely marked symbols, one has to set -fvisibility=hidden as CFLAGS
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-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 ↵Mickael Savinaud
variables.
2012-04-23Fix a set of warnings reported by gcc in cio.c. This patch impact the API ↵Mathieu Malaterre
directly (remove left over 32bits API)
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 ↵Mathieu Malaterre
convention
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 ↵Mickael Savinaud
the v2 alpha branch
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 ↵Julien Malik
map to OPJ_INT64 systematically
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 ↵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.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 ↵Mickael Savinaud
855 into V2 framework, correct memory leak into get_cstr_info
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 ↵Mickael Savinaud
information and index
2011-09-22WIP: fix build compilation error with windows platform about event_mgr ↵Mickael Savinaud
management
2011-09-21[trunk] WIP: clean the j2k_dump application and the lib regards to the event ↵Mickael Savinaud
management