summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-08-09[trunk] rename opj_destroy_cstr_info_v2 to opj_destroy_cstr_infoMickael 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] 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-08-09Add file type detection in test_tile_decoder to support JP2 file as inputMickael Savinaud
2012-08-09Use the right file as input for the test ttd2Mickael Savinaud
2012-08-09Reorganize and clean style of test_tile_decoder.cMickael Savinaud
2012-06-01[trunk] use new names for baselineMickael Savinaud
2012-05-29[trunk] Fix a simple leak in test_tile_encoderMathieu Malaterre
2012-05-29[trunk] Adding more tests. tte5.j2k looks as if the tile compression is brokenMathieu Malaterre
2012-05-21[trunk] Enable tile decoding/encoding round tripMathieu Malaterre
2012-05-21Activate tile decoding system to reproduce issuesMathieu Malaterre
2012-05-14resolve bug under win arch with test_tile_encoder.cMickael Savinaud
2012-05-14[trunk] Start activating tile testsMathieu Malaterre
2012-05-14[trunk] Fix remaining compilation errorsMathieu Malaterre
2012-05-14remove opj_event_mgr struct from test_tile_decoderMickael Savinaud
2012-05-14[trunk] Fix using proper v2 functionMathieu Malaterre
2012-05-14[trunk] Import from v2 test_tile_decoderMathieu Malaterre
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-26[trunk] add missing file needed to compile last commitMickael Savinaud
2012-03-23[trunk] add test_tile_encoder test and function relatedMickael Savinaud
2012-03-19[trunk] Remove remaining of OPJ_INT64_F/OPJ_UINT64_F before move to C99 conve...Mathieu Malaterre
2012-03-02[trunk] convert from DOS eol to UNIX eolMathieu Malaterre
2012-03-02[trunk] Sync with branch 1.5Mathieu Malaterre
2012-03-02[trunk] merge r1234 from branch 1.5 over to trunkMathieu Malaterre
2011-12-02Simplify code. Use standard find_package call instead. ctest script will need...Mathieu Malaterre
2011-12-01[trunk] fix a bug during the creation of the codestream indexMickael Savinaud
2011-12-01[trunk] fix compilation of j2k_random_access on Visual C++Julien Malik
2011-11-30[trunk] fix call to opj_destroy_cstr_info_v2 in j2k_random_tile_accessJulien Malik
2011-11-30[trunk] fix error about the way to detect the additional test suiteMickael Savinaud
2011-11-30[trunk] implement Large File support in the libraryJulien Malik
2011-11-29[trunk] fix error with new way to detect kdu_expandMickael Savinaud
2011-11-27[trunk] search for kdu_expand in a more cmake-compliant wayJulien Malik
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-10[trunk] fix tests/nonregresion/CMakeList.txtMickael Savinaud
2011-11-09[trunk] WIP: fix get_decoded_tile function to avoid error with output imageMickael Savinaud
2011-11-09[trunk] add some sanity check in CMakeLists to prevent STRING(REGEX..) call i...Julien Malik
2011-10-21[trunk] WIP: manage output image with area correponding to the set decoded areaMickael Savinaud
2011-10-20[trunk] WIP: isolate dump test suiteMickael Savinaud
2011-10-19[trunk] WIP: solve some memory leak in test compare functionsMickael Savinaud
2011-10-11[trunk] WIP: correct mistake with JP2 files and manage correctly the text_GBR...Mickael Savinaud
2011-10-07[trunk] WIP: update jp2 dump functions with the new V2 frameworkMickael Savinaud
2011-10-07[trunk] WIP: update output filename of conformance dump test to be compatible...Mickael Savinaud
2011-10-07[trunk] WIP: backport rev 967-969 about test suite enhancement and rename of ...Mickael Savinaud
2011-09-02fixed windows nighlty crash about one missing opj_getopt() (and warning with ...Mickael Savinaud
2011-09-01renamed getopt.{c/h} to opj_getopt.{c/h} and forced the use of these files ra...Antonin Descampe
2011-08-31fixed a segfault with fgets return value for some cases inside test function ...Mickael Savinaud