summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-07Fix warningopenjpeg-1.5mayeut
2015-11-05PNG support enhancementmayeut
2015-11-05BMP support enhancementmayeut
2015-11-03Update TIFF conversion to support more bit depth.mayeut
2015-10-18Fix invalid read in pngtoimagemayeut
2015-10-18resets resno_decoded for each tilemayeut
2015-10-18Fix ycc_to_rgb conversionsmayeut
2015-10-18Fix typomayeut
2015-10-18Fix some calculations in tcd_malloc_encode and tcd_malloc_decode_tilemayeut
2015-10-18Update to libtiff 4.0.4mayeut
2015-10-18Update to libpng 1.6.17mayeut
2015-10-18Update to lib 1.2.8mayeut
2015-10-18Update to libcms2-2.6mayeut
2015-10-18Update color_apply_icc_profilemayeut
2015-10-18Add "-p", "-force-rgb" and "-upsample" options to j2k_to_imagemayeut
2015-10-15Don't rely on float equalitymayeut
2015-10-15Fix j2k_validate_encodemayeut
2015-10-15Use -ffast-math only for compilationmayeut
2015-10-09Fixes overflow when high number of decompositionsAntonin Descampe
2015-09-30Gracefully reject codestreams with malformed SIZ markersAntonin Descampe
2015-09-29commented out some testsAntonin Descampe
2015-09-23Fixed non regression test config + ignore some filesAntonin Descampe
2015-09-23Makes j2k_dump focus on parsing j2k codestreams, nothing else.Antonin Descampe
2015-09-22update md5 signaturesAntonin Descampe
2015-09-16Wrong TGA header generated by j2k_to_imagePedro Gimeno
2015-09-16modified checkmd5Antonin Descampe
2015-09-16backport fixes for issues #362 (-2863) and #393 on branch 1.5Antonin Descampe
2015-09-16added tests from master in 1.5 branchAntonin Descampe
2015-09-16removed warnings when configuring with CMake 3.x on MacOS (update issue 443 f...Antonin Descampe
2015-09-16added a validation procedure before launching actual decoding, fixed testempt...Antonin Descampe
2015-09-16disabled gX_colr kdu tests for nowAntonin Descampe
2015-09-15fixed typo in CMakeLists.txt preventing use of libpngAntonin Descampe
2015-09-15preventde seg fault when unknown long options and fixed ability to use USE_SY...Antonin Descampe
2015-09-15added testempty0 testAntonin Descampe
2015-09-15backport issue #80 to 1.5 branchAntonin Descampe
2015-09-15update conformance test files on 1.5 branchAntonin Descampe
2015-09-14Fixed "unsupported platform" errorAntonin Descampe
2015-01-27[1.5] added int64_t define for win platforms in int.h so that r2990 actually ...Antonin Descampe
2015-01-08[1.5] fixed int_ceildivpow2 implementation (backport from trunk)Antonin Descampe
2014-04-01[1.5] Fix a typo in commentsMathieu Malaterre
2014-04-01[1.5] Rework r2827. getopt was still being used in java bindingMathieu Malaterre
2014-04-01[1.5] Rework r2769. getopt was still being used in mj2/jpwl codecsMathieu Malaterre
2014-04-01[1.5] Make sure to compile java code with a defined source/target versionMathieu Malaterre
2014-04-01[1.5] Tag this version to be the next 1.5.3Mathieu Malaterre
2014-03-26[1.5] Fix big endian checking with autotoolsMathieu Malaterre
2014-03-25[1.5] Import patch from bug trackerMathieu Malaterre
2014-03-24Improve check for standard libsRex Dieter
2014-03-24Install jpwl man pages only if jpwl is enabledRex Dieter
2014-03-24Calling AC_CANONICAL_SYSTEM implies AC_CANONICAL_TARGET, whichRex Dieter
2014-03-18[1.5] Rework r2768 in fact getopt_long is slightly different on GNU. Adapt si...Mathieu Malaterre