summaryrefslogtreecommitdiff
path: root/applications
AgeCommit message (Collapse)Author
2011-09-01changed terminating status of opj_server in debug/non-server modeKaori Hagihara
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-28reorganization of indexer before importing extentional libopenjpeg filesKaori Hagihara
2011-08-27fixed missing include directory in opj_client/opj_dec_server/CMakeLists.txtAntonin Descampe
2011-08-26fixed cmake and autotools files to reflect recent indexer changes in JPIPAntonin Descampe
2011-08-26modified indexer to use the latest openjpeg libraryKaori Hagihara
2011-08-26fixed cmake and autotools files to reflect recent changes in JPIPAntonin Descampe
2011-08-26fixed Makefile.nix to load openjpeg library from this archiveKaori Hagihara
2011-08-25added tid request support to JPIP client and JPIP server quit requestKaori Hagihara
2011-08-24support tid requestKaori Hagihara
2011-08-24moved declarations of functions of opj_server for readabilityKaori Hagihara
2011-08-24added cachemodel_manager, which had been managed in target_manager previouslyKaori Hagihara
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
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 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-10removed unused parameters warnings with the solution proposed by myself and ↵Mickael Savinaud
Bob Friesenhahn
2011-07-29update MJ2 CMakeLists regards to the new thirdparty strategyMickael Savinaud
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-28manage case 0 frames inside yuv_num_frames function and correct some ↵Mickael Savinaud
warnings with gcc4.5 (credit to Winfried)
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-26delete double semi-colon at end of line which generate crash on win platformMickael 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-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-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-11updates of jar files 2Kaori Hagihara
2011-07-11updates of jar filesKaori Hagihara
2011-07-06bug fixed for error concerning parameter name modification, Makefile.nix ↵Kaori Hagihara
also corrected
2011-07-06JPIP : fixed autotools to work with recent name changesAntonin Descampe
2011-07-05additional changes of parameter names and message names for image_viewer and ↵Kaori Hagihara
decoding_server from JPT to JPIP-stream
2011-07-05add documentationsKaori Hagihara
2011-07-05changed program and parameter names from jpt to jpipKaori Hagihara
2011-07-05changed func name parse_stream to parse_JPIPstreamKaori Hagihara
2011-07-04changed parameter and file names regarding JPT-stream to JPIP-stream, which ↵Kaori Hagihara
handles also JPP-stream
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-27typo miss corrections for fx,fyKaori Hagihara
2011-06-03Fix some error with cmakeMathieu Malaterre
2011-05-26fixed paths in makefile.amAntonin Descampe
2011-05-26changed Makefile to Makefile.nix to avoid having autotools overwrite themAntonin Descampe
2011-05-25added system architecture description on the documentationKaori Hagihara
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