summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2016-01-25processed all c/h files through astyle with opj_astyle.cfgcodingstyleAntonin Descampe
2015-11-07Fix undefined size jp2 box handlingmayeut
Update #653
2015-09-29Fix typos in comments and stringStefan Weil
Most typos were found by codespell. Signed-off-by: Stefan Weil <sw@weilnetz.de>
2015-09-10Remove invalid assert in compare_imagesmayeut
2015-09-10Add test for uclouvain/openjpeg#571mayeut
2015-09-10Correct lossless issue on linux x86mayeut
Update uclouvain/openjpeg#571
2015-09-01Correct CMake version requirementsmayeut
Update uclouvain/openjpeg#488
2015-08-23Update testsmayeut
2015-08-21Add tests for CMYK/esYCC/CIELabmayeut
2015-07-31Add test for #388mayeut
2015-07-30Add jpylyzer tests for JP2 compressionmayeut
Unify syntax
2015-07-30Add jpylyzer tests for JP2 compressionmayeut
2015-07-26Update convert for PNG outputmayeut
Update uclouvain/openjpeg#264
2015-07-21Add test for odd looking cmap & for cmap outside jp2hmayeut
Update uclouvain/openjpeg#235
2015-07-19Update PNG supportmayeut
Only input modified for now Update uclouvain/openjpeg#536 Update uclouvain/openjpeg#264
2015-07-18Add tests for TIFF input with Alpha channelmayeut
Update uclouvain/openjpeg#322
2015-07-17Add tests for TIFF outputmayeut
Update uclouvain/openjpeg#322
2015-07-16Add tests for TIFF inputmayeut
Update uclouvain/openjpeg#322
2015-07-14Update tiftoimage to support more input TIF formatsmayeut
Update uclouvain/openjpeg#322 Update uclouvain/openjpeg#264
2015-07-11Add option to force component splitting in imagetopnmmayeut
Update uclouvain/openjpeg#289
2015-07-03uclouvain/openjpeg#254 Update MD5 sums for testsmayeut
2015-05-27[trunk] Fix overflow in opj_image_comp_header_update (fixes issue 495)Matthieu Darbois
2015-05-19[trunk] Add check for number of layers & cblkw/cblkh values (fixes issue 475)Matthieu Darbois
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