summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2015-05-19[trunk] Add check for at most 1 COD marker per tile. 1 COD marker for MH ↵Matthieu Darbois
(fixes issue 476)
2014-12-22[trunk] fixed component precision upscaling in opj_decompress (fixes issue 458)Matthieu Darbois
2014-12-22[trunk] updated BMP format input supportMatthieu Darbois
Update issue 203
2014-12-22[trunk] updated BMP format input supportMatthieu Darbois
Update issue 203
2014-12-20[trunk] updated tests to get BMP RLE8 testedMatthieu Darbois
Update issue 203
2014-12-20[trunk] fixed BMP reading for 8bpp when width & 3 == 1Matthieu Darbois
Update issue 203
2014-12-20[trunk] updated testsMatthieu Darbois
Update issue 415
2014-12-20[trunk] fixed test issues (fixes issue 454)Matthieu Darbois
2014-12-20[trunk] fixed return value for compare_raw_files (fixes issue 453)Matthieu Darbois
2014-12-19[trunk] Updated checks regarding number of decomposition levels when compressingMatthieu Darbois
Update issue 215
2014-12-18[trunk] Fixed a crash on illegal tile offset when decoding Matthieu Darbois
Update issue 427
2014-12-18[trunk] Fixed a crash on 0xh or wx0 image size decoding Matthieu Darbois
Update issue 427
2014-12-09[trunk] add test for compression using MCT with alpha channelMatthieu Darbois
Update issue 415
2014-11-22[trunk] added an option to upsample image components in opj_decompressMatthieu Darbois
Update issue 289 Issue is left open since there's still one image failing the tests.
2014-11-22[trunk] added option to force rgb output in opj_decompress (fixes issue 282 ↵Matthieu Darbois
, fixes issue 286)
2014-11-21[trunk] added check for tile component data size overflow (fixes issue 432)Matthieu Darbois
2014-11-20[trunk] added check for pclr box validity (fixes issue 429)Matthieu Darbois
2014-11-19[trunk] added option to force output bit depth in opj_decompress (fixes ↵Matthieu Darbois
issue 283)
2014-11-18[trunk] fixed a bug leading to jpwl build failure & add related odd ↵Matthieu Darbois
width/height sYCC tests (fixes issue 422)
2014-11-17[data] added new non-regression tests from foxitMatthieu Darbois
Update issue 415 Issue not closed as in the mean time there are other images to include
2014-10-22[trunk] workaround to make MD5 work under valgrind on MacOSX (fixes issue 410)Antonin Descampe
2014-10-22[trunk] Added new non-regression tests from foxit issuesAntonin Descampe
Update issue 415
2014-10-22[trunk] add a check on mandatory headers in Main Header (fixes issue 408)Antonin Descampe
2014-09-19trunk: extend support for pdf2jp2Mathieu Malaterre
2014-04-23[trunk]Replaced deprecated opj_stream_set_user_data function from APIAntonin Descampe
with its 'v3' version, and removed all other 'v3' suffixes from API.
2014-03-26[trunk] Run test suite on issue 316 datasetMathieu Malaterre
Update issue 316
2014-03-26[trunk] Add small utilities to extract JP2 files from PDFMathieu Malaterre
2014-03-25[trunk] Add sentinel in case list empty. Mathieu Malaterre
I was getting a cmake error `list sub-command REMOVE_ITEM requires list to be present`
2014-03-25[trunk] Add documentationMathieu Malaterre
2014-03-18[trunk] Now that dataset from issue 297 have been imported, run test suite.Mathieu Malaterre
None of the dataset triggered any buffer overflow. Recent changes in trunk handle all those cases. Update issue 297
2014-03-17[trunk] Explicitely reject file4/file6 scenarioMathieu Malaterre
Update issue 286
2014-03-14[trunk] Since r2747 we are now able to track which files are missing from ↵Mathieu Malaterre
the test_suite. Add them.
2014-03-14[trunk] add mecanism to track of addition of new regression files in ↵Mathieu Malaterre
svn/data. It will report when a J2K files is added but no test is found in the test_suite file
2014-03-14[trunk] Now that issue 165 dataset is in non regression repository, activate ↵Mathieu Malaterre
code to reject them Fixes issue 165
2014-03-14[trunk] Rework r2731 since it breaks non-regression testingMathieu Malaterre
2014-03-14[trunk] Be more verbose about failure.Mathieu Malaterre
Update issue 294
2014-03-13[trunk] Add documentation to the checkmd5refs cmake module (used for ↵Mathieu Malaterre
regression testing)
2014-03-13[trunk] Fix test NR-DEC-issue171.jp2-71-decode-md5 after recent code changeMathieu Malaterre
2014-03-13[trunk] Add a double check for user inputMathieu Malaterre
2014-03-13[trunk] Fix compilation on VS2010 (snprintf is not C89). C++11 should avoid ↵Mathieu Malaterre
this in the future
2014-03-13[trunk] Add a small helper to spli ppm into 3 pgm filesMathieu Malaterre
Update issue 235
2014-03-12[trunk] TIFF files in test suite can have 1 or 3 componentsMathieu Malaterre
2014-03-12[trunk] Simplify code when reading in TIFF imagesMathieu Malaterre
2014-03-10[trunk] Run richter test suite, correct a regression introduced in r2668Mathieu Malaterre
2014-03-10[trunk] Tweak JP2 conformance test suite add documentationMathieu Malaterre
2014-03-10[trunk] Properly handle number of components to run kakadu test suite.Mathieu Malaterre
Update issue 266
2014-03-10[trunk] Handle multi components files with PGM outputsMathieu Malaterre
2014-03-10[trunk] Fix inversion in code conventionMathieu Malaterre
2014-03-10[trunk] Fix typo in the codeMathieu Malaterre
2014-03-10[trunk] rework actual code to handle DOS/UNIX end of lines in a transparent ↵Mathieu Malaterre
manner. This will help cross compilation cases