summaryrefslogtreecommitdiff
path: root/applications/codec
AgeCommit message (Expand)Author
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
2012-09-10[trunk] Fix all C90 issues using gcc -pedantic -Wno-long-long to track themMathieu Malaterre
2012-08-30[trunk] Remove CMake-language block-end command argumentsMickael Savinaud
2012-08-30[trunk] Convert CMake-language commands to lower caseMickael Savinaud
2012-08-30[trunk] COMP: Fix one warning identified by clang31 :Mickael Savinaud
2012-08-22[trunk] j2k_to_image gives fff-topic error message for non-openable files (Is...Luc Hermitte
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-05-29[trunk] The two files in Issue145 have a precision < 8-bit:Mathieu Malaterre
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
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 j2k_setup_encod...Mickael Savinaud
2012-05-13solve problem with input of image_to_j2k; using the right return type compari...Mickael Savinaud
2012-05-02[trunk] Enhance support of events like the v2 branch. Use right name of varia...Mickael Savinaud
2012-03-19[trunk] Fix invalid truncation from off_t to int (thanks to -Wconversion for ...Mathieu Malaterre
2012-03-19[trunk] start using new functionalities from opj_inttypes in jpip code and ma...Mathieu Malaterre
2012-03-15[trunk] modify image_to_j2k and the lib to support functionalities given by t...Mickael Savinaud
2012-03-09[trunk] reverted to revision 1536Mickael Savinaud
2012-03-09[trunk] first steps about merge compression WIPMickael Savinaud
2012-03-02[trunk] merge rev 1228 from 1.5 to trunkMathieu Malaterre
2012-03-02[trunk] Import applications modifications from 1.5 over to trunkMathieu Malaterre
2012-03-02[trunk] Convert from DOS eol to UNIX eolMathieu Malaterre
2011-12-01[trunk] fix warnings when printing large integersJulien Malik
2011-11-30[trunk] implement Large File support in the libraryJulien Malik
2011-11-24minor reindentationMathieu Malaterre
2011-11-21[trunk] WIP: fix bug with windows platform and j2k_dumpMickael Savinaud
2011-11-18[trunk] WIP: fix bug with windows platform and j2k_to_imageMickael Savinaud
2011-11-17[trunk] WIP: fix bug when decoding an area or a tile with special resolutionMickael Savinaud
2011-11-17[trunk] WIP: enhance j2k_to_image with new get_decoded_tile functionalityMickael Savinaud
2011-11-17[trunk] WIP: clean j2k_dump and enhance j2k_dump with commit 1052Mickael Savinaud
2011-11-17[trunk] WIP: add a set decoded resolution factor function and update j2k_to_i...Mickael Savinaud
2011-11-09[trunk] check if the file extension is the same as the infile format (credit ...Mickael Savinaud
2011-11-08[trunk] WIP: add get_decoded_tile functionalityMickael Savinaud
2011-10-21[trunk] WIP: manage output image with area correponding to the set decoded areaMickael Savinaud
2011-10-21[trunk] WIP: enhance codestream index generationMickael Savinaud
2011-10-19[trunk] WIP: solve problem with writing of tga image from an image with signd...Mickael Savinaud
2011-10-12[trunk] WIP: correct some memory leaks in applications functionsMickael Savinaud
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-11[trunk] WIP: correct mistake with JP2 files and manage correctly the text_GBR...Mickael Savinaud
2011-10-10change -v option was reactivated for JPIPKaori Hagihara