summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Collapse)Author
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: 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-11[trunk] WIP: add output elements about decoding of jp2 files with last tile ↵Mickael Savinaud
part lenght equal zero
2011-10-11[trunk] WIP: correct mistake with JP2 files and manage correctly the ↵Mickael Savinaud
text_GBR.jp2 filecase
2011-10-10change -v option was reactivated for JPIPKaori Hagihara
2011-10-10[trunk] fix nameVincent Torri
2011-10-10[trunk] add libopenjpeg-jpwl.pc.in. fix output when --disable-shared or ↵Vincent Torri
--disable-static is passed to configure. Minor clean up of configure.ac.
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
(credit to Winfried)
2011-10-07[trunk] WIP: update jp2 dump functions with the new V2 frameworkMickael Savinaud
2011-10-07[trunk] WIP: update output filename of conformance dump test to be ↵Mickael Savinaud
compatible with new baseline
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 ↵Mickael Savinaud
Francois De Vieilleville)
2011-10-07[trunk] WIP: backport rev 967-969 about test suite enhancement and rename of ↵Mickael Savinaud
opj_configh.cmake.in from opj-1.5 to trunk
2011-10-06[trunk] WIP: Enhance html documentation generation with cmake, add a ↵Mickael Savinaud
mainpage to this documentation and bump version to 1.99.0 into the main CMakeLists (as rev951)
2011-10-06[trunk] WIP: fix build error with windows configuration induced by rev 960Mickael 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
* [vincent] fix indexer compilation. Patch from Winfried
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 ↵Mickael Savinaud
information and index
2011-09-27[trunk] WIP: fix some warnings from j2k_dump and index.cMickael Savinaud
2011-09-22[trunk] WIP: fix build compilation (with autotools) with MJ2 option (credit ↵Mickael Savinaud
to Winfried)
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
2011-09-21Enhance the support of endianess with cmake and inside the code (credit to ↵Mickael Savinaud
Winfried)
2011-09-20WIP: fixed build issues with JPWL option ONMickael Savinaud
2011-09-20WIP: fixed build issue with MJ2 option ON with new frameworkMickael Savinaud
2011-09-19Enhance some new JPIP files about opj_config inclusion and using of ↵Mickael Savinaud
free/calloc (credit to Julien Malik)
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-09forgot the CHANGES file in r913Antonin Descampe
2011-09-02fixed windows nighlty crash about one missing opj_getopt() (and warning with ↵Mickael Savinaud
other platform)
2011-09-01renamed getopt.{c/h} to opj_getopt.{c/h} and forced the use of these files ↵Antonin Descampe
rather than the system ones. This fixed issue 78. Credit to Winfried.
2011-08-31fixed a segfault with fgets return value for some cases inside test function ↵Mickael Savinaud
compare_dump_file()
2011-08-31enhance the encoding test suite and remove unsued CONFIGURE_FILE into a ↵Mickael Savinaud
CMakeList
2011-08-30added first version of the encoding tests suiteMickael Savinaud
2011-08-16added NEWS, AUTHORS and THANKS files. Cosmetic changes in autotools files ↵Antonin Descampe
(in trunk)
2011-08-16removed obsolete testing directory and *.nix files (in trunk)Antonin Descampe