summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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] Remove duplicate content from test_inline.cMathieu Malaterre
Thanks to Matthieu Darbois for report (and patch) Fixes issue 285
2014-03-14[trunk] rework code from r2463. Really there has been some code duplication ↵Mathieu Malaterre
from r2413 Thanks to John Rogers (oracle.com) for report
2014-03-14[trunk] rework code from r2463. Really there has been some code duplication ↵Mathieu Malaterre
from r2413 Thanks to John Rogers (oracle.com) for report
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] Fix issue with & vs &&Mathieu Malaterre
Fixes issue 277
2014-03-14[trunk] Add internal implementation to dump all tiles/comp infoMathieu Malaterre
Eg: opj_dump -f 8 -i input.j2k Update issue 3
2014-03-14[trunk] Prevent a leak when reading PPT markersMathieu Malaterre
Update issue 295
2014-03-14[trunk] Move INLINE definition within openjpeg.h header since application ↵Mathieu Malaterre
may use it
2014-03-14[trunk] Apply final missing patch from sumatrapdf team:Mathieu Malaterre
http://bugs.ghostscript.com/show_bug.cgi?id=694893 Update issue 231
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-14[trunk] Add a temporary work around for issue 293Mathieu Malaterre
As described in the bug report the default allocation mecanism for codeblock data is too small for those dataset (16bits). We would need a finer (more granular) mecanism to reallocated only on demand. For now this help the two failing tests to pass. Fixes issue 293
2014-03-14[trunk] Mark OpenJPEG to be ABI incompatible with previous one, move to SONAME 7Mathieu Malaterre
Also declare this is 2.1.0 (or very close)
2014-03-14[trunk] Remove warnings about unused values introduced in r2710Mathieu Malaterre
Thanks to Matthieu Darbois for patch Fixes issue 290
2014-03-13[trunk] Add some sanity checks when reading Ippm(i) segmentsMathieu Malaterre
Update issue 288
2014-03-13[trunk] Make sure to reallocate ppm data buffer when multiple Ippm(i) buffer ↵Mathieu Malaterre
are found This handle the case where remaining data is exactly Nppm(i) Fixes issue 287
2014-03-13[trunk] Add documentation to the checkmd5refs cmake module (used for ↵Mathieu Malaterre
regression testing)
2014-03-13[trunk] Always report when decompression failed as return code valueMathieu Malaterre
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] Just in case this would be helpful for other, here is the code used ↵Mathieu Malaterre
to track issue 80 Update issue 80
2014-03-13[trunk] Tweak documentation in t2.c. Be more verbose in case of failure.Mathieu Malaterre
2014-03-13[trunk] Add some documention in the pi codeMathieu Malaterre
2014-03-13[trunk] Add debug code to extract decompressed image right before PCLR handlingMathieu Malaterre
Update issue 235
2014-03-13[trunk] Add a small helper to spli ppm into 3 pgm filesMathieu Malaterre
Update issue 235
2014-03-12[trunk] Make sure to use 8bits buffer when applying the ICC profile.Mathieu Malaterre
Fixes issue 281
2014-03-12[trunk] Add debug info to be able to test integration with littlecmsMathieu Malaterre
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-12[trunk] Make sure when reading POC that number of layers (layer end) is ↵Mathieu Malaterre
within acceptable bound. Fixes issue 80
2014-03-11[trunk] Re-active old warning about missing SOP markerMathieu Malaterre
2014-03-11[trunk] Add debug info to track issue 80Mathieu Malaterre
Update issue 80
2014-03-11[trunk] Rework assertion to work on 32bits systemMathieu Malaterre
2014-03-11[trunk] Fix remainings warnings on linux/32bits archMathieu Malaterre
2014-03-11[trunk] Rework fseek ifdefs blockers, it breaks the 64bits behavior for fseekoMathieu Malaterre
2014-03-11[trunk] Fix compilation errors when JPWL and/or MJ2 are buildMathieu Malaterre
2014-03-10[trunk] Another final round of fixes for sign conversion warnings.Mathieu Malaterre
Fixes issue 256
2014-03-10[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-10[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-10[trunk] Another round of fixes for sign conversion warnings.Mathieu Malaterre
Update issue 256
2014-03-10[trunk] Remove old warnings about deprecated APIMathieu Malaterre
2014-03-10[trunk] Remove a set of warning about sign conversionMathieu Malaterre
Update issue 266
2014-03-10[trunk] Remove warning about sign conversion in color.cMathieu Malaterre
Update issue 256
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] Fix simple sign conversion warnings only visible on 32bits archMathieu Malaterre
2014-03-10[trunk] Handle multi components files with PGM outputsMathieu Malaterre