summaryrefslogtreecommitdiff
path: root/libopenjpeg/jp2.c
AgeCommit message (Collapse)Author
2012-08-09[trunk] add the support of the flag ignore_pclr_cmap_cdef into the V2 jp2 ↵Mickael Savinaud
functions (but not for box reading); no tests modified
2012-08-09[trunk] clean jp2_read_ihdr_v2 interface Mickael Savinaud
2012-05-29[trunk] The two files in Issue145 have a precision < 8-bit:Mathieu Malaterre
therefore 'jp2_read_pclr' must be changed. j2k_to_image fails to create RGB/RGBA images with a precision < 8-bit: therefore 'imagetopng' must be changed. Fixes issue 145
2012-05-14(no commit message)Mickael Savinaud
2012-05-14[trunk] Need to use new interface opj_event_msg_v2, instead of old ↵Mathieu Malaterre
opj_event_msg. Remove some simple warnings
2012-05-14[trunk] Wrong struct size. Use opj_jp2_v2_t insteadMathieu Malaterre
2012-05-14adding jp2_encode_v2 from v2 branches; using the right return value for ↵Mickael Savinaud
opj_stream_flush
2012-05-14correct style in cio.c and use only op_bool return value; correct error in ↵Mickael Savinaud
jp2.c and some style
2012-05-14add new functions in jp2 codec from v2 branches; solve bug in ↵Mickael Savinaud
j2k_setup_encoder_v2
2012-03-19[trunk] replace more void* object pointer to proper function pointer: ↵Mathieu Malaterre
opj_procedure. Remove some warnings reported by gcc -pedantic
2012-03-15[trunk] modify image_to_j2k and the lib to support functionalities given by ↵Mickael Savinaud
the v2 alpha branch
2012-03-02[trunk] Fix a bunch of warning about C++ comments in C code.Mathieu Malaterre
2012-03-02[trunk] merge r1197, r1199, r1228, r1230 and r1232 from branch 1.5 over to trunkMathieu Malaterre
2012-03-02[trunk] Backout r1513 for now.Mathieu Malaterre
2012-03-02[trunk] merge rev 1330/1331 from branch 1.5 onto trunkMathieu Malaterre
2012-03-02[trunk] merge rev 1333 from 1.5 to trunkMathieu Malaterre
2011-12-07[trunk] remove some warnings detected by cppcheckMickael Savinaud
2011-12-03Apply doxygen fixes suggested by Brad Hards on opj mailing list.Mathieu Malaterre
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-10-21[trunk] WIP: manage output image with area correponding to the set decoded areaMickael Savinaud
2011-10-20WIP: remove memory leak about new jp2_read_marker functionMickael Savinaud
2011-10-12[trunk] WIP: correct some memory leaks in applications functionsMickael Savinaud
2011-10-11[trunk] WIP: correct some segfault with win platform and remove a aligned ↵Mickael Savinaud
allocation which produce error when a realloc is done on this pointer
2011-10-11[trunk] WIP: correct mistake with JP2 files and manage correctly the ↵Mickael Savinaud
text_GBR.jp2 filecase
2011-10-07[trunk] WIP: update jp2 dump functions with the new V2 frameworkMickael Savinaud
2011-10-05[trunk] WIP: fix the decoding process with conformance files and V2 frameworkMickael Savinaud
2011-09-30modified indexer for JPIP, JPP-streamKaori Hagihara
2011-09-27[trunk] WIP: add basis for a new output management of the codestream ↵Mickael Savinaud
information and index
2011-09-21[trunk] WIP: clean the j2k_dump application and the lib regards to the event ↵Mickael Savinaud
management
2011-09-19WIP: begin to test opj_read_tile_header with V2 styleMickael Savinaud
2011-09-19WIP: create a new framework to output file informationMickael Savinaud
2011-09-19WIP: begin to clean j2k_dump and some other small thingsMickael Savinaud
2011-09-19WIP: enchance the new version with some bug fixes from v1 and from meMickael Savinaud
2011-09-19WIP: add support of jp2 for new j2k_dump function and some other small stuffMickael Savinaud
2011-09-09TRUNK:added a new indexer functionality to the library. With the new -jpip ↵Antonin Descampe
option at encoding, the user can now generate a JP2 file including an XML box with the index used when browsing the image with JPIP
2011-08-10removed unused parameters warnings with the solution proposed by myself and ↵Mickael Savinaud
Bob Friesenhahn
2011-07-29solve some obvious warnings for WIN platform, increase number of warning ↵Mickael Savinaud
reported on the dashboard, correct last warnings with gcc 4.4 (-Wall)
2011-07-03fixed handling of "jp2->meth" value (Restricted ICC profile handling ↵Antonin Descampe
currently not implemented)
2011-05-18defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to ↵Antonin Descampe
avoid having to deal with "stdbool.h" (patch from Winfried)
2011-04-12Fixed internal function names conflict with Jasper ↵Antonin Descampe
(http://code.google.com/p/openjpeg/issues/detail?id=30)
2011-01-30fixed warnings in jp2.c (signed compared to unsigned) and dwt.c (bad cast) ; ↵Antonin Descampe
removed depcomp file from trunk (automatically copied by automake in main folder)
2011-01-30replaced en-dash with standard dash in jp2.cAntonin Descampe
2010-12-08 (thanks to Winfried for his help)Antonin Descampe
* [antonin] changed remaining "WIN32" to "_WIN32" ! [antonin] libopenjpeg has no more dependency on LCMS lib. Everything concerning color (icc profile, conversion to rgb, etc) has been put outside libopenjpeg and is used in j2k_to_image.c and mj2_to_frames.c. - [antonin] removed "opj_convert{.c,.h}" + [antonin] added a directory "common/" that contains "getopt{.c,.h}" (previously in "codec/compat"). + [antonin] added files "color{.c,.h}" in "common/" that define the code for icc profile management and sycc_to_rgb conversion + [antonin] added "common/format_defs.h" that contains common definitions used in image_to_j2k, j2k_to_image, j2k_dump.
2010-11-22reverted 'include "../opj_config.h"' to 'include "opj_config.h"'Antonin Descampe
2010-11-15minor changes in header inclusionsAntonin Descampe
2010-10-24Fixed doxygen data inside source code (from winfried)Antonin Descampe
2010-10-22Currently the Visual Studio builds are broken in the SVN. Attached a patch ↵Antonin Descampe
to fix this issue (from szekerest)
2010-10-05Added files to let people build openjpeg with configure tools ; Added ↵Antonin Descampe
makefiles to let people manually build openjpeg on *nix platforms ; Removed obsolete Makefiles ; Renamed dirent.h to windirent.h ; Made optional the PNG, TIFF, and LCMS support in CMake files ; Added opj_config* files to configure openjpeg before building it (opj_config.h generated by configure, cmake, or manually by the user) ; Renamed this file from ChangeLog to CHANGES ; Renamed License.txt to LICENSE ; Updated README files ; Added INSTALL and LICENSE files ; Added man pages
2008-02-28Removed the J2KViewer module, which has been replaced by OPJViewer and fixed ↵Francois-Olivier Devaux
the error handling of j2k_decode in jp2.c, thanks to Robin Cornelius