summaryrefslogtreecommitdiff
path: root/applications
AgeCommit message (Collapse)Author
2011-05-23forgot to add new Makefile.am in previous commitAntonin Descampe
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-12subsequent jpip-related commits to be logged in "applications/jpip/CHANGES" ↵Antonin Descampe
rather than main CHANGES file
2011-05-10opj_viewer removed the xml functions (for users without Xersus2), ↵Kaori Hagihara
opj_viewer_xerces is the copy of the original viewer ( needs Xersus2)
2011-05-10temporal commit to resort the opj_viewerKaori Hagihara
2011-05-10Modification of opj_dec_server to be portable to windowsKaori Hagihara
2011-05-09Removal of c99 from the compile option (to be compatible to win platform) ↵Kaori Hagihara
and bool definition in libopenjpip/bool.h
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-14initial commit of OpenJPIP 1.0, a JPIP client-server architecture based on ↵Antonin Descampe
OpenJPEG (see README file in jpip directory for more details)
2011-04-14fixed applications/codec/CMakeLists.txt that prevented JPWL executables to ↵Antonin Descampe
be built with JPWL functionalities ; changed make all behaviour : DOC target removed from ALL
2011-04-13changed the directory hierarchy of the whole project. See README files for ↵Antonin Descampe
details.
2011-04-13re-organization of openjpeg directories hierarchy : step 1Antonin Descampe