summaryrefslogtreecommitdiff
path: root/libopenjpeg
AgeCommit message (Expand)Author
2011-10-11[trunk] WIP: correct mistake with JP2 files and manage correctly the text_GBR...Mickael Savinaud
2011-10-10[trunk] add libopenjpeg-jpwl.pc.in. fix output when --disable-shared or --dis...Vincent Torri
2011-10-10[trunk] fix 'distcheck' ruleVincent Torri
2011-10-07[trunk] WIP: correct mistake in text output inside set_decoded_area function ...Mickael Savinaud
2011-10-07[trunk] WIP: update jp2 dump functions with the new V2 frameworkMickael Savinaud
2011-10-07[trunk] correct wrong input in dump_codec function and add missing return valueMickael Savinaud
2011-10-07[trunk] WIP: correct mistake inside set_decoded_area function (credit to Fran...Mickael Savinaud
2011-10-05[trunk] WIP: fix the decoding process with conformance files and V2 frameworkMickael Savinaud
2011-09-30* [vincent] fix autotools for various compilation problemsVincent Torri
2011-09-30modified indexer for JPIP, JPP-streamKaori Hagihara
2011-09-27[trunk] WIP: enhance the event management into the new APIMickael Savinaud
2011-09-27[trunk] WIP: fix some warnings about a static function and j2k_read_unk_v2Mickael Savinaud
2011-09-27[trunk] WIP: add basis for a new output management of the codestream informat...Mickael Savinaud
2011-09-22[trunk] WIP: fix build compilation (with autotools) with MJ2 option (credit t...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
2011-09-21Enhance the support of endianess with cmake and inside the code (credit to Wi...Mickael Savinaud
2011-09-20WIP: fixed build issues with JPWL option ONMickael Savinaud
2011-09-19Enhance some new JPIP files about opj_config inclusion and using of free/call...Mickael Savinaud
2011-09-19WIP: begin to test opj_decode_tile_dataMickael Savinaud
2011-09-19WIP: update t1, t2, tcd to use same strut as in V2Mickael 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: remove a piece of code copy by the merge op at the wrong placeMickael 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-19WIP: new image_header struct is used and enable used of cstr_infoMickael Savinaud
2011-09-19WIP: manage the case of event_mgr is not provided to setup_decoder functionMickael Savinaud
2011-09-19WIP: insert elements from V2 framework into the trunk (add missing files)Mickael Savinaud
2011-09-19Work In Progress: insert elements from V2 framework into the trunkMickael Savinaud
2011-09-09TRUNK: fixed autotools for new indexer optionAntonin Descampe
2011-09-09TRUNK:added a new indexer functionality to the library. With the new -jpip op...Antonin Descampe
2011-08-16removed obsolete testing directory and *.nix files (in trunk)Antonin Descampe
2011-08-11fixed build error with position of variable declaration after patch 856Mickael Savinaud
2011-08-10moved the definition of OPJ_ARG_NOT_USED from opj_includes.h to openjpeg.hMickael Savinaud
2011-08-10fixed segfault with 123.j2c and bug.j2c images (thanks to Tim Mattox for his ...Mickael Savinaud
2011-08-10fixed glibc error with broken2 and broken4 imagesMickael Savinaud
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-28manage case 0 frames inside yuv_num_frames function and correct some warnings...Mickael Savinaud
2011-07-10improved encoding speed in t1_encode_cblks (credit to Giuseppe Baruffa)Antonin Descampe
2011-07-03fixed handling of "jp2->meth" value (Restricted ICC profile handling currentl...Antonin Descampe
2011-06-03adding partno and numpart info as part of the warning message (issue #69)Mathieu Malaterre
2011-05-23fixed autotools (broken since the new directory structure) and added autotool...Antonin Descampe
2011-05-18defined new type "opj_bool", and new constants OPJ_FALSE and OPJ_TRUE, to avo...Antonin Descampe
2011-05-16fixed another bug related to the number of packets in a tile-part, not correc...Antonin Descampe
2011-05-16fixed part of issue 69, when tile-part index is inconsistent with the total n...Antonin Descampe
2011-04-16fixed a bug in mqc.c (see https://groups.google.com/d/topic/openjpeg/kQ1PbZUd...Antonin Descampe
2011-04-13changed the directory hierarchy of the whole project. See README files for de...Antonin Descampe