summaryrefslogtreecommitdiff
path: root/applications
AgeCommit message (Collapse)Author
2012-10-01[trunk] FolderReorgProposal task: cleanup doxygenMathieu Malaterre
Update issue 177
2012-10-01[trunk] FolderReorgProposal task: Fix doxygenMathieu Malaterre
Update issue 177
2012-10-01[trunk] FolderReorgProposal task: only keep a single build systemMathieu Malaterre
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177
2012-09-10[trunk] Fix one remaining issue with C90 compatMathieu Malaterre
2012-09-10[trunk] Fix some C90 issues.Mathieu Malaterre
2012-09-10[trunk] Fix all C90 issues using gcc -pedantic -Wno-long-long to track themMathieu Malaterre
As a side effect, fix all comment style to remove extra gcc output Fixes issue 173
2012-08-30[trunk] Remove CMake-language block-end command argumentsMickael Savinaud
Ancient versions of CMake required else(), endif(), and similar block termination commands to have arguments matching the command starting the block. This is no longer the preferred style. Thanks to Hans Johnson
2012-08-30[trunk] Convert CMake-language commands to lower caseMickael Savinaud
Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. This also changes all the key words to lower case. The primary reason for changing key words is that all documentation for CMakeLists.txt now shows the key words as lower case. Even the printed “Mastering CMake v5” uses lower case. Thanks to Hans Johnson
2012-08-30[trunk] Remove all non-ascii characters (Several compilers and development ↵Mickael Savinaud
tools are confused by non-ascii characters in source code. These have been removed) thanks to Hans Johnson
2012-08-30[trunk] COMP: Fix one warning identified by clang31 :Mickael Savinaud
openjpeg/applications/codec/j2k_dump.c:362 col 29: warning: equality comparison with extraneous parentheses (thanks to Hans Johnson)
2012-08-30[trunk] COMP: _v2 code remove (thanks to Hans Johnson and Winfried)Mickael Savinaud
2012-08-22[trunk] realloc is misused and may leak memory (Issue#168)Luc Hermitte
2012-08-22[trunk] j2k_to_image gives fff-topic error message for non-openable files ↵Luc Hermitte
(Issue#167)
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_destroy_cstr_info_v2 to opj_destroy_cstr_infoMickael 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-08-09[trunk] remove deprecated v1 style function opj_create_compressMickael Savinaud
2012-08-09[trunk] rename opj_setup_decoder_v2 to opj_setup_decoderMickael Savinaud
2012-08-09[trunk] rename opj_create_decompress_v2 to opj_create_decompressMickael Savinaud
2012-07-25[trunk] Use const keyword when appropriateMathieu Malaterre
2012-07-25[trunk] Import changes from 1.5 branchMathieu Malaterre
2012-05-29[trunk] The two files in Issue145 have a precision < 8-bit:Mathieu Malaterre
therefore 'jp2_read_pclr' must be changed. j2k_to_image fails to create RGB/RGBA images with a precision < 8-bit: therefore 'imagetopng' must be changed. Fixes issue 145
2012-05-29[trunk] Follow up to r1691. Handle signed case.Mathieu Malaterre
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-29[trunk] Add commented out code for tile support in applications.Mathieu Malaterre
2012-05-14use the correct event handler in j2k_to_image.cMickael Savinaud
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] correct a bug in jpip building induced by the previous commitMickael Savinaud
2012-05-02[trunk] Enhance support of events like the v2 branch. Use right name of ↵Mickael Savinaud
variables.
2012-04-23[trunk] apply patch from winfried on the mailing list. For more info see: ↵Mathieu Malaterre
https://groups.google.com/group/openjpeg/msg/e631d586a31c6de4
2012-04-23Adding sentinel code for debugMathieu Malaterre
2012-03-27[trunk] attempt to fix clang/3.1 compilation error remotelyMathieu Malaterre
2012-03-26[trunk] Final touch to get rid of most truncation warningsMathieu Malaterre
2012-03-26[trunk] one more round of warnings fixesMathieu Malaterre
2012-03-26[trunk] change char* to const char* when possible. Remove more warningsMathieu Malaterre
2012-03-26[trunk] remove warnings from jp2k decoderMathieu Malaterre
2012-03-26[trunk] change char* to const char* when possible. Remove more warningsMathieu Malaterre
2012-03-26[trunk] another round of compilation fixesMathieu Malaterre
2012-03-26[trunk] another set of warnings fixes for LFS supportMathieu Malaterre
2012-03-26[trunk] Fix equality into testMathieu Malaterre
2012-03-26[trunk] remove some simple warningsMathieu Malaterre
2012-03-26[trunk] According to JPIP/A.2.3 in class identifiers should be an unsigned ↵Mathieu Malaterre
integer. Since portion of codes was using Byte8_t and other was using int, pick Byte8_t as best matching type
2012-03-26[trunk] continue work on getting API to use off_t instead of long toward LFS ↵Mathieu Malaterre
support in JPIP (sock_manager)
2012-03-26[trunk] continue work on getting API to use off_t instead of long toward LFS ↵Mathieu Malaterre
support in JPIP (auxtrans_manager)
2012-03-26[trunk] continue work on getting API to use off_t instead of long toward LFS ↵Mathieu Malaterre
support in JPIP (metadata_manager)