summaryrefslogtreecommitdiff
path: root/applications/codec/image_to_j2k.c
AgeCommit message (Collapse)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177
2012-08-16free local memory in image_to_j2k applicationMickael Savinaud
2012-08-13fix some warnings in jp2.c Mickael Savinaud
2012-08-09[trunk] rename opj_encode_v2 to opj_encodeMickael Savinaud
2012-08-09[trunk] rename opj_setup_encoder_v2 to opj_setup_encoder Mickael Savinaud
2012-08-09rename opj_create_compress_v2 to opj_create_compressMickael Savinaud
2012-05-29[trunk] Add new behavior for codecs. Now supports little endian RAWL format. ↵Mathieu Malaterre
It is now possible to encode directly little endian raw file, by simply using the rawl extension. Code has been modified to use strcasecmp instead of strncasecmp to cope with 4 letters files extensions. Update issue 141
2012-05-14add new functions in jp2 codec from v2 branches; solve bug in ↵Mickael Savinaud
j2k_setup_encoder_v2
2012-05-13solve problem with input of image_to_j2k; using the right return type ↵Mickael Savinaud
comparison for opj_stream_flush; add j2k_write_com_v2, j2k_write_poc_v2, j2k_write_eoc_v2 and j2k_write_tlm_v2
2012-05-02[trunk] Enhance support of events like the v2 branch. Use right name of ↵Mickael Savinaud
variables.
2012-03-15[trunk] modify image_to_j2k and the lib to support functionalities given by ↵Mickael Savinaud
the v2 alpha branch
2012-03-09[trunk] reverted to revision 1536Mickael Savinaud
2012-03-09[trunk] first steps about merge compression WIPMickael Savinaud
2012-03-02[trunk] Import applications modifications from 1.5 over to trunkMathieu Malaterre
2011-10-11-J option for -jpip added into the option listKaori Hagihara
2011-10-11change -v option was renamed to -u, which is equivalent to -TP long optionKaori Hagihara
2011-10-10change -v option was reactivated for JPIPKaori Hagihara
2011-09-21Enhance the support of endianess with cmake and inside the code (credit to ↵Mickael Savinaud
Winfried)
2011-09-09TRUNK:added a new indexer functionality to the library. With the new -jpip ↵Antonin Descampe
option at encoding, the user can now generate a JP2 file including an XML box with the index used when browsing the image with JPIP
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-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-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-04-13re-organization of openjpeg directories hierarchy : step 1Antonin Descampe