summaryrefslogtreecommitdiff
path: root/libopenjpeg/jp2.c
AgeCommit message (Collapse)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177
2012-09-10[trunk] Fix all C90 issues using gcc -pedantic -Wno-long-long to track themMathieu Malaterre
As a side effect, fix all comment style to remove extra gcc output Fixes issue 173
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-30[trunk] Remove all non-ascii characters (Several compilers and development ↵Mickael Savinaud
tools are confused by non-ascii characters in source code. These have been removed) thanks to Hans Johnson
2012-08-22[trunk] realloc is misused and may leak memory (Issue#168)Luc Hermitte
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-13remove old v1 style functions from jp2.cMickael Savinaud
2012-08-13rename local jp2 functions with opj_ prefixMickael Savinaud
2012-08-13rename jp2_write_jp_v2 to opj_jp2_write_jpMickael Savinaud
2012-08-13remove deprecated v1 style function jp2_write_jpMickael Savinaud
2012-08-13rename jp2_write_jp2c_v2 to opj_jp2_write_jp2cMickael Savinaud
2012-08-13remove deprecated v1 style function jp2_write_jp2cMickael Savinaud
2012-08-13rename local function in jp2.c with the opj_ prefixMickael Savinaud
2012-08-13rename jp2_write_ftyp_v2 to opj_jp2_write_ftypMickael Savinaud
2012-08-13remove deprecated v1 style function jp2_write_ftypMickael Savinaud
2012-08-13rename jp2_write_colr_v2 to opj_jp2_write_colrMickael Savinaud
2012-08-13remove deprecated v1 style function jp2_write_colrMickael Savinaud
2012-08-13rename jp2_write_bpcc_v2 to opj_jp2_write_bpccMickael Savinaud
2012-08-13remove deprecated v1 style function jp2_write_bpccMickael Savinaud
2012-08-13rename jp2_write_ihdr_v2 to opj_jp2_write_ihdrMickael Savinaud
2012-08-13remove deprecated v1 style function jp2_write_ihdrMickael Savinaud
2012-08-13rename jp2 functions with V2 style and opj_ prefixMickael Savinaud
2012-08-13remove deprecated v1 style functions jp2_write_jp2hMickael Savinaud
2012-08-13remove deprecated v1 style functions : jp2_create_compress, ↵Mickael Savinaud
jp2_destroy_compress, opj_jp2_encode
2012-08-10use internal type to reduce warnings in jp2.cMickael Savinaud
2012-08-10rename jp2_read_boxhdr_v2 to opj_jp2_read_boxhdrMickael Savinaud
2012-08-10remove deprecated v1 style function jp2_read_boxhdrMickael Savinaud
2012-08-10rename local function in jp2.c with the opj_ prefixMickael Savinaud
2012-08-10rename jp2_read_jp_v2 to opj_jp2_read_jpMickael Savinaud
2012-08-10remove deprecated v1 style function jp2_read_jp2c, jp2_read_structMickael Savinaud
2012-08-10rename jp2_read_ftyp_v2 to opj_jp2_read_ftypMickael Savinaud
2012-08-10remove deprecated v1 style function jp2_read_ftypMickael Savinaud
2012-08-10rename jp2_read_colr_v2 to opj_jp2_read_colr, jp2_read_pclr_v2 to ↵Mickael Savinaud
opj_jp2_read_pclr, jp2_read_cmap_v2 to opj_jp2_read_cmap, jp2_read_cdef_v2 to opj_jp2_read_cdef
2012-08-10remove deprecated v1 style function jp2_read_colr, jp2_read_pclr, ↵Mickael Savinaud
jp2_read_cmap, jp2_read_cdef
2012-08-10rename jp2_read_bpcc_v2 to opj_jp2_read_bpccMickael Savinaud
2012-08-10remove deprecated v1 style function jp2_read_bpccMickael Savinaud
2012-08-10rename jp2_read_ihdr_v2 to opj_jp2_read_ihdrMickael Savinaud
2012-08-10remove deprecated v1 style function jp2_read_ihdrMickael Savinaud
2012-08-10rename jp2_read_jp2h_v2 to opj_jp2_read_jp2hMickael Savinaud
2012-08-10remove deprecated v1 style function jp2_read_jp2hMickael Savinaud
2012-08-10remove deprecated v1 style function jp2_destroy_decompressMickael 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-09remove deprecated v1 style function j2k_create_decompress and ↵Mickael Savinaud
jp2_create_decompress
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