summaryrefslogtreecommitdiff
path: root/CHANGES
AgeCommit message (Collapse)Author
2011-08-16fixed cmake support for openjpipAntonin Descampe
2011-08-15fixed a bug in autotools files that prevented libfcgi to be correctly found ↵Antonin Descampe
in some cases (patch from V.Torri)
2011-08-12added cmake support to openjpipAntonin Descampe
2011-08-11Fixed issue #76 (trunk)Mickael Savinaud
2011-08-11minor bug fix in configure.ac (credit to Vincent Torri)Antonin Descampe
2011-08-11fixed build error with position of variable declaration after patch 856Mickael Savinaud
2011-08-11fixed wrong patch with the return value of fgets into convert.c fileMickael Savinaud
2011-08-10fixed error with the return value of fgets into convert.c fileMickael 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
contribution to this patch)
2011-08-10fixed glibc error with broken2 and broken4 imagesMickael Savinaud
2011-08-10add copyright header into new test functionsMickael Savinaud
2011-08-10removed unused parameters warnings with the solution proposed by myself and ↵Mickael Savinaud
Bob Friesenhahn
2011-08-09removed xcode project files (cmake and autotools are now the only supported ↵Antonin Descampe
build methods)
2011-07-29update MJ2 CMakeLists regards to the new thirdparty strategyMickael Savinaud
2011-07-29increase number of warning reported on the dashboard (forgot the file in the ↵Mickael Savinaud
last commit)
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-27correct some warnings detected under unix platformMickael Savinaud
2011-07-27added new decoding/dump tests based on data found in input/nonregresion ↵Mickael Savinaud
repository (remove JPEG2000_CONFORMANCE_DATA_ROOT variable, add REF_DECODER_BIN_PATH variable for the encoder test suite). Remove definitively old tests
2011-07-26correct CRLF problem between unix baseline and win platform test file ↵Mickael Savinaud
generated by j2k_dump
2011-07-26use ansi c function fgets instead of GNU function getline to avoid build ↵Mickael Savinaud
error with win platform
2011-07-26delete double semi-colon at end of line which generate crash on win platformMickael Savinaud
2011-07-25added non-regression tests for j2k_dump function and conformance dataMickael Savinaud
2011-07-25modify j2k_dump to support output file, needed for non-regression testsMickael Savinaud
2011-07-25fixed issue 74 for trunkMickael Savinaud
2011-07-22correct some troubles about thirdparty when they are usedMickael Savinaud
2011-07-21correct a compil error linked to getopt with win platformMickael Savinaud
2011-07-21add new decode tests based on conformance data and tolerance. Non regression ↵Mickael Savinaud
is also added on the decoder output. Deactivate old tests.
2011-07-21to follow last version of conformance data about component separator for pgx ↵Mickael Savinaud
file, we changed - to _ separator even if nb component = 1
2011-07-21removed unused warning configuration messageMickael Savinaud
2011-07-18correct build error (mislocated declaration) with convert to tiff function ↵Mickael Savinaud
when HAVE_LIBTIFF is defined
2011-07-13improved some CMakeLists files linked to the build of applications which ↵Mickael Savinaud
used thirdparty
2011-07-11updated CHNAGES files after branch renamingAntonin Descampe
2011-07-10opj-v1-branch createdAntonin Descampe
2011-07-10improved encoding speed in t1_encode_cblks (credit to Giuseppe Baruffa)Antonin Descampe
2011-07-03fixed bmptoimage (see ↵Antonin Descampe
http://groups.google.com/group/openjpeg/browse_thread/thread/33a24c5896bf6391)
2011-07-03fixed handling of "jp2->meth" value (Restricted ICC profile handling ↵Antonin Descampe
currently not implemented)
2011-06-30fixed CTest configuration filesAntonin Descampe
2011-06-03Fix some error with cmakeMathieu Malaterre
2011-06-03adding partno and numpart info as part of the warning message (issue #69)Mathieu Malaterre
2011-05-24fixed a bug in autotools that prevented "make distcheck" to work properly ↵Antonin Descampe
(credit to Vincent Torri) ; added autotools for the "applications/jpip/tools" directory
2011-05-23fixed autotools (broken since the new directory structure) and added ↵Antonin Descampe
autotools as a build method for jpip (credit to Vincent Torri)
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-05-16fixed another bug related to the number of packets in a tile-part, not ↵Antonin Descampe
correctly taken into account when generating an index file during decoding
2011-05-16fixed part of issue 69, when tile-part index is inconsistent with the total ↵Antonin Descampe
number of tile-parts
2011-05-12xcode project file updated (now integrates openjpip)Antonin Descampe
2011-05-12subsequent jpip-related commits to be logged in "applications/jpip/CHANGES" ↵Antonin Descampe
rather than main CHANGES file
2011-05-09OpenJPIP: small bug fixes to compile on win platformAntonin Descampe
2011-05-08OpenJPIP: fixed several bugs in opj_server (removal of strsep function, ↵Antonin Descampe
duplication of query string) + some changes to compile opj_server under windows (replacement of strcasecmp(), bzero()).
2011-04-16fixed a bug in mqc.c (see ↵Antonin Descampe
https://groups.google.com/d/topic/openjpeg/kQ1PbZUd19k/discussion, credit to Peter Wimmer)