summaryrefslogtreecommitdiff
path: root/libopenjpeg/jp2.c
AgeCommit message (Expand)Author
2012-08-09[trunk] add the support of the flag ignore_pclr_cmap_cdef into the V2 jp2 fun...Mickael Savinaud
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
2012-05-14(no commit message)Mickael Savinaud
2012-05-14[trunk] Need to use new interface opj_event_msg_v2, instead of old opj_event_...Mathieu Malaterre
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 opj_s...Mickael Savinaud
2012-05-14correct style in cio.c and use only op_bool return value; correct error in jp...Mickael Savinaud
2012-05-14add new functions in jp2 codec from v2 branches; solve bug in j2k_setup_encod...Mickael Savinaud
2012-03-19[trunk] replace more void* object pointer to proper function pointer: opj_pro...Mathieu Malaterre
2012-03-15[trunk] modify image_to_j2k and the lib to support functionalities given by t...Mickael Savinaud
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 j2k_to_i...Mickael Savinaud
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 all...Mickael Savinaud
2011-10-11[trunk] WIP: correct mistake with JP2 files and manage correctly the text_GBR...Mickael Savinaud
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 informat...Mickael Savinaud
2011-09-21[trunk] WIP: clean the j2k_dump application and the lib regards to the event ...Mickael Savinaud
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 op...Antonin Descampe
2011-08-10removed unused parameters warnings with the solution proposed by myself and B...Mickael Savinaud
2011-07-29solve some obvious warnings for WIN platform, increase number of warning repo...Mickael Savinaud
2011-07-03fixed handling of "jp2->meth" value (Restricted ICC profile handling currentl...Antonin Descampe
2011-05-18defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avo...Antonin Descampe
2011-04-12Fixed internal function names conflict with Jasper (http://code.google.com/p/...Antonin Descampe
2011-01-30fixed warnings in jp2.c (signed compared to unsigned) and dwt.c (bad cast) ; ...Antonin Descampe
2011-01-30replaced en-dash with standard dash in jp2.cAntonin Descampe
2010-12-08 (thanks to Winfried for his help)Antonin Descampe
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 to...Antonin Descampe
2010-10-05Added files to let people build openjpeg with configure tools ; Added makefil...Antonin Descampe
2008-02-28Removed the J2KViewer module, which has been replaced by OPJViewer and fixed ...Francois-Olivier Devaux