summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2012-11-15[trunk]update the copyright, the authors and thanks to respect the licenseMickael Savinaud
2012-11-15[trunk] avoid memory leak in j2k_random_tile_access.cMickael Savinaud
2012-11-15[trunk]extend last commits to appsMickael Savinaud
2012-11-12[trunk] add some new tests related to new data; indicate that some tests ↵Mickael Savinaud
should failed because data are wrong
2012-11-08[trunk] Add more testing to the tile access/randomMathieu Malaterre
Update issue 186
2012-11-08[trunk] Fix what looks like a copy/paste errorMathieu Malaterre
Update issue 186
2012-11-08[trunk] Add more test in j2k_random_tile_accessMathieu Malaterre
Update issue 186
2012-11-08[trunk] Add new tests (j2k_random_tile_access)Mathieu Malaterre
2012-10-30[trunk] remove old structure from testempty Mickael Savinaud
2012-10-15[trunk] Remove some warnings about missing prototypes (gcc)Mathieu Malaterre
2012-10-05[trunk] remove warningsMickael Savinaud
2012-10-01[trunk] Fix minor cmake styleMathieu Malaterre
2012-10-01[trunk] import unit testing from 1.5.x branchMathieu Malaterre
2012-10-01[trunk] Fix missing include directoryMathieu Malaterre
2012-09-30[trunk] update the name of the executable used for the testsMickael Savinaud
2012-09-28[trunk] Start FolderReorgProposal taskMathieu Malaterre
Update issue 177
2012-09-10[trunk] Fix one remaining issue with C90 compatMathieu Malaterre
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-22[trunk] realloc is misused and may leak memory (Issue#168)Luc Hermitte
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 ↵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-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 ↵Mathieu Malaterre
convention
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 ↵Mathieu Malaterre
need to handle this now
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